Kristian Lein-Mathisen
Kristian Lein-Mathisen
Hi! I've been looking at [avrforth](http://krue.net/avrforth/) for a while now and I think it's a very elegant and impressive piece of work. It certainly deserves to be in this on...
What an amazing accomplishment, @memononen! I'm looking forward to experiment with embedded SVG-files in my prototype games instead of PNGs. I made your `example2.c` into something that can be used...
if you do `nc localhost 1234` and then want to exit, the only way now is to do `C-c` and make nc quit. it'd be nice to add a `quit`...
Hi, I'm getting the same error as #325 so this may be a duplicate. I think I have managed to narrow things down to a image-metadata problem on a single...
Hi, I noticed your `channel.scm` is using the [gochan](https://github.com/Adellica/chicken-gochan) implementation. Cool! I've recently rewritten `gochan` from scratch and, while this hasn't been tested out-in-the-wild yet, it might be worth considering...
Hi, and thanks for creating bcachefs! I've been watching/supporting this project for a while and I'm excited it now finally lives in mainline kernel. I want to experiment with bcachefs...
Hi, and thanks for this great "little" piece of software with so much punch. SolveSpace is the first and only CAD I've learned to use. I've got a situation that...
I was doing this: ``` scheme (set-simple-shader-renderable-mvp! renderable (m* projection-matrix (m* view-matrix model-matrix) #t)) ``` Which, by the way, is pretty awesome that you can do interactively from the REPL...