Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jogloran
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
jogloran
12y ago
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 out of warranty. They did, which suggests to me that int
2.
▲
by
jogloran
12y ago
Text editor-like tabbing behaviour (new line preserves last line's tab level) for indented lists would be quite useful.
3.
▲
by
jogloran
13y ago
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
4.
▲
by
jogloran
13y ago
What's the reasoning behind the hack "!f(){}; f" getting shell arguments to work properly?
5.
▲
by
jogloran
14y ago
Nice idea, embedding the actual HN feed in the 'screenshot'.
6.
▲
by
jogloran
14y ago
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.
7.
▲
by
jogloran
14y ago
One of the sort criteria is "highested voted".
8.
▲
by
jogloran
14y ago
I wrote a script which generates iOS tab bar icon-sized sprites from the Font Awesome icon font: https://github.com/jogloran/Font-Awesome
9.
▲
by
jogloran
14y ago
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 it regardless, hoping its meaning should be clear enough, bu
10.
▲
by
jogloran
14y ago
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 consistent with Python's language design principles that the special
11.
▲
by
jogloran
14y ago
Previously: http://vallettaventures.com/2012/08/27/tex-notebook/
12.
▲
Show HN: How would Font Awesome's icons look as iOS tab bar icons?
(github.com)
1 points
by
jogloran
15y ago
|
0 comments
13.
▲
by
jogloran
15y ago
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
14.
▲
by
jogloran
15y ago
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 effective.