Maybe everyone knows this already, but for my own clarity, I think there are really two types of computer program: A function: something that you run… ...more
Some Java code with bugs Here's my main method (in Java). Can you guess the bug? Db db = new Db(); Monitoring monitoring = new Monitoring(); Monitorin… ...more
I'm looking into Edge computing at work. By Edge computing I mean running WASM programs in lots and lots of smallish computers in places near to actua… ...more
Are you writing schema upgrade code? Then I humbly suggest you take the time to write schema downgrade code too. "Why would I do that?" you might well… ...more
You can make levels for Rabbit Escape! ...more
Recent