Shameless, but I'm a programmer and this is my blog: https://jlelse.blog/
I'm recently unsubscribed from your RSS feed because your "blog" reads more like a Twitter feed.
Ask HN: Great Blogs by Programmers
131–140 of 143 posts
Re: Ask HN: Great Blogs by Programmers
#132Re: Ask HN: Great Blogs by Programmers
#133Re: Ask HN: Great Blogs by Programmers
#134Kartik Agaram: http://akkartik.name
compudanzas: https://compudanzas.net/
Pete Elmore: http://debu.gs
Joey Hess: http://joeyh.name
Re: Ask HN: Great Blogs by Programmers
#135Earlier quoted context omitted.
Two of my favourites, great suggestions. I was going to suggest Comeau but OP didn't mention an area of interest, and Comeau is very front-end focused.
and Evans is system focused
Re: Ask HN: Great Blogs by Programmers
#136Re: Ask HN: Great Blogs by Programmers
#137No one ask a question about bad blogs for programmers, so I'd like to self promote my personal blog https://whyboobo.com/ .
Re: Ask HN: Great Blogs by Programmers
#138EDIT: 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 o…
Re: Ask HN: Great Blogs by Programmers
#139Sadly now on hiatus, the morning paper by Adrian Colyer reviews research in modern systems, if you're interested in the boundaries of what's possible. Adrian climbed the ladder - big projects at IBM, lead AspectJ, CTO for Spring orgs, VC, and now... retired? https://blog.acolyer.org