

Wow, I’d love to Kyll myself on a hot, summer’s day!
Wow, I’d love to Kyll myself on a hot, summer’s day!
I guess not too different from pr0n, h4x, etc. Maybe a tale as old as time?
See also: s*x, k*ll, r*pe, etc.
A /8 subnet is basically everything after the first of the four segments, e.g. 127.*.*.*. marine_mustang was saying that loopback (what you think of as only 127.0.0.1) is actually an entire subnet, so any address that starts with 127 will hit the loopback interface. TIL, never thought about it much before.
A highly respected school teacher of mine was known to say, “Say what you mean; mean what you say.”
Relevant: https://novehiclesinthepark.com/
In 2022 they added a paywall to the feature which was previously free to all users of a Plex Pass server. https://support.plex.tv/articles/downloads-sync-faq/
In 2022 they added a paywall to the feature which was previously free to all users of a Plex Pass server. https://support.plex.tv/articles/downloads-sync-faq/
First they removed downloads and now this? Feels shitty. I used this feature weekly to watch a show with a remote friend.
Merged -> gone gold
Deployed -> gone platinum
Gone a week without crashing production -> triple platinum
Fairphone is also gigantic.
didn’t vote
If you accept facists without objection, you aren’t much better than the facists.
Fuckin’ noobs!
What am I going to do with all of these ACME guillotines I imported from France, then?
I know of a guy who died when his old Beetle rolled over on the highway. I wouldn’t feel confident in one at speed.
I took a commuter train to the big city the other day and I couldn’t believe how many other commuters were scrolling through TikTok with speaker on, or video calling their parents with speaker on. Nobody else wants to hear your shitty music videos.
It’s probably better to copy everything as an attachment to a dedicated portable drive
This would get you fired from some jobs.
Atomicity: either all parts of the transaction complete, or all parts of the transaction don’t complete; there’s no “partly complete” state
Consistency: the state of the database after a transaction is stable; all “downstream” effects (e.g. triggers) of the query are complete before the transaction is confirmed.
Isolation: concurrent transactions behave the same as sequential transactions
Durability: a power failure or crash won’t lose any transactions
Traditionally, ACID is where relational databases shine.