jojomoore2007
jojomoore2007
In my tests, I've found that it takes around 30-60 seconds to actually complete the defragmentation step, and by then, it's already way past the timeout period.
@ylluminarious The total size of the ramdisk (initrd) + kernel needs to be smaller than the available RAM, and, on top of that, some distros (for example, Debian) require a...
The TI-Nspire CX SDRAM is 64MB, so it's probably not gonna be enough to run Debian, even with an optimized initrd. Arch works, though, since it's super lightweight.
Also, the base TI-Nspire OS is somewhat large, so it takes up a lot of the free space
> mr calculator what did i break > > ``` > Expected number for ar but found: -vn > Traceback (most recent call last): > File "jumpcutter.py", line 131, in...
The "evolutionSteer.pde" and all its other associated files should be in their own folder with nothing else. Other files stop it from working.
> Yes it is possible > > Server > > ```js > io.on('connection', function (socket) { > socket.on('client-stream-request', function (data) { > var stream = ss.createStream(); > var filename =...