Search found 1111 matches

by LeonBlade
Thu Oct 20, 2011 8:50 am
Forum: Programming Discussion
Topic: data storage
Replies: 17
Views: 3174

Re: data storage

Unless you are making an MMO or other sort of game where data is stored on a server, there is absolutely no need to use something as large and slow as a SQL database in an indie game. And I also think XML is over-used. It's expensive and slow as hell to parse. It's overkill in almost every scenario...
by LeonBlade
Tue Oct 18, 2011 3:13 am
Forum: Programming Discussion
Topic: Regular Expressions
Replies: 15
Views: 2895

Re: Regular Expressions

Not technically a programming question since this is a theoretical CS question, but sort of relevant. I need to give a regular expression for a language that contains an odd number of 1's or exactly two 2's. The alphabet is {0, 1}. Here's my attempt, idk if this is correct or not. (1* 0 1* 0 1*) OR...
by LeonBlade
Mon Oct 17, 2011 8:09 pm
Forum: Programming Discussion
Topic: data storage
Replies: 17
Views: 3174

Re: data storage

GyroVorbis wrote:...Roll your own.
This. There's no need for a database, you're better off making something yourself which does exactly what you need without all the unneeded SQL stuff which is slow and useless for a game.
by LeonBlade
Mon Oct 17, 2011 8:04 pm
Forum: General/Off-Topic
Topic: Platform vs. Failform trolling
Replies: 9
Views: 2625

Re: API vs. API trolling

I hate DX, this was pretty funny though :lol:
by LeonBlade
Mon Oct 17, 2011 7:55 pm
Forum: General/Off-Topic
Topic: Dennis Ritchie is Dead
Replies: 21
Views: 5421

Re: Dennis Ritchie is Dead

Come on... It's a show about games, not programming. All technology in this world is built upon other technology. I know that i personally enjoy the benefits of many ingenious inventions that i just take for granted. I have no idea who invented the tetanus vaccine, (Well, now I have since i looked ...
by LeonBlade
Sun Oct 16, 2011 6:09 pm
Forum: General/Off-Topic
Topic: Dennis Ritchie is Dead
Replies: 21
Views: 5421

Re: Dennis Ritchie is Dead

dr-snipe wrote:Yeah that guy on the right is a complete dick. He obviously has no idea of how important he was even though the guy on the left quite clearly explained it. Ignorance is bliss :nono:
Ignorance is piss. ;)
dmr will cause a null pointer exception on his life.
by LeonBlade
Sat Oct 15, 2011 6:06 pm
Forum: General/Off-Topic
Topic: Dennis Ritchie is Dead
Replies: 21
Views: 5421

Re: Dennis Ritchie is Dead

he was mentiod on insidegaming http://www.youtube.com/watch?v=Q52B8ez3dog The human being on the right is a waste of the carbon he is made of. I agree, what a complete dick he doesn't even care what so ever. I don't think he realizes how important this man is. If you don't fucking who who he is, do...
by LeonBlade
Fri Oct 14, 2011 7:55 pm
Forum: Art, Music, and Design
Topic: So I Gave It a Go...
Replies: 12
Views: 5212

Re: So I Gave It a Go...

It doesn't look right, maybe try to split the shading between the head and body pieces?
The top shading doesn't look right because it just curves to the edge very unnaturally.
by LeonBlade
Wed Oct 12, 2011 8:47 pm
Forum: General/Off-Topic
Topic: Dennis Ritchie is Dead
Replies: 21
Views: 5421

Dennis Ritchie is Dead

I can't believe I didn't know about this sooner, he died on the 9th. Developer of the C language and of UNIX. RIP dmr. :( http://www.aaanything.net/wp-content/gallery/cheer-up-before-new-year-starts/thumbs/thumbs_your_mother_is_so_fat_the_recursive_function_computing_her_mass_causes_a_stack_overflow...
by LeonBlade
Mon Oct 10, 2011 1:49 pm
Forum: General/Off-Topic
Topic: Are you addicted to programming?
Replies: 9
Views: 2565

Re: Are you addicted to programming?

I tried to answer the questions legitimately, some of them were just... a little too much. I definitely don't start writing code in my e-mails lol. And I was afraid when at the languages part it mentioned "COBAL" ... *shudders* Anyways, I still got the addicted result anyways :) a fun litt...
by LeonBlade
Mon Oct 10, 2011 1:37 pm
Forum: Art, Music, and Design
Topic: So I Gave It a Go...
Replies: 12
Views: 5212

Re: So I Gave It a Go...

Pixel art is usually done at small scales ;)
Try making it like 64x64 and uploading that here.
Also, I tried clicking on your app link but it got caught in a loop in the series of tubes.
by LeonBlade
Fri Oct 07, 2011 12:52 pm
Forum: Art, Music, and Design
Topic: Makin' some pixel art
Replies: 24
Views: 19424

Re: Makin' some pixel art

superLED wrote:Thanks so much for the feedback!

Yes, I agree that it is a bit square. So I tried to fix it.
Image

I hope I didn't screw it up in the progress x)
That's a bitchin' pumpkin :)
by LeonBlade
Tue Oct 04, 2011 11:07 pm
Forum: Programming Discussion
Topic: BitBucket now supports Git
Replies: 4
Views: 1172

Re: BitBucket now supports Git

And the only reason this is a big deal is that they allow unlimited private repositories. :twisted: https://bitbucket.org/ The UI looks a lot like github, I like the unlimited private repos though. :) I'll stick with GitHub for now, and my glorious GitHub app. ;) http://i55.tinypic.com/iqlyfo.jpg
by LeonBlade
Tue Oct 04, 2011 5:02 pm
Forum: Programming Discussion
Topic: Do you guys still use the old deprecated way of using OpenGL
Replies: 15
Views: 3487

Re: Do you guys still use the old deprecated way of using Op

davidthefat wrote:Do you guys still use the old deprecated way of using OpenGL?

Some modern OpenGL tutorials:
http://duriansoftware.com/joe/An-intro- ... tents.html
http://www.arcsynthesis.org/gltut/
By depreciated do you mean using GLUT? If so, yes I do use GLUT. ;)
by LeonBlade
Tue Oct 04, 2011 3:39 am
Forum: Current Events and Science/Technology
Topic: Windows 8 Just (significantly annoyed apples business model)
Replies: 35
Views: 15017

Re: Windows 8 Just (significantly annoyed apples business mo

Just going to nit pick on this point. Pretty much every other operating system can include, for example, a browser of their own choice without getting sued. Not to say they couldn't support more, but they work under different rules than their competitors. As for the rest, if they can just make Wind...