Andrew Feeney
@andrewfeeney.au
580 followers 670 following 2.3K posts
Software developer from Sydney Australia. PHP, Typescript, Javascript, Rust, Laravel, React, Vue, Serverless.
Posts Media Videos Starter Packs
Pinned
If it is of interest to anyone I'm building flappy bird with @joe.codes's Chewy wrapper of @jessarcher.bsky.social's Laravel Prompts library on my way home from #LaraconAU just for fun. Not likely to finish it, but we'll see how far I can get.

github.com/AndrewFeeney...
Yeah but run that build three times. How much time have you wasted? Six minutes!
Thanks for the response!
Has anyone else had issues with Cursor terminal processes hanging after competition with @pestphp.bsky.social browser tests? @nunomaduro.com have you seen anything like this?
Oh snap, I should have seen that one coming.
I did read about this. Keen to give it a go. Tell us how it goes!
Server is running at absolute zero. That's good right?
A screenshot of a terminal screen. The screen reads "System information as of Thu Oct 16 11:23:48 UTC 2025                                                            System load:  0.1
Temperature: -273.1 C "
Have you taken up knitting or something?
The perfect reply doesn’t ex—
Alas! Alack! I lack an atlas!
The original surf ’n’ turf
Great minds, or something?

bsky.app/profile/andr...
Is eating mermaid cannibalism?
You can't be sure there's not some mermaid in there.
I thought that was like, the whole deal. You guys had a big war about it and everything.
Very cool and normal.
Absurd hypotheticals is my middle name.
It's just a silly hypothetical of course! If mermaids did exist you can bet they've already been hunted to extinction.
Is eating mermaid cannibalism?
You can't be sure there's not some mermaid in there.
You can't be sure there's not some mermaid in there.
How much does the compute cost them?
Reposted by Andrew Feeney
Heading into #Sydney soon for the #sydphp #phpxsyd meetup

eventy.io/events/1pl01...

I am presenting a talk on #metabase and how it can be a quick #BI win for your #fullstack #laravel #django #ruby cough #springBoot app

It's a pre @laracon.au special. :woot:
PHP/Laravel - 2025 October 14th | Eventy
Join us in October of 2025 at the Cover Genius HQ...
eventy.io
In honor of spooky month, share a 4 word horror story that only someone in your profession would understand.

Server has gone away
“Compiling Tensorflow from source”
In honor of spooky month, share a 4 word horror story that only someone in your profession would understand.

"The bathroom. It's... bad."
Really our `product_store` should have been converted to a first class model of it's own, maybe something like "StockedProduct" or "ProductListing" the moment it had any other columns other than the `product_id` and the `store_id`. And then, really, why even implement it as a many-to-many at all?
that particular store. I could add a "pivot column" sure. But what if somebody then implements logic resets product store connections by deleting all and re-inserting them. No more pesky duplicate many to many rows! Except, no I was expecting the id to remain the same for the embed feature.