Live data from Hacker News

Viewing profile — sigotirandolas

sigotirandolas

HN member
Joined
Tue, Aug 15, 2017, 6:28 AM UTC
HN karma
364
Public activity
204 items

About sigotirandolas

No profile information was provided.

Recent public activity

  1. comment
    Comment #48444219

    Perhaps that's true of the top 5% engineers. But the question is if the top 40% of engineers can replace the bottom 60%. The LLMs don't need to be perfect, they just need to be goo…

  2. comment
    Comment #47660895

    I don't look at whether the text is written by an LLM but at whether it has substance and whether the writer understands what they are doing and is respecting my time. If the text …

  3. comment
    Comment #47506887

    Sorry, I think you're right that I misinterpreted your comment. I still had in mind OP's example (BDD, mutational testing, all that jazz). I apologize! Reading your comment, it loo…

  4. comment
    Comment #47501544

    On the one side I reject that product and engineering concerns are separated: Sometimes you want to avoid a feature due to the way it will limit you in the future, even if the AI c…

  5. comment
    Comment #47500263

    To be devil's advocate: Many of those tools are overpowered unless you have a very complex project that many people depend on. The AI tools will catch the most obvious issues, but …

  6. comment
    Comment #46861390

    Luckily those I work with are smart enough that I've not seen a PR thrown away yet, but sometimes I'm approving with more "meh, it's fine I guess" than "yeah, that makes sense".

  7. comment
    Comment #46845210

    The most annoying thing is that even after cleaning up all the nonsense, the tests still contain all sort of fanfare and it’s essentially impossible to get the submitter to trim th…

  8. comment
    Comment #46710937

    N~10^(6.5) aliens.

  9. comment
    Comment #46669046

    I hope this too but it's not a given, IMO. Previously people without technical chops failed quickly by being unable to deliver working code, now they can deliver mediocre code with…

  10. comment
    Comment #46396463

    This looks like LLM slop (not only the writing, but the analysis itself). To start, it is based on a single machine check. It has little context, but if this was a common problem, …

  11. comment
    Comment #46286817

    The security model is that applications run in a sandbox (e.g. Flatpak, snap) and only get D-Bus, Wayland, etc. access via restricted means (e.g. xdg-dbus-proxy). The "friction" is…

  12. comment
    Comment #46091081

    In the short term, definitely. In the long term, once the damage from vibecoding is better understood (for customer impact and team morale), there's an incentive to push them out, …

  13. comment
    Comment #46086452

    There's definitely some that hold CQRS, DDD, TDD, ... as _the_ way to design software and over-engineer around it, so I can understand some pushback. Knowing those patterns is very…

  14. comment
    Comment #46086252

    When all leadership is asking is "what is the short term business value?", it's pointless to make that case. It's much easier to measure "yet another feature" than "fix the root ca…

  15. comment
    Comment #45465900

    I assume it can be different for everyone. This post resonates with me, but my social anxiety mixes being sensitive to negative feedback and low self-esteem. So, you want to avoid …

  16. comment
    Comment #45231760

    > Maybe things are this equal and fair on the senior, high-paying part of the spectrum I don't think the fundamental dynamics change by seniority, just that after some level there …

  17. comment
    Comment #45172528

    > - How do the end user protect themselves at this point? Especially the average user? - Install as little software as possible, use websites if possible. - Keep important stuff (e…

  18. comment
    Comment #45172213

    Not the parent, but the default `npm install` / `yarn install` builds will ignore the lock file unless everything can be satisfied, if you want the lock file to be respected you mu…

  19. comment
    Comment #45078487

    > Measuring and feeling are not mutually exclusive. They are not mutually exclusive, but they compete to a degree. If someone's time is mostly spent on what can be measured, they c…

  20. comment
    Comment #45077112

    For as much as the author may get roasted for stating the obvious, I've often seen this "measure everything" mindset, coming from those you'd think should know better than that. I'…

  21. comment
    Comment #44995598

    I'd say the opposite, LLMs are a know-it-nothing machine to perfectly suit know-it-alls. Unlike a human, it isn't that hard to get the machine to say what you want, and then genera…

  22. comment
    Comment #44995284

    My only answer to this is, the ones at the top up to the CEO must be mindful enough to realize this, smart enough to figure out a solution, and brave enough to act on it. Otherwise…

  23. comment
    Comment #44995172

    > What i got back was the typical overly verbose and articulate review from chatgpt or some other llm. I thought it was pretty funny that they thought it would work let alone be ac…

  24. comment
    Comment #44855544

    What makes me not want to use Hyprland is that the code has all kind of "YOLO" tells, the kind of ones that make you wonder if something is going to happen some say... for example:…

  25. comment
    Comment #44293695

    A lot of it is being able to make reasonable decisions under novel and incomplete information and being able to reflect and refine on their outcome. LLMs's huge knowledge base cove…