46
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: July 13, 2014, 02:22:07 pm »
Well never mind then.
Carry on. You're doing good work.

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. 46
TI-Nspire / Re: Calling all Linux Kernel developers!« on: July 13, 2014, 02:22:07 pm »
Well never mind then.
![]() 47
TI-Nspire / Re: Calling all Linux Kernel developers!« on: July 13, 2014, 02:16:39 am »
So, I had this crazy idea to save space in linux on the nspire: replace glibc with uclibc. (I'm assuming that's what's in use right now)
glibc is quite slow and large. On my system (64-bit x86) it comes to 2 MB just in the /lib/libc-version.so, which is a significant portion of the available space on gs nspires. (Yes, I know the size will vary a lot between architectures but it's still big.) uclibc size varies widely, based on the configuration you choose. (you can disable float support ENTIRELY if you want) Here's a chart comparing several different libc implementations. I think the difference is fairly obvious. http://www.etalabs.net/compare_libcs.html Here's a handy list of differences to note between glibc and uclibc: https://www.kernel.org/pub/linux/libs/uclibc/Glibc_vs_uClibc_Differences.txt Let me know what you think! 48
Other Calculators / Re: [Unofficial] Cage Matches - Reboot - The Tournament!« on: July 13, 2014, 01:12:38 am »
I'm in.
Nspire C, Axe, Both BASICs 49
Miscellaneous / Re: How would I organize a monthly Code Golf contest here?« on: July 12, 2014, 05:33:24 pm »
I remember the cage matches. Those were fun. The short time kept it light, so there wasn't much at stake and you didn't need to plan months in advance.
50
TI-Nspire / Re: [Ndless] n2DLib« on: July 11, 2014, 03:40:35 pm »
You should be able to use a PNG as the input for the same effect, and you can set it up for bmp out if that's what you want. It autodetects the desired type based on the filename. (There's an option if you want to specify, but for this it's not necessary)
51
TI-Nspire / Re: [Ndless] n2DLib« on: July 11, 2014, 03:28:15 pm »
convert input.bmp -transparent 'ff00ff' out.png
That should take a bitmap and convert it to a png, while considering any of the magenta pixels as transparent. Change the hex to change the background color. This is the imagemagick convert command. It's an extremely powerful image manipulation tool. 52
News / Re: ASM arrives on the HP Prime!« on: July 09, 2014, 07:03:14 pm »
Agreed. Modern ARM is basically built to run Linux and C.
53
News / Re: ASM arrives on the HP Prime!« on: July 08, 2014, 01:28:44 am »
@Juju if you can use GCC you have asm readily available. You can even inline it in C code if you want, or you can do pure asm programs.
54
TI-Nspire / Re: [WIP] Unnamed Tetris clone« on: July 07, 2014, 01:57:35 am »
NESpire can give you a decent tetris, but there's already ntris.
Not that that's any excuse to avoid the project, mind you! 55
Axe / Re: Axe Little contest !« on: July 07, 2014, 01:56:36 am »
That's what I was thinking as well. One challenge is that noshell means including any libs that mos or DCS would just call, but using mos or DCS have header implications of their own as well.
56
TI-Nspire / Re: nPatch: fix your Ndlessed TI-Nspire OS« on: July 07, 2014, 12:31:23 am »
I know this is a pretty big necro, but has this been fixed in the ndless installer? It seems like it could be done as part of the ndless_installer program.
57
News / Re: ASM arrives on the HP Prime!« on: July 06, 2014, 11:28:38 pm »
So, what I'm getting from this:
There's no built-in native coding tools, but they have done nothing to stop us from making our own OS with such features built in, even so far as replacing it with an entirely new system. That is just about the best case scenario. 58
TI Z80 / Re: [Axe] Link Port Pong« on: July 06, 2014, 10:18:56 pm »
Calcnet already has such a pong game, only it uses multiple screens. Using a single screen is actually easier, since it just mirrors what the other calcs have and only one needs to handle any physics.
59
TI-Nspire / Re: Calling all Linux Kernel developers!« on: July 06, 2014, 08:52:32 pm »
I just noticed on the wiki: It says "unknown" for the 84+ Link Port. I'm not saying I disagree with the following "do we need this" but I do want to point out that it just hooks into a few I/O pins on the CPU. It should be relatively easy to add support for it.
60
Axe / Re: Axe Little contest !« on: July 06, 2014, 05:48:31 pm »
Here's my shot at a translation of the post.
Quote from: TI Planet Post Hello everyone, I have an Axe programming challenge! You must program a checkerboard (box of 8x8 size) infinity scrolling program using the arrow keys! It will leave the program with a [clear]. The program must be the smallest size possible! Watch out! The asm command is prohibited! I'm not sure of one thing: Are we talking about source bytes or compiled bytes? The two are different. |
|