HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krautsauer

85 karmajoined قبل 10 أشهر

comments

krautsauer
·أول أمس·discuss
> I actually don't have any personal criticisms of Jarred.

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