Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Rust is bad for elevators (Score 1) 118

That poor guy who thought that he'd have to invent a new language to solve his sucky elevator's problem should've looked around instead. There's about 30 years of experience, languages, and tooling available to solve problems like this: synchronous languages. Rust may be good for other use cases but as long as it doesn't have a verified compiler (such as CompCert or CakeML) and a usable proof theory I'm not going to touch it except for hobbyist purposes. What it does for memory safety I can do without even thinking too hard in C. And then I could prove it. In Rust, I'd have to believe a compiler that's just a toy.

Comment How convenient. We can once again save on care. (Score 1) 58

But can we really? Do we expect our old and frail citizens to achieve what we typically can't, namely tame our ill-behaving devices? Think about it. When those wonderful "things" are bored from talking grandpa into taking his medicine they help other people with running a DDoS. And while doing that they conveniently forget what they were supposed to do for grandpa. I for one am not looking forward to all those sad news items about dead bodies in "modern" homes.

PC Games (Games)

Valve Releases Updated Alien Swarm For Free With Code Base 164

baronvoncarson tips news that today Valve released an updated version of Alien Swarm, a popular Unreal Tournament 2004 total conversion mod. The creators of the mod were hired by Valve, and they've helped turn it into a stand-alone game running on the Source engine. Valve is also releasing the code base for Alien Swarm and an SDK. The game is available for free on Steam.

Comment Constructive suggestion to reclaim cddb (Score 4) 97

I'm about to write a little proxy that everybody could run on his box and point his cd player and/or ripper to instead of cddb/freedb. Here's the pseudo-code.
  • if (cd is in freedb)
    • fetch data from freedb
  • else if (cd is in cddb)
    • fetch data from cddb
    • post data to freedb
  • else data = NULL
  • return data

Slashdot Top Deals

She sells cshs by the cshore.

Working...