Viewing profile — jogloran
jogloran
HN member- Joined
- Fri, Jun 12, 2009, 2:31 PM UTC
- HN karma
- 11
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About jogloran
No profile information was provided.
Recent public activity
-
comment
Comment #9079287
I have an early 2011 and have had this problem twice. The latest time I was working in SF and didn't think they would replace the logic board again for free, it being three years o…
-
comment
Comment #7900255
Text editor-like tabbing behaviour (new line preserves last line's tab level) for indented lists would be quite useful.
-
comment
Comment #6701571
This is very good. Before this rewrite, my go-to page for people asking the difference would have been this SO answer: http://stackoverflow.com/a/15666049/187972
-
comment
Comment #5516314
What's the reasoning behind the hack "!f(){}; f" getting shell arguments to work properly?
-
comment
Comment #5170345
Nice idea, embedding the actual HN feed in the 'screenshot'.
-
comment
Comment #5090886
Are developers allowed to use these resources freely in their own apps? I ask because "look and feel conflicts with first-party apps" has been grounds for rejection in the past.
-
comment
Comment #5053564
One of the sort criteria is "highested voted".
-
comment
Comment #4662778
I wrote a script which generates iOS tab bar icon-sized sprites from the Font Awesome icon font: https://github.com/jogloran/Font-Awesome
-
comment
Comment #4557949
Apart from the special meaning of the underscore in interactive mode, and the function _() in Django, I don't think it's common to use _ as a placeholder in Python. I sometimes do …
-
comment
Comment #4557897
Ruby also lets you do this in function definitions. Python doesn't special-case the underscore like Ruby does -- while I have occasionally wished otherwise, it is at least consiste…
-
comment
Comment #4543371
Previously: http://vallettaventures.com/2012/08/27/tex-notebook/
- story
-
comment
Comment #3674035
I wondered how these would look as iOS tab bar icons — I added a script to generate them using ImageMagick: https://github.com/jogloran/Font-Awesome
-
comment
Comment #2876332
The whole point of a 'pick random words' scheme is to maximise the amount of entropy. With every stipulation on the form of the words you make your scheme ever so slightly less eff…