Hacker News new | past | comments | ask | show | jobs | submit login

> Shared / Open source is super helpful when you're trying to figure out how to do something unusual that's not on the paved path covered by the docs and examples.

Not just the unusual, but the usual too: Just this past month or so, a user on Fly.io forums helped debug just why reading from stdin / writing to stdout didn't work for non-root users (https://community.fly.io/t/10375/8). It all started from the fact that Fly.io had open sourced a snapshot-in-time of their init process back in 2021.

Also, it isn't uncommon in the Android world for developers to routinely find the right APIs to use by reading the OS source code.




A very meaningful point in my learning as a junior developer was when I realized I should regularly click go to definition on standard library functions.

I needed to tweak the behavior of an Android standard library function, so I copied it's source code (~20 lines) and made some edits. Blew my mind at the time it was that simple.




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

Search: