Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Goto in C (Score 1) 674

I've used goto in C against better judgement when implementing a key derivation algorithm from an ANSI standard. The algorithm was described using some horrible spaghetti pseudo code with goto jumps between code sections which made it impossible to break it up in neat functions. I ended up writing it all as one big function with the goto's and everything. It works and is still used 10 years later, but I get to explain myself every time that function goes through a code review.

Comment Re:Im swedish ;) are you? (Score 3, Insightful) 449

The police themselves has announced that copyright crimes wont be prioritised.

It's even better than that; swedish law (PUL) forbids any registering of IP addresses if the suspected crime isn't serious enough to render a prison sentence if caught.

This effectively means that the small scale pirate copying that most people do on DC++ etc (which not even in theory can get you in prison) isn't even possible to investigate.

This is a pure bullshit law, and everyone knows it.

Slashdot Top Deals

If you sell diamonds, you cannot expect to have many customers. But a diamond is a diamond even if there are no customers. -- Swami Prabhupada

Working...