“That all life beyond this planet never existed, no matter how irrationally improbable that may be.”
/ˈbɑːltəkʊteɪ/. Knows some chemistry and piping stuff. TeXmacs user.
Website: reboil.com
Mastodon: [email protected]
“That all life beyond this planet never existed, no matter how irrationally improbable that may be.”
Based on my cheatsheet, GNU Coreutils, sed, awk, ImageMagick, exiftool, jdupes, rsync, jq, par2, parallel, tar and xz utils are examples of commands that I frequently use but whose developers I don’t believe receive any significant cashflow despite the huge benefit they provide to software developers. The last one was basically taken over in by a nation-state hacking team until the subtle backdoor for OpenSSH was found in 2024-03 by some Microsoft guy not doing his assigned job.
Can’t wait for the day when Uncle Sam to turns brown.
Just, buy a new iPhone and Mac every two years.
Termux, rsync and SSH.
Worked okay until I got overzealous and killed my battery from leaving Termux on for convenience.
The USB Type-C is useful for sharing files offline between smartphones while the USB Type-A is useful when you want to backup files to a PC at some point.
Synology is a NAS Iʼd recommend. However, after you become more familiar with the command line and if you are building your own Debian machine with a motherboard that supports many hard drives, I would recommend something like this procedure; this applies especially if you are the only one who will be accessing the files and are just wanting a way to combine the storage capacities of multiple hard drives.
Nvidia: I have altered the deal, pray I do not alter it further.
Also, ISO 8601 has some handy rules for expressing time lengths and periodicities.
Week numbers are convenient for projects in which key delivery dates are often expressed in his many weeks out they are.
I am fond of a partial shuffle algorithm I wrote in Bash for my music playlists that often preserves neighbors of the input list in the output list.
The result is like skipping through my media library in order but occasionally randomly enabling shuffle to jump to a new place. Since the input list clumps albums together and since albums often have a similar vibe, if I want several similar songs of a particular feel to play one after another, I just have to manually advance through the outputted playlist until I hit a song that has what I’m looking for; then I can let the playlist continue automatically since each subsequent song is likely to be similar to the previous song (until another random jump occurs).
Rent extraction: Passive cash flow from doing nothing but owning something without actually producing anything. Such income can be used to buy more such cash flows until monopolies form. Unless monopolies are broken up by government, monopoly owners collude to maximize rent extraction until heads roll during the next revolution.
It depends on the state and payment is more likely required if local officials deem you negligent or if youʼre a part of a common pattern in that location (e.g. Floridians visiting southern Utah every winter and getting themselves stuck in cliffs).
States with laws allowing search and rescuers to charge for rescuing them, according to this 2021-10-06 New York Times article titled “You Got Lost and Had to Be Rescued. Should You Pay?”:
God help you if your rescuers call you an air ambulance, though.
FreedomBox facilities installation of a end-to-end encryption chat server Matrix which is compatible with Element.
FreedomBox is Debian FOSS that also supports Let’s Encrypt for HTTPS encryption. The goal of FreedomBox is to permit setup via only the webUI which it mostly gets right.
Chatting via Element this way is nice since you’re self-hosting the service and not relying upon a centralized server that could required a backdoor. I highly recommend it.
The Seattle police officer in the video didn’t hit the woman with his cruiser. One of the people in his police union did, of which he is vice-president.
The lander and rover has until September 4th until it loses sunlight and therefore power (it doesn’t have an RTG).
It handles ambiguity too. Want to say something lasts for a period of 1 month without needing to bother checking how many days are in the current and next month? P1M
. Done. Want to be more explicit and say 30 days? P30D
. Want to say it in hours? Add the T
separator: PT720H
.
I used this kind of notation all the time when exporting logged historical data from SCADA systems into a file whose name I wanted to quickly communicate the start of a log and how long it ran:
20230701T0000-07--P30D..v101_pressure.csv
(“--
” is the ISO-8601 (2004) recommended substitute for “/
” in file names)
If anyone is interested, I made this Bash script to give me uptime
but expressed as an ISO 8601 time period.
$ bkuptime
P2DT4H22M4S/2023-08-15T02:01:00+0000, 2 users, load average: 1.71, 0.87, 0.68
Using T as a delimiter is mental
You get used to it.
deleted by creator