Viewing profile — erso
erso
HN member- Joined
- Sat, Oct 25, 2008, 8:51 PM UTC
- HN karma
- 225
- Public activity
- 109 items
- HN profile
- View on Hacker News ↗
About erso
Recent public activity
-
comment
Comment #8645865
I've owned both. Had a ZBoard, have a Boosted Board. The ZBoard is utter trash compared to the Boosted Board. Build quality, ease of operation, sound of operation, ride quality are…
-
comment
Comment #8380411
For homebrew: cd $(brew --repository) git remote add krishicks git@github.com:krishicks/homebrew.git git fetch krishicks bash git checkout krishicks/bash brew upgrade bash I've ope…
-
comment
Comment #7800581
An interesting way to solve the issue is to hide the bar when scrolling down, and show it when scrolling up. This pattern is one of the many irritating things about the mobile Chro…
-
comment
Comment #7795021
I agree with losing the hamburger buttons, but the Facebook example is terrible: http://tctechcrunch2011.files.wordpress.com/2014/05/facebook... Left: Facebook’s old hamburger butt…
-
comment
Comment #7782134
A well-written, real-world review of Glass. I enjoyed it.
-
comment
Comment #7685627
I'm curious to know if, were the tweets to be used, they would also have to prove it was he that made them. Sure, they're from his account, but would that hold up in court? See: th…
-
comment
Comment #7613567
It was at some point in the past. I recently booted up an old machine of mine that's running Chrome 7.0.517.41 beta, and the option is both there and ticked by default.
-
comment
Comment #7325409
New York Junior/Senior developers at DaisyBill We're looking for 1-2 developers who are experienced with Ruby, Rails, and JavaScript. We don't have a designer, so having an eye tow…
- comment
-
comment
Comment #6830304
I'm not sure I understand the point of the post. I like the idea of submittal checklists, indeed this is a part of our business that maps very literally to what our users need to d…
-
comment
Comment #6829605
DaisyBill - 34 W 15th Street, NYC - http://www.daisybill.com Senior Ruby/Rails/JS developer, full-time and local only DaisyBill does workers' compensation e-billing for the state o…
-
comment
Comment #6599326
Note to Pixelmator folks: Turn good-looking pictures into spectacular. Perhaps that should say: Turn good-looking pictures into spectacular images. Or something.
-
comment
Comment #6415496
I've used only evasi0n on iOS 6.
-
comment
Comment #6411060
Setting animation speed is also available for jailbroken iOS devices, if anyone's interested. The Cydia app is called FakeClockUp. I like setting it to 1.4x.
-
comment
Comment #6148296
I found this article completely unreadable due to Helvetica Neue Light body font. The Helvetica Neue Ultra Light header is also ridiculously unreadable.
-
comment
Comment #6020122
I found this post entirely unreadable due to its usage of Helvetica Neue Light #777 body font.
-
comment
Comment #6010368
I've noticed this effect also, and across a number of apps, on both an iPad 4 and an iPad mini. It's most obvious on the mini due to the low pixel density on the iPad mini. I can't…
-
comment
Comment #5975211
Perhaps the first line of the post would have, then? In one of the most shocking videos I’ve seen since launching this blog six years ago...
-
comment
Comment #5975135
Sorry, but what did you expect? California Police Arrest Man for Video Recording, then Kill his Dog That seems pretty clear to me.
-
comment
Comment #5914659
You consider Helvetica Neue body text in font-weight: 300 and color: #777 to be easy to read? Jesus. I must be getting old or something. I feel like this trend is a new kind of sic…
-
comment
Comment #5632411
I'm not sure I understand. If I'm making a change to some code and someone else makes a different change to it and pushes their change to origin before me, I do a rebase and see th…
-
comment
Comment #5631707
What you've said here is at best disingenuous, at worst outright wrong and confusing. The changing of the SHA per se has nothing to do with why a conflict might arise. The conflict…
-
comment
Comment #5631621
Except this idea of the context in which you wrote the code doesn't actually matter to anyone. More likely you're going to piss off everyone that has to deal with your merge strate…
-
comment
Comment #5631559
If you have some commits: A-B-C-D-E-F-G Where B is master and origin/master, and you decide you want to make C..G into a topic branch, topicA: git branch topicA A-B-C-D-E-F-G (mast…
-
comment
Comment #5630392
I would ignore everything base698 says below. In this case, you have a merge commit from a branch on to master, which would look like: A-B(master)----F (merge commit) \ / C-D-----E…