cwisecarver

↗ HN profile [ 77.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I'm working through a book on functional web development with Elixir, OTP, and Phoenix (search that string and you'll find it) and I started thinking about how this language and "platform" had come about. I'd like to…

  2. I'm headed to the London in July for my honeymoon. My fiancé has a U.S. Verizon iPhone 6 and I have a Verizon iPhone 6 plus. We're looking at all the different plans to get a local SIM card for emergencies and if we get…

  3. Is there a web service that can look up a company logo by SEC CIK number, ticker symbol or some other unique ID? ex: GET http://log.os/{{CIK_NUM}}/100/100 returns a 100x100 px logo for company matching {{CIK_NUM}} If…

  4. Love investing and Javascript? I know, I know, who doesn't. Want to build out HTML, CSS and use .NET MVC? We've mixed traditional startup perks ( http://www.fool.com/jobs/workplace/workplace04.htm) with the stability of…

  5. I'm looking at building a web-based chat app. Instead of having clients poll the server (ajax) I would rather use comet to have the server push updates to the clients. I've looked at a few implementations, lift…