Live data from Hacker News

Viewing profile — WALoeIII

WALoeIII

HN member
Joined
Thu, Sep 25, 2008, 6:27 PM UTC
HN karma
276
Public activity
132 items

About WALoeIII

https://www.andrewloe.com/

[ my public key: https://keybase.io/waloeiii; my proof: https://keybase.io/waloeiii/sigs/YA7PZUiF1uBYwXHp5NaXW6-noq_6l5IGSJxVxnCacqY ]

Recent public activity

  1. 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 …

  2. comment
    Comment #32235132

    Don’t the terms of service for nearly all consumer ISPs explicitly prohibit sharing or reselling?

  3. comment
  4. comment
    Comment #11782788

    Completely unrealized gains or had you actually lost capital you converted to BTC?

  5. 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…

  6. 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…

  7. 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-…

  8. 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.

  9. comment
    Comment #5229488

    Can you please post a picture of the server so we can see all the sweet LEDs on network cards?

  10. comment
    Comment #5068567

    I want this to work, and be real, but I'm skeptical. I don't know how to change that.

  11. 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…

  12. comment
    Comment #4833581

    MySQL + Percona.

  13. 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…

  14. comment
  15. 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 …

  16. 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…

  17. comment
    Comment #4383472

    Thats what this is.

  18. 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…

  19. 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.

  20. 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/

  21. comment
  22. comment
    Comment #4230260

    Site is having trouble. CDN Link to the zip: http://c401222.r22.cf1.rackcdn.com/Tweetbot.zip

  23. 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…

  24. comment
    Comment #4194836

    It says that the company is headquartered in Seattle, Washington which is on Pacific Daylight Time.

  25. 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…