Phoenix Fox

Results 59 comments of Phoenix Fox

Yeah that's cool, I'm mostly just using this thread to take notes - scientific journal type of thing.

One interesting tidbit I don't understand yet - It seems every time I upload a program which has one or more missing words, the attiny stays with the bootloader, not...

I tried something a bit dodgy. I changed this line in usbasp_spi_paged_write: > n = usbasp_transmit(pgm, 0, function, cmd, buffer, blocksize); > usleep(8000); to this: > n = usbasp_transmit(pgm, 0,...

@embedded-creations Could you upload your revised working build to this repository? I think I'm having a little trouble reproducing it as I'm using gcc4 and it seems to have trouble...

My blog app uses Webmention, which works by having remote server's POST urlencoded form data to a special endpoint. I wish sveltekit let me export something in the +server.ts file...

I never found a fix. Having older rubygems installed shouldn't cause conflict. Rubygems can have multiple versions concurrently installed, and different apps and libraries can require the specific version they...

I can't properly test it currently - the recent storm in Sydney knocked out a lot of internet access and has made my antique ADSL much worse. My LIFX bulbs...

Yeah I think always using a union is a good idiom for oozby, for now at least. I've been thinking about hooking the environment so when you call a def...

OpenSCAD is a well established program with plenty of industry and hobby works depending on it's continued existence and reliability. But that being said, Oozby is effectively abandoned due to...

Okay I did it. It has a homepage with an example of usage and some pretties. More docs needed though!