Viewing profile — WALoeIII
WALoeIII
HN member- Joined
- Thu, Sep 25, 2008, 6:27 PM UTC
- HN karma
- 276
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About WALoeIII
[ my public key: https://keybase.io/waloeiii; my proof: https://keybase.io/waloeiii/sigs/YA7PZUiF1uBYwXHp5NaXW6-noq_6l5IGSJxVxnCacqY ]
Recent public activity
-
comment
Comment #43729365
Arvel Gentry must be mentioned, he transferred much of the aerodynamics research to sailing with an amazing series of magazine articles. He debunked a lot of faulty theories, like …
-
comment
Comment #32235132
Don’t the terms of service for nearly all consumer ISPs explicitly prohibit sharing or reselling?
- comment
-
comment
Comment #11782788
Completely unrealized gains or had you actually lost capital you converted to BTC?
-
comment
Comment #9214982
Frequently at design time you don't know enough. This is exactly why SQL is great, it is incredibly flexible, it can also allow you to get in your own way, this is just a feature t…
-
comment
Comment #9214971
This is very useful for batch or cleanup jobs. For example, imagine a system where items are soft-deleted immediately upon user action, but not actually deleted for a few days to f…
-
comment
Comment #5483003
This is excellent, especially the diagrams. I'd love to see a explanation of the security implications of each flow. As I understand it the "most secure" flow is OAuth 1.0a (three-…
-
comment
Comment #5316391
You don't have to re-learn puppet/chef/cfengine/bash script every time. You learn it once. It requires much less effort to "maintain" than manually updating more than 1 box.
-
comment
Comment #5229488
Can you please post a picture of the server so we can see all the sweet LEDs on network cards?
-
comment
Comment #5068567
I want this to work, and be real, but I'm skeptical. I don't know how to change that.
-
comment
Comment #5058525
For backend nginx instances (we use nginx to balance application servers, and nginx right in front of Unicorn on those application servers) use the Real IP module to have logs tran…
-
comment
Comment #4833581
MySQL + Percona.
-
comment
Comment #4609919
I have similar troubles with the mobile application when in "low signal" environments. It should decide to swap to local or do a better job buffering, but having 1 bar is not going…
- comment
-
comment
Comment #4451109
You are thinking too hard. Just pick one, you can always change later. All of the options you have presented are "Very Good" - they do so many things right. To steal a pithy quote …
-
comment
Comment #4394190
There could be a revenue stream in here. They're limiting how many free users an application may have, but I would expect they could charge Tweetbot to have more users. Tweetbot co…
-
comment
Comment #4383472
Thats what this is.
-
comment
Comment #4383457
Isn't this a "poor man's version" of what cloudflare offers? They even have an optimized version called railgun ( https://www.cloudflare.com/railgun ) that only ships the diff acro…
-
comment
Comment #4356647
Next time you are caching a bit list with memcached and running out of space, you may replace that big list with a bloom filter.
-
comment
Comment #4342450
I'm a Ruby fan, but "pretty much first on the scene with their gem ecosystem" is patently false. CPAN is much bigger, and much older. http://www.cpan.org/
- comment
-
comment
Comment #4230260
Site is having trouble. CDN Link to the zip: http://c401222.r22.cf1.rackcdn.com/Tweetbot.zip
-
comment
Comment #4203458
This is why nginx gzips the body before writing the headers out. You can use 'chunked_transfer_encoding' to enable chunking, combined with 'proxy_buffering off', your backend can s…
-
comment
Comment #4194836
It says that the company is headquartered in Seattle, Washington which is on Pacific Daylight Time.
-
comment
Comment #4194770
In my experience you get an IP returned as an A record for each AZ you have instances in. Inside each AZ traffic is balanced equally across all instances attached to the ELB. The E…