Is it even more shameless to abuse your shamelessness to promote it? ;)
And if you find his blog to your liking, he has a couple of books doing a deeper dive into the internals of Wolfenstein 3D and Doom.
This is just one post I bookmarked, but you can link dive wikipedia-style.
http://xahlee.info/kbd/keyboard_hardware_and_key_choices.htm...
And sex: http://xahlee.org/sex/all_things_sex.html
His Emacs-specific content is great, but the last thing I want to read are his creepy, gremlin-like takes on relationships and sex.
At least Ken Rockwell can be relied upon as a quick source of high-res shots of new gear. I already know where to find the Emacs changelog, I'm not sure what purpose that leaves Xah Lee to serve.
Josh W Comeau: https://www.joshwcomeau.com/
- Benjojo https://blog.benjojo.co.uk
- Julia Evans https://jvns.ca
- Tania Rascia https://www.taniarascia.com
- Fabien Sanglard https://fabiensanglard.net
- Jeff Geerling https://www.jeffgeerling.com/blog
- Go360 https://www.go350.com
- Bartosz Ciechanowski https://ciechanow.ski
Also, shameless plug https://kinduff.com
I've found nearly every post clear and thought-provoking. Most have also generated good discussion here: https://news.ycombinator.com/from?site=danluu.com
- Brian Robert Callahan https://briancallahan.net/blog
- Austin Z. Henley https://austinhenley.com/blog.html
- Robert Nystrom http://journal.stuffwithstuff.com
- poor.dev https://poor.dev/blog
- Simon Willison’s Weblog https://simonwillison.net
+1 for Julia Evans already mentioned in another comment, who also has a favorite blogs post that may help you further: https://jvns.ca/blog/2016/04/09/some-of-my-favorite-blogs/
https://blogsurf.io/ has a huge directory, you could search by tags/topics and see if something interests you
Specifically for Python, I have a list of blogs here: https://learnbyexample.github.io/py_resources/miscellaneous....
Bartosz Ciechanowski: https://ciechanow.ski (more of a tech blog explaining things visually, interactively, etc)
For example these lists:
https://github.com/jkup/awesome-personal-blogs
Not strictly a software engineer, but a computer scientist (and so many other things), and an extremely smart person in general - worth reading even if you're not interested in academia.
Lots of articles on Go, Postgres and databases in general.
Paste this hacky snippet into your browser's console to save all of the links into your clipboard:
(() => {
let result = [...document.querySelectorAll('td a')]
.map((link) =>
link &&
!link.href.includes('ycombinator') &&
!link.href.includes('javascript:void')
? link.href
: ''
)
.filter(Boolean);
result = [...new Set(result)];
result.sort();
copy(result.join('\n\n'));
})();
Just to help, here's a compiled-list of all of the links shared here so far:http://journal.stuffwithstuff.com/
http://www.stargrave.org/LinksCatPersonal.html
http://xahlee.info/kbd/keyboard_hardware_and_key_choices.htm...
https://austinhenley.com/blog.html
https://bas.codes/posts/python-slicing
https://bernsteinbear.com/pl-resources/
https://blog.codinghorror.com/
https://blog.johnnyreilly.com/
https://blog.ploeh.dk/archive/
https://bloggingfordevs.com/trends/
https://bowtiedfox.substack.com/
https://briancallahan.net/blog
https://collection.mataroa.blog/
https://earthly.dev/blog/authors/adam/
https://eli.thegreenplace.net/
https://fsharpforfunandprofit.com/
https://github.com/crispgm/awesome-engineering-blogs
https://github.com/HackerNews/API
https://github.com/jkup/awesome-personal-blogs
https://github.com/markodenic/awesome-tech-blogs
https://github.com/search?q=list+of+awesome+blogs
https://headrush.typepad.com/creating_passionate_users/
https://hn.algolia.com/?query=Ask%20HN%3A%20Great%20Blogs%20...
https://journal.stuffwithstuff.com/
https://jvns.ca/blog/2016/04/09/some-of-my-favorite-blogs/
https://learnbyexample.github.io/py_resources/miscellaneous....
https://matt.might.net/articles/
https://noobmaker.substack.com/
https://paulmck.livejournal.com/
https://randomascii.wordpress.com/
https://scottlocklin.wordpress.com/
https://simpleprogrammer.com/ultimate-list-software-develope...
https://staysaasy.com/engineering/2020/05/30/Picking-Your-Te...
https://staysaasy.com/software/2022/01/17/complexity.html
https://tenthousandmeters.com/
https://www.buildthestage.com/
https://www.davidvlijmincx.com/
https://www.hanselman.com/blog/
https://www.husseinnasser.com/search
https://www.jeffgeerling.com/blog
https://www.kalzumeus.com/archive/
https://www.stochasticlifestyle.com/
https://www.theerlangelist.com/
I just started to share my knowledge I have as a developer and trainer, so there is not much to see here, yet. I think the best article so far has been the one about slicing (it got a huge traffic spike from reddit): https://bas.codes/posts/python-slicing
I would love to hear feedback to improve my writing.
Bruce Dawson https://randomascii.wordpress.com/
https://www.husseinnasser.com/search
His Youtube videos on backend engineering are fantastic.
... and while here, I may also plug my own: https://jmmv.dev/
Examples:
Picking Your Tech Stack For Dummies (and the future): https://staysaasy.com/engineering/2020/05/30/Picking-Your-Te...
Complexity Debt: https://staysaasy.com/software/2022/01/17/complexity.html
Blog of Dr. Christopher Rackauckas. The blog is a mixture of programming, Julialang, ML, computational scientific. I really enjoy
Does someone else remember that blog? If yes, please share the link!
- Andrew Lock: https://andrewlock.net/
- Steve Gordon: https://www.stevejgordon.co.uk/
- Scott Helme: https://scotthelme.co.uk/
- Phil Haack: http://haacked.com/
Kartik Agaram: http://akkartik.name
compudanzas: https://compudanzas.net/
Pete Elmore: http://debu.gs
Joey Hess: http://joeyh.name
I write about all sorts of things, some of which are technical. Here's a favorite Python article: https://xavd.id/blog/post/python-dataclasses-from-scratch/
It's a solid resource if you consider yourself a programming athlete.
I won't shamelessly plug mine, as it doesn't fit this category yet (programming posts are the least ones I have by quantity), but looking forward to improve that.
i guess best track record is HN: https://news.ycombinator.com/from?site=swyx.io
I write about technical leadership and engineering management. The target audience are technical leads, managers, and people who wish to become leaders one day.
I generally write about tech I'm using; a lot of TypeScript, a lot of Bicep, a lot of Azure at the moment. Essentially anything that intrigues me may get blogged
I mostly write about scaling early stage startups
Also: apenwarr.ca
Shameless plug for my own blog: www.specbranch.com
Shameless plug: https://dsebastien.net
Rust, Go, Security & Cryptography :)
I've moved everything out of the paywall yesterday.
I write about tech & economics, productivity & best practices, time & knowledge management, interesting analogies, and occasionally about the comedy club I help organize.