Elektrine lite

← Feed

Jan Ekholm

chakie@toot.community

<p>Software stuff. Mostly a loser ranting about everything shit in the (tech) world.</p>

Posts

  • Post #4027407

    Is there a reliable and good European domain name registrar? I don’t need anything fancy, but prefer to not deal with garbage companies. Non US is in today’s world definitely a must.

  • Post #1745712

    Meh. Seems our trusty old Synology NAS has developed a case of not booting up. Wasn&#39;t on my bingo card of things that had to go wrong now, but here we are. And Synology has caught a severe case of late stage US capitalism it doesn&#39;t seem to be possible to just take the disks and put them in a newer unit as Synology now requires their own branded and expensive disks. Fucking fuck. We have backups, of course, but restoring somewhere is really annoying. #synology #nas #dystopy

  • Post #544985

    Tonight the local Python community has a meeting. Fun to see some other developers every now and then, doesn’t happen every week. Here the Python release manager gives a short overview of new stuff in 3.14. #python #meetup

  • Post #316482

    My biggest annoyance with SwiftUI has to be that so many modifiers are for a View, but there’s so many cases where they don’t work. Like .refreshable. It seems to only work on List. It does not work on Chart or VStack. If a modifier does not work on a certain view where it is perfectly legal I want to have it documented and see a warning when running in Xcode. This isn’t rocket science. Having code randomly do nothing without any warnings is extremely bad design. #swiftui #buggy #baddesign