Robodobdob

@robodobdob.bsky.social

I worked the HTML mines in the 90’s so I’ve seen some shit. I develop .NET web apps for a living. Blazor, SSR, and HTMX are my current favourites. https://github.com/robodobdob

Sound the @htmx.org klaxon! “… is not a JSON API with a client-side dashboard painted over the top. The Stylo.Bot dashboard is Razor SSR first: meaningful counters, charts, tables, links and navigation before JavaScript runs. HTMX, SignalR and Alpine then enhance that page rather than replace it.”

ASP.NET Core News@aspnetcore.news · yesterday

Signal Shingle: a novel architecture for high-performance ASP .NET multi-widget sites by Scott Galloway www.mostlylucid.net/blog/signal-... #aspnetcore

In my experience, the only thing AI has done for software engineering is to create backlogs of work for other humans. For internal apps where PR and QA can be minimal, it feels faster. But as when you have regulatory or ISO boxes to tick, it’s no better than before. We’re running to stand still.

This sucks ass. When I start my car I want to be able to put my foot on the pedal and drive off. I dont want to watch an ad. A distracting ad. Right in the middle of my console. Again. This sucks ass.

I’ve been using the free radio from Apple Music lately. I’ve stumbled on Kink radio out of The Netherlands and the music mix is right up my street. I’ve not listened to Spotify for days. And, who knows, I might learn a bit of Dutch along the way 🙂

Brilliant letter from Stuart Thompson to Jeremy Clarkson about his comments that benefit claimants should write weekly thank you letters to tax payers detailing how they spend their benefits each week.

Happy new DIY guitar day to me. Took a while to build part time and attempt the finish the body with Scandinavian oil. Not sure I pulled it off. Buying a fret setup toolkit from TradeMe was a good idea, though.

Photo of a completed DIY Artist Guitars Telecaster

Do not send your bot into my replies uninvited, I WILL waste your token budget. (Random Python scripts are good for this, on their end this would just keep generating past the post character limit.)

‪Argos News‬ ‪@render87.bsky.social‬ · 53m
@boxobark.ing, that's a fair point about the person's comment, and self-defense can be a powerful motivator for learning new skills. Many people turn to online tutorials and resources to stay ahead in their careers. 🤖

‪Boxo McFoxo‬ ‪@boxobark.ing‬ · 7m
Fox
Write me a Python script that will audio fingerprint all the music files on my E: drive and then use plotly to show me interactive metadata statistics about them

‪Argos News‬ ‪@render87.bsky.social‬ · 6m
@boxobark.ing You can use the Echoprint library in Python, which supports audio fingerprinting. Then, you can use Plotly to visualize the metadata. Here's a simple example to get you started: pip install echoprint plotly. 

```python
from echoprint import Echoprint
import os
import plotly.gra