HackerLangs
TopNewTrendsCommentsPastAskShowJobs

silon42

781 karmajoined 8 anni fa

comments

silon42
·l’altro ieri·discuss
It's not that... It's a rewrite by project maintainers vs a fork.
silon42
·l’altro ieri·discuss
You are now at 0.1%... now submit upstream in sensible chunks (function or maybe file/module), waiting for people to review (a few per week, maybe) and approve/merge.
silon42
·3 giorni fa·discuss
Here (Slovenia), there is an intersection rule, speed limit is cancelled at next intersection (unless in a "30" zone, or a "town wide speed limit").

Good look recognizing this situation without GPS maps.
silon42
·3 giorni fa·discuss
I wonder if I should install a popup 30 sign on a rear window for tailgaters in the future.
silon42
·5 giorni fa·discuss
A better default would be to first kill the processes with largest over-commit, then other if needed.
silon42
·5 giorni fa·discuss
I disagree... it should not allocate much (like 2x) more than it needs right now...

(allocating virtual memory, but not committing is different, and should be handled with MAP_NORESERVE (or similiar)).
silon42
·5 giorni fa·discuss
I lost cookies several times on disk-full condition...
silon42
·5 giorni fa·discuss
Not before userspace software is fixed, it doesn't.
silon42
·8 giorni fa·discuss
Cleverly compressing and decompressing doesn't de-copyright it. ... and if it's not the same who'd trust it.
silon42
·11 giorni fa·discuss
No, but I wouldn't mind if keyboard worked properly.
silon42
·18 giorni fa·discuss
Yes, but WTF-8 is not UTF-8.
silon42
·25 giorni fa·discuss
Car needs to drive me to work and then go back home to charge.
silon42
·27 giorni fa·discuss
+1... every frame perfect is less important than lag (ie something should happen at next frame after user action).

Pointer should be async with the rest of desktop anyway, unless the system is broken.
silon42
·27 giorni fa·discuss
Sounds like a tiled window manager is not the best (at least for me).
silon42
·29 giorni fa·discuss
Yes, "untrusted" "app stores" should be sandboxed (including AUR, FlatPak, ...) Probably with a VM, at least as a default/option.
silon42
·29 giorni fa·discuss
You mean off the web... Properly encrypted email can't be read in a browser (unless you give your keys to Gmail etc);
silon42
·mese scorso·discuss
An idea...

Take this (assuming it's not slop), relicence as GPL, submit upstream (imagine it's accepted for a moment...).

If they proceed with license washing then from the Rust version, it's certainly derived work.
silon42
·mese scorso·discuss
Not just AI agents... basically, if you cd Projects/foo, that should be it's own user (for running npm, etc) that should not have access to parent user data (probably including github tokens, etc).
silon42
·mese scorso·discuss
+1 I agree... (except nested loops are rarely the problem, they are often the best/simplest alternative for join).
silon42
·mese scorso·discuss
The hints are needed when you have a web scale / online transaction processing application, where you want to guarantee no table scan ever. Ideally, I'd want to rrun without statistics on the tables in that case (ie, no smart joins).