Viewing profile — jstasiak
jstasiak
HN member- Joined
- Wed, Sep 01, 2021, 3:13 PM UTC
- HN karma
- 12
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About jstasiak
No profile information was provided.
Recent public activity
-
comment
Comment #46835647
This is a pretty unfortunate name choice, there's already a project named OpenClaw (a reimplementation of the Claw 2D platformer): https://github.com/pjasicek/OpenClaw .
-
comment
Comment #46835580
Same here, Firefox 147.0.2, macOS 15, Apple Silicon. "Firefox GPU Helper" keeps using 30-40% of a CPU core. I think it's not strictly connected to using YouTube in my case.
-
comment
Comment #44660754
The package has now been restored/reinstated: https://web.archive.org/web/20250723155529/https://www.npmjs... This has been reflected in a recent edit and comments here: https://gi…
-
comment
Comment #43392456
> Great thing about entropy is that adding more never hurts. I used to think the same but here's a counter-example of a (hypothetical) attack based on a malicious entropy source be…
- story
-
comment
Comment #42990204
Adding +1 to the Nebula recommendation. The last time I tried ZeroTier (years ago, I admit) it wasn't possible to self-host all of it I think and I couldn't make it reliably use my…
-
comment
Comment #42990168
Looking at that file may make you reach misleading conclusions. Some tun/io code may be use but there's that. As far as I understand WireGuard the protocol is not used anywhere: ne…
-
comment
Comment #42990136
They're solutions to slightly different problems. I'd characterize it as such: Wireguard is more of a plumbing solution that gives you a point-to-point connection, either it's enou…
-
comment
Comment #42925180
An article mentioning this kind of attack: https://blog.cr.yp.to/20140205-entropy.html
-
comment
Comment #41394624
I've had some contact with Docusaurus and from my experience the Sphinx and reStructuredText combo is a much better solution to creating a robust, maintainable, cross-linked-to-nth…
- story
-
comment
Comment #40841478
> Wouldn’t it be simpler and more consistent to have a first parse the IP into an internal format then perform all logic on that? So not speaking about this library specifically bu…
-
comment
Comment #40841419
Tangential, but thought I'd mention this > The CVE has to do with the utility not correctly identifying private IP addresses supplied to it in a non-standard format, such as hexade…
-
comment
Comment #39044430
Credit aside, if this is mostly your code there may be a copyright/license issue. The original license: https://github.com/rubberduck-ai/rubberduck-vscode/blob/f11a... The new proj…
-
comment
Comment #38702932
Looks like a great initiative – I wish there was a reliable TS/JS equivalent of https://docs.rs (even considering rustdoc's deficiencies[1]). I went through this exercise recently …