Live data from Hacker News

Viewing profile — xedrac

xedrac

HN member
Joined
Sun, Jul 24, 2016, 4:08 PM UTC
HN karma
1,789
Public activity
644 items

About xedrac

No profile information was provided.

Recent public activity

  1. comment
    Comment #49123115

    Codeberg infrastructure needs work...

  2. comment
    Comment #49106201

    > If you're good you can keep a lid on tech debt in the face of rapidly changing requirements. If you suck at it, well... you can't. Every drop of tech debt (aside from AI slop) I …

  3. comment
    Comment #49106141

    If you're using Lisp, then sure. If you're using C++, then chances are you're going to have to heavily overengineer the thing to cover all possible requirement changes. That comes …

  4. comment
    Comment #49090658

    People say this, but I'm not sure I understand how it could be true. For example, taxing billionaires is often cited as the solution to this problem. But if we took Elon Musk's $73…

  5. comment
    Comment #49090484

    I suspect scheme would handle this much better.

  6. comment
    Comment #49087565

    Java may be memory safe, but no memory is safe from the JVM. :)

  7. comment
    Comment #49057831

    Do you feel threatened that Russia and Iran will succeed in conquering all of Europe and the Middle East? I see it more like a couple of misbehaving misfits. That's very different …

  8. comment
    Comment #49047084

    One could argue that human learning is not all that different from machines training on data. We are all regurgitation our own experiences and knowledge to some degree. We certainl…

  9. comment
    Comment #48978911

    Conversely, most of the high impact bugs are also written in C and C++, because they rely on "coding style and engineering practice" to be correct. Rust raises the floor on this by…

  10. comment
    Comment #48964641

    Gleam looks interesting, but I can't say I'm too impressed with Tangled... it won't even let me sign up.

  11. comment
    Comment #48964483

    That was my experience too.

  12. comment
    Comment #48951729

    Don't forget Jolt! It's clojure built on top of Chez Scheme, which is super cool.

  13. comment
    Comment #48900226

    Since the Rust support in the kernel is not optional, it already has an impact on platform support, no? Or maybe they are using the gnu toolchain to avoid that?

  14. comment
    Comment #48900196

    If it's written with nostd, I'd expect them to be similar.

  15. comment
    Comment #48861416

    > Less skilled co-workers will make mistakes that will have more consequences when the language is more permissive. Even the most skilled engineers are going to make these mistakes…

  16. comment
    Comment #48703196

    I'll put my money on AI software contributions...

  17. comment
    Comment #48585292

    The median alone doesn't paint the whole picture. We need to compare the spread as well. The median doesn't care if you make just under the median, or $1 a month.

  18. comment
    Comment #48584943

    I've only ever used emacs in vim mode (evil-mode). Its vim emulation is the best I've seen anywhere.

  19. comment
    Comment #48584910

    I'm happy to see these improvements. One thing that has always been annoying with Emacs is how much configuration is required to get a modern editor going. Things like Doom Emacs, …

  20. comment
    Comment #48485282

    I tried Helix for a few weeks and found it to be less efficient overall. Now granted it's hardly fair to compare 3 weeks to 20 years, so maybe with more time I might change my mind…

  21. comment
    Comment #48476291

    You sound like you would prefer Emacs over Vim.

  22. comment
    Comment #48476158

    While this is true, the fact that it is Rust provides a much greater level of confidence than if it was Python or something.

  23. comment
    Comment #48418165

    I have felt this many times. However, the effort involved in writing code does not indicate the amount of issues that code may have. This is why I prefer Rust to C++ these days - i…

  24. comment
    Comment #48418137

    I built my career on C++ and I agree with you. Rust is just superior in almost every way. C++ is dead to me for new projects.

  25. comment
    Comment #48243116

    It's funny how people take this perspective for Waymo, but when it comes to Tesla FSD, they are much less forgiving, even though I think Tesla's performance is at least as good, if…