- 2 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 6th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
robyoung@beehaw.orgto World News@lemmy.ml•"Shoot at everything": How Israeli pilots killed their own civilians7·2 years agoWhile I agree it is a bit of an unfortunate name the news site does appear to be a pretty reliable source. https://mediabiasfactcheck.com/electronic-intifada/
robyoung@beehaw.orgto Programming@programming.dev•Use your database to power state machines3·2 years agoI don’t understand why the
most_recent
field is needed. Surely the most recent state can be derived from the order field and the unique constraint on it can prevent concurrency issues if the previous sequence is taken before the state change. The benefit would be that the transition history table could then be append only.
Really!? We’re still doing GOTOs in 2023? That should just be a for loop over the collection of tests you want to write.