Resonate HQ raises $3 million in seed funding to craft a dead simple programming model for modern applications.
HN user
david-farr
A real world example of a bug discovered via deterministic simulation testing at Resonate.
Great article!
Not entirely related to the post, but what app did you use to create your diagrams? They look fantastic.
An exploration of Jetstream, Kafka, and Pulsar through the lens of Argo Events.
One of the fun side games I've been playing is to try to beat the game with the fewest possible events, which means not flagging squares - it's definitely much harder!
That's definitely the crux of the problem! Although it would be cool to see the clock go backwards when you drag the slider, it's probably more accurate to keep the clock counting up so it reflects the overall time it takes to complete the game.
The perils of hiding the scrollbar by default (and also using a fixed:bottom element). I feel the modern push for clean design sometimes goes too far - removing the scrollbar definitely being one of those instances.
This is awesome! I love the use of emojis right in the source code - I did the same
Indeed! That would be a really fun project to create as well, though much more involved.
yes
Whoops, fixed! Thank you
I passed my time in lockdown creating an Event Sourced version of the classic game Minesweeper! Be sure to try out the slider after a few moves, or if you click on mine.
Check out the code here: https://github.com/dfarr/minesweeper
I also wrote a blog post: https://dfarr.medium.com/event-sourcing-minesweeper-65f0d497...