• 5 Posts
  • 670 Comments
Joined 3 年前
cake
Cake day: 2023年6月12日

help-circle
  • Last year I was reading a bit about Mozilla, all that google money, their spendings, their CEO and got really really angry looking on how shit the Firefox is I use daily.

    The reason Firefox still exists is that Google can prove it’s not a Chrome monopoly. Now this is just me forming conspiracy theories, but I do believe that Google would stop these payments the day Firefox would really out-innovate Chrome and get more market share.

    I do believe all that Google money is not keeping Firefox alive, it’s keeping it dead.

    At that moment I rage-donated money to Servo. Monthly. Didn’t regret it, yet. Found their transparency records what they use it for. Up to now they use their money very responsibly.



  • I’m not a Playstation fan, I just want to play on the sofa, so I bought it just for that. It was a PS1, PS3, PS4, PS5… ooh wait, in fact I did have nearly all of them

    PS6? No way. For me the PS always was a good offer for couch gaming.

    Unless Sony changes course, a future PS6 looks mighty unattractive, price and usage-wise.

    My next “console” will be something with Steamos or Bazzite or any wine/proton install. Maybe something that I can also use for running LLMs when I work.

    If memory wasn’t so expensive, I’d already have ordered a 128G Strix Halo box (good enough for most games, good enough for a lot of local models)





  • Regarding “the mechanic always rips me off” - find a good one. When the muffler was loose because of a broken hanger the garage called me, told me and asked me if they should repair it by the book (switching out an 800 Euro part) or just weld the hanger - that would be “The OEM doesn’t allow it, so less OEM warranty, but it’s only Eur 10.”

    They basically asked me to allow them to ignore idiotic OEM instructions. (Yes it was an “official” garage by the OEM)



  • it was an old mechanism in Unix & Linux that flushed “disk writes” to disk. Writes would normally go to the buffer cache in ram and a process called “sync” every 30s to flush out writes to disk. (writing out EVERY change would result in a lot of redundant writes and be very slow, so this was a very simple kind of collecting work until it makes sense to really do it)

    We still write async writes to ram first and then write them to disk later, the mechanism is much more advanced nowadays - and also quicker to start writing.

    Still, on the shell there’s a command called sync which invokes the system call, asking the kernel to flush out all asynchronous writtes.

    (And yes, there’s more than async writes, used by databases for example, but that would require a lot more of explanations)





  • I still remember when I managed to rm -rf / foo (I accidentally typed a space between / and foo) on my very early linux box on the 90s. 80486, 16 mb

    I pressed enter. Saw what I did. Remembered that sync ran at every 30s* Pressed the power button.

    *= those were simple times, but not better times

    So I rm -rf ed my root fs and my box survived it due to the quick power off.