cwisecarver
- Karma
- 0
- Created
- ()
- Submissions
- 0
- The Link List – Jan 2026 (Newsletter) (thelinklist.dev)
- Charlottesville tech: a community that won’t be stopped by tragedy (muckhacker.com)
-
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…
-
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…
- Let Me Google That For You Act (thomas.loc.gov)
-
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…
-
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…
- Have You Seen Apple's Netbook? (fool.com)
-
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…