121
General Calculator Help / Re: TiLP nested folders
« on: June 14, 2014, 05:12:45 pm »
The only nested folder I use is ndless/startup.
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. 121
General Calculator Help / Re: TiLP nested folders« on: June 14, 2014, 05:12:45 pm »
The only nested folder I use is ndless/startup.
122
Miscellaneous / "Lenovo analyst: Linux on netbooks is doomed"« on: June 13, 2014, 09:02:09 pm »
Read this:
http://tech.blorge.com/Structure:%20/2009/04/21/lenovo-analyst-linux-on-netbooks-is-doomed/ Here are a few excerpts: "You have to know how to decompile codes and upload data, stuff that the average person, well, they just want a computer." "Linus needs to get to the point where if you want to plug something in, Linux loads the driver and it just works." "If I need to go to a website and download another piece of code or if I need to reconfigure it for internet, it’s just too hard." And, before the article was corrected, it said "From a vendor perspective, Linux is very hard to support because there are so many different versions out there: do we have Eudora, do we have SUSE, do we have Turbo Max?" 123
Calculator C / Re: gcc vector error« on: June 12, 2014, 10:49:50 pm »
If you want to use the STL you should probably use Vogtinator's fork of Ndless. Rebuild your toolchain using the script included.
124
TI-Nspire / Re: Squares« on: June 11, 2014, 02:55:39 pm »
You can draw text either using nSDL's built-in font support, Freetype, which I compiled for Nspire and is now in the Ndless SDK, or charmaps (there's one in nRGBlib). Don't make NTI images for that.
125
TI-Nspire / Re: TI-Nspire emulator« on: June 10, 2014, 04:15:08 pm »
I agree that it's very messy. IMO the Ndless installer/resources, Ndless SDK, Ndless editor, Luna, and nspire_emu should all be in different repos. Vogtinator has done some things to clean it up though, you should check out his repo at https://github.com/Vogtinator/Ndless.
126
Miscellaneous / Re: What is this I don't even« on: June 07, 2014, 08:15:47 pm »
"We're never gonna give you uploading that's slow or loses video quality, and we're never gonna let you down by playing YouTube in poor video quality. That's why we're always running tests like Webdriver Torso."
lol 128
Site Feedback and Questions / Re: Suggestion : HTML5 video support« on: June 04, 2014, 09:02:12 pm »
Switching the embedded Youtube to HTML5 is a great idea. I don't use flash, so I currently have to go through the page source and find the youtube link when people post videos.
EDIT: By the way, I have seen embedded Youtube HTML5 videos, so I'm pretty sure it's possible. EDIT 2: http://apiblog.youtube.com/2010/07/new-way-to-embed-youtube-videos.html 129
Miscellaneous / Re: My new internet speed« on: June 04, 2014, 02:35:50 pm »
I get download 26.55Mbps and upload 4.48Mbps at home. It's not too bad.
130
TI-Nspire / Re: [ndless 3.6] nVVVVVV« on: June 02, 2014, 07:50:20 pm »
If you want to unarchive rar's, use The Unarchiver instead of the proprietary unrar. It works on rarv3.
sudo apt-get install unar 131
TI Calculators / Re: ndless 3.1 install?« on: June 01, 2014, 09:58:47 am »
Ndless 3.6 doesn't work on 3.1, what are you talking about
132
TI-Nspire / Re: nGL - a fast (enough) 3D engine for the nspire« on: May 03, 2014, 01:52:40 pm »I also hit a bug in GCC 4.9.0, but it should be faster now, as one of the major features in 4.9.0 is a optimized LTO. Once Lionel Debroux said that GCC versions x.y.0 are buggy, and when 4.8.0 was the latest GCC, I ran into a bug that gave an ICE when compiling Ndless I reported the bug, and it was fixed in 4.8.1. 133
TI-Nspire / Re: nGL - a fast (enough) 3D engine for the nspire« on: April 29, 2014, 11:03:23 am »
What? I only copied the headers, static library, and a Makefile to build it (and similarly for zlib). git submodules sounds like a good idea, since we won't have to have prebuilt stuff in the repo, and we can build the libs from source.
As for using freetype in crafti, just choose whatever works best. If you think FreeType is a good choice, just take a look at the sample, and put whatever font you use in a header file using "xxd -i" so people don't have to copy an extra file. I updated to GCC 4.9.0 by the way and the problem with elf2flt sucking all RAM out (if iostream is used) is there again What do you think about making our own tool to convert elf to bflt? I think everyone agrees by now that elff2flt is an unmaintained piece of crap. 134
Ndless / Re: Mathomatic Port to Ndless gives a memory error« on: April 28, 2014, 10:38:43 pm »
Are you using Newlib? Get your Ndless SDK from github.com/OlivierA/Ndless and compile it. You also need to rebuild your toolchain using a script in Ndless-SDK/toolochain (or wait until ExtendeD provides binaries)
135
TI-Nspire / Re: nGL - a fast (enough) 3D engine for the nspire« on: April 28, 2014, 09:06:12 pm »
Sorry for the delay, but here's the pull request. You can look at freetype_demo in the samples directory.
|
|