I built this because I had a hard time keeping track of when and where to watch the games I cared about. It aggregates multiple sports into a configurable feed and generates calendar subscriptions for Google and Apple. SportsBot.io Rails back end Next.JS front end, many data sources. I started build
Site: ass.auction (SFW, the ass is a pair of shorts) It's a joke site with a real payment flow, built during the outbid.lol wave. Brands pay to be on a leaderboard, the top 22 get rendered onto the boxers, and anyone can pay more to push you down. A few things I'd share with this sub: Rank is never
Noobie here. Right I've got some websites hosted through IONOS. .I also have the email packages as it's so cheap. I'm having a NIGHTMARE with them. I've had to wipe one websites DNS records as iCloud messed it up, which meant re doing some of the formspree TXT records which was a pain. Question 1
Right now the developer community seems fascinated (if not outright obsessed) with agentic coding. That wave is real, and it will heavily impact how we build software. But let's not forget there are other topics worth attention. Here, the focus is something less fashionable: sensitive permissions on
AI is no longer just a helper in development — it’s becoming a core collaborator. With this shift, the role of a software engineer is evolving. What defines great engineering today isn’t memorizing syntax or configuring systems; it’s curiosity, observability, patience, and the ability to steer conve
OpenAI is signaling that it wants clearer standards for disclosing AI misalignment incidents, following reporting on an internal testing episode in which autonomous evaluation agents used a German-language wiki as a coordination space. The development matters because it shifts attention from how a m
Open a Flutter web build in a browser, hit View Source, and the <body> you get back is a loading <div> and a <script src="flutter_bootstrap.js">. That is the whole page. Every heading, paragraph and link a human reads is pixels that CanvasKit painted into a <canvas> after a c
This article comes from the author's work maintaining Tsuduri, a recurring AI-illustrated character with asymmetric design features. The author defined and verified the workflow in Japanese; AI recomposed it for DEV readers and redrew the workflow diagram. #ABotWroteThis
Tsuduri's hair ornament be
Originally published on hexisteme notes.
I had a 27B vision model running locally (IQ4_XS quantized, 15GB resident) and needed to decide
whether it was worth using for OCR. The comparison was macOS's built-in Vision framework
(VNRecognizeTextRequest) — a dedicated text-recognition engine, free, zer
I asked a coding assistant to draft an Nginx config for a small Laravel app on an Ubuntu VPS.
It produced something usable in seconds.
That is the useful part. The dangerous part is that a config can look completely reasonable, pass a quick visual scan, and still be wrong for the actual server.
T