HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krautsauer

85 karmajoined 10 maanden geleden

comments

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

was the cherry on top.
krautsauer
·6 dagen geleden·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 dagen geleden·discuss
Doctors hate them.
krautsauer
·8 dagen geleden·discuss
It's been here a few times, maybe 4-6 times in the past year?
krautsauer
·8 dagen geleden·discuss
Link will be red?
krautsauer
·8 dagen geleden·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 dagen geleden·discuss
Less than they used to be: https://github.com/NixOS/nixpkgs/issues/267982 https://github.com/NixOS/nixpkgs/issues/428908
krautsauer
·27 dagen geleden·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
·vorige maand·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
·vorige maand·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 maanden geleden·discuss
sbctl is recommended these days: https://github.com/nix-community/lanzaboote/blob/master/docs...
krautsauer
·2 maanden geleden·discuss
This needs a (2022).
krautsauer
·2 maanden geleden·discuss
I only noticed at goat farming. But anyway, what would a left-justify package do?
krautsauer
·2 maanden geleden·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 maanden geleden·discuss
[Edit:deleted]
krautsauer
·3 maanden geleden·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 maanden geleden·discuss
I for one was getting bored of hearing about APTs.
krautsauer
·3 maanden geleden·discuss
Or you bundle a copy of the engine and game content with every recording…
krautsauer
·3 maanden geleden·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 maanden geleden·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?