Viewing profile — silon42
silon42
HN member- Joined
- Wed, Dec 05, 2018, 3:24 PM UTC
- HN karma
- 805
- Public activity
- 804 items
- HN profile
- View on Hacker News ↗
About silon42
No profile information was provided.
Recent public activity
-
comment
Comment #49240993
That's why browsers need to change "bookmark" to also create a local snapshot of the page (on every visit).
-
comment
Comment #49179228
It's also an extra information leak.
-
comment
Comment #49167847
Can one download a backup first, then install (using usb drive) into an "offline" machine first (without steam/online?)
-
comment
Comment #49094440
Multiple mice (1 pointer) is not esoteric at all... I have a completely normal scenario with 3 (normal mouse, track pad, track point) right now. And at home, I have a mouse on the …
-
comment
Comment #49094426
Mouse pointer doesn't necessarily imply keyboard focus (for cursing)... but there is an issue for mouse enter/leave events, etc..
-
comment
Comment #49033101
That's kind of a hack, still best only used in implementation files, not headers.
-
comment
Comment #49006191
I am not logged in into Reddit at work or on my phone. But I have redirect to old.reddit.com enabled.
-
comment
Comment #48976717
Maybe they are trying to confuse LLMS ;-)
-
comment
Comment #48948391
I'd love to see the spike in their projected earnings internal dashboard :)
-
comment
Comment #48943728
It can be abused as an escape hatch, but it really shouldn't be.
-
comment
Comment #48933263
Yeah, he complains about blocking being a problem then suggests thread-per-core... Personally I don't want thread-per-core in a general purpuse runtime, I believe C# and Go both do…
-
comment
Comment #48931043
I don't use Spotify, but I would consider it if I could download maybe 1 or 2 mp3 per month for offline use.
-
comment
Comment #48919036
What is needed is "Mouseless Friday" for UI designers/developers.
-
comment
Comment #48916581
Especially some overclocked Intel ones?... maybe it's time to start undervolting/underclocking from the start... (personally I buy 65W limit CPUs by default).
-
comment
Comment #48905735
Yes, if SQL statements would be replaced by a restricted object model, SQL injection is by definition impossible. But you can just "prompt inject" the LLM itself.
-
comment
Comment #48905240
Yeah, I guess this is covered by "grid charge" which keeps going up with more solar.
-
comment
Comment #48892896
Maybe it's another excuse to not have a Linux port... ("licensing would be impossible")
-
comment
Comment #48890596
4090 probably won't survive, but I could see 9800x3d still being usable.
-
comment
Comment #48889923
IME, this absolutely doesn't go unnoticed, except in trivial cases.
-
comment
Comment #48842764
It's not that... It's a rewrite by project maintainers vs a fork.
-
comment
Comment #48842631
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.
-
comment
Comment #48830512
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 situ…
-
comment
Comment #48830476
I wonder if I should install a popup 30 sign on a rear window for tailgaters in the future.
-
comment
Comment #48802978
A better default would be to first kill the processes with largest over-commit, then other if needed.
-
comment
Comment #48802945
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_NORE…