Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 9 10 [11] 12 13 ... 370
151
TI Z80 / Re: LZD Image Compression/Decompression
« on: June 29, 2018, 11:32:34 am »
It still seems performant enough that you could use it to compress data in your program and decompress them into a buffer at runtime. Assuming you need the space that is.

152
TI Z80 / Re: LZD Image Compression/Decompression
« on: June 27, 2018, 09:17:42 pm »
Have you done any performance testing around the length of time it takes to decompress?
How much memory is used to decompress?

153
Super necro here, but @TC01  I may have opened a PR to update calcpkg to support python 3

154
News / TI-Boy CE Alpha Released
« on: June 23, 2018, 01:08:47 am »
@calc84maniac has announced the first release of TI-Boy CE along with a video showing it off:

155
Awesome! Thanks for all the hard work @calc84maniac

156
General Discussion / Re: Jazz tips
« on: June 06, 2018, 09:24:33 am »
Can you do double tounging or triple tounging?
Hello @Richardson and welcome to Omnimaga!
The last reply to this thread was around 4 years ago, so it is unlikely that you will get a reply.
I'd recommend reading the forum rules.

157
TI Calculators / Re: ICE compiler?
« on: April 30, 2018, 03:51:56 pm »

158
TI-Nspire / Re: Running GNU Emacs on the TI Nspire
« on: April 24, 2018, 01:25:53 pm »
Okay, your advice seems to have worked. I was able to make an ext2 image with the following command:

Code: [Select]
$ sudo ./genext2fs -B 1024 -b 83968 -U -v -d ~/debian initrd.tns
Awesome! glad to have helped move you forward.
Now all I need to know is how to make this image bootable. I.e., I need a /linuxrc file or something to boot from, right?
I believe so. Unfortunately I wont be much help from here as I don't have an nspire and thus haven't actually done any of this.
@tehahb98 @tangrs or @Ivoah may be able to help you.

159
TI-Nspire / Re: Running GNU Emacs on the TI Nspire
« on: April 24, 2018, 10:46:56 am »
You may need a different block size. I'm not really up on my filesystem theory so I don't really remember how it all works. Looking into the code though I found the error: genext2fs.c#L906.

From what I can read in the code, the block size must be greater than 0, greater than 8 and greater than EXT2_FIRST_INO - 1 + (nbresrvd ? 1 : 0). Where EXT2_FIRST_INO is 11.
nbresrvd is set here: genext2fs.c#L3346-L3349. We aren't hitting any of those errors though. but I'm not entirely sure what we need to specify.

What you should probably do is figure out the sum of the size of the files you are generating a filesystem out of and set -b and --block-size (-B) appropriately (This can be 1024, 2048 or 4096 bytes).

160
TI-Nspire / Re: Running GNU Emacs on the TI Nspire
« on: April 23, 2018, 01:09:34 pm »
After a little digging into genext2fs I've found the code that is throwing your error: genext2fs.c#L2544
After digging a little bit, this error seems tied to the --size-in-blocks (-b) option: README.md#options
Have you attempted to run it with -b 8?

161
That's really nice! But you definitely need to resize those icon in dillo! It would be much easier to use.
Bit unrelated: It's quite sad, that Punix never got finished... Maybe we could have gotten something simillar for the 68k platform (which is WAAYYY better than the nspire in terms of programming - there is even a on-calc c compiler for it!). :(
With linux you can also have an on calc c compiler.

162
And how slow/laggy is the mouse, and Dillo?

163
So I noticed that your video has lots of variations in speed. How long does it actually take to start X? How slow/laggy is the mouse, and Dillo?

164
The Axe Parser Project / Re: GDB vs Pic
« on: March 23, 2018, 12:32:56 pm »
I'm sorry, I don't know what you mean by the degree symbol.
Search for °VAR in https://axe.eeems.ca/Commands.html

165
Axe / Re: Advice for keeping up with data?
« on: March 21, 2018, 03:50:52 pm »
It does not save you memory as the actual data is the same size.

Pages: 1 ... 9 10 [11] 12 13 ... 370