Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Is it just me ? (Score 2, Insightful) 173

Except that
1. Slashdot thought you're writing HTML and ate half of your code
2. Put it into a module and load in ghci, then try something like "qsort [1..10000]". Watch the slowness.
3. The efficient implementation in Haskell uses iteration and is 100 times less readable than equivalent code in C.

I really like Haskell, but this is not the best example of its strenghts.

Comment Prostitutes... (Score 1) 6

A few years ago I've been with an ex-prostitute. She was one of the craziest girls I've ever met, and I truly loved her. It was a shock when she told me about her past, but... It helped me realize that there are no "better" or "worse" people.

Comment Re:Why I like Unreal (Score 1) 217

You know what? It works. Builds smoothly. Runs flawlessly. Now just gotta get Doom3. Damn it, I hate you. I wasn't supposed to ever touch mapping again, and not being able to run Radiant on Linux was what was keeping me sane. I'm an addict. Now I'm going to abandon all my other projects, quit my job, break up with my girlfriend, and spend next ten months doing an epic map. :(

Thanks :D

Comment Re:Why I like Unreal (Score 1) 217

Anon is right, it's called CSG substract. And also, it is evil. I don't remember the exact reason why it was evil (I haven't done any mapping for quite a while and I forgot a lot of the theory), but generally on every mapping/modding forum everyone would tell you not to use it.

Drawing floors, walls, and ceilings by hand, no matter how painful may it seem compared to drawing just the inside and hitting the magic button, is the way to go. If you'd be modelling a wall that is visible from both sides (for example a building in an outdoor area which you can enter), you're going to put a little more effort to properly shaping the brushes at the corners anyway, as to avoid either overdraw or texture-caulk z-fighting in the editor (which looks ugly).

It's a shame that building GtkRadiant on linux is virtually impossible these days. Code rot - the project is like, dead. I've once managed to get it running on some another machine, but it broke since then.

Comment Re:Assuming... (Score 1) 600

> What if we decided to use different Stars and not the Sun?
>
> Well basically the Mayan Calendar does this - They just use alot
> positions of Constellations to determine where they are in their cycle.

Holy crap. I've just realised how incredibly old their civilisation had to be. TFS mentions 25.800 year cycles...

Comment Re:100? (Score 4, Informative) 191

SMP FAQ.

Q: Does the number of processors in a SMP system need to be a power of two/divisible by two?

A: No.

Q: Does the number of processors in a SMP system...

A: Any number of CPUs/cores that is larger than one will make the system an SMP system*.

(* except when it's an asymmetrical architecture)

Q: How do these patterns (power of 2, divisible by 2, etc) of numbers of cores affect performance?

A: Performance depends on the architecture of the system. You cannot judge by simply looking at the number of cores, just as you can't simply look at MHz.

Slashdot Top Deals

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...