Viewing profile — zxor
zxor
HN member- Joined
- Wed, Jan 15, 2025, 12:39 AM UTC
- HN karma
- 13
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About zxor
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
comment
Comment #45263979
Give your juniors reasons to stay at your company? It's not hard if the company cares at all.
-
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.
-
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.
-
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.
-
comment
Comment #43060242
Isn't that what all of software development is? It's tools all the way down
-
comment
Comment #42798630
In my opinion there is a large gap between "not homeless" and "making it"
-
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.
-
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 …
-
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…