There is also this video about Qanats in Iran: https://www.facebook.com/32848633159/videos/1015351116587816...
Sorry for the fb link, could not find it in YouTube
HN user
There is also this video about Qanats in Iran: https://www.facebook.com/32848633159/videos/1015351116587816...
Sorry for the fb link, could not find it in YouTube
Nope! This is recipe for disaster. We need people like Mandela to do what he did with his prison guard :)
Eye for an eye, makes the whole world blind.
Nope! We need reform
What are the pros/cons of using FireQoS vs. OpenWRT's SQM?
Oops, never mind: http://firehol.org/installing/openwrt/
This is awesome. Would be great if it gets OpenWRT integration as well.
For a moment I read Tcpdump as Trump
I'm curious to know how Pinterest or Instagram decide about what goes inside each shard? Do they shard by user ids or something else? Secondly, would like to know if a shard gets more data than other shard, how do they load balance?
Question from Githubbers:
Have considered using cluster file systems such as GlusterFS or Ceph?
Bandwidth.com being a wholesale carrier of VoIP services is the primary carrier for Twilio, Plivo, Google Voice, etc...
Bandwidth delivers SMS over SMPP. Initially the MMS launch was due for mid October, seems they launched it ahead of time.
In the following weeks you'll see lots of different providers announcing their MMS capability.
Bandwidth should get the credit for their brilliant work.
Well, all the kudos should go to Bandwidth.com the primary carrier of of Twilio, Plivo, Google Voice, etc ...
"Begin with the end in mind"
-- Stephen Covey (Habit 2, The 7 Habits of Highly Effective People)
Above rule has helped me a lot throughout my personal and professional life.
Your [2] link is awesome :)
<3 you Ryan, owe you my business
Easiest way for me to learn Elasticsearch was through queries generated by Kibana [1] and playing with them inside Sense [2]. Kibana relies on Facets, version elasticsearch 1.0 introduces Aggregations, I would suggest using aggregations for your projects.
[1] https://github.com/elasticsearch/kibana
[2] https://chrome.google.com/webstore/detail/sense/doinijnbnggo...
Is it possible to extract repeating patterns? example would be extracting repo name, number of stars, language and project description from GitHub Archive daily digests.
sample mail: http://us5.campaign-archive2.com/?u=439aa16a39e4b10e0b65ff2e...
Has anyone checked out serf http://www.serfdom.io/ if yes what are the pros and cons of etcd and serf?
GoSublime [1] is also an awesome plugin if you write Go code.
> why is there a hardcoded date marked 2006.01.02-15.04.05 there??
Date is not hardcoded, it's Go's convention of formatting date [1]
The best TODO tool for me is pen & a paper. Silence is also the best music I have found to listen to while working :)
I would highly suggest watching Rob Pike's [1] talks [2] on youtube about Go.
[1] http://en.wikipedia.org/wiki/Rob_Pike
[2] http://www.youtube.com/results?search_query=Rob+Pike&oq=...
Why POST for the api? This should be a simple GET.
We need a project similar to TodoMVC [1] for benchmarking different languages and frameworks.
Without Chef there would be no way for me to rollout a new server in our cluster. Investing time into Chef was one of the greatest things I ever did. Chef is the best documentation of our infrastructure. The second best tool I'm using is fpm[1] to make custom debian packages.
I personally enjoy being able to split panes vertically with iTerm2
repmgr[1] is a very good replication option for PostgreSQL
just eat alkaline and you will be healthy
We are still doing massive development, once our codebase is stable enough we will move them into small gems, right now it's just a bit of hassle running bundle update for every small increment.
I don't know what github is doing about their models, but I have fairly easy solution of my own: I always symlink models in my projects.
We have 2 large Rails projects and an API server using Goliath[1], one of the Rails projects and the goliath server use models with symlinks.
[1] Goliath: http://postrank-labs.github.com/goliath/
I use percona tools pt-online-schema-change http://www.percona.com/doc/percona-toolkit/2.0/pt-online-sch..., wrote a custom gem for it while ago