HackerLangs
トップ新着トレンドコメント過去質問紹介求人

silon42

781 カルマ登録 8 年前

コメント

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