Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
WALoeIII
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
WALoeIII
1y ago
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 how the slot works, in a meticulous but approachable style.
2.
▲
by
WALoeIII
4y ago
Don’t the terms of service for nearly all consumer ISPs explicitly prohibit sharing or reselling?
3.
▲
by
WALoeIII
10y ago
Completely unrealized gains or had you actually lost capital you converted to BTC?
4.
▲
by
WALoeIII
12y ago
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 to help detect that.
5.
▲
by
WALoeIII
12y ago
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 facilitate restoration (recycle bin). There is going to be so
6.
▲
by
WALoeIII
13y ago
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-legged), but its a total pain so it is mostly avoided. OAuth
7.
▲
by
WALoeIII
14y ago
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.
8.
▲
by
WALoeIII
14y ago
Can you please post a picture of the server so we can see all the sweet LEDs on network cards?
9.
▲
by
WALoeIII
14y ago
I want this to work, and be real, but I'm skeptical. I don't know how to change that.
10.
▲
by
WALoeIII
14y ago
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 transparently show the original request IP not the load balancer
11.
▲
by
WALoeIII
14y ago
MySQL + Percona.
12.
▲
by
WALoeIII
14y ago
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 to sustain a stream.
13.
▲
by
WALoeIII
14y ago
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 from my co-worker: "Its a balloon squeeze." This decision wi
14.
▲
by
WALoeIII
14y ago
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 could simply build this cost into the software.
15.
▲
by
WALoeIII
14y ago
Thats what this is.
16.
▲
by
WALoeIII
14y ago
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 across country.
17.
▲
by
WALoeIII
14y ago
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.
18.
▲
by
WALoeIII
14y ago
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/
19.
▲
by
WALoeIII
14y ago
Site is having trouble. CDN Link to the zip: http://c401222.r22.cf1.rackcdn.com/Tweetbot.zip
20.
▲
by
WALoeIII
14y ago
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 stream the body and nginx will gzip the chunks. Disabling buf
21.
▲
by
WALoeIII
14y ago
It says that the company is headquartered in Seattle, Washington which is on Pacific Daylight Time.
22.
▲
by
WALoeIII
14y ago
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 ELB service itself is implemented as a Java server running on
23.
▲
by
WALoeIII
14y ago
I wish I could upvote this 50 times. The diagrams show two separate masters in different regions with their own slaves, yet DNS is essentially randomly delivering users to each "half". There is no mention of how this is handled, or even tha
24.
▲
by
WALoeIII
14y ago
You can't just put nodes in different regions, even with a database like MongoDB. It will work in theory, in practice you'll have all kinds of latency problems. WAN replication is a hard problem and glossing over it by waving your hands is
25.
▲
by
WALoeIII
14y ago
A "full-spec" machine, another X-Large with 4 EBS volumes that I can fail over to. Its in circular replication with the other "active" master (only one is receiving writes at a time). These instances are only snapshotted once a day to keep
26.
▲
by
WALoeIII
14y ago
I run a master with a "hot" master each in a different AZ and slaves of each in their respective AZs for days like today. Expensive, but makes it easy to sleep at night. The slaves have their EBS disks snapshotted every 30 minutes, the mast
27.
▲
by
WALoeIII
14y ago
Agreed, start with a known entity. Take the one special table that is killing you and move it to a special database (Riak/Cassandra etc) suited for that task only once you understand exactly what you need.
28.
▲
by
WALoeIII
14y ago
Eventual Consistency is a feature, not a limitation of Riak (and friends). It requires you to think about your application different, but it enables things that you could not do before. For example, you can now handle databases in multiple
29.
▲
by
WALoeIII
14y ago
This cannot be reliably done with Windows XP in the wild. http://en.wikipedia.org/wiki/Server_Name_Indication Essentially, the cloudfront server doesn't know the certificate to present.
30.
▲
by
WALoeIII
14y ago
YAGNI - your first problem is getting customers.
More ›