HackerLangs
TopNewTrendsCommentsPastAskShowJobs

tosti

389 karmajoined 8 months ago

Submissions

Thou shalt not make a machine in the likeness of a human mind

github.com
4 points·by tosti·last month·0 comments

Kexec handover and the live update orchestrator

lwn.net
2 points·by tosti·4 months ago·0 comments

Macron to urge EU to use trade 'bazooka' in response to Trump's tariffs

politico.eu
11 points·by tosti·6 months ago·6 comments

comments

tosti
·11 hours ago·discuss


   > To hell with children.
Myeahno. To hell with draconian law disguised as child protection and to hell with the powers that be, who knowingly and willingly are ruining just about everything nice.
tosti
·11 hours ago·discuss
Mario and Luigi.
tosti
·11 hours ago·discuss
Nah, just add your own directories to storage. I've always done it that way and it works just fine.
tosti
·17 hours ago·discuss
You can add directories to the storage, including ones in your home directory. Generic is actually the default option, all you have to do is to disable auto-detection.

It's fine to run qemu directly, but virt-manager ain't bad.
tosti
·20 hours ago·discuss
Looks like slop to me. It even lists the DNT header as part of your fingerprint. It must've been obsolete for over a decade by now.
tosti
·20 hours ago·discuss
I started by looking at the dependencies.

Then I lost count, so I ran wc -l Cargo.lock

   1467 Cargo.lock
Easily over a thousand dependencies. And "rewritten in Rust" is supposed to be a good thing? I bet this doesn't even compile faster than the original.
tosti
·yesterday·discuss
Right. It says select tiles with cars, bikes or buses and I fail because I recognized one far away. Traffic lights and stairs, if a tile has just a tiny bit of the thing, does that count? I don't think they train on this, they've got their answers and they just want people to feel dumb, I guess.
tosti
·2 days ago·discuss
Agreed. I installed the NoPow add-on and that worked (in Firefox).
tosti
·2 days ago·discuss
Frenglish
tosti
·3 days ago·discuss
Rumours of Linux being rewritten in Rust are greatly exaggerated.
tosti
·3 days ago·discuss
When more code is written, more bugs are written.

Or, if the act of debugging is removing the bugs from software, then the act of programming is to put the bugs in the software.
tosti
·4 days ago·discuss
Probably yes it does. Not that it matters when you hack a website to have some expensive jewelry sent to your home address.
tosti
·4 days ago·discuss
I see, this would've been totally rad in 1994:

https://www.youtube.com/watch?v=PlhrLC4cL2Y&t=1856

(Not a good player, though)
tosti
·4 days ago·discuss
I, for one, wouldn't care if Kanye West or his aunt or her neigbours dog came up with a good encryption algo. If it's good, it's good no matter who wrote it. Appeals to authority or the lack thereof draws attention away from the technical debate.
tosti
·7 days ago·discuss
Authenticated for shared files and printers. The pipe itself doesn't authenticate much, but the built-in network server does.
tosti
·7 days ago·discuss
Of course, you can use pretty much any OS as a bootstrap loader for pretty much anything. There has been a loadlin.exe for example, it would load and run a Linux kernel. A gratis variant of BeOS also loaded from DOS iirc.
tosti
·7 days ago·discuss
It just occurred to me that there shouldn't be any cronjobs / scheduled tasks or a disabled cron daemon / task scheduler in the virtual machines. That's because when the vm wakes up an ever increasing number of days later, it could run all sorts of scheduled maintenance jobs.

...But you guys knew that already ^^
tosti
·8 days ago·discuss
People are afraid for the singularity. Can't blame them, hollywood has been milking that hypothesis for decades.
tosti
·8 days ago·discuss
Azure %product% With CoPilot for Workgroups 365 Enterprise Edition
tosti
·8 days ago·discuss
For a CI, my best bet would be to save a running snapshot of each OS to test and derive a new instance from there for every job. Also isolate the network bridge from the outside world. The only thing you may have to fix is time synchronization, but your vmm could already be taking care of that.