@mistersql in July 2025
Back to @mistersql ยท Open this account on Mastodon
Shift left your infrastructure as code by running the .tf source through...
Shift left your infrastructure as code by running the .tf source through ```python def shift_left_bytes(bytedata: bytes) -> bytes: result = bytearray() carry = 0 for b in...
I did a bit of Codex coding this weekend. I think it is yet another workflow to...
I did a bit of Codex coding this weekend. I think it is yet another workflow to master. - Learn what is distracting the bot - Set up the clues for the bot to discover - It does...
I can get a bot to write code via a chat 100x faster than I can get a bot to...
I can get a bot to write code via a chat 100x faster than I can get a bot to write code via OpenAI Codex (letting the bot do many, many steps unattended in between prompts) - So...
IDEA: if you can put one serialized data structured into comments, why not any...
IDEA: if you can put one serialized data structured into comments, why not any of them? xml in comments, json in comments, toml in comments. Where else can you put your...
Code tags, e.g. `TODO: fix this` have been around a long time. Lots of tools...
Code tags, e.g. `TODO: fix this` have been around a long time. Lots of tools attempting to do something with them. I think few (none?) have caught on because they have to interact...
What project manager don't like to hear is how work is really done. Work is...
What project manager don't like to hear is how work is really done. Work is many, many small tasks. If a project manager wants to know what is going on you must not tell them...
The library I'm writing is competing with `grep -rEI --include="*.py" '# TODO|#...
The library I'm writing is competing with `grep -rEI --include="*.py" '# TODO|# FIXME|# BUG' /c/github/` There is tons of legacy data in that format, which is ~3 pieces of info...
I'm going to invent a new methodology that fits my neurological peculiarities,...
I'm going to invent a new methodology that fits my neurological peculiarities, instead of SAFe, I'll call it DANGEROUs