fooyc
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Instagram Report 2018 (mention.com)
- Let’s build a standard library (std) free of C code / dependencies for Linux (users.rust-lang.org)
- Baidu Tera – An Internet-Scale Database (github.com)
- Domino's: Pizza and Payments (ifc0nfig.com)
- Introducing Mention Pulse (mention.com)
- C2: Affordable X86-64 Servers (blog.scaleway.com)
- Busting some CQRS myths (lostechies.com)
- New York Stock Exchange Launches Bitcoin Price Index (coindesk.com)
- Amazon planning to reboot 10% of EC2 instances (aws.amazon.com)
- LiveJournal Outage (livejournal.com)
- Parquet (parquet.io)
- Google FlatBuffers (github.com)
- Light Table (lighttable.com)
-
Today I Learned: $ tar xvzf wtf:foo.tar tar (child): Cannot connect to wtf: resolve failed Apparently the ":" in the filename tells tar to connect to "wtf" using the "rsh" command (aliased to "ssh"). There is no mention…
- Hall of API shame: Boolean trap (2011) (ariya.ofilabs.com)
- Don't store sessions in memcached (dormando.livejournal.com)
- JQuery to remove synchronous ajax support (bugs.jquery.com)
- Machine Learning class is live (coursera.org)
-
http://developer.yahoo.com/performance/rules.html#ajax_get > http://developer.yahoo.com/ says: when using XMLHttpRequest, POST is implemented in the browsers as a two-step process: sending the headers first, then…
- Why dont browsers disallow onmousedown JS to change href? (stackoverflow.com)