HackerTrans
TopNewTrendsCommentsPastAskShowJobs

realprimoh

no profile record

Submissions

[untitled]

1 points·by realprimoh·2 tháng trước·0 comments

comments

realprimoh
·2 tháng trước·discuss
This is one of my favorite posts ever on HN. Thank you for sharing.
realprimoh
·5 tháng trước·discuss
This being on the front page of hacker news is embarassing. Low substance post that is misleading if anything - I was hoping for a career reflection. Not a low-quality "pat on the back" post of no value
realprimoh
·6 tháng trước·discuss
Why not use Claude Code Web or Codex on Web directly?
realprimoh
·9 tháng trước·discuss
Why is that weird? The author is obviously impressed by writers, given they have an interesting in writing themselves, so it makes sense to use writers as an example.

And why is writing a less valuable profession than another job? Writing is also "doing a thing" - it just so happens to be a profession for some, a great one for those who are skilled and gifted at it.
realprimoh
·9 tháng trước·discuss
This reminds me of "Good programmers worry about data structures and their relationships. (https://read.engineerscodex.com/p/good-programmers-worry-abo...).

From Linus Torvalds:

"git actually has a simple design, with stable and reasonably well-documented data structures. In fact, I'm a huge proponent of designing your code around the data, rather than the other way around, and I think it's one of the reasons git has been fairly successful […] I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important.

...

Bad programmers worry about the code. Good programmers worry about data structures and their relationships."
realprimoh
·10 tháng trước·discuss
Agree this is great from Larian. Though BG3 does run fine on Steam Deck as it is, especially for such a large game.
realprimoh
·11 tháng trước·discuss
People have been saying this for the last 10 years.
realprimoh
·năm ngoái·discuss
There are apps that do this. Check out Zolt or Gentler Streak.
realprimoh
·năm ngoái·discuss
The real problem with most "business co-founders" is that they are lazy and don't put in effort. Full-stop. I've seen this happen with enough of my peers that a "business co-founder" is never called a "business co-founder", but rather an operator or salesperson.
realprimoh
·năm ngoái·discuss
This is hilarious, and so true
realprimoh
·năm ngoái·discuss
this part: "key to making the system work effectively and sustainably".
realprimoh
·năm ngoái·discuss
Looks awesome! How do you plan to monetize down the road?
realprimoh
·2 năm trước·discuss
Engineer's Codex is great: https://read.engineerscodex.com/
realprimoh
·2 năm trước·discuss
This comment makes no sense. How has Threads failed? It's literally the #1 free app on the App Store right now and has been for a while.
realprimoh
·2 năm trước·discuss
The fact that these are Roblox games are blowing my mind. Wow!
realprimoh
·2 năm trước·discuss
So do most LLMs now days, no?
realprimoh
·2 năm trước·discuss
How is Paul Graham not an actual writer? He has written some extremely influential essays that have reached outside of just Silicon Valley.
realprimoh
·2 năm trước·discuss
This is EXTREMELY cool!! Thanks so much for making this, I'm definitely going to be using this. :D
realprimoh
·2 năm trước·discuss
At that point, why not just use a SQL database with a JSONB column and then add columns as you slowly finalize your schema? :)
realprimoh
·2 năm trước·discuss
Agree with not using mocks and following PRY especially. Oh man - it's so easy to want to make code so neat and clean with perfect reusable classes and tests, but honestly, its more effort than its worth in 99% of cases.