

/dev/null compresses everything perfectly. The hard part is recovery and is left to the reader.


/dev/null compresses everything perfectly. The hard part is recovery and is left to the reader.
This page intentionally left blank.
Doesn’t do much if the process is in uninterruptible I/o. Kill can’t do much against syscalls that aren’t returning, you’ll be rebooting. You can try this https://github.com/mitchty/nix/blob/shenanigans/src/evilkill.sh but it’s not guaranteed to work. It’s just trying to force the process to exit(), but it doesn’t always work and can’t. All that script amounts to is attaching a debugger and executing assembly to mimic exit. I’ll say 60% of the time it works 100% of the time when kill doesn’t.
So Americans alone are at fault for using the term German in English then? The chain of logic here is impressive I’ll say that.


Sigh, you missed the obvious pun: would you like some cheese with your wine?
You gotta iocaine powder your way to tolerance. Also helpful eat a banana beforehand. Drinking a cup of milk helps too when you’re developing tolerance.


Memory leaks are more than possible in rust. Rust type system prevents things like free being called on an already free resource. It very much also allows not calling free even when nothing references things. It also makes things like arena allocation a fun endeavor compared to other systems languages. It’s not impossible just trickier. Rust isn’t a panacea, you would need something more like idris with its type system to programmatically enforce resources are freed at runtime during the compilation phase. But a fully dependent type system is very much a bleeding edge thing.
Overfull hbox has left the chat un formatted
I grew up on a farm, hell no. If you think farming is going to be any different you’re delusional. It’s also full of physical labor that takes a toll on you.
But give it a go if you want just don’t think farming or ranching is simpler it’s not. And now you alone take on the responsibility of managing many lives be they plants or animals.
Yes it’s rewarding keeping a baby calf alive in -30 weather but be prepared to wake up every couple hours to keep watch on the animals. Also say goodbye to vacations. Without a family member or 5 to help out it’s hard to take a vacation without worrying that coyotes got into the chicken coop or other shenanigans.
Well I mean randy feltface had a good bit on naming in Australia https://youtube.com/shorts/rvDzyPUBJUU
Not sure I’d buy a house in stabbyville
As a nixos user I guess so. It is like -5 here though so today it’s more heated blanket.
I use shenanigans, more fitting and descriptive.

As a dum rural American that knows territorial citizenship is a thing (with wonky caveats not applicable to Puerto Rico) you’d be surprised how many Americans in general have zero clue pr is a part of the us. My last vaca there was fun but after I was back the amount of people that asked about passports was too dam high. And this is in a rather educated metro area.


The default for cargo is debug builds why that would surprise anyone as being slower is beyond me, —release isn’t that much extra to type or alias. Do people not learn how their tools work any longer? This isn’t that far off from c/c++ where you set cflags etc to fit the final binaries purpose.


If you all didn’t want to be the New Zealand of generations you would’ve had your mom give birth earlier or later duh.
Just like New Zealand should push itself closer to a continent if it wants to be on maps.
Also as a dum millennial I am always amused when my brethren ask me about social media etc and say I don’t know about tech cause I don’t got an ig account or watever. Bitch please, I have worked in kernel dev I know all the lies we present as a file. I get angy when people that can’t read x86 assembly tell me I’m not technical.


I’m using shenanigans now, fits the best methinks.


SQLite doesn’t need a networked setup at all. What the poster above is asking is an option for linkwarden to just use embedded SQLite as its db engine. For apps I build I just embed SQLite into the binary, no db network needed, the binary just sets up a db file at startup in say ~/.config/app/db.file and off to the races. If you don’t need to access it from multiple contexts SQLite is hard to beat.
It’s likely wrong reporting, the m5 ultra gets 614 GB/s today. The m3 pro gets over 800. The rumored m5 pro is 1.2TB/s. Likely this will be 2.4 TB/s, but half the reason for high bandwidth in nvidia chips is somewhat offset in the unified scheme. Mlx needs a lot less copy data around when the gpu can just read it directly.