Live data from Hacker News

Viewing profile — zxor

zxor

HN member
Joined
Wed, Jan 15, 2025, 12:39 AM UTC
HN karma
13
Public activity
12 items

About zxor

No profile information was provided.

Recent public activity

  1. comment
    Comment #46907074

    > it just polls you when it needs clarification I think anyone who has worked on a serious software project would say, this means it would be polling you constantly. Even if we pos…

  2. comment
    Comment #45727433

    Surely at that point they could write the code themselves faster than they can review 5 PRs. Producing more slop for someone else to work through is not the solution you think it i…

  3. comment
    Comment #45264453

    You can incentivize people to stay with things other than salary. Salary plays a part of course, but there is a lot of other aspects that make staying at a job worthwhile.

  4. comment
    Comment #45263979

    Give your juniors reasons to stay at your company? It's not hard if the company cares at all.

  5. comment
    Comment #43449378

    Yes, as much hate as it tends to get on here it's really fine. This vulnerability is unfortunate but every library/framework will have security issues over its lifespan.

  6. comment
    Comment #43231375

    > In a sense (American) politics is experiencing a vanishing middle of epic proportions Is that true? Democrats are pretty centrist by non-American standards.

  7. comment
    Comment #43061395

    Aren't notepad and the browser tools? And of course you can start with those, but as projects grow more complex so too will the tools.

  8. comment
    Comment #43060242

    Isn't that what all of software development is? It's tools all the way down

  9. comment
    Comment #42798630

    In my opinion there is a large gap between "not homeless" and "making it"

  10. comment
    Comment #42798243

    > in many major cities, you can make it off of $65K This is certainly not true in any of the cities near me.

  11. comment
    Comment #42773357

    > The problem is that this step will only run when I change something in the web-app1 folder. So if my pull request only made changes in api1 I will never be able to merge my pull …

  12. comment
    Comment #42705971

    Adding validation/access control to server actions is pretty much the same as for API endpoints though? I'm not sure next.js is the right fit for a blog/personal site either, but t…