Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Submission + - London UK Police demand summary domain takedown, hijack traffic to competing www (easydns.org)

Stunt Pope writes: This morning Toronto based domain registrar easyDNS received a request from the City of London (UK) police demanding that they summarily take down a bittorrent search site based out of Singapore — or else they would "refer the matter to ICANN" — suggesting easyDNS could lose its accreditation.

They directed them to point all traffic for the domain at an IP address that promoted competing commercial online music services based out of London, UK.

Comment Re:One word. (Score 1) 348

Price and a non intrusive and fair DRM system.

Sony obviously screwed this one up quite badly, and Microsoft are trying to use their
platform to build a walled garden around gamers. Increasingly - probably due to
more competition from mobile, these companies are squeezing their customers too hard.

If Valve can take a more liberal approach to protecting games from casual piracy
and manage still to allow games publishers to turn a profit then I could see their platform
attract both parties.

Good on them.

Comment Re:Bullshit (Score 1) 375

>He wasn't involved in Quake 3. He was fired after they released Quake 1.

and id hasn't released a decent single player first person shooter since.

Not saying that's due to Romero not being there, but Wolf, Doom, Doom II and Quake I were good games to play as a single player. I really don't feel as if id have bettered them since.

Quake II was not that bad, but everything since ...

Comment Re:What kind of... (Score 1) 477

>Launch background threads to do your resource loading

Which is a great idea, but it would make the job of figuring out how your
main menu on launch would look pretty complicated.

I guess it'd be pretty confusing for most users to have the File->Load menu item to be saying Please Wait while I load shit in the background... instead.

In short, it would complicate the programmer's job, and the user experience *a lot*

Comment Re:Future (Score 1) 293

Ha! We developers will never learn.

Come Sunday Dec 4th 292,277,026,596AD I bet you there'll still be some poor saps running around doing last minute testing whilst the managers on multi universe conference calls will all be saying :
'but we never thought the cobol code would be going for soo long! We just kept putting off the upgrades, and before you know it 2,922,770,245 centuries had passed and here we are!'

Comment Re:Cloud hosting (Score 1) 224

>e.g. no unified kernel event mechanism, unlike *BSD and Solaris

Have to agree, kqueue is a fantastic abstraction & api whereas epoll looks
like a tired 'me too' effort where they got bored halfway through and forget
to support anything but sockets.

Comment Re:What universe does this guy live in? (Score 1) 189

>Synchronisation is normally used to provide consistency of the shared resource but not often used to provide overall ordering with regards to accessing it.
>Hence non determinism. If you can't tell which thread gets to access the shared resource and in which order, the program is no longer deterministic.

I am really struggling to imagine a situation where you need to determine ahead of time the order in which a number
of threads need to access a shared resource in.

If the thing needs to be accessed in a specific order, then doesn't it mean that you should just have one thread
operating on that data, since it's by nature a sequential process, no?

The other scenario is where an item might be transitioned to different states as it's changed by, e.g. the result of
some async io (quite a common scenario). But then you use a state engine to ensure that the thing is in a determined
state at all times - and you never care about which thread's going to access it next because every thread should
be capable of moving the item forward to its desired end-state.

>If you can't tell which thread gets to access the shared resource and in which order
If you need to set the order in which threads are accessing a resource, I think somewhere you're doing
it very wrong. But if you have a specific example of where that's necessary I'd love to hear it.

Comment Re:Get another job (Score 1) 516

Have you ever asked for feedback after an unsuccessful interview?

Sometimes interviews are as much about honing your technique as they
are about answering everything 'correctly'. Getting feedback can help you
discover what you can improve to 'suck at interviews' less.

As someone who's done a fair amount of interviewing of candidates, answering questions
correctly is not always what's made a candidate attractive - attitude counts
for a lot. Showing you care about the subject matter, can tackle problems
you've never encountered before with some imagination and have a general
interest in improving your abilities are all things I look for.

Of course, the more interviews you do, the easier it is to get blasé and jaded so I'd say
give yourself a break if it's getting too much.

Slashdot Top Deals

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...