• 0 Posts
  • 151 Comments
Joined 8 months ago
cake
Cake day: June 23rd, 2024

help-circle







  • Realtime is not about being fast, it’s about time guarantees. It helps with or is required for workloads that require realtime, which I think includes audio production, but might also be helpful for things like controllers etc. where you need to make sure incoming data is processed in a guaranteed time or else fail. Browsing the web isn’t part of these, so an RT kernel will most likely be a hindrance.


  • If smart people love libreoffice, then I must be dumb. Working with it always seems weird and I never like it.

    Fortunately, I can use LaTeX for work; it is far from without issues but while being arcane sometimes (especially when tables are involved), it never really upsets me and the result looks very good. I can say neither for libreoffice or MS office. But at least the former doesn’t charge for the experience.

    I hope typst gains more traction; it seems really intuitive compared to TeX and you don’t necessarily need a macro package. And while it doesn’t produce the quality of TeX-based systems yet, it is already good. Then again, Knuth’s goal first and foremost goal was quality (and it shows); the system just had to be usable by him.







  • Fish is a surprisingly good shell.

    It’s not POSIX compatible, but I don’t really care, it only executes its own scripts / functions. It’s not as innovative as elvish or nu, but it kind of does everything very conveniently and shell-y for lack of a better word – and it always seems so simple. It seems conservative in design, but the old concepts have been evolved in a very usable way. Something I can’t say for all the other shells I’ve tried – at some point, it always gets awkward where fish is just elegant.






  • It’s kind of in line with their plan to get rid of OCSP: short certificate lifetimes keep CRLs short, so I get where they’re coming from (I think).

    90 days of validity, which was once a short lifetime. Currently, Google is planning to enforce this as the maximum validity duration in their browser, and I’m sure Mozilla will follow, but it wouldn’t matter if they didn’t because no provider can afford to not support chromium based browsers.

    I was expecting that they reduce the maximum situation to e.g. 30 days, but I guess they want to make the stricter rules optional first to make sure there are no issues.