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

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
151
Issues Help Desk / Re: Suggest image editor?
« on: August 26, 2009, 10:21:56 am »
Just use the pencil tool in GIMP instead of the brush.

152
General ENIGMA / Re: Expanding Enigma
« on: August 26, 2009, 10:20:27 am »
LGPL?
Yeah, but I've seen a few DLLs written in the full GPL license.

153
Announcements / Re: Parsers -- A novel by Josh @ Dreamland
« on: August 26, 2009, 10:19:47 am »
If what I just explained wasn't your point
But I'm saying that that doesn't apply to Josh's parser

154
General ENIGMA / Re: Expanding Enigma
« on: August 25, 2009, 04:24:42 pm »
GPL is horrid.
Yeah, it can be a little over-zealous in places... especially if you're writing a DLL, in which case the GPL is just plain ludicrous.

155
General ENIGMA / Re: Enigma IDE (written in C++ using GTK+)
« on: August 25, 2009, 04:22:17 pm »
I wish that GTK search box was better documented.

156
Announcements / Re: Parsers -- A novel by Josh @ Dreamland
« on: August 25, 2009, 04:16:13 pm »
I... I'll just stop.  You're not getting my point, and I don't think explaining anymore is going to make you change your mind.
I don't think Rusky will get any point unless it agrees with his original ideas.

It's a man thing.

157
Announcements / Re: Fresh Topic
« on: August 24, 2009, 01:42:22 pm »
Modification at a lower level does equal bug-prone. Maybe you're exceptionally good at manually converting higher-level constructs to lower-level representations, but not everyone is
I must admit I have had a lot of practice.

158
Announcements / Re: Parsers -- A novel by Josh @ Dreamland
« on: August 24, 2009, 01:37:08 pm »
Compiler optimizations aside, ++i is faster than i++, because i++ has to create a copy of i to evaluate to and increment the real one, while ++i just increments it.
No.

The only difference between i++ and ++i is when it is incremented - you still have to reference the variable if you are using it as part of another expression. No copies are created, either.

Rusky: Reinventing the wheel is good.
1- It allows you to improve.
2- Any bugs and you can find them pretty easily, as it's your own code
3- It's specialized. You can make your own optimizations.
4- Human-written is almost always better than auto-generated.

159
Announcements / Re: Fresh Topic
« on: August 24, 2009, 01:35:33 pm »
Wikipedia says:
In computer science and linguistics, parsing, or, more formally, syntactic analysis, is the process of analyzing a text, made of a sequence of tokens (for example, words), to determine its grammatical structure with respect to a given (more or less) formal grammar.

That's pretty much what it does. Reads through the "tokens" (variables, operators, numbers, etc) and determines the structure - without which it is completely impossible to insert the semicolons.

And by the way, modifications at a lower level does not equal bug-prone. I have proved this many times.

160
Announcements / Re: Fresh Topic
« on: August 23, 2009, 07:46:06 pm »
Good thing you like fake, hard-coded, inflexible, unreadable, take-forever-to-write parsers.
Okay, let's pick that apart...
Fake? It parses. There's no fake about it, and I can see no possible way for a working parser to be fake.
Hard-coded/Inflexible? How do you make a fully-customizable parser, then? Why would you need to?
Unreadable? You must have never touched a programming language before.
Take-forever-to-write? Josh chooses how long Josh programs.

Good thing I like trolls.

161
General ENIGMA / Re: Enigma IDE (written in C++ using GTK+)
« on: August 20, 2009, 09:14:47 am »
ENIMGA
By the way Antidote, did you index that 2-colour PNG?

162
Announcements / Re: Fresh Topic
« on: August 19, 2009, 10:23:59 am »
I know a certain someone with a top hat fetish.
That XKCD character?
He also starves bugs to death, though.
Sign of a good programmer ;)


163
General ENIGMA / Re: Alternate to cpp {}
« on: August 17, 2009, 10:45:00 am »
You're both pathetic. C# as a language is far better than Java. You're just blind because MICRO$0FT IS TEH SUX0RZ DURRRRRR
No, you're blind to our thoughts because you think we're blind because you think we think Microsoft sucks. ;)

164
Announcements / Re: Fresh Topic
« on: August 17, 2009, 10:38:01 am »
I've tried several AMD processors, and I've tried Intel, and AMD just seems to work better for me.  Cores only matter if it's optimized for the cores, and it can be optimized for a certain kind of processor as well.  Also, the graphics card can be a serious factor as well on games as well, and the motherboard might affect the graphics a bit as well.  I doubt they all have the same mobo, so it's a biased test.  Get a simple program that does some calculations and returns the time it took and use that as a benchmark; not how fast each computer can play Crysis.
You're boring me now. And that takes a lot to achieve.

165
Announcements / Re: Fresh Topic
« on: August 16, 2009, 02:27:35 pm »
First. Lol.

Quote
the list is looking short
wtf. My little bro just asked me to bake him a hot pocket.

I cringed when I saw "first", I still don't understand your signature, and that post looks like those random hallucinations and meaningless thoughts you get just before you sleep.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »