This is a list of articles I've read that I really like and might want to share with others in the future.
Traditionally, I've stored these links by keeping them open in tabs in my phone's Firefox browser. That is...
inefficient. So I'm dumping them here.
If Not React, Then What?
By Alex Russell
↑
|
Read it here
As a long-time React developer, this one gave me a lot to chew on. I still regularly use React, for various practical reasons, but I keep all of these points in mind when I start new projects. In particular, I avoid using React for any personal projects, and I hope to get skilled enough to easily use non-React frameworks for work projects as well.
HTML for people
By Blake Watson
↑
|
Read it here
I've had this stashed away for a long time because it seems incredibly useful to a certain group of people. I haven't read much of it, but the idea of a tutorial for making a static website for people with no coding experience is amazing, and I want to keep this on hand to give to someone some day.
I Will Fucking Piledrive You If You Mention AI Again
By Ludic
↑
|
Read it here
A hilarious, cathartic tirade filled to the brim with anecdotes, arguments, and emotion about how annoying the AI hype is. And this was published mid-2024. Still a classic.
Tim Berners-Lee Invented the World Wide Web. Now He Wants to Save It
By Julian Lucas, The New Yorker
↑
|
Read it here
I haven't actually fully read this one yet, but I do want to come back and finish it, and so far it's a really fascinating profile of a man who has impacted every one of our lives.
When ChatGPT summarises, it actually does nothing of the kind
By Gerben Wierda
↑
|
Read it here
I loved this piece when I first read it because it made me recontextualize something I had kinda taken for granted: the idea of LLMs being capable of summarizing. I knew, intuitively, that LLMs are broadly bad at summarizing (or are at least not trustworthy at it). This post really put into words WHY that is and provides some great examples of this failure in action.
If you thought the speed of writing code was your problem - you have bigger problems
By Andrew Murphy
↑
|
Read it here
Great piece on a major pitfall of AI hype: assuming that coding speed is your bottleneck. I think the points Murphy raises about QA and internal procedure are really critical for most software organizations and especially those trying to solve all their problems with AI.