I had a spare laptop laying around gathering dust since the hard drive died. I did reuse it at one point for a media center and server but it was too high maintenance and I already had a PS3 to stream media. So, I decided it was going to be a print server now. Unfortunately, … Continue reading Making a small, quiet print server
Tag: Ideas
A proper movie player for TI NSpire calculator
Update5: Yeah, found the problems in libmpeg2. It was nothing wrong with the library (well, except some signedness issues), it was my linker which didn't correctly update the function pointers in the arrays. A quick workaround was to convert everything into switch statements. The signedness issue was to do with the state enumeration. STATE_INTERNAL_NORETURN was … Continue reading A proper movie player for TI NSpire calculator