Live data from Hacker News

Viewing profile — dmit

dmit

HN member
Joined
Mon, Feb 21, 2011, 9:42 AM UTC
HN karma
6,665
Public activity
536 items

About dmit

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #48552342

    > Imitation is the greatest form of flattery "... that mediocrity can pay to greatness" is the rest of the quote.

  5. comment
  6. comment
    Comment #48337321

    Apologies, I meant your comment pre-edit(s).

  7. comment
    Comment #48337266

    .....Did you just complain about Rust's "lower adoption" compared to C++, immediately following it by "Zig, on the other hand :eyes_emoji:"

  8. comment
    Comment #48336955

    > I don't think performance has got much to do with tinkering. Yes, in general, but also there are cases when you realize you can, idk, parse a CSV file in 0.2 seconds instead of 2…

  9. comment
    Comment #48334956

    Have you ever thought "Ugh, this bit of Python code is running much slower than I expected on my computer. Wonder if anyone has written a native library for this"? That's probably …

  10. comment
    Comment #48334740

    I foresee a pjmlp comment in your near future. :)

  11. comment
    Comment #48334664

    > Zig's compilation times are already terrific In my experience, this (for now) is mostly aspirational. It's obviously a major goal, and there are clear milestones outlined on how …

  12. comment
    Comment #48244708

    > no, JavaScript is not a perfect language Such a brave stance against a claim literally nobody has ever staked.

  13. comment
    Comment #48238318

    > Can someone explain why it sounds like there's such rapid growth of Bun? In my case, when I start a little Typescript side project, instead of drowning in the sea of npm/yarn/ber…

  14. comment
    Comment #48137738

    Tigerbeetle is in the database business. They operate on an entire different level of correctness expectations compared to something like Bun. The correctness guarantees they provi…

  15. comment
    Comment #47949779

    > And I greatly respect the small binary/download size The latest x86_64 Linux build is 136MB. ( https://zed.dev/docs/linux#downloading-manually ) As for your list of grievances, t…

  16. comment
    Comment #47937497

    > When you pay taxes you have no say in the bombs acquired with that and where they are dropped. Vote in elections, local and general.

  17. story
  18. comment
    Comment #47544880

    Hehe, why "probably"? It says "250 lines" right there in the subject. Surely one can skim the single file of code ( https://github.com/ieviev/mini-gzip/blob/main/src/main.rs ) and …

  19. comment
    Comment #47460933

    I once witnessed a local admonish another (younger) local for exactly that at a bar. He replied with a bratty "Not my fault they're using crappy chopsticks..."

  20. comment
    Comment #47328743

    For future readers: throwaway27448's comment used to say something completely different, featuring the r-slur, and then immediately edited.

  21. comment
    Comment #47298046

    What about when you have a long-running program. You can't both brag about NumPy, Django, and the machine learning library ecosystem while also promoting "It's great for when you j…

  22. comment
    Comment #47177437

    > If I'm using one syntax, how do I tell you to fix a bug in your syntax? How about "Hey, your Bean ain't sprouting"? :) I'm sorry, I feel like I'm not communicating this properly.…

  23. comment
    Comment #47170294

    class Bean { private boolean sprouted; public void sprout() { this.sprouted = true; // ... } } or data Bean = Dormant | Sprouted sprout :: Bean -> Bean sprout Dormant = Sprouted sp…

  24. comment
    Comment #47167406

    No it won't? That's exactly the point -- each of those people will be viewing the code in their own preferred syntax. If there is semantic nuance in the writer's syntax, the reader…

  25. comment
    Comment #47163757

    Alt opinion: syntax is the least important part of a programming language. I can't wait for the day someone invents one where it's defined entirely as an AST (with the S standing f…