- 4 Posts
- 16 Comments
After 362879 wrong answers you will pass. Or after 2,0922789888×10¹³ tries if it’s a fancy 4x4 grid.
And you have bootstrapped an B compiler on that?
JATtho@sopuli.xyzto Open Source@lemmy.ml•Yuzu & Citra devs fold to Nintendo's demands | Pay $2.3million to settle, take down github, domains, patreon, discord, with immediate effect.7·1 year agoI think the difference with Dolphin is that it now emulates an extinct system(s), so it cannot possibly compete with the actual thing. They did have a close call last year, if I remember, and they pretty quickly went into “jettison all illegal shit out of the code base NOW.” -mode.
This cannot be an coincidence. I may actually finished something this time.
It happened to me when I was configuring IP geoblocking: Only whitelist IP ranges are allowed. That was fetched from a trusted URL. If the DNS provider just happened to not be on that list, the whitelist would become empty, blocking all IPs. Literally 100% proof firewall; not even a ping gets a pass.
I clicked the link with SUS knob set to 900% and the other hand on the main breaker. It did not disappoint.
That’s because people are now aware of all of this shit happening, and some discreet day, just flip off the power from the house, doing indescribable things, and listens to the voices in their heads. And nobody will know.
JATtho@sopuli.xyzto Programmer Humor@lemmy.ml•Bacteria share genes all the time. RMS would approve1·1 year agoTechnical debt means how much work it takes to update legacy solution to a modern solution. E.g. each time a new C++ standard is used, all code written with the old standard should be checked. The work time needed to do this is paying up the technical dept.
Now, if you are lazy, and didn’t clean up the code, used the easy and sloppy solution, next time you have twice the work to be done. So the dept gets worse, if you do nothing.
JATtho@sopuli.xyzto Programmer Humor@lemmy.ml•Bacteria share genes all the time. RMS would approve3·1 year agoI touched a piece code that was +10 years old, according to git. Should I be scared? Will my change it survive??
JATtho@sopuli.xyzto Linux@lemmy.ml•What's (are) the funniest/stupidest way(s) you've broken your linux setup?3·1 year agoI had a similar debacle, when I managed to corrupt a btrfs file system to point it wouldn’t mount again…
I was preparing it to have as my main system on bare hardware. I had accidentally mounted the same block device simultaneously in the host and guest: kablamo silent corruption and all 5 hours of progress lost.* :(
*shred the guest VM, host was ok.
JATtho@sopuli.xyzto Linux@lemmy.ml•What's (are) the funniest/stupidest way(s) you've broken your linux setup?3·1 year agoOn arch, UEFI boot vars are mounted at
/sys/firmware/efi/efivars
. It’s unwise torm -rf
them…
X Y problems are absolutely crud when you have to ask first the stupid version to be able to ask the actual question about X.
Please, never run plain “sudo make install” on a package managed system. With linux from scratch it might make sense… Doing so will “install” the thing (copy the files), but the copied files are foreign to the package manager. You cannot easily undo this, and can cause issues in future.
You had a compiler error about missing header file, libXft is from Xorg project. “devel” versions of packages usually provide these files.
st
is from suckless project so it doesn’t need much to be “installed”: copy the built binaries into~/bin/
or/opt/
and set your userPATH
to look into those dirs. Check your userenv
if you need to modify thePATH
.
Radeon RX 580 until the VRAM dies to the idle @50*C temps or the support is removed from the kernel…
The video link 100% cognitohazard. DO NOT CLICK.
deleted by creator