sam, homebrew-mingw, etc.

👋 This page was last updated ~12 years ago. Just so you know.

I want to write blog posts, but right now I have too much to do.

So instead, here are bullet points:

  • I wrote an ooc tool named sam, which helps you keep your git repos up-to-date, and helps to remind you what to push when switching workstations. It's pretty neat, and portable.

  • A while ago, I started working on homebrew for Windows, or rather, for MinGW+MSYS. Provided you have msysgit and Ruby in your PATH, it'll let you brew install most packages. I've tested a few dozen, send in your pull requests anytime.

  • Lots of work being put into rock 0.9.5, the next incarnation of our beloved ooc compiler. A quick look at the relevant milestone will make it obvious that lots of bug fixes and simplifications made their way into the compiler, along with a few new features. In general, partial recompilations are now much more reliable, which makes rapid iteration easier.

  • If you've missed it, Einat, Sylvain and me are doing OneGameAMonth. We've called our team nevargames, and our first project is inspired by lemmings :) Since you've read that far, here's a preview video.

  • Continuous integration is cool, if you were wondering if ooc played well with it, well, we have a few projects on Travis, and recently, I've been setting up nevargame's instance of Jenkins, and it builds our game for Linux, Windows and OSX on every push!

  • I've started developing a few frameworks in-house for nevargames, but they're all open-source and I'm happy to share: our current stack is dye for graphics, gnaar for level editing and UI stuff, along with chipmunk (just a binding) for physics. For now it's far from stable, but in the next few months I'll be happy to help developers who want to start using the same stack for their own projects.

Welp, that's it for now. Back to work!

Comment on /r/fasterthanlime

(JavaScript is required to see this. Or maybe my stuff broke)

Here's another article just for you:

The bottom emoji breaks rust-analyzer

Some bugs are merely fun. Others are simply delicious!

Today's pick is the latter.

Reproducing the issue, part 1

(It may be tempting to skip that section, but reproducing an issue is an important part of figuring it out, so.)

I've never used Emacs before, so let's install it. I do most of my computing on an era-appropriate Ubuntu, today it's Ubuntu 22.10, so I just need to: