Live data from Hacker News

Viewing profile — templix

templix

HN member
Joined
Mon, Dec 20, 2021, 10:44 PM UTC
HN karma
27
Public activity
14 items

About templix

No profile information was provided.

Recent public activity

  1. comment
    Comment #40098955

    I'm 100% hooked on Zig, don't really wanna use another language anymore Reading other people's Zig code is usually a joy, as is writing it

  2. comment
    Comment #37555137

    Wasmer rubs me the wrong way for some reason Staying clear

  3. comment
    Comment #37545411

    The Zig article specifically says bug fix bounties are different.

  4. comment
    Comment #37545319

    > or needed maintainer time that wasn’t there That's my experience with bounties: someone does the job because they get paid, not because they have a particular interest in the iss…

  5. comment
  6. comment
  7. comment
    Comment #37001780

    I ditched Rust a year ago in favor of Zig and have not regretted since Number of memory bugs in several fairly huge projects: 0 Zig is way more maintainable, leads to less code whi…

  8. comment
    Comment #32204501

    Fun fact: There's been a number of spectacular memory safety bugs in Rust programs where you have no option but to go unsafe. Which, in real systems programming, is quite often... …

  9. comment
    Comment #29973055

    > maybe you are just bad as a programmer (nothing wrong with that) This was actually my impression after reading the post. A bad programmer making a lot of ill-informed complaints.…

  10. comment
    Comment #29972957

    Seems like the author isn't used to low-level programming languages. Zig is a great C replacement.

  11. comment
    Comment #29636420

    Careful now. SVG uses a lot of XML features that goes beyond "basic XML parsing". To define a subset of SVG doesn't imply that simplifying the XML part is going to be easy.

  12. comment
    Comment #29636404

    > But to make a simple XML parser those are optional bits. Yes, but SVG requires a lot of those optional bits... A parser complex enough to deal with all the nooks and corners of S…

  13. comment
    Comment #29631511

    You enjoy writing Lisp, but somehow find parenthesis way too confusing when editing manually? That's pretty hilarious. If you take the expression above and format it in any half-de…

  14. comment
    Comment #29631467

    > So what's the deal? Are OP and me the only devs who have ever hit up against this issue in practice? The sad truth is that many issues go unreported because people are lazy and m…