HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krautsauer

85 karmajoined 10 bulan yang lalu

comments

krautsauer
·kemarin dulu·discuss
> I actually don't have any personal criticisms of Jarred.

was the cherry on top.
krautsauer
·6 hari yang lalu·discuss
"How about"? These situations might exist, but this clearly isn't one. Two reasons:

1. "The Nothing Phone button gives you a tap confirmation via both haptics and sound, and then ignores the tap […]"

2. There is a really good reason to tap this button 3 times in a row.
krautsauer
·6 hari yang lalu·discuss
Doctors hate them.
krautsauer
·8 hari yang lalu·discuss
It's been here a few times, maybe 4-6 times in the past year?
krautsauer
·8 hari yang lalu·discuss
Link will be red?
krautsauer
·8 hari yang lalu·discuss
Would be somewhat nice to have the link in the comment text, yeah.

> Warning: Experimental Kernel Exploit > By clicking “Step 2”, you acknowledge and agree that this website will run an open-source kernel exploit on your device.

Then again, one does take the risk of landing on a site like that and not being asked every other time clicking a link.
krautsauer
·17 hari yang lalu·discuss
Less than they used to be: https://github.com/NixOS/nixpkgs/issues/267982 https://github.com/NixOS/nixpkgs/issues/428908
krautsauer
·27 hari yang lalu·discuss
> asm.js (that's been deprecated, hasn't it?)

https://spidermonkey.dev/blog/2026/05/20/saying-goodbye-to-a...

iirc, v8 never had any special compilation path for it to begin with.
krautsauer
·bulan lalu·discuss
Are scripts even necessary? I don't think e.g. mvn has any form of scripts¹, but if the dependency is compromised, you're likely to execute whatever compromised code is in there the next time you do mvn verify (or whatever). Slightly less wormable maybe, running tests or at least checking whether your thing still runs after upgrading package versions is really common, no?

¹ Annotation processors are a thing and somewhat similar to rust macros in function, but you need to set those up manually for each dependency, iirc.
krautsauer
·bulan lalu·discuss
I was trying to write something like this in rust at some point, just for the joke that you can compile that rust to wasm, and then it can compile itself to JVM assembly. The complexity of it turned out to be quite a bit too high for a joke only.
krautsauer
·2 bulan yang lalu·discuss
sbctl is recommended these days: https://github.com/nix-community/lanzaboote/blob/master/docs...
krautsauer
·2 bulan yang lalu·discuss
This needs a (2022).
krautsauer
·2 bulan yang lalu·discuss
I only noticed at goat farming. But anyway, what would a left-justify package do?
krautsauer
·2 bulan yang lalu·discuss
We're talking about https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim...?

One example: it disables the default Ctrl-F search function but its own search function is subpar (no match counts/hlsearch, e.g.) and often clashes with website's built-in search (on Github, e.g.).

It doesn't work on the default newtab either, and changing the default newtab somehow makes opening a new tab slower (that's FF's fault, I guess)…
krautsauer
·3 bulan yang lalu·discuss
[Edit:deleted]
krautsauer
·3 bulan yang lalu·discuss
I'm curious: Do you have a nice set of GUI applications that come with the UX you'd expect of TUIs?

(I'm not actually sure what the UX of TUIs is I love so much. Relative simplicity / focus on core features? Uff, notepad wins this one on vim. Fast startup times? I use gomuks, that takes a minute for the initial sync. No mouse? Moving around in TUI text editors with hjkl is slow. I either jump where I want to go with search or use the mouse. Lightness over SSH/network is the only thing I can't come up with a counterexample for.)
krautsauer
·3 bulan yang lalu·discuss
I for one was getting bored of hearing about APTs.
krautsauer
·3 bulan yang lalu·discuss
Or you bundle a copy of the engine and game content with every recording…
krautsauer
·3 bulan yang lalu·discuss
If we're going the see-also way: sixels. Especially timg for image viewing. I've also played with https://github.com/cptpiepmatz/nu-jupyter-kernel/tree/main/c... which can be neat but the invocation is terribly clunky.
krautsauer
·4 bulan yang lalu·discuss
SSH waits for the server key before it presents the client keys, right? Does this mean that different VMs from different users have the same key? (Or rather, all VMs have the same key? A quick look shows s00{1,2,3}.exe.xyz all having the same key.) So this is full MitM?