HackerTrans
TopNewTrendsCommentsPastAskShowJobs

silon42

781 karmajoined 8년 전

comments

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