We got rid of our backlog last year and it has only been upsides since.
We got rid of our backlog last year and it has only been upsides since.
Its wild how craven Xfinity still is. Somewhere along the line they fully removed the ability to canel online, you have to schedule a callback, and even then they put you on hold.
And then I think I had an AI on the phone explain to me that they do it so it'll be a pleasant "human interaction" π
Well apparently they heard me, and only me, complaining about this.
www.choosechicago.com/nye2026/
It is a useful tool! You can use it with ->assertJson as well.
I always find it helpful when backfilling tests, when you don't have all the assertions and just need ignore the rest of the body.
It's helpful to know that there is more that you aren't asserting against.
Missed the chance to get the CC40 collection back when Criterion had their sale, so big thanks for this!
I've been using an old iPhone 12 for a bit after being an Android person forever and was (sort of) coming around to iOS, but man I'll switch back to Android in a heartbeat before I "upgrade" to Liquid Glass.
At least he's in good company. The classic detective "Thin Man" movies are all have "Thin Man" in the title even though that was a reference to the first mystery and just stuck.
Yeah, I tend not to use AI to write anything big, I try and keep it isolated to things I need help with. Just a "Fancy Autocomplete".
I've never understood why "writes code fast" is a benefit. Wanna know what is easy? Writing code.
Wanna know what is hard? Maintaining code that was written fast.
They sold to Unilever in 2000 with an agreement in place that this wouldn't happen, and it actually really hasn't for 25 years.
Unilever is just testing their luck now.
Apparently not part of "Evertything"
Instead of having an individual password on your SSH key (or no password), you use a key that is stored in your password manager. When a program accesses that key the password manager launches an auth window.
It's nice because you can then keep your key locked, but use fingerprint to unlock.
Man, tasks like that are so draining.
I've experimented with github.com/nektos/act to mixed success, but can help reduce the commits a lil bit.
Sometimes you just have to hide the complexity!
Take the complicated edge case, shove it into a function, Action, or Service Class and where it matters just use the descriptive function name.
if (isEdgeCase) {
handleEdgeCase()
}
"how familiar these practices look: small steps (limited WIP), rapid feedback loops, continuous testing, code review, refactoring, integration etc. Remind you of anything, perhaps something a little extreme?
Now, that surely canβt be a coincidence?"
codemanship.wordpress.com/2025/09/03/e...
Nah, I've been sticking to the thin plate for now, but interested to try it.
A few of the models I've printed are ready for them, but haven't bit the bullet yet.
Gridfinity is the best! Been doing the same to all the drawers I can...
Yeah since I realized how arbitrary their scores are based on rating Chicago so much lower than cities I've ridden in that are just objectively worse, I have just written off their rankings as a resource entirely. It does not reflect the reality on the ground.
It definitely has made me look down a bit on a number of devs. I have to think a lot of these folks think of themselves as "apolitical". Or benefit of the doubt maybe they don't use the algorithmic feed. I know folks who only use their curated lists so they just haven't seen as much of the shift.
Wait until you hear about "vibe welding"
Screenshot of the Over10K list on desktop with an arrow pointing to the "Subscribe" CTA showing the sub menu with "Mute Accounts" and "Block Accounts"
Its the "Subscribe" button at the top. The verb is a little confusing because you're subscribing to a block
Looks like Danielle did some behind the scenes work!
bsky.app/profile/dani...
Hey! You should review my Pest PR with the ability to extend the TestCall. Have so many great ideas for extensions once this gets merged!
github.com/pestphp/pest...
Thinking it's time for a Wolfenstein replay.
No particular reason.
I love me some CI/CD, but debugging a devops problem can feel like the worst game of whack-a-mole. Every time you squash an error you just are hit with the next one it was hiding.
And then you frantically try to hit a button so it won't start playing some other movie you don't care about and instead accidentally end the credits.
Nice abrupt end to a movie viewing experience π
Looks like this is already not accepting additional applications.
It's funny being in #Chicago on New Year's. Like what am I supposed to be watching? New York is firmly in 2025.
Like do I need to go to Navy Pier?
Where is our ball?
It doesnβt feel like the holidays without Aunty Donnaβs Christmas pud
Kinda wild to see a critic complaining that people are engaging deeper with art and learning about an artist. He seems to want art to just be another commodity to be purchased sight unseen.
NYT not beating the "old man shakes fist at clouds" allegations.
The further I get into a proper CI/CD workflow, I don't understand how anyone wants to work with anything less.