Live data from Hacker News

How I Became a Better Programmer

jlongster.com

1–10 of 125 posts

Re: How I Became a Better Programmer

#3

I would shorten it to: - develop critical thinking - take time to learn - force yourself to understand (avoid cargo cult) - accumulate non-redundant experience

At this risk of sounding like a Buzzfeed headline, number 3 has been key for me. Diving into a new "whatever" and asking how and why it does something makes it so much easier to "get" something. Bottom up vs top-down approach.

Re: How I Became a Better Programmer

#4
He writes "find people who inspire you, but don't idolize them".

And yet, his blog repository[1] which is, in his words, "This is just a stupid simple server that indexes posts off the filesystem", has 1193 stars. Why would anyone star anything like that if not because they idolize jlongster?

[1]: https://github.com/jlongster/blog

Re: How I Became a Better Programmer

#5
I'm glad the author mentioned learning new languages. I have been coding Go recently and even tho it's not my main language, it has helped me to think about simpler designs when I'm using other languages.

Other than that becoming proficient in C and systems programming (Thanks xv6 book) was a major game changer for me.

Re: How I Became a Better Programmer

#6
post #4

He writes "find people who inspire you, but don't idolize them". And yet, his blog repository[1] which is, in his words, "This is just a stupid simple server that indexes posts off the filesystem", has 1193 stars. Why would anyone star anything like that if not because they idolize jlongster? [1]: https://github.com/jlongster/blog

i don't see the contradiction. he's not asking for people to star his repo and it's not unreasonable to offer this advice if you perceive harmful cults of personality developing in a community. besides, lots of people just star things for lots of different reasons, bookmarking, giving props or ???.

Re: How I Became a Better Programmer

#9
post #6
post #4

He writes "find people who inspire you, but don't idolize them". And yet, his blog repository[1] which is, in his words, "This is just a stupid simple server that indexes posts off the filesystem", has 1193 stars. Why would anyone star anything like that if not because they idolize jlongster? [1]: https://github.com/jlongster/blog

i don't see the contradiction. he's not asking for people to star his repo and it's not unreasonable to offer this advice if you perceive harmful cults of personality developing in a community. besides, lots of people just star things for lots of different reasons, bookmarking, giving props or ???.

"or ???", what does that mean?

I didn't point a contradiction, just noted that he has fans that idolize him. The contradiction is theirs.

Re: How I Became a Better Programmer

#10
post #4

He writes "find people who inspire you, but don't idolize them". And yet, his blog repository[1] which is, in his words, "This is just a stupid simple server that indexes posts off the filesystem", has 1193 stars. Why would anyone star anything like that if not because they idolize jlongster? [1]: https://github.com/jlongster/blog

As he notes in the README, the old version was more interesting.[1] I suspect that most people starred the repo at that point.

[1]: https://github.com/jlongster/blog/tree/react-blog

Post reply on HN