• 2 Posts
  • 215 Comments
Joined 6 个月前
cake
Cake day: 2026年1月22日

help-circle




  • While Linux is imperfect perfect, choosing the right distro makes the rest of the experience straightforward complicated.

    /s

    Not so much in Linux as in tools I want on Linux being Windows only (or X11).

    1. Microsoft’s Terminal App is my favourite console application, there are a ton of other applications to use but nothing hits just right in the way their application does.
    2. GOG Galaxy. There is Heroic which is an excellent application the integrates really well with GOG but (the last time I used it) cloud sync was Windows only, so you had to run proton/wine to get cloud sync support even though the game had native Linux support. In the end, I just wish GOG could if not port their client to Linux, at least help Heroic Launcher make cloud sync work with Linux.
    3. xdotool - I used it to automate hiding/showing my terminal window. I tried ydotool but could not get it to work.



  • As far as I know, group policy changes the registry behind the scenes. I base this only on reading about how to do stuff were there was usually a group policy and reg solution. Anyway, my work computer is not managed so I have to do this stuff myself and I had to setup everything twice (fresh from repair and then I had to reinstall Windows because I messed up the WiFI driver) recently. The new outlook stuff annoyed me so I figured I could do the registry changes as a PowerShell script and share it here.





  • I use KeePassXC + Strongbox (iOS) and sync it with Syncthing. I have a server always running so if I save a change on my computer, it will always be synced to the server. I use an iPhone 13 so I have to use möbius sync and it is not perfect, I have to manually open the app to make sure it syncs (something iOS background usage something). I also have an old Android phone that also syncs my kbdx file. You could have a RPI Zero (or any other kind computer) as a cheep backup solution just for Syncthing.







  • But in practice idk if they always have actual hydraulic brakes. I’d still think they do, even if there’s also regenerative braking.

    I thought most of the input from the driver (steering, breaking etc) had a layer of computer between the input interface (steering wheel etc) and the actual moving parts.

    I’m thinking at some point it will probably be that you’ll need to hand over driving to a computer whilst in a city or smth.

    That is an interesting solution on how a first push for self driving cars could look like.

    I saw a documentary some years back about self driving trucks in Australia, a company used them instead because it was safer for a computer than a human to drive through the desert.


  • any use would mean a tag

    So when I write code, I regularly ask an LLM how to do things. A few examples from my history is how I could overlap rows when generating PDF files (have a library for this), how I could assign an empty Char and to create a singleton class. A LLM never changes any of my files, I use it as super-search-engine.

    Would that constitute an AI tag?