Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Prison Sentences (Score 1) 1127

Indeed - there's a few studies that show that excessive prison sentences don't act as a deterrent. Only increasing the likelihood you get caught does.

So criminals don't care whether they'd have to go to prison for 5 years instead of 2. However they do care if they feel that it's twice as likely to get caught than before.

But politicians actively go for the quick fix of increasing prison sentences, instead of improving the organisation and funding of the police and the courts.

Comment Re:Yep (Score 1) 900

I don't think the Gimp UI is perfect, but I don't particularly like the Photoshop UI either. However there's several features and functionality in Photoshop that GIMP could adopt (and I suspect they will soon). But I'm not sure a Photoshop clone (UI wise) is what they should be aiming for.

Comment Re:While UO is not Archetype based it keeps niche (Score 1) 40

You misunderstood me: you can pick two classes in the beginning, and later on, you can combine your primary class with _any_ secondary class. Also the system of attribute points means you can assign them to whatever skills you want - you get a certain number of points relative to your level, and then you just create specific builds for specific tasks. So one minute I can use a secondary healer build, and the next minute I can swap all my attribute points out and assign them to an offensive type magic for example.

The difficulty becomes combining a limited amount of skills you've unlocked (8 per build), and _NOT_ grinding for XP in a certain skill. The level is capped very low, because they want to avoid people needing to grind (everyone ends up quite quickly at lvl 20, the maximum). Anything that lets me avoid grinding for XP for a level or XP for a specific skill is a plus.

But I do see now that the UO system is different.

Comment Subscribtion kills it (Score 2, Interesting) 256

I think there just isn't a lot of room on the market for subscription-based games. I suspect most people will have a budget for one or so, and they will have invested quite a bit of time in it - so there's very little incentive to switch.

I think the Guild Wars model is much better: you pay for the game, you play for free. If you decide to stop for a few months, and pick it up later - no problem. If you decide you like the game and want access to more content, you buy the expansion packs.

Comment Re:Latency (Score 1) 125

Raw network latency would not be the only contributing factor to the overall latency. Just imagine the latency introduced by the audio and video encoding (their infrastructure) and decoding (the minimal hardware at home). Plus all the tricks they'll have to pull to scale their infrastructure, etc. I'd be surprised if they can pull it all off.

But who knows, maybe they really have some clever ideas; I'm genuinely curious as to how they'll try and tackle the technical issues.
Programming

The Best First Language For a Young Programmer 634

snydeq writes "Fatal Exception's Neil McAllister questions whether Scheme, a dialect of Lisp taught as part of many first-year CS curricula and considered by some to be the 'latin of programming,' is really the best first language for a young programmer. As he sees it, the essentially write-only Scheme requires you to bore down into the source code just to figure out what a Scheme program is trying to do — excellent for teaching programming but 'lousy for a 15-year-old trying to figure out how to make a computer do stuff on his own.' And though the 'hacker ethic' may in fact be harming today's developers, McAllister still suggests we encourage the young to 'develop the innate curiosity and love of programming that lies at the heart of any really brilliant programmer' by simply encouraging them to fool around with whatever produces the most gratifying results. After all, as Jeff Atwood puts it, 'what we do is craftmanship, not engineering,' and inventing effective software solutions takes insight, inspiration, deduction, and often a sprinkling of luck. 'If that means coding in Visual Basic, so be it. Scheme can come later.'"
Patents

How To Vet Clever Ideas Without Giving Them Away? 539

Rival writes "As an inquisitive and creative geek, I am constantly coming up with 'clever' ideas. Most often I discover fundamental or practical flaws lurking in the details, which I'm fine with. As Edison said, 'I haven't failed; I've found 10,000 ways that don't work.' Other times, I discover that someone else has beaten me to the idea. I'm fine with that, too. At least I know that I've come up with a great idea, even if I'm not the first. There are times, however, when I can find no flaws with an idea and nobody else seems to have thought of it. I'm not conceited enough to think my idea is genius; I just assume that I'm not knowledgeable enough to see what I'm missing. In these times, I often want to ask a subject matter expert for their thoughts. On the admittedly long chance that an idea is genius, however, what is the best way to ask for another's insights while mitigating the risk of them stealing or sharing the idea? Asking a stranger to sign a contract before discussing an idea seems like a good way to get a door closed on my face. What are your experiences and suggestions?"
The Internet

XHTML 2 Cancelled 222

Jake Lazaroff writes "According to the W3 News Archive, the charter for the XHTML2 Working Group — set to expire on December 31st, 2009 — will not be renewed. What does this mean? XHTML2 will never be a W3C recommendation, so get on the HTML 5 bandwagon now. According to the XHTML FAQ, however, the W3C does 'plan for the XML serialization of HTML to remain compatible with XML.' Looks like with HTML 5, we'll get the best of both worlds."

Comment Re:HTML5, with canvas, is fantastic (Score 1) 500

Yep I meant the latter ;) Let's just bypass everything IE and render with another engine like webkit (triggered by a content-type or meta tag or something). Would people notice?

If I look at my linux install, webkitgtk used by midori takes about 14M, while the flash 10 plugin takes around 10M.

The alternative is waiting until IE8 support can be dropped, around the time IE10 gets well established. I guess poor web developers have a long wait ahead of them still.

Slashdot Top Deals

If all else fails, lower your standards.

Working...