saltcookie

↗ HN profile [ 117 ms ] full profile
Karma
213
Created
March 10, 2014 (12y ago)
Submissions
0
hello
  1. I built this product but havent seen any growth, should I switch it off.

  2. Hi does any one know how to search facebook users, without acctualy having individual users sign up for your app. Like searching the facebook graph requires the user obtained access-token. But what if u just want to…

  3. But i wana make a webapp, how should i go about building a web app without touching javascript, is there any frameworks like gwt for golang, or C++, rust

  4. Show HN: Fart app (play.google.com)
  5. A Century of Extinction (newyorker.com)
  6. Supercharge Your Emails (quicklyapp.co)
  7. Zeroweight (github.com)
  8. “Haskell is compiled from .hs-files which means HOMO SEXUAL” ~ Oscar Wilde on Haskell

  9. The Dropbox File System (tech.dropbox.com)
  10. this runs the fastest without memory overhead int Search(){ int MAX = 10000000; for(int a = 0; a < MAX; a++){ int a3 = a * a * a; if(a3 > MAX) break; for(int b = a; b < MAX; b ++){ int b3 = b * b * b; if(a3 + b3 >…