Viewing profile — zelly
zelly
HN member- Joined
- Wed, Oct 31, 2018, 1:03 AM UTC
- HN karma
- 2,630
- Public activity
- 1,242 items
- HN profile
- View on Hacker News ↗
About zelly
Recent public activity
-
comment
Comment #38667108
Seems cool but mosh already exists
- comment
- comment
-
comment
Comment #38186941
Shortages lead to gluts. Get ready.
-
comment
Comment #37982257
I remember celebrating when it died but looking back it wasn’t so bad. At least from a dev perspective, working with a batteries-included sdk from a single vendor is a lot nicer th…
- comment
-
comment
Comment #37963818
LUKS doesn’t have this problem. I’ve said it before and I’ll say it again, it’s a matter of time before Windows runs on the Linux kernel. It’ll just be this big monoculture like Ch…
-
comment
Comment #37963811
You’re joking right
-
comment
Comment #37963798
Dead wrong. GPT4 is scary good. I think it will replace frontend web dev.
-
comment
Comment #37963789
You’re being rational and using logic. Unfortunately that’s not how markets and valuations work.
-
comment
Comment #37963777
$10M to host a listing of pdfs. lol let me do it.
-
comment
Comment #37963762
This is the kind of thing you can only trust the compiler to do. And we already have goroutines.
-
comment
Comment #37963717
No. Please no.
-
comment
Comment #37963662
I wanted to make something like this, but using Bluetooth LE. Then I looked at the Bluetooth spec and implementations realized why Bluetooth applications are so unreliable (other t…
-
comment
Comment #37963591
No. It’s dead, Jim. (That said, it’s better than Python by miles, but it suffers from the same curse as Lisp.)
-
comment
Comment #33327596
So when do we get the worldwide 0-day caused by a malicious crates package?
-
comment
Comment #33327457
It seems people still have not grasped free software. You could have full control over your computing experience, limited only by your abilities.
-
comment
Comment #33327164
AI in those days was completely academic, so they used the in vogue academic language. It was a tribal thing—the same way HN gets excited when they see Rust. AI in the 1980s was ce…
-
comment
Comment #31254590
Correct. The best use case for Web Components is to ship a bloat-free, reusable widget that doesn't care whether a consumer uses it with React, Vue, vanilla JS, Angular, etc.
-
comment
Comment #31254503
If you're using a framework like lit-html as the author recommends, it will replace the string every update. Most people will prefer that way since it's more ergonomic and similar …
-
comment
Comment #31254473
RxJS aka the reason so many websites take 100MB of memory nowadays Don't use it
-
comment
Comment #31254434
The problem with Web Components is it's slower than React or other vDOM implementations. Also everything is a string. To re-render, you have to manipulate the innerHTML--usually re…
-
comment
Comment #31049387
This is neat but for convenience not performance. The bottleneck is in the kernel more than anything else. Probably it has the same latency as nginx, modulo safety checks. I would …
-
comment
Comment #28519936
Nah Rust evangelism is pretty organic. I remember it having a cult 6 years ago too, before any of these companies got involved.
-
comment
Comment #28519929
C++ is pretty much the opposite of moving fast and breaking things. It takes like 10+ years, lots of academic papers and debates, lots of peer review, to get a feature into the ISO…