

It’s been called MacOS since 1997


It’s been called MacOS since 1997
I’ve had to use these before, when I lived in a dormitory that had frequent false fire alarms. The fire exit stairs took us to a series of one-way locking doors, ending with a “Do not exit, alarm will sound” door. At that point, even if we felt like it might be a false alarm, we had no choice but to go through the door. The first several times, it set off a weak alarm, but did not appear to be wired into anything else in the building. After a few times, it stopped going off, I assume because its battery died. It’s nobody’s job to replace those batteries, so they stay dead.


This post is satire. Take a look at the
PTSD: Hell yeah [++++++++++]
Nobody likes PTSD. This is a parody of being pro-war.


A lot of people fall off roofs during solar installation. But that’s not an externality – these people know the risks, they can ask for higher pay, or choose to wear their PPE properly. The deaths from fossil fuels are mostly externalities.


IMO, that’s not a digital signature. That’s a normal signature on a computer. Digital signatures involve cryptography. For example, OpenPGP.
I think this is a better representation of Debian (the beard is important). https://commons.wikimedia.org/wiki/File:Ken_Thompson,_2019.jpg


Seedvault doesn’t backup apps whose developer chooses not to let you back them up. It doesn’t backup the encrypted keystore or the tee. It misses a lot, because Android fundamentally puts developers above users.
Libertarian. Definitely.


The people emitting the carbon dioxide should pay for it, since climate change is responsible for much of the fire.
(This statement is not in disagreement with the post. See list.)


Nobody’s at zero. It’s been said that the average American commits 3 felonies per day. The law is so long that you couldn’t read it in a lifetime. There are more criminalized actions than you can imagine.
xdotool
You were never tutored in analogue calculations. Analog doesn’t mean “everything that’s not digital”.


My gaming PC dual boots Debian and Ubuntu
I was getting marked as “away” in Microsoft Teams every day, even though I was working. I just wasn’t using Microsoft Teams, so it marked me as idle.
I wrote this Autohotkey script after my boss started complaining. It clicks on Teams every 2 minutes:
global running := 0
^+1::
{
global running := 1
while running == 1
{
CoordMode("Mouse", "Screen")
oldx := 0
oldy := 0
MouseGetPos(&oldx, &oldy)
prev_active := WinActive("A")
Try
{
WinActivate("ahk_class TeamsWebView")
}
Catch TargetError as e
{
}
CoordMode("Mouse", "Window")
Send("{Click 80 40 Left}")
Try
{
WinActivate("ahk_id " prev_active)
}
Catch TargetError as e
{
}
CoordMode("Mouse", "Screen")
MouseMove(oldx, oldy, 0)
sleep(115000)
}
}
^+2::
{
global running := 0
}
It has the side effect of preventing my computer from entering screensaver/lock screen when I really am away.


The OS itself, Debian. If I have to pick a component, Mate Panel. Compared to the Windows 11 start menu, it’s useful, customizableand has no ads. My IT department at work can’t even figure out how to remove the Windows 11 start menu ads from my computer.
Benjamein has my sympathy. No person should have to watch a commercial.


chmod can do 95% of everything I’ve ever needed, just with the “user” and “other” category. Private files, public-readable files, public read-write files, programs I compile but anyone can run… all that is just in the “user” and “other” category of chmod.
It gets 99% if you add the sticky bit (used on /tmp) and the “group” category. Serial ports are owned by root:dialout, and mode 660. To get serial port access, just add the user to the dialout group. For group assignments in college, each partner pairing had their own group they could use. Group work files were mode 660 so groups could edit each others’ work, but other groups couldn’t peek.
For the last 1%, use setfacl. It does everything that explorer.exe’s security tab can do.


Proton’s systems are built on proprietary software. I don’t trust them.


Ok, here’s one about China’s current crimes: https://www.lgbtqnation.com/2026/05/hong-kong-unexpectedly-canceled-one-of-its-biggest-lgbtq-events-china-may-be-to-blame/
It depends on the type of work. The proper length of copyright for books or films should long, about 20 to 25 years, because they remain relevant for longer. But software should be shorter, about 7 years.
The purpose of copyright is to enhance the public domain, not to create a business model. How well is 75 year old software enhancing the public domain? If any software has even entered the public domain through copyright expiration, what use is that software today? At best it’s an archeological curiosity, but more likely it’s no use at all.