HackerLangs
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
·قبل 5 أيام·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).