testbro | 12 years ago | on: The war on drugs is a broken business model
testbro's comments
testbro | 12 years ago | on: Mobile web design: The reign of morons, indeed
testbro | 12 years ago | on: Amazon’s Music Download Site is Cheaper Than iTunes 78% of the Time
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
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
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: MOV is Turing Complete [pdf]
testbro | 12 years ago | on: ReactOS: Rebuilding Microsoft Windows from the ground up, fully open-source
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: Homebrew Cray-1A
[1] : http://wayback.archive.org/web/20130807191943/http://www.chr...
[2] : http://modularcircuits.tantosonline.com/blog/articles/the-cr...
testbro | 12 years ago | on: New UI Pattern: Website Loading Bars
testbro | 12 years ago | on: New UI Pattern: Website Loading Bars
testbro | 12 years ago | on: Cameron Proves Greenwald Right
Of course, you'd have to package your DIY thumbstick pretty carefully (and pot the PCB) for this to not look suspicious.
testbro | 12 years ago | on: Google Latitude retired
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
testbro | 12 years ago | on: Godaddy caves to UK Porn hysteria
testbro | 12 years ago | on: Godaddy caves to UK Porn hysteria
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 | on: Stop asking users for their timezone – use per-device settings and JavaScript
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
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
The same filter is now used to action on high court demands to block torrent websites like The Pirate Bay.
testbro | 12 years ago | on: 10,000 Bitcoin Mining ASIC Chips Arrive in Switzerland – 3 TH/s
testbro | 12 years ago | on: Security Researchers tell court: We do what Andrew Auernheimer did
Why not? Should I not be permitted to destroy myself if I so choose?