Andrew Douglass

@ardouglass
61 Followers
83 Following
824 Posts
💰 UI/UX engineer building design systems
🎓 ASU public interest tech grad student
🎵 least musically successful member of my high school band
Websitehttps://dou.glass
LocationHouston-ish
PronounsHe/Him
Writing modern frontend code without a bundler or any other build tools beyond a file server is kind of great! Except for the part where I totally forgot about how annoying manual cache busting is.
The Board of Peace is off to a really great start.
it’s important to keep caring about how things work and how they’re built

RE: https://mastodon.social/@stroughtonsmith/116030136026775832

This is one of the worst takes from LLM enthusiasts.

Compilers are deterministic, extremely well tested, made out of incredibly detailed specifications debated for months and properly formalized.

LLMs are random content generators with a whole lot of automatically trained heuristics. They can produce literally anything. Not a single person who built them can predict what the output will be for a given input.

Comparing both is a display of ignorance and dishonesty.

If you want people to truly care about what you create, it has to have a detectable piece of yourself in it. Something that no-one else would make because they’re not you. And it’s a good sign if some people *don’t* like it. That means it has an opinion
Remember when we thought coders should have ethics certification? Wow did we lose that fight.

I just spent an hour working on some form validation CSS to wait until after user interaction had occurred, only to discover after deeper reading that the :user-(in)valid pseudo selectors already do this.

And that's why you should always read the docs.

I wonder how many people realize that writing code is one of the last, and possibly least interesting, steps in programming?