• 0 Posts
  • 84 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle


  • When I saw that, I was like “wait, is Knoppix still around?”. A quick search revealed it hasn’t been updated in some time.

    Back in the 2000’s Knoppix was a life saver more than once, but once other distros gained the ability to run live from the install media, I didn’t really need Knoppix any longer.



  • Windows has had to deal with memory pressure a lot more than Linux. Some of this is bloat, but historically there’s also just been a lot of low end systems sold with Windows. All of the Windows 7 systems sold with 1GB, the Windows XP systems sold with with 256MB, running Windows 98 in 16MB, and so on.

    Windows is always looking for memory it can page out and does a lot of preemptive paging so that if it suddenly needs a bunch of free RAM - like if the user suddenly launches some memory hog of an application, Windows has it available. Windows is also a bit smart about it - it’ll page things out but still keep the data in RAM too. So for example an application idle in the background will be paged out in case Windows needs that memory, but it’s also kept in RAM so if the user pulls the application back up, Windows doesn’t have to read everything back from the page file either.

    This has lead to complaints about Windows constantly thrashing the disk and doing things in the background, but there is some method to the madness. Though I will complain that Windows still seems to do this even in situations where the PC has a lot of RAM and large amounts of it aren’t being used.

    The Linux kernel, on the other hand, doesn’t do a lot of this like Windows does. Which is fine so long as you have enough RAM. But in a situation where there isn’t a lot of free RAM and suddenly the user launches a big application, the kernel suddenly has to do a bunch of swapping to free up memory and that can take a bit, especially if the drive is slow.

    The Linux kernel does have a “Swappiness” setting that can modify its behavior, but I’ve never really played around with that myself.



  • Hate is perhaps too strong of a word, but personally, I just don’t care for their default desktop environment. If I had to, I could still use it but as I have lots of choices I’m going with something else.

    On the other hand, I find Ubuntu to be a fine server OS, especially if you want something in the Debian family but want something a bit more up to date than what’s currently in Debian stable but still widely supported.



  • The Union had about 22 million people, and the Confederacy was about 5.5 million if you don’t count the slaves or about 9 million if you include them. So it’s not really half in that sense.

    If you put all of the Union in the “approve” category and all of the Confederacy in the “disapprove” category (and leave the slaves out of this) then Lincoln would have about an 80% approval rating, which is far higher than Trump can claim.









  • There was actually four different standard designs. You had the rectangular lights which came as either a 4x6" quad configuration, or the larger 5x7"design with one light on each side. Then there was the 5 3/4" round lights which were also a quad configuration, and the 7" round lights with one on each side. Prior to 1975 there was only the round designs and prior to 1958 when the quad 5 3/4" round light configuration were allowed, the only legal headlight was the 7" round design, which itself dated back to 1939.

    The reason for the standardization in 1939 was that similar to today, every car had different designs in different configurations, though the main problem then was finding replacement lights when they inevitably burned out or got damaged.

    The first car with composite headlights (in the US) was actually the Ford Thunderbird, but the Taurus is one everyone noticed.




  • There’s also the projects that people think are dead because they haven’t seen any significant updates in some time. But in actuality there just hasn’t been any need to make changes. The code works, is mature, and feature complete. Unlike proprietary software there isn’t any pressure make changes for the sake of change to convince everyone they need to buy it over again, so once the code becomes stable development naturally will slow down.