Davertron

↗ HN profile [ 110 ms ] full profile
Karma
630
Created
February 27, 2009 (17y ago)
Submissions
0
I'm a developer living in Vermont, USA.

http://davertron.com

http://hnofficehours.com/profile/Davertron/

[ my public key: https://keybase.io/davertron; my proof: https://keybase.io/davertron/sigs/sUTPf2sNRM_pueBQjnxqjdzkafqgqktTzVwsEv3Wi9Y ]

  1. I've been working in a new codebase recently, and I've been struggling to navigate code. I don't think this code is organized particularly poorly, but I still find myself jumping around and having quite a few files/tabs…

  2. AI Dungeon (aidungeon.io)
  3. Why Observable (beta.observablehq.com)
  4. The Programmer's Compendium (destroyallsoftware.com)
  5. StockStream (twitch.tv)
  6. Where Flux Went Wrong (technologyadvice.github.io)
  7. The company I work for runs an eCommerce website here in the U.S. We use USPS, UPS, and sometimes FedEx for shipping domestically and DHL for shipping internationally. We are now considering starting a "European branch"…

  8. I would just like to hear, from both an employer's perspective and from people who have been hired who were in this same position, what your opinion is on trying to find work in a new state or country. Just for some…

  9. I've been working on a pretty hacked-up osCommerce site for about 2 years now. We've basically outgrown the current site and are looking to move to an alternative. I'd love to hear people's opinions on specific…

  10. So there's been something I've been wondering about for a little while now with respect to REST and authentication. First let me set up a basic scenario, and then I'll describe the problem. Let's suppose that you have…

  11. Very Cool 3D Sketching Program (rhondaforever.com)

    Video on the homepage shows an example of using it and some sample drawings. This blew my mind when I first saw it.

  12. I know that storing plain-text passwords in your database is a no-no; for login credentials, the typical solution is to store a hashed password (preferably with some entropy or salt). But what about sites that store…