This blog post explains incredibly well why using AI for everything will make you dumber instead of smarter: https://lucianonooijen.com/blog/why-i-stopped-using-ai-code-editors/
This blog post explains incredibly well why using AI for everything will make you dumber instead of smarter: https://lucianonooijen.com/blog/why-i-stopped-using-ai-code-editors/
So, I made dumb, terrible, intoxicated hour and a half long video livestream tonight showing how I used Github Copilot Edits to create a fun Three.js space scene with minimal non-conversational typing. (I couldn't use the mic with both VSCode and OBS, so I'm compromising here.)
VID: https://youtu.be/4wdohdcPOT8
FINAL REPO: https://github.com/Fortyseven/copilot_edits_earth
Effectively Learning to Code: A Brain-Based Approach https://leanpub.com/effectively-learning-to-code #books #ebooks #programming #coding #coder
Went to a meeting at work where one of the topics was "vibe coding" (and how do we feel about it?). I helped move the Overton window in the direction of "we hate it and won't use it for anything but toy prototypes", which I feel good about.
And I wasn't the only one, which also makes me happy!
Wow, just had an email saying that the podcast has now hit 100k downloads!!! Thank you everyone for listening!
#UnhandledException #dotnet #coding #programming
Fixed cancelling a thread job in #poser's #threadpool. Using a semaphore to do this seems reliable
Oh my. #Multithreading, #synchronization, async #Unix #signals, this is pure "fun" ...
https://github.com/Zirias/poser/commit/aa4e02b728a549f0e3c4687750b90749d48fcfdc
DId lots of smaller improvements to #swad ... but first, I had to hunt down a crash . Finally found it was caused by my #poser lib (to be fixed later): A connection there can resolve the hostname of a remote end and does so in a thread job to avoid blocking. If the connection dies meanwhile, the job is canceled. Seems my canceling mechanism relying on a signal to the thread is, well, not reliable (the signal can arrive delayed). Ok, for now just disabled name resolution to sidestep that.
Now, integration with #nginx is much better. I intrdoduced (optional) custom headers to transport the authentication realm and the redirect URI, plus state management in the session, so these can be passed to the "auth" endpoint. This requires to make sure nginx always passes the session #cookie, Unfortunately, I still need a "hacky" redirect configuration for login in nginx. If auth_request could just pass the response body, this would be unnecessary ....
The nginx configuration shows #swad running on "files" and another nginx running on "wwwint" serving #poudriere output there. This nginx instance helpfully adds cache hints, which I have to override, so a redirect works as expected when for example the swad session times out.
"You can always chase away the season of gloom by pursuing the data of hope!" - Futurist Jim Carroll
So let's talk about what I call the 'season of gloom' and the new phrase that is sweeping the tech and AI world, 'vibe coding.'
It turns out that I'm in the midst of the former and have been doing the latter.
The 'season of gloom?' That's what I call this period between the end of ski season and the start of golf. Some folks call it other things, and some are not fit for sharing. According to one chart, yesterday we were in the midst of our third winter.
Yesterday, we had a massive little mini-blizzard, ice pellets, freezing rain, rain - and then just now, overnight, some pretty massive thunderstorms. Golf can't start soon enough! I try to manage my despair by opening my pool in just over a week for a quick swim.
I also try to keep my optimism for spring in check by following various long-range weather forecasts to try to get a sense of when we might emerge from the gloom. I have, for many years, been trying to teach myself to understand these long-range weather patterns by studying various weather model forecast maps. To do that this year, I've been doing a bit of 'vibe coding' - I just created my nifty new long-range weather page which I built using AI. You can visit it at https://weather.beingoblio.com/longrange.html
This little page lets me access various long-range weather models, to get a sense of what might be happening with the weather 10 to 14 days out. There's not a lot of consistency in weather predictions that far out, but this can be used to get a sense of where there is some agreement and where might find ourselves in terms of the jet stream, temperature patterns, high and low-pressure systems, and more. (Click the little 'i' icon and you can get a description of each map.)
I'm using it to try to chase away the gloom, by understanding what the weather might look like two weeks out - hence, today's quote.
I'm waiting for a real spring vibe to kick in.
I'm still waiting.
But there is hope.
Fore!
#vibecoding #Hope #Data #Weather #Optimism #Technology #Coding #Spring #Future #AI #innovation
First "production test" successful ... after band-aid "deployment" (IOW, scp binaries to the prod jail).
#swad integrates with #nginx exactly as I planned it. And #PAM authentication using a child process running as root also just works (while the main process dropped privileges).
So, I guess I can say goodbye to #AI #bots hammering my poor DSL connection just to download poudriere build logs.
Still a lot to do for #swad: Make it nicer. So many ideas. Best start would probably be to implement more credentials checking modules besides PAM.
*work on FOSS project PR*
"Oh. Oh… they do it this way?"
*Delete 90% of the code you worked on*
Is this normal? ;__;
#coding
On Monday I received this email, sad news:
#cipres #philogeny #biology #bio #genetic #bioinformatics #informatics #taxonomy #science #sci #philogenetics #treeoflife #CIPRES #populationgenetics #code #coding
Maybe I should keep a log of the biggest piece of AI-generated code that worked flawlessly.
Yesterday: 679 lines of python, generated by Google Gemini 2.5 pro.
I remember, half a year ago, I was impressed by something like 100 lines of Javascript code that worked without any bug.
Would be an interesting graph to see...
Interview with Vibe Coder in 2025
Once you have your happy path working, it's time to deal with all the "unhappy stuff" (aka proper error handling) to reach production quality ...
https://github.com/Zirias/swad/commit/a0417bbc1db4cb5ca9f99534d04d1723492107f9
That last one is just to get your heart rate up.