HackerLangs
TopNewTrendsCommentsPastAskShowJobs

silon42

781 karmajoined hace 8 años

comments

silon42
·anteayer·discuss
It's not that... It's a rewrite by project maintainers vs a fork.
silon42
·anteayer·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
·hace 3 días·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
·hace 3 días·discuss
I wonder if I should install a popup 30 sign on a rear window for tailgaters in the future.
silon42
·hace 5 días·discuss
A better default would be to first kill the processes with largest over-commit, then other if needed.
silon42
·hace 5 días·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
·hace 5 días·discuss
I lost cookies several times on disk-full condition...
silon42
·hace 5 días·discuss
Not before userspace software is fixed, it doesn't.
silon42
·hace 8 días·discuss
Cleverly compressing and decompressing doesn't de-copyright it. ... and if it's not the same who'd trust it.
silon42
·hace 11 días·discuss
No, but I wouldn't mind if keyboard worked properly.
silon42
·hace 18 días·discuss
Yes, but WTF-8 is not UTF-8.
silon42
·hace 25 días·discuss
Car needs to drive me to work and then go back home to charge.
silon42
·hace 27 días·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
·hace 27 días·discuss
Sounds like a tiled window manager is not the best (at least for me).
silon42
·hace 29 días·discuss
Yes, "untrusted" "app stores" should be sandboxed (including AUR, FlatPak, ...) Probably with a VM, at least as a default/option.
silon42
·hace 29 días·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
·el mes pasado·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
·el mes pasado·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
·el mes pasado·discuss
+1 I agree... (except nested loops are rarely the problem, they are often the best/simplest alternative for join).
silon42
·el mes pasado·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).