
u/Desperate_Cherry2299

My coding agent hit two failing tests, stashed its own work to prove it hadn't caused them, then carried on
I've been shipping small features to my own site with a coding agent and filming what actually happens, not the demo version.
This one: a live "playing right now" counter for GTA V on a stats dashboard, pulling real concurrent-player numbers from Steam's public endpoint.
The bit I didn't expect — it ran the test suite and got 2 failures out of 17. Rather than ignoring them or "fixing" code it hadn't touched, it stashed only its own three files, re-ran, got an identical 2 failed / 15 passed, and reported that its change introduced zero test-status delta. I checked that myself afterwards and it was telling the truth.
It also worked out unprompted that a browser-side fetch to Steam would be CORS-blocked, and routed it through the existing server-side cache instead.
One sentence of spec, 17 minutes, feature's live.
Full trace if you want it: https://youtu.be/bR7gPsMeCaI
The Loneliest Spacecraft Ever Launched🚀🚀
I built an anime character creator where the AI remembers your character — free beta, honest feedback wanted
Solo project I've been shipping in small pieces: a browser anime character creator at https://milesenberg.com/animecreator/
The loop: design a character with instant vector-sketch feedback → generate the real AI artwork (Animagine XL via Replicate) → optionally give her a voice line. Free, works logged-out; an account just persists your gallery.
The technically interesting part was persistent characters. A text-to-image model forgets your character between renders. The fix that finally worked: lock a render as the character's reference image, then route re-renders through img2img conditioned on it — plus a trick where the character's previous outfit gets injected into the negative prompt so it doesn't ghost through the new one. Identity and full-body framing hold; outfit, pose and expression stay editable. (The failed attempts before that: prompt-only identity tags drift, and the consistent-character pipelines crop everything to bust shots.)
Stack: Flask on a small VPS, Replicate for inference, Firebase auth for the optional accounts.
Two things I'd love from you:
- Anything that felt confusing or broken (especially on mobile).
- Blunt take: is there anything here you'd actually pay for, and what?
2 × Bristol Pride tickets — this Sat 11 July — selling at face value
I've got 2 General Admission tickets to Bristol Pride this Saturday (11 July, Durdham Down) going spare — I can no longer make it.
Selling at face value: £17 each / £34 the pair (a bit under the current box office). Figured some of you might fancy them.
They're Citizen Ticket e-tickets, so I can transfer them straight to your Citizen Ticket account — official + secure, no dodgy screenshots. Both together or split. Bank transfer or PayPal, then I transfer the tickets over. Drop me a DM — cheers!
2 × Bristol Pride 2026 tickets — Sat 11 July — selling at face value (Bath seller)
I'm in Bath and have 2 General Admission tickets to Bristol Pride this Saturday (11 July, Durdham Down) that I can no longer use.
Selling at face value: £17 each / £34 the pair — a touch under the current box office. Bristol's a short hop from Bath, so posting here in case anyone fancies it.
They're Citizen Ticket e-tickets, so I can transfer them straight to your Citizen Ticket account (official + secure, no dodgy screenshots). Both together preferred but can split. Payment by bank transfer or PayPal, then I transfer the tickets over. Drop me a DM — cheers!
[UK/Bristol] 2 × Bristol Pride 2026 GA tickets — Sat 11 July — selling at face value
I've got 2 General Admission tickets to Bristol Pride this Saturday (11 July 2026, Durdham Down, Bristol) that I can no longer use.
Selling at face value: £17 each / £34 the pair — actually a touch under the current box office once you count the booking fee.
They're Citizen Ticket e-tickets, so I can transfer them straight to your Citizen Ticket account (official + secure, no dodgy screenshots). Happy to sell both together or split. Payment by bank transfer or PayPal, then I transfer the tickets over. Drop me a DM. Cheers!
One thing you start to appreciate as you get older is the emotional beats in your favourite movies. Which ones hit you now that didn't before?
Posted this thought elsewhere today and it stuck with me. The four that did it for me:
- Terminator 2 — "I know now why you cry."
- Return of the Jedi — "Tell your sister… you were right."
- Heat — "Told you I'm never going back." The hand grab.
- Blade Runner — tears in rain.
Only noticed after I'd picked them that they're all death scenes. Apparently that's what getting older does to a rewatch.
Clips: https://files.catbox.moe/ujy6vo.mp4
What are yours?