• 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle

  • We slowly need to interface with an app at work that uses fixed-width too. It does not sound that bad if you hear it but it sucks to figure out where you are missing whitespace when most fields are not used and therefore all whitespace. Oh, and of course there are a lot of fields, also are aligned/formatted differently based on their type and has thin/no/wrong documentation. And I have yet to find a simple but decent “debugger”.


  • To add a more technical explanation, the main point is about the expectation on how it behaves and not what it really does. To get windows to do something, you read the specification (interface) and make a call against it. Windows interprets your request and does what you wanted. You do not care how it works but just that it works. As a developer, you can also switch to the other side and make your own program that interprets these calls and translates, them for linux.

    Legally (I am not a lawyer), the specification is a fair game. The spicy part is how it is done and copying that gets you in trouble.

    Of course, this is also extremely simplified since linux and windows differ wildly in many regards. Also a “specification” is often incomplete or the implementaion bleeds into the real world use. This makes it not reliable to look at it alone and so, often the “original” implementation has to be observed on how it behaves.

    As a more relatable example, think about websites. On the one hand, it does not matter which browser you use. It “just” has to display the page and act accordingly. On the other side, it does not matter what server sends you the page. It could be a pre-computed static page, served via a proxy server or dynamically generated by any of the different programming languages.

    Edit: grammar


  • One I quickly gave up on trying recently was Star Citizen. Failing myself with dumb errors I found out that you need to follow a rather elaborate tutorial. I decided that it was very much not worth it. Not sure how it is possible to fuck it up that badly.

    The other I am bummed about is Talos Principle 2. Last time I played at release it worked perfectly. Now it runs so slow that it takes like 10 minutes to even get to the main menu. In the realm of tens of seconds per frame and I am at a loss how to even debug that.

    One dumb thing for native (!) Unity games (at least Valheim and Shapez 2) is that they disrespect the default audio output device.

    Otherwise, plug and play. It’s so nice!


  • I started using it on my NAS and also on root. Then I switched my personal machine to ZFS on root. I manually created both setups (somehow). This is the worst part in my opinion. The best decision, though, was to ditch grub in favor of zfsbootmenu. Skips all the brittle steps with grub and its boot partition. Now I just have zfsbootmenu directly loaded by UEFI from the EFI partition. Everything important is directly on ZFS, including… well, everything. Can also use snapshots but I have not needed that yet.



  • I feel the same way. The only videos I watch are the ones on the philanthropy channel and the ones where the core is giving away money or stuff (e.g. cars) to random people (or people in need).

    Though, I also question the sustainability of (some of) the philanthropy actions. Don’t get me wrong, giving water and light to people in the middle of nowhere is nice, but when they become dependent and they can’t fix it when it breaks, they could be screwed big time.

    The like five minutes I “researched” the “main” guy of the philanthropy channel (Derrick? Taran?) I came to the conclusion that he seems genuinely dedicated to trying helping people.








  • I reinstalled from scratch. Went from Xubuntu to minimal Ubuntu with KDE de. And then tried wayland again. One the one hand, gaming performance went up by a lot which was basically my main issue.

    On the other side it is buggy af. The file manager fails mostly at moving files. There are random graphical glitches. Had the whole DE crash/lock up a couple times And the tabbing/tasbar handling is (still) not what I want. I also have still not found out why zfs automount does not trigger.

    But at least I have something useable again!





  • I had a teacher that taught both religion and chemistry. People who learned about that often made comments about it being weird. But he insisted that both topics are not exclusive to each other. It has been a long time since school but I think his reasoning (if that is the correct word) has been that one is philosophical and the other scientific which are separate worlds. You can’t prove stuff in faith scientifically but neither has religion a place in the " real" world. And, to be completely honest, he was by far one of the best teachers I have ever had.