Live data from Hacker News

Viewing profile — lo1tuma

lo1tuma

HN member
Joined
Sun, Apr 12, 2026, 5:04 PM UTC
HN karma
22
Public activity
37 items

About lo1tuma

No profile information was provided.

Recent public activity

  1. comment
    Comment #48589340

    I think integration tests, e2e tests or smoke tests still provide value. Even for things that you don’t control directly, but at some point you have control over it. You could simp…

  2. story
  3. comment
    Comment #48119582

    Looks like AI slop posted by an AI bot.

  4. comment
    Comment #48119552

    Very true. I think the authors area settles more in the webdev area, where you can make releases multiple times per day. > Optimize for what best serves your purpose. If you have h…

  5. comment
    Comment #48119530

    Yep, fast feedback cycles are important.

  6. comment
    Comment #48119522

    I agree. Over-engineering is something many projects suffer from. Principles like YAGNI and KISS help, but it is hard to enforce them by tooling. So it remains a discipline of the …

  7. comment
    Comment #48119505

    I assume that the author means, when it is easy to change something in the code (i.e. without fear because you have a very good test automation), then it is easy to apply changes l…

  8. comment
    Comment #48119478

    > Users being susceptible to dark patterns doesn't mean that dark patterns are something an engineer should see as acceptable. I think it is not even an engineers job to define the…

  9. comment
    Comment #48119379

    Yes, there is probably no UX/UI approach that makes 100% of the users happy.

  10. comment
    Comment #48119374

    Nope. Not AI, its written by a human https://github.com/screendriver/echooff.dev

  11. comment
    Comment #48119353

    Yes, I have registered on HN exactly for the purpose of sharing and responding to one of the articles. For full disclosure the blog author is a former coworker and I read his blog …

  12. comment
    Comment #48119343

    Wait... can you decide for something? Is it now AI Slop or not AI slop because of the soup of bullet points which doesn’t look like AI?

  13. comment
    Comment #48082504

    I really like the quote "Blazing fast is not a requirement"... maybe I should print this on a t-shirt.

  14. story
  15. comment
    Comment #48077275

    I mostly agree with the author that optimizing a code base for change should be the number 1 priority, but I think it is different topic than for example application performance. A…

  16. story
  17. comment
    Comment #47912642

    I agree with the author that precise terminology matters, calling something “unit testing” when it isn’t can definitely blur discussions. That said, I think the underlying issue is…

  18. story
  19. comment
    Comment #47867383

    I’m not sure if I share the authors opinion. When I was hand-writing code I also followed the boy-scout rule and did smaller refactorings along the line.

  20. comment
    Comment #47864718

    I’m curious as well. Github is one of the rare products out there that get actual valuable user feedback. So why not just ask the users for specific feedback instead of tracking al…

  21. comment
    Comment #47864672

    This wouldn’t have happened with Nat Friedman.

  22. comment
    Comment #47860652

    Rspack is great, I’m using it since 2 years already for all of my projects. Things I would like to see improved: - programmatic API, especially when it comes about extracting build…

  23. comment
    Comment #47847493

    15 years ago I was a big fan of this chaining methods pattern. These days I don’t like it anymore. Especially when it comes to unit-testing and implementing fake objects it becomes…

  24. story
  25. comment
    Comment #47827706

    Yeah, given there insane pricing I think the expectations can be higher. Although I know it is impossible to provide 100% secure system, but if something like that happens, then th…