leemcalilly | 5 months ago | on: Should LLMs just treat text content as an image?
leemcalilly's comments
leemcalilly | 5 months ago | on: Ruby Blocks
leemcalilly | 1 year ago | on: Arsenal FC AI Research Engineer job posting
leemcalilly | 1 year ago | on: Could AI robots with lasers make herbicides – and farm workers – obsolete?
leemcalilly | 2 years ago | on: Open-sourcing our progress on Tailwind CSS v4.0
The biggest problem with CSS when trying to maintain a design system is the same problems you run into any time you use inheritance in programming.
Inheritance has its place, but making your CSS composable the way Tailwind does makes it practical to actually adhere to a design system.
If you’re more worried about the purity of your HTML, then Tailwind is not for you.
leemcalilly | 2 years ago | on: 37Signals Launches Hey Calendar
The fact that they are so polarizing with just design choices is their edge.
You either love it or hate. It’s a lot like Rails in this regard.
leemcalilly | 2 years ago | on: Microfrontends should be a last resort
leemcalilly | 2 years ago | on: Ask HN: Sites like HN on other topics?
leemcalilly | 2 years ago | on: Ask vs. Guess Culture
Treat everyone, no matter who they are, like someone you admire and you can’t go wrong anywhere in the world.
leemcalilly | 2 years ago | on: Ask vs. Guess Culture
leemcalilly | 2 years ago | on: Ask HN: What's the coolest physical thing you've made?
leemcalilly | 2 years ago | on: The persistence of prog rock (2017)
leemcalilly | 2 years ago | on: The persistence of prog rock (2017)
“Punk mostly wasn't very good at all, because it was fashion and performance art and social criticism and musically quite conservative and dull in addition to being amateurish”
That is just an objectively wrong worldview—that Punk was just fashion and a mostly dull, amateur genre.
And I agree with everything you say about Prog.
Go listen to Pink Flag by Wire. It basically is Prog, but stripped all the way down to pure elegance and irony, imbued with the attitude of the earliest rock and roll. Still fresh today.
So many great bands and classic albums. Were the beatles and elvis proto-punk, or were the clash and ramones early rock and roll?
The kinks you really got me, the stooges search and destroy. You’re right Led Zeppelin is silly next to that.
But dull and amateurish, no way. That’s the mindset of someone with a narrow palette.
Good thing Punk is the ultimate palette cleanser. The smartest genre of music we’ve created yet.
leemcalilly | 2 years ago | on: Why I Hate Frameworks (2005)
leemcalilly | 3 years ago | on: Removal of Heroku free product plans
leemcalilly | 3 years ago | on: Code vs. No-code
leemcalilly | 3 years ago | on: Code vs. No-code
leemcalilly | 3 years ago | on: Code vs. No-code
leemcalilly | 3 years ago | on: Code vs. No-code
leemcalilly | 4 years ago | on: When I do TDD and when I don’t
It often helps to start with the design first (even if just a napkin sketch). Once I’ve done that I usually have enough information to write system tests (which also forces me to consider edge cases). Then I can then fill in with unit tests as needed as I write the code to get the system tests for that feature passing.