Isn’t that what OP is proposing?
- 1 Post
- 227 Comments
RecallMadness@lemmy.nzto
Technology@lemmy.world•California Passes Backdoor Bill to Control the 3D Printing Hobby and Spy on Small Designers, Prototypers, and HobbyistsEnglish
2·3 months ago- Uncheck the “I am in California checkbox”
Could be anything.
Something decides it’s going to fill your disk up with noise and plex enters a crash loop as it can’t write to disk any more.
Your reverse proxy decides it’s not going to issue valid SSL certificates so all your plex clients refuse to connect.
One day an OS update decides your network configuration wasn’t important, and your OS throws a shit fit because there’s no route to 192.168.1.100 any more
Not OP. But i do the same.
I have multiple proxmox hosts, running multiple VMs, each running containers.
I do it so I can minimise disruption. Fixing a fault in immich doesn’t mean the house is without plex for a week.
RecallMadness@lemmy.nzto
science@lemmy.world•Scientists discover reversible male birth control that stops sperm productionEnglish
5·5 months agoYou can self heal after a vasectomy. It’s rare but happens. Especially in the first few years following the procedure.
But easy enough to go to your dr every few years and get tested.
RecallMadness@lemmy.nzto
Technology@lemmy.world•Meta found liable in child exploitation caseEnglish
2·5 months agoUnfortunately can’t codify how platforms work soecifically into law.
But you could possibly explicitly make companies liable for promoting “detrimental” content. Then define “promoting” as something like “surfacing content to a user beyond the reach of the users immediate network. Ie algorithmic suggestions or advertising”
RecallMadness@lemmy.nzto
Technology@lemmy.world•Sam Altman Thanks Programmers for Their Effort, Says Their Time Is OverEnglish
4·5 months agoExactly.
The outsourcing supply countries have had over a decade now of working on and around large commercial software platforms.
They have knowledge of their customers needs and the capabilities of the platforms.
Yet how many of them are western owned, and how many are eastern owned?
If 1.4 billion Indians can’t make a corporate-ready viable rip off of SAP in 10 years, AI isn’t going to either.
RecallMadness@lemmy.nzto
Ask Lemmy@lemmy.world•What's a piece of Media that is so underrated you must mention it?
3·6 months agothe bodies keep washing up cloth!
Not to mention, the titles a poop joke.
RecallMadness@lemmy.nzto
Technology@lemmy.world•Spotify says its best developers haven't written a line of code since December, thanks to AIEnglish
6·6 months agoIt’s probably true.
Think of it with this alternate headline:
Spotify reclassifies what constitutes a good developer
And no doubt, they’re capturing what these “good developers” do to better train the clanker to make the “bad developers” redundant.
RecallMadness@lemmy.nzto
memes@lemmy.world•It's a bold move, Cotton. Let's see if it pays off.
10·7 months agoSo many reasons.
- encourages good pre-planning
- discourages underhand pre-planning
- gives me the chance to talk to the other parent first
- removes any unwanted pressure from anybody involved who doesn’t want it, but might feel pressured into saying yes because they’re already there.
- most importantly. I (the adult) want to make the most of you (the child) being out of the house. I could have gone out to dinner, thrown a grownups party, etc.
There’s a house in my area that gives out potatoes. Kids love it.
Then when houses run out of candy, some of the kids give them their potatoes (and candy) so more kids can trick-or-treat.
Kinda awesome seeing a 3yo get excited that they got a potato.
The crunch of the toast vs the softness of the bread. The saltiness and richness of the butter against the spice of the pepper.
It’s got contrast across two food metrics! Beats the shit out of PB&Js, and you don’t get peanut fragments stuck in your teeth.
It’s poverty food (for when butter didn’t cost $20/kg), but it’s not half bad.
This should be the way.
I hate how ordering something gives you an obligation to fries, or rice, or whatever.
I might want a burger with some wings instead.
RecallMadness@lemmy.nzto
PC Gaming@lemmy.ca•ASUS Rumored To Enter DRAM Market Next Year To Tackle Memory ShortagesEnglish
2·8 months agoHypothetically, they could be placing orders for all the other chips needed in their other hardware, predicated on delivery on memory chips.
My gripe with wayland is how it made desktop environments less composable.
With x11 you could sort of mix and match your DE and WM. I could have all the “it just works” everyday computing from Gnome/KDE/xfce/whatever, and the workflow-boost from a Tiling WM. In some cases, making it work was a bodge but it worked.
Now, with Wayland, your WM is effectively your DE. It’s now a constant choice of “do I want tiling? Or do I want to print something, or be able to change my resolution, or to plug a USB stick and mount it without remembering the arcane incantations”.
I just want to be able to print something, and have virtual workspaces per monitor. I could live without tiling.
RecallMadness@lemmy.nzto
Ask Lemmy@lemmy.world•Does anyone else miss traditional forums?
13·9 months agoI miss the individuality of the old internet. Websites, communities, and users being themselves.
ShitNugget9000 on one forum might be SirReginald79 on another.
Policies set for the community, not the leaseholder.
The internet controlled by a hegemony sucks.
RecallMadness@lemmy.nzto
Programmer Humor@programming.dev•What are some of the worst code you have seen in a production environment?
5·9 months agoLmao.
Using floats for nearly anything in a finance platform should be grounds for immediate dismissal.
RecallMadness@lemmy.nzto
Open Source@lemmy.ml•Qualcomm has started enshitification of Arduino
1·9 months agoYou can run it on pretty much every esp.
I’ve had issues with getting it working on lilygo devices, but had no problem with basic cheap “devkits” from AliExpress.
It’s the balls that get you.



My favourite (that I saw a human do) was asserting on unconstrained mocks with a typo (so they always asserted true)
Hundreds of tests. Not exactly pointless as they did call the code so maybe caught some issues. But we fixed the typo and barely half of them passed.
No idea how the software worked, but it did.