Nathan Rice 💬
@nathanrice
Professional button masher. Fiercely defensive '90s kid. Recovering political junkie. Not even internet-famous. https://bsky.app/profile/nathanrice.me
A few weeks ago, I set out to get some experience building something with PHP that is NOT #WordPress, and decided that I'd dive deep into #Laravel. I figured the best way to approach it would be to just build *something*, and see how far I could get. A project for learning.
Lots to love about this!
I just released my Alpine.js Page Editor into the wild! 🎉 It allows anyone to edit text, upload & resize images and add/delete/reorder posts! Check it out, and please give it a 🌟 github.com/dashpilot/alpi… @Alpine_JS @calebporzio
Any product managers in the WordPress space looking for a new role working with leading WordPress plugins, DM me 🙏
"I have no interest in giving up writing code. That's not the unpleasant part that I want AI to take off my hands. Just so I can — what? — become a project manager for a murder of AI crows?" world.hey.com/dhh/coding-sho…
I really love this approach. Why would a poet or artist ever want a computer to write poetry or make art for them? That's the fun part! Give computers the boring stuff. The stuff you dread doing. The stuff that takes time away from what you love.
I'm using LLMs all day long, but I'm not letting it write my code. It's looking up APIs, it's explaining concepts, but I want to reserve the fun part of programming for myself: Actually writing code!
I can't stop thinking about this exchange. What is with people dog piling on someone who has made outstanding amounts of money and pays his employees super well and provides an amazing balanced Life for people to pursue leisurely activities of their choice? What is wrong with…
"Problem is that nobody seems content to merely put their dent in the universe. No, they have to fucking own the universe. It’s not enough to be in the market, they have to dominate it. It’s not enough to serve customers, they have to capture them." signalvnoise.com/svn3/reconside…
Yesterday would have been a great day to buy @fastly stock, eh?

This is going to be a perennial problem, no matter the tool.
The HTML generated by Figma sites for a simple button is wild 😂 Really all the generated markup is DIVs all the way down.
Would love to hear from the @LocalWP @wp_acf community! Since Advanced Custom Fields often turns #WordPress into a more powerful CMS, should new sites created in Local include the plugin - free version of course - by default? If you had that 🪄, what would you do?
Is there anyone in my network who feels like they would be a good fit for this role? wpengine.wd1.myworkdayjobs.com/WP_Engine/job/… Have a look, and if you apply, let me know. This particular role is US based, but still reach out if you're outside the US. We'll likely have EU roles opening soon.
You Can't Build Interactive Web Apps Except as Single Page Applications... And Other Myths htmx.org/essays/you-can…
Thousands of #WordPress sites are showing this error after the 6.8 auto-update: "Notice: Function _load_textdomain_just_in_time was called incorrectly." Just checked Google — thousands of results indexed in the last 24 hours with that error ..... google.com/search?q=%22Fu…
#GenesisWP 3.6.0 has been released! Thanks so much for everyone's patience while we worked this one out. See the details here: studiopress.blog/genesis-3-6-0/
I'm more and more convinced that short form video content consumption will be our undoing. Especially when its delivered algorithmically. Frankly, I'm not sure if the benefits of AI technology outweigh the very obvious and possibly unavoidable societal decay. If I'm wrong, LMK
Sideloading files into your site's storage is ridiculously easy in Laravel.
Simplified Stream Response Handling in Laravel laravel-news.com/stream-respons… posted by @harrisrafto
"projects serving different needs is a good thing. Not every user is the same, and we shouldn't act like they are." This is incredibly important. Splintering is a feature, not a bug. For too long, we've bought the myth that success is defined as total market dominance.
The WordPress community doesn't need to agree on a single direction for community to take the reigns. We need to agree on a basic model for moving forward, but projects serving different needs is a good thing. Not every user is the same, and we shouldn't act like they are.
42 years ago today, Fraggle Rock debuted. The theme song will always be a banger.
#Laravel Tip Did you know... Laravel has a Benchmark class that lets you measure the time of any task: