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 - willrandship

Pages: 1 ... 22 23 [24] 25 26 ... 208
346
TI Z80 / Re: GLIB a graphics axe 3d librairy
« on: April 30, 2013, 09:07:50 am »
Then, the sorter arranges from highest to lowest. Why do you create a second list? It seems like it would be more efficient in later steps to simply iterate over the list, as opposed to searching through a number list to find the priority.

A good option could be timsort, the sorting function implimented in python. It's one of the best available, and as a bonus, isn't implemented recursively. (IIRC Axe doesn't support recursion, and I blame no one for that) Edit: I'm fairly sure I'm crazy, and timsort probably IS recursive.

Although, it may be better to go with a different route, since these lists will never be longer than 30 or 40 elements. Any faster would probably kill the calc. If we assume this, big-O becomes far less important than the actual equation for the speed.

347
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 26, 2013, 11:05:06 pm »
I have broken a few strings just from playing, but in fairness they were several decades old at that point.

I'm more proud of breaking two hammers. They're the easiest to fix, since you're just splicing wood.

I wasn't expecting this much of a reaction, to be honest. Those recordings have lots of mistakes :P

348
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 26, 2013, 08:46:02 pm »
I don't sit on the pianos anymore. It hurts their legs, and the strings.

On a side note, the piano I used while I lived at home for 10+ years is in dire need of having the hammer felt replaced. Its worn down to the red part on lots of the keys.

349
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 26, 2013, 08:30:49 pm »
11 years so far.

Thanks for the consideration!

350
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 26, 2013, 08:24:51 pm »
:3

351
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 26, 2013, 07:59:51 pm »
BAM




352
TI Z80 / Re: GLIB a graphics axe 3d librairy
« on: April 26, 2013, 12:52:56 am »
They would have to figure out how it works first, so they could modify it enough to make it look different.

353
TI Z80 / Re: GLIB a graphics axe 3d librairy
« on: April 25, 2013, 10:54:36 pm »
Why would anyone but a developer want the source?

354
Do they have similar hardware? If so, then it would probably work just fine.

355
Well, reading the ext partitions is difficult on windows. That really would be easiest done on linux, although you could easily do so off of a liveCD.

If you're going with linux in some form anyway, the easiest way to perfectly duplicate an SD card is with the dd command.

sudo dd if=/dev/sdb of=/dev/sdc

for example, would duplicate the second drive in the computer. SD cards are treated like drives in this case. Make sure you have the right disks, though!

For reading/writing to them, the other partitions should show up readily in a file manager when you plug in the SD card.

356
Smerff, your problem is that the SD cards have multiple partition, but windows doesn't recognize ext partitions. If you open it in disk management you'll see it.

Also, when copying, simply copying the files isn't enough. You need to copy the partition layout as well. The easiest ways to do this are all on linux, but there are some windows programs that can help you out.

357
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 24, 2013, 02:29:07 pm »
I really like ZUN's music (the guy who made the Touhou series)

I can play this one.


358
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 24, 2013, 02:25:42 am »
I don't have ANY camera though....

359
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 23, 2013, 05:19:15 pm »
Okay, I need to find a way to get a video recorded. I'll see what I can do.

360
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 22, 2013, 07:08:08 pm »
They're definitely more difficult to sightread, though. The music notation we use is aimed at relative pitching, not absolute key location, for efficiency.

Pages: 1 ... 22 23 [24] 25 26 ... 208