Hacker Newsnew | past | comments | ask | show | jobs | submit | _spl's commentslogin

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


I love reading the source code of operating systems because I have no idea what is happening there, but I find it fascinating.


I always read the bootloader source code. I think clean room OS boot process if fun to read about :)


It’s fun to implement if you haven’t. I read and implemented one from this book:

https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures...


Nice! No more CPU cooler and RAM clearance issues.


Might even cool both CPU & RAM with a single large block.


Yeah, was thinking the same! Could be interesting for SFF PCs especially if they will also make ITX boards with this.


HN feels like email groups. Lots of useful discussions but isn't very accessible to a younger audience.


I’m 21, have been following HN since I was 18, from Asia.

HN is perfectly accessible for younger folks, if you make it more accessible for casual unserious people, you’ll start getting more and more casual and unserious conversation.

The UI is a good filter to remove folks who need hipster UI to just use a platform.

HN is fine.


There is hipster UI, and there's not handling pagination, having buttons bordering on the unusable on mobile, commenting requiring a new page to be opened, etc.


thankfully, due to the simplicity of this site, it's easily parsable, and Daniel Wu made an iOS app which addresses some of those issues, called Octal.

https://apps.apple.com/us/app/octal-for-hacker-news/id130888...


I have a 11 inch tablet for HN casual reading. And I moved over to the laptop for serious discussions. My phone is for checking only because it’s always near.


Come on, the UI is pretty usable even in mobile. It's a lot faster than most bloated social media apps.


i complained of this but finally bought a larger phone and it fixed most of my complaints. i was using an iphone 4 till last year


It reminds me of when I first read about superscalar CPU architecture and was amazed. GPUs are really next level.


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.


Do you have some example?


not that guy, but here is a small video streaming example using Bun/Hono/SQLite/Drizzle/SolidJS: https://codeberg.org/vlfldr/ucourse


Where do you deploy these projects?


I deploy a very similar app on a 5$ vps that could be from any provider. Hetzner is popular.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: