programming keyboard that has both a 'gray' spacebar for typing variable whitespace that you don't care about (the code formatter is allowed to rewrite it however it wants) and a 'white' spacebar for whitespace that you feel is important to preserve verbatim
@oldmanuk@samlambert@aidenybai Reversing those with LLMs is relatively straightforward if needed. Besides, all the protobuf schemas that explain how they work are also in the GHES image.
@nikicaga@PeterTwinklage Which court in Florida has let anything slide? The most relevant case was *filed* at the district level only this week! I also expect it to go badly but you can’t mistake predictions for reality! https://t.co/02L0UHPKlh
@cnakazawa Most people who have a need to scale don’t have MSFT forcing them to use “the bad cloud that stinks” instead of their existing colos that could have scaled to essentially infinite scale.
@garybernhardt@vinitkme@pointatnick I’ve found that pair programming in LLM times is harder for the same reason. Too much of it is just waiting and reading. Nevertheless, I’m certain that Destroy All Software videos demonstrating agentic flows would be quite useful.
@nateberkopec@mscccc > how did you handle post -> redirect -> get not having stale info for the final GET?
Store GTID/LSN/XID for the DB write on the session then auto-route to primary if the replica you would otherwise read from doesn’t have that write yet.