Live data from Hacker News

Ask HN: Great Blogs by Programmers

news.ycombinator.com

131–140 of 143 posts

Re: Ask HN: Great Blogs by Programmers

#135
post #45

Earlier 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

As a non-systems engineer, I’ve found Julia’s blog immensely helpful. She does a great job of explaining a wide range of topics and also tackles soft skills very well

Re: Ask HN: Great Blogs by Programmers

#138

EDIT: 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…

applause

Re: Ask HN: Great Blogs by Programmers

#139
post #84

Sadly 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

Yes. This is an excellent blog. Even though it's stopped for now, the history is solid.
Post reply on HN