Viewing profile — nlo
nlo
HN member- Joined
- Mon, Jun 21, 2010, 3:24 AM UTC
- HN karma
- 68
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About nlo
No profile information was provided.
Recent public activity
-
comment
Comment #23104609
World of Warcraft definitely takes advantage of multiple cores these days: https://wow.gamepedia.com/CVar_processAffinityMask
-
comment
Comment #16601851
If you want a mirror of a repository, self hosted Gogs/Gitea is a great way to do this in a way that makes you unbeholden to the upstream.
-
comment
Comment #15341746
Fish shell like syntax highlighting for zsh: https://github.com/zsh-users/zsh-syntax-highlighting Fish-like autosuggestions for zsh: https://github.com/zsh-users/zsh-autosuggestion…
-
comment
Comment #15117853
Even with HPKP, many libs/apps behave like Firefox/Chrome in this respect: """ Firefox and Chrome disable pin validation for pinned hosts whose validated certificate chain terminat…
-
comment
Comment #11366987
Recently released FreeNAS v9.10, based on FreeBSD 10.3: http://www.freenas.org/blog/freenas-910-released/
-
comment
Comment #10231550
Does nothing if the Chrome "Block third-party cookies and site data" is enabled, which means that setting is working as intended. :)
-
comment
Comment #8551820
This can be mitigated by wrapping your whole script in parens, as in: #!/usr/bin/env bash ( # real work )
- story
-
comment
Comment #8072231
Clever! Thanks for making this open source. I really like small services like this written with Lua+nginx.
-
story
Frequent Locations enabled by default in iOS 7
Settings > Location Services > System Services > Frequent Locations
-
comment
Comment #6465101
Trivia: A reversal of Larry's name is how Magic: the Gathering card Nevinyrral's Disk was named - http://gatherer.wizards.com/pages/Card/Details.aspx?multiver...
-
comment
Comment #4244645
Screenshot in case this is a partial feature rollout: http://i.imgur.com/eieHM.png
- story
-
comment
Comment #3602053
I found xcodebuild broken after installing Xcode 4.3 and the CLT. If you find yourself in a similar situation, run `sudo xcode-select -switch /Applications/Xcode.app/Contents/Devel…
- story
-
comment
Comment #3038906
Hear hear. Unfortunately I /just/ paid for Spotify premium yesterday evening. While I have a grandfathered non-Facebook account, I've had no end of problems with their mobile clien…
- story
- story
-
comment
Comment #2580303
Not entirely so. I keep latency monitors running on Amazon.com and all of the sites I have hosted on EC2, and noticed a distinct spike in latency across the board corresponding wit…
-
comment
Comment #2550048
Someone who creates web apps should be intimately familiar with the techniques used by people who break into web apps. Dafydd Stuttard (book author) / PortSwigger created the Burp …
-
comment
Comment #2469988
"AWS randomize the zones per account" Interesting. This is news to me. I found some more info here (Google cache since alestic.com is presently unreachable): http://webcache.google…
-
comment
Comment #2342870
Within the past year I discovered dig's +short parameter, which let me retire some scripts I had for parsing just the IPs out of dig's output. e.g.: dig +short google.com
-
comment
Comment #2188923
For Safari there's a great extension that reskins Google Reader and reclaims some wasted screen real estate: http://mariusth.channelwood.org/SafariExtensions/ In use: http://dl.dro…
-
comment
Comment #1899214
http://bnetauth.freeportal.us/specification.html http://seclists.org/bugtraq/2010/Sep/160
-
comment
Comment #1617502
I think I've ran into this limitation when using Google Reader on my iPhone 3GS running iOS 4.0.2. Images will eventually stop loading after viewing a series of image-heavy entries…