no we gotta maximize shareholder value
no we gotta maximize shareholder value
My wife would wake up at 6am to get a ride 😂
Is there an app that unifies my [other place] and Bsky feeds?
hilarious!
I like autocomplete. I love chat (for trickier problems). I hate AI-generated blocks (a la Cursor), especially when it spans multiple files (unless it’s e.g changing a very specific thing in multiple places)
Oof I’m so sorry it’s relatable 😭 😂
Haha probably figure out the ending of Tornado of Souls’ solo now that I have enough frets!!
I think it’s a bit tricky because it’d have to be set after the model is hydrated… I think it’s easier to go with the existing attribute system.
I’ll explore it though, thanks for the idea!
One of the few shows I cried multiple times. I can’t wait for me not to remember it well so I can rewatch it lol
My Christmas gift was a tad late. Now, time to let my hair grow and finally have the metal teenager moment I missed 😂
very cool, i have a similar thingy but chinese
I miss Ted Lasso so much 😭
what sort of games did you play?
There is `mapWithKeys` already
Looking forward to this!
I'd like to PR a way to define "internal" attributes on Eloquent models that cannot be accessed from outside in favor of richer attributes, e.g returning a "Money" object and blocking amount/currency from being accessed.
Any suggestions for a better API?
No! Gotta give it a try.
Chatting with an AI and building allows me to retain a good chunk of that process — that’s why I feel for non-greenfield projects, this is better than using AI code editors. At least so far.
No doubt that LLMs are a net positive when it comes to productivity, but I think a key element coding tools (e.g “build me this”) miss is the iterative, discovering process.
As you build something, you go “oh, maybe this API would be better this way”, or “that component should be split in two”.
I’ve been quietly watching this discussion, and as a non-american it’s so weird to me given the U.S is a product of immigration
dude you rock!!
3rd set with 190kg. Ending the year pain-free wasn’t on my list!
i’ve tanked two seasons of HBO’s Industry because I was promised it got better on the 3rd season
ghostty 👍
the new iOS photos app is disgustingly horrible
I swear that alone would make me consider switching to Android if I didn’t have other apple devices
hopefully they undo it, or allow us to go back to the old one at some point
There probably is a scenario where that makes sense, but I’d typically avoid it. It makes it easy to overfetch, execute implicit behavior, mutate data, etc
Passing an eloquent model feels like a smell to me.
Do you have an example where that is needed?
“We have to run 3 major versions behind because we can’t upgrade”
I definitely agree, but I feel people use that extreme to justify the other extreme.
Writing code that works is the bare minimum. The job is not just about that, but writing code that *is easy to change*.
It's a bit frustrating whenever architecture content is deemed as "overengineering"; apps don't have to and shouldn't grow into unmaintainable balls of mud.