Live data from Hacker News

Viewing profile — zelly

zelly

HN member
Joined
Wed, Oct 31, 2018, 1:03 AM UTC
HN karma
2,630
Public activity
1,242 items

About zelly

lisp survivor

Recent public activity

  1. comment
    Comment #38667108

    Seems cool but mosh already exists

  2. comment
  3. comment
  4. comment
    Comment #38186941

    Shortages lead to gluts. Get ready.

  5. 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…

  6. comment
  7. 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…

  8. comment
    Comment #37963811

    You’re joking right

  9. comment
    Comment #37963798

    Dead wrong. GPT4 is scary good. I think it will replace frontend web dev.

  10. comment
    Comment #37963789

    You’re being rational and using logic. Unfortunately that’s not how markets and valuations work.

  11. comment
    Comment #37963777

    $10M to host a listing of pdfs. lol let me do it.

  12. comment
    Comment #37963762

    This is the kind of thing you can only trust the compiler to do. And we already have goroutines.

  13. comment
    Comment #37963717

    No. Please no.

  14. 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…

  15. 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.)

  16. comment
    Comment #33327596

    So when do we get the worldwide 0-day caused by a malicious crates package?

  17. 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.

  18. 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…

  19. 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.

  20. 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 …

  21. comment
    Comment #31254473

    RxJS aka the reason so many websites take 100MB of memory nowadays Don't use it

  22. 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…

  23. 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 …

  24. 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.

  25. 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…