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
Introduce Yourself! / Re: It's been a loooong time...
« on: July 02, 2018, 12:32:20 pm »
Hey @TheLastMillennial welcome to Omnimaga. We aren't dead yet, there is still some activity.
I've been poking around with C development on the CE recently so maybe I'll have to post about it. If I actually end up making anything.

152
Introduce Yourself! / Re: Hey everyone!
« on: July 02, 2018, 12:28:27 pm »
yeah same as me.I'm a 17 year old..computer geek..or should I say calculator geek..the problem is that l don't know how to hack my fx82ms (the circuit board says it's a fl82ms(350ms)) and l think that means it could be upgraded...but how???
Moreover it's got pads but none are labeled......would like to send a pic..but it seems l don't know my way around this forum.....l don't know how to post pics here....someone help
Hey @Reverse Flash Thawne welcome to Omnimaga. We tend to frown on necro post (post in an old thread that has no recent activity) in threads that are't our own here. I'd recomment a quick read through the rules. Other than that welcome to the forum. I'm excited to help you learn where I can and to see anything you create.

153
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.

154
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?

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

156
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:

157
Awesome! Thanks for all the hard work @calc84maniac

158
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.

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

160
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.

161
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).

162
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?

163
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.

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

165
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?

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