testbro's comments

testbro | 12 years ago | on: The war on drugs is a broken business model

> Society can hardly intervene in every individual's self destruction. But it cannot allow drugs which are not useful for anything BUT self destruction.

Why not? Should I not be permitted to destroy myself if I so choose?

testbro | 12 years ago | on: Amazon’s Music Download Site is Cheaper Than iTunes 78% of the Time

In a phrase: "does this just go into my iTunes then?". A large majority of Apple's customers presumably doesn't care about anything you mention, given by the simplicity of the iTunes model: you get music from the same place you listen to it and you put it on your iPod from there too.

The strategy of "few things, well executed" seems to be working fairly well too.

testbro | 12 years ago | on: iOS 7 Bug Lets Anyone Make Calls From Locked iPhones

IIRC most of these bugs arise because of things that should be available while the device is unlocked: the dialler and camera for example. Camera is supposed to restrict gallery access and the dialler is supposed to only permit emergency calls. I'd expect that every app trusted with running while the device is locked will have these bugs as Apple goes forward too.

The bugs seem to a bit more nuanced than just testing for a locked device; the attacks seem to rely on performing actions simultaneously to exploit race conditions much like weird glitches in games. This class of bugs is really hard to test for due to the large search space. Model checking might offer a solution, but it's not a magic bullet by any means.

testbro | 12 years ago | on: More on Lithium Batteries

Scientific publishing isn't just about putting stuff somewhere for people to read it. Publishers, through their parasitic relationship with academia, have kept themselves relevant through the critical mass of people continuing to use them.

The purpose served by publishers isn't really the hosting of articles, it's the names of journals the publishers own which carries an implication that top-tier journals get better reviewers and therefore higher quality articles. As long as academia values impact factor and journal rankings, the parasite can subsist.

Most academics tend to self-host preprints, or stick them on arXiv so the publisher as a hosting service isn't really the "value-add" offered.

testbro | 12 years ago | on: ReactOS: Rebuilding Microsoft Windows from the ground up, fully open-source

> Words cannot express how much of an impact this OS would have had if the amount of time and resources dedicated to Linux, which is yet another UNIX clone in an age where 4-year CS majors do UNIX clones as assignments[1], were dedicated to ReactOS. Where might Microsoft be now if that had happened?

MS does offer some of the NT kernel source under an academic license precisely for this purpose [1]. I'm not sure if it's a response to ReactOS (does anyone know?).

[1] : http://www.microsoft.com/education/facultyconnection/article...

testbro | 12 years ago | on: New UI Pattern: Website Loading Bars

Isn't the point of dynamically loading content to reduce the perceived waiting time though? I wonder if focus on cleanly showing the user the page is rendering might be better placed on getting content to load faster instead.

testbro | 12 years ago | on: Cameron Proves Greenwald Right

Travis Goodspeed gave a talk at 29c3 about forensic-resistant thumbdrives [1]. The idea is that the host OS can be fingerprinted by the pattern of reads it makes; the drive can return different data or erase itself if it looks like it's being imaged (sequential block reads).

Of course, you'd have to package your DIY thumbstick pretty carefully (and pot the PCB) for this to not look suspicious.

[1] : http://www.youtube.com/watch?v=qZtkANvDxZA

testbro | 12 years ago | on: Google Latitude retired

For anyone wanting to liberate their data from here, paste this into the JS console with the history page open (only tested in Chrome):

    var time = time=new Date("2010/01/01").getTime(); //set this to start date
    setInterval(function(){
	window.location="https://maps.google.com/locationhistory/b/0/kml?startTime=" + time + "&endTime=" + (time + 2678400000);
    	time += 2678400000
    }, 2000)

Doesn't know when to stop, so close the tab when you have all the data you want.

testbro | 12 years ago | on: Godaddy caves to UK Porn hysteria

There'll never be a way of filtering it correctly (is ASCII art of sex acts posted to reddit porn?) so the only real option is ensure people are aware of the risks (whatever they might be). Opting out is already possible today - don't visit porn websites if you don't want to see it.

testbro | 12 years ago | on: Godaddy caves to UK Porn hysteria

Is a government mandated filter the best way to allow parents to go beyond just educating their children? As a childless person who isn't petrified of naked people, why should I pay for a service that's only any good for lazy parents?

testbro | 12 years ago | on: Godaddy caves to UK Porn hysteria

Mission creep is a concern I have with this though. It's a short jump to go from optional blocking to mandatory blocking (as we already have with CleanFeed). The proposal is for it to be on by default - that's censorship in my eyes since you have to ask for the perverse content you're already being protected from.

I don't agree with the notion that the freedoms offered by the internet need to be curtailed to bring it back into line with the rest of life.

testbro | 12 years ago

In one out of the one trials I've expected OSX to automatically set the clock ("automatically change time zone") it hasn't.

This touches on to the relevant point of DST. I no longer have to worry about changing clocks; the worry has been replaced by the confusion over whether all my clocks have changed or none have.

At a bare minimum I'd expect any change of time zone to prompt the user.

testbro | 12 years ago | on: Hard drive hack provides root access, even after reinstall

The attack could compromise other servers yes. I think the scenario you describe is a possibility, although there are some technical feats that would make wide-scale exploitation difficult - you need to know what you want to modify ahead of time which would be difficult.

Virtualised environments that don't pass the vendor specific commands should be immune to the attack though. As others have said, encryption would probably allow tampered pages to be detected. I'd be interested to see if the modified firmware could ignore new firmware...

testbro | 12 years ago | on: UK Porn Filter Will Censor Other Content Too, ISPs Reveal

Britain already has a mostly mandatory filter designed to save it from child pornography. Cleanfeed is run by the Internet Watch Foundation who look for images of abuse and put it on the blocklist. They're responsible for blocking Wikipedia due to an album cover.

The same filter is now used to action on high court demands to block torrent websites like The Pirate Bay.

testbro | 12 years ago

This is the flaw with the analogy, as with all analogies that try to map meatspace to the internet. It would probably make sense to say that the book has been left in an apparently public space.
page 1