news
Programming Leftovers
-
Vincent Delft ☛ Vincent's blog
When working with Game of Trees across multiple machines, I was in a situation where my local main branch is behind the server. This happens for example when I committed and pushed changes from a second dev machine, and I come back to my first machine where the local main branch is no longer up to date.
-
Maury ☛ Why does C have the best file API?
Ok, the title is a bit tongue-in-cheek, but there's very little thought put into files in most languages. What you get is usually the same, or often worse, than C: just read(), write() and some kind of serialization library.
What you don't usually get is accessing files the same as memory: [...]
-
Perl / Raku