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

 



Forgot your password?
typodupeerror

Comment I don't want Cambridge to be big! (Score 1) 244

I live in Cambridge. I don't want it to become a big city.

The reason is that it will invariable become more shit. The traffic won't be thought of properly, leading to even more horrendous traffic than there is now. Large housing estates don't have significant facilities in them (shops, pubs, dentists, GPs) because the building developers don't have a legal obligation to, and if the councils deny it due to lack of facilities, they just appeal to central government which will wave it through as-is because 'we need more housing' - and the resulting development is a soulless bleak cesspit that causes greater demands on the existing infrastructure, which already can't cope with what we have got.

Also I like having green fields and cows 10 minutes walk from the city centre.

The UK needs joined up planning and governance, not the hodgepodge that we've been left with after the country's been hollowed out by successive Conservative governments. Simply building more housing of any sort is not the answer - the problem is deeper than that.

Submission + - Is Bitcoin about to implode?

TheCoop1984 writes: A blogpost by ex-Bitcoin developer Mike Hearn has highlighted dysfunctional management right at the top of Bitcoin. Bitcoin, which started off the trend in alternative currencies, has dropped out of the limelight recently, but it is clear that Bitcoin is on the verge of collapse. Is this the end of Bitcoin?

Comment Re:I'm calling BS (Score 1) 374

There is a problem with this - it forces a hole in the 'plausible deniability' defence. Really, how many people keep bits of /dev/random data lying around on the filesystem? Having this tool 'officially' point out that it is random data means the police can ask you, however impolitely, for the encryption keys (UK encryption key laws...). And you don't really have a defence for that, as what are the chances of it _actually_ being completely random data?

Comment Discworld (Score 1) 1397

Mine are named after discworld characters:

Main desktop - vetinari
Laptop - vimes
Shell account/web/mail server - lipwig (of course)
eeePC - rincewind (lots of travelling, see)?

It's even better if the character and computer role match up :D

Comment Functional programming language first (Score 1) 452

At my university, we started off on ML (the functional programming language). This very quickly introduced the concept of a function as a repeatable series of instructions that could be called several times - for a functional programming language, it is almost essential to call the same function several times. This also introduced recursion and types (as part of the compiler type inference) very quickly, something which is probably quite hard for people to grasp.

The only other courses in the first term was digital electronics and pure mathmatics courses. Only in the second term was Java introduced as the perennial OOP/procedural language. I think we've got one of the lowest dropout rates in the country (but don't quote me on that).

Slashdot Top Deals

All I ask is a chance to prove that money can't make me happy.

Working...