HackerTrans
TopNewTrendsCommentsPastAskShowJobs

_spl

no profile record

comments

_spl
·hace 2 años·discuss
In my early career, I used to believe in doing whatever it took to stay with a company, becoming emotionally invested in every line of code and system I developed. However, after a few negative experiences with bosses who didn't treat me well, I came to realize a few things:

- My code is disposable, and I should not become overly attached to it

- Loyalty should be mutual and based on a healthy relationship where both parties are willing to invest
_spl
·hace 2 años·discuss
I love reading the source code of operating systems because I have no idea what is happening there, but I find it fascinating.
_spl
·hace 2 años·discuss
Nice! No more CPU cooler and RAM clearance issues.
_spl
·hace 2 años·discuss
HN feels like email groups. Lots of useful discussions but isn't very accessible to a younger audience.
_spl
·hace 2 años·discuss
It reminds me of when I first read about superscalar CPU architecture and was amazed. GPUs are really next level.
_spl
·hace 2 años·discuss
I've been using Hono + Bun + SQLite for all my personal projects, and I really like it. Essentially, I've replaced Express and Node with it. What I appreciate the most is how quickly I can set up a project with Bun, have native SQLite connector, and how minimal the Hono base app is. Additionally, I can use JSX without any setup hassle.