All game programmers, focused on low level C/C++ programming. I'd love to have some similar guys/girls to follow who do something at the other end of the spectrum (F#/Scala/Haskell etc) but haven't come across any that do educational streaming. I get a lot out of seeing people's workflows, as they build actual production code. Most of the functional programming stuff I follow is blogs about toy examples or ideas.
Ask HN: Which developers do you closely follow?
91–100 of 276 posts
Re: Ask HN: Which developers do you closely follow?
#92-----------
Re: Ask HN: Which developers do you closely follow?
#93D. Richard Hipp (SQLite, Fossil) https://en.wikipedia.org/wiki/D._Richard_Hipp
Guido van Rossum (Python)
Any of the FreeBSD folk. Same goes for the PostgreSQL lot too - I just like their way of doing things in a calm, collected and efficient manner. Well, at least compared to some other dev teams I've seen :)
Donald Knuth of course.
The guy who tried to make Objective-C more Smalltalkish. Uh, Marcel Weiher. Had to look that up.
Bret Victor.
There's more, but that's all I can think of for now.
Re: Ask HN: Which developers do you closely follow?
#94Beware of putting people on pedestals. Far better is to just follow people who do cool stuff. They don't have to be a "master" to do something cool that will inspire you.
I agree about putting people on pedestals, and my own experiences speak to that. The person I once saw in a very idealized way I now see as fully a person, complete with faults and failures.
I would argue that there are no "masters" - or rather, that there are very few of them, and those that I might consider such are "just people" too.
Re: Ask HN: Which developers do you closely follow?
#95https://github.com/davegurnell
https://github.com/travisbrown
I follow a lot more but have chosen the n most interesting with a recency bias. In a few cases their blogs are way more active than github.
honourable mention for https://groups.google.com/forum/#!forum/mechanical-sympathy
Re: Ask HN: Which developers do you closely follow?
#96He's a member of both Rails and Rust teams; works on database stuff for both (https://diesel.rs).
Always working on something interesting to talk about on 'The Bike Shed' podcast, which I 'follow'/would recommend in its own right.
Podcast: http://bikeshed.fm
Github: https://github.com/sgrif
Re: Ask HN: Which developers do you closely follow?
#97Jon Blow: A game designer and programmer behind the popular titles "Braid" and "The Witness". He's currently working on making a new programming language and chronicling it on YouTube. - Twitter: https://twitter.com/Jonathan_Blow - YouTube: https://www.youtube.com/channel/UCCuoqzrsHlwv1YyPKLuMDUQ
He's the main one I follow too, although I haven't kept up on his programming language progress (although I should get on that). He gives very interesting lectures though. I had the good fortune to see him give two in person at the Game Developer's Conference in 2008, and that was actually before I knew who he was and before Braid came out. He actually showed a tiny piece of Braid during the lecture, although it didn…
At the very least it will be C/C++ where you don't have to type () around if expressions. So there is that. :D
Re: Ask HN: Which developers do you closely follow?
#98Since you seem to be in the web area: - Addy Osmani https://github.com/addyosmani - Paul Irish https://github.com/paulirish - Substack https://github.com/substack - Jeff Atwood https://blog.codinghorror.com/
Re: Ask HN: Which developers do you closely follow?
#99Earlier quoted context omitted.
consistently helping us to express previously unthinkable thoughts Care to share three or four?
Not sure if unthinkable is the right word: Simple Made Easy: https://www.infoq.com/presentations/Simple-Made-Easy David Nolen talks about how immutable structures work: https://youtu.be/SiFwRtCnxv4?t=504 Objects are Marionettes: https://www.youtube.com/watch?v=VSdnJDO-xdg&feature=youtu.be...
That's exactly what I'm asking about. I'm familiar with Hickey and Nolen.