David Konsumer

Results 457 comments of David Konsumer

I ended up making [this](https://github.com/konsumer/tplink-lightbulb) with node. My CLI looks like this: ``` Usage: tplight [options] [] Commands: scan Scan for lightbulbs on Turn on lightbulb off Turn off lightbulb...

I ended up just editing the palette in gimp to only include the ogre-colors, and it looks pretty good:

> I think `gotoxy` makes the top left corner of the screen those coordinates and then `printf` prints at the top left. Hmm, not in other versions of gbdk. Normally,...

> I don't know, then. But also, older versions of gbdk have issues with multiplying 1 by 32, so it could've been a bug. Not sure. I'm not sure I...

No prob. Basically, I'm trying to figure out if I should switch to standard gbdk in my fancy docker-based gameboy dev-environment. I like that gbdk-n uses modern SDCC from the...

@baxto that doesn't work. In my docker-env, with gbdk-n I get this: ``` mkdir -p ./obj /opt/gbdk/bin/gbdk-n-compile.sh demo.c -o ./obj/demo.rel + sdcc -mgbz80 --no-std-crt0 -I /opt/gbdk/bin/../include -I /opt/gbdk/bin/../include/asm -c demo.c...

This seems to work: ```c #include #include void main () { gotogxy(7, 8); gprintf("O HAI!"); } ``` I could have sworn that the other code worked on an old version...

I will try it out. I couldn't find anything that looked like that, but I will see if I can figure it out. If nothing else, I can follow the...

Yeh, [doesn't look](https://pkgs.alpinelinux.org/packages?name=ncurses&branch=edge) like there is a ncursesw package in alpine. I do see some `whateverw` files in [ncurses-dev](https://pkgs.alpinelinux.org/contents?branch=edge&name=ncurses-dev&arch=ppc64le&repo=main) I was hoping to get it working with a lighter docker-...

alpine is not ubuntu, it's just sort of similar. it uses apk instead of apt, and no debs or ppa.