Hacker Newsnew | past | comments | ask | show | jobs | submit | 2013-04-26login
Stories from April 26, 2013
Go back a day, month, or year. Go forward a day, month, or year.
1.#ifihadglass I would jailbreak it and modify the software (twitter.com/saurik)
390 points by taytus on April 26, 2013 | 115 comments
2.Meet Mr. Money Mustache, the man who retired at 30 (washingtonpost.com)
354 points by ilamont on April 26, 2013 | 241 comments
3.Creating a Radial Menu in CSS (stackoverflow.com)
331 points by msvan on April 26, 2013 | 79 comments
4.Killer escaped prison after being issued picture of master key (news.com.au)
233 points by emhart on April 26, 2013 | 94 comments
5.Is this what it’s supposed to feel like? (42floors.com)
204 points by danielpal on April 26, 2013 | 147 comments
6.Uber Stockholm throw a PR-tantrum when refused unfair advantages (digitalmcgyver.com)
193 points by pathy on April 26, 2013 | 251 comments
7.JQuery Annotated Source (robflaherty.github.io)
196 points by StylifyYourBlog on April 26, 2013 | 20 comments
8.This is what a DDoS attack looks like (geek.com)
180 points by etix on April 26, 2013 | 70 comments
9.Why Sleep Deprivation Eases Depression (scientificamerican.com)
161 points by youngerdryas on April 26, 2013 | 66 comments
10.How D3 Selections Work (ocks.org)
162 points by jfirebaugh on April 26, 2013 | 8 comments
11.LivingSocial Hacked – 50 Million Customers Affected (allthingsd.com)
157 points by dcu on April 26, 2013 | 120 comments
12.The Truth About Entrepreneurs: Twice As Many Are Over 50 As Are Under 25 (pbs.org)
148 points by pauljonas on April 26, 2013 | 53 comments
13.Why Markdown Is Not My Favourite Language (wilfred.me.uk)
139 points by rachbelaid on April 26, 2013 | 84 comments
14.NASA has three smartphones orbiting the earth as mini-satellites (npr.org)
137 points by ck2 on April 26, 2013 | 90 comments

I will offer an experience which is the inverse of this!

I am a male software engineer who works in fashion (and before this I worked in wine.) I knew nothing about wine when I started, and my fashion sense is prototypically, well, male-software-centric.

People in the wine industry are palpably aware that people view it as "hoity-toity". Professionals I've worked with are usually very gracious in explaining what it means when you say a wine is "dark" or "buttery" because that pretentious image is something we want to overcome.

Fashion is a bit different. "I like that chambray shirt!" What? "Erm, that's, uh, that denim material you're wearing." Oh.

Or "I saw someone next door with an Hermes bag; it was gorgeous." Everyone had quite a laugh when I asked who Hermes was. Or expressed surprise that the Vogue Spring edition is the one where they show off new styles, which is why it's so thick and has so few ads. Or the difference between hair paste and hair gel.

I feel like there is a bigger lesson in this story: I've got to stop making people feel silly for not getting my Star Wars references, and they've got to understand that there's no logical reason I'd know anything about the big names in fashion. I occasionally meet people who get this - you know your domain and I know mine, and we can still talk to each other without othering.

And that skill - of being able to get along with your PM even though they "clearly don't know anything about code" - is one worth developing.

16.BODOL – inspired by Haskell, Clojure and Shen (github.com/bodil)
132 points by AndreasFrom on April 26, 2013 | 91 comments
17.The Amazing Life of Sean Smith, the Masterful Eve Gamer Slain in Libya (kotaku.com)
121 points by danso on April 26, 2013 | 32 comments
18.C++ on the web: emscripten, nacl, flascc (slideshare.net)
122 points by BruceM on April 26, 2013 | 42 comments
19.Flat Design and Color Trends (designmodo.com)
117 points by SmeelBe on April 26, 2013 | 47 comments
20.Ask HN: What is your daily reading list?
117 points by nns on April 26, 2013 | 74 comments
21.Want to ace your Y Combinator interview? Be relentlessly empathetic (perfectaudience.com)
117 points by brandnewlow on April 26, 2013 | 30 comments
22.Show HN: Find a mentor, Become a mentor (mentii.com)
119 points by nitinpande on April 26, 2013 | 56 comments
23.Craftstud.io - A Game to Make Games (now in beta) (craftstud.io)
108 points by elisee on April 26, 2013 | 56 comments
24.What Alexander Graham Bell Sounded Like (smithsonianmag.com)
105 points by Aloha on April 26, 2013 | 36 comments
25.Triple Gear (shapeways.com)
103 points by youngerdryas on April 26, 2013 | 10 comments

Reading their press release (the Swedish one, I'm a native Swedish speaker) I get a feeling that they are, quite frankly, not a serious business. It's filled with paranoid tinfoil hattery where they claim the Big Nasty Government is out to get them without actually pointing out what rules they're asked to comply with.

Sweden is fairly big on consumer protection, and price comparisons is generally a mandatory part of that (all groceries are mandated to list price per weight/volume/appropriate other unit so you can find out, say, which bag of rice is cheapest per kg, for instance - the same goes for taxi services and price per km). That they're being asked to follow those rules is hardly government bullying - in the eyes of most everyone here that definitely counts as "consumer protection".

It doesn't get better when they start spouting complete lies - the gibberish about certain unmarked taxi like services being exclusive to "royal families or prominent business leaders". Not related to reality at all.

To be honest, I'd never heard of this story before I saw it here. It certainly hasn't been covered by mainstream press. I don't live in Stockholm though, so it might be bigger there.

27.Why We'll Never Meet Aliens (paultyma.blogspot.com)
96 points by zinxq on April 26, 2013 | 116 comments
28.Ask HN: Best alternative to Heroku?
97 points by edouard1234567 on April 26, 2013 | 59 comments
29.Learn Foundation with interactive lessons (tryfoundation.io)
94 points by imkevinxu on April 26, 2013 | 25 comments

That lets you flash the device, it doesn't give you root. To get root from that you need to make a bootable image, which requires a compatible kernel, which you normally pull off the device as root. Thankfully, there is a race condition in the backup/restore mechanism that lets you do a symlink traversal to unlock root adb (by modifying /data/local.prop).

(To be clear, though, this was a known exploit: it is normally done to the Android Settings application, which isn't present on the Glass, but it turns out that the Glass Logging service also has the right prerequisites to pull off the attack, so I adapted the restore payload. The tweet I posted right after this one made it clear what exploit I was using against what installed package.)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: