Viewing profile — ushi
ushi
HN member- Joined
- Mon, Apr 02, 2012, 12:11 PM UTC
- HN karma
- 933
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About ushi
No profile information was provided.
Recent public activity
-
comment
Comment #18618526
Thunderbird looks for http://domain.tld/.well-known/autoconfig/mail/config-v1.1.xm... for autoconfiguration. See: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird...
-
comment
Comment #18035706
What you want is probably TAI [1], Unix Time has leap seconds. [1] https://en.wikipedia.org/wiki/International_Atomic_Time
-
comment
Comment #17736834
Ruby defines division by zero for Floats 1.0 / 0 => Float::INFINITY and 0 * Float::INFINITY => Float::NAN I think infinity is a more intuitive result, but most of the time i get th…
-
comment
Comment #17718938
Looks like the standard rails mess :/ Don't get me wrong. From time to time i am going to look at other peoples rails code to learn, how they solved common problems in grown rails …
-
comment
Comment #17266104
yes. its implemented: --allow-unrelated-histories By default, git merge command refuses to merge histories that do not share a common ancestor. This option can be used to override …
-
comment
Comment #14205441
We are running this[0] with some postfix boxes in front of it. Works quite well for us. [0] https://github.com/ushis/mailhook
- story
-
comment
Comment #9869117
if you can do all the shiny web things by writing grandpa code, this might be a good thing :)
-
comment
Comment #9847162
This could make the octotree[0] extension even more awesome. Let's see. [0] https://github.com/buunguyen/octotree
-
comment
Comment #9826538
I agree. Every single example in this article makes perfect sense to me.
- story
- story
-
comment
Comment #9623380
the demo is readonly
-
comment
Comment #9242265
HTTPS Everywhere enabled? When you visit the https site, chrome refuses to load non https resources.
-
comment
Comment #9220631
Checkout the pdfjs test suite, if you want to try it: https://github.com/mozilla/pdf.js/tree/master/test/pdfs
-
comment
Comment #8645187
getrandom() is a generic interface you can use to implement getentropy(), which is used to seed arc4random(). It is not an alternative arc4random implementation... From the OpenBSD…
-
comment
Comment #8566688
It is already mentioned in his beloved developer forum[0], but he didn't respond yet. Let's see... [0] http://devgurus.amd.com/message/1306586#1306586
- story
-
comment
Comment #8526627
i know it was just a joke, but for vim users working with html i recommend the html5 plugin[0]. [0] https://github.com/othree/html5.vim
-
comment
Comment #8509161
From the article: While the RS7’s computer had a detailed digital map of the track and was following an optimized path through it, Audi did not preprogram things like torque or ste…
-
comment
Comment #8476797
Roundcube isn't shipped with PGP support. Their are some plugins though... See: http://trac.roundcube.net/wiki/Dev_Encryption
-
comment
Comment #8385615
There was this submission[0] yesterday. Probably someone wanted to learn more about it and stumbled upon this amazing document. [0] https://news.ycombinator.com/item?id=8378894
-
comment
Comment #8313450
So getting the front page links is now as easy as: curl https://news.ycombinator.com | pup td.title a attr{href} Well done and thx for sharing.
-
comment
Comment #8302156
Then it is time to learn about Ctrl+L
-
comment
Comment #8298112
It is obviously the most relevant content on this site. PageRank is always right.