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

 



Forgot your password?
typodupeerror
×

Comment Re:I don't think so (Score 1) 153

HP being a good example. Their hardware is generally solid, but every piece of software they're associated with is crap. This includes drivers, most firmware, and pure software (QTP is overpriced and broken, their diameter api crashes as often as it works). I suspect that the process for building good hardware is so different from the process for good software that companies have trouble doing both.
Cellphones

Samsung's First Tizen Smartphone Gets Leaked 153

SmartAboutThings writes "We are less than a month away from seeing the first ever Tizen smartphone from Samsung. The leaked image points toward a Feb. 24th launch date at MWC 2014 in Barcelona. The phone design is very similar to Galaxy phones, while the UI reminds us of Windows Phone 8. Samsung is also one of the world's top smartphone vendors, so it should have a decent chance at developing a mobile OS of its own, don't you think?"
United Kingdom

Bletchley Park's Bitter Dispute Over Its Future 99

An anonymous reader writes "Tensions are high at Bletchley Park between the new management who want a 21st century installment and the volunteers who want to show the whole story (and get dismissed for doing so). This report [Note: video, with sound] is from the BBC: 'The groundbreaking intelligence work carried out at Bletchley Park during the second world war was credited with bringing forward the end of the conflict. In 2011 the site was awarded a £4.6m grant from the Heritage Lottery Fund (HLF). But Bletchley is currently in the throes of a bitter dispute, between owners who want to create a brand new visitors centre, and volunteers who have been working on the site for years.'"

Comment Re:It's about tactics: GPL helps free software (Score 4, Insightful) 1098

In every software company I've worked at the codebase is roughly 5% critical, complex code that makes the company money, 95% boilerplate utility, ui, boring code that everyone tries to find ways to reduce. For that 5% it's important it be GPL-free since there's no way in hell the company will release it, and GPL violations can be expensive. Anything it links against in the other 95% must also be GPL-free. The rest of it can contain whatever free code reduces work for developers. Fixing a bug in boost may help my competitors, sure, but maintaining a fork just so I can jealously guard a little change in a third party library is a shocking amount of work long-term. The money rests in giving back and getting someone else to maintain as much code as you can, other than your core competence.

Comment Re:What a bunch of liers (Score 1) 479

This is about rural Iowa. The main cost for maintenance is probably getting a person to the area where a problem is. They cherry-picked the date to be in the middle of a recession when they could pay peanuts for someone to drive 3 hours to the middle of nowhere to replace a repeater, versus now when they have to pay 9 peanuts.

Comment Re:Bios code? (Score 1) 533

I would agree, probably some ethernet or ip handling code. Something that has to exist on every device that connects to a network and is run on every single packet. The CRC check on the ethernet frame is a likely candidate. Every router, switch, and networked device is going to run an identical check on every packet before it can even verify that the frame is well-formed. Maximum frame size is around 9kB, and the standard is 1500 bytes. That's a lot of runs on a 10 gb lan.

Comment Not the first (Score 2) 196

This guy talks like this is some new idea, but there are excellent libraries that already provide this stuff. A quick look at the list tells me that boost and openssl cover most of the functionality, and unlike chromium they are made to be libraries, so you can be pretty confident they work under all conditions and the developers won't screw around with the api between versions.

Comment Re:Seems reasonable (Score 5, Informative) 167

The US is about the only country that taxes citizens regardless of where they live and work. Which leads to a fun situation where the kids of US citizens born abroad are considered natural US citizens and expected to file taxes, but may not be eligible to vote depending on which state their parents were from. Taxation without representation.

Comment Why is this news? (Score 1) 417

If McAfee announced that they would continue supplying virus definitions to their antivirus running on XP would that make the front page of slashdot? Because that's all MS announced here. I very much doubt it takes them much extra effort to port virus definitions to a previous version of MSE.
Encryption

TrueCrypt Master Key Extraction and Volume Identification 222

An anonymous reader writes "The Volatility memory forensics project has developed plugins that can automatically find instances of Truecrypt within RAM dumps and extract the associated keys and parameters. Previous research in this area has focused specifically on AES keys and led to the development of tools such as aeskeyfind. The Volatility plugin takes a different approach by finding and analyzing the same data structures in memory that Truecrypt uses to manage encryption and decryption of data that is being read from and written to disk. With the creation of these plugins a wide range of investigators can now decrypt Truecrypt volumes regardless of the algorithm used (AES, Seperent, combinations of algos, etc.). Users of Truecrypt should be extra careful of physical security of their systems to prevent investigators from gaining access to the contents of physical memory."

Slashdot Top Deals

Get hold of portable property. -- Charles Dickens, "Great Expectations"

Working...