whichdan

↗ HN profile [ 106 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I've been using Fastmail since 2007, so I haven't touched the DNS of several of my domains in years. All of my email has been getting flagged as spam by GMail recently, and it's likely because I never added DKIM/SPF…

  2. Hi all. I recently joined a team that's in the process of growing from 2 to 10 developers. What I'm wondering is twofold: 1) how do we pick technologies that are accessible to Jr/Mid developers, and 2) how do pick…

  3. Hi all. I wanted an easy way to highlight new posts, without basing it on the last time I visited a page. The snippet is as follows, if any of you folks would like to use it: /** * Usage: highlight('newpost', 3,…

  4. http://googlewebmastercentral.blogspot.com/2014/05/rendering-pages-with-fetch-as-google.html I tested "Fetch" and "Fetch and Render" with "Fetch" returning the raw HTML, and "Fetch and Render" displaying exactly how it…

  5. http://easyendorse.com It's a SaaS app that lets a site collect/display testimonials. I developed it from scratch a few years ago and pay for everything out of pocket, so it's easy for me to hack on, but hard to market.…

  6. Try searching Google for "php amazon" or "ti 84 amazon" - don't click any results. Now visit Amazon.com, and you'll see a bunch of PHP books or graphing calculators recommended to you. If you look in your browsing…

  7. Hi all, I'm currently a solo founder working on a startup (expect to see a "Show HN" sometime soon™) and one thing I miss is having a few people to share small successes/frustrations with, or to field opinions and…

  8. Hi all, I'm currently buidling a SaaS app and looking for software to abstract away their API. I hate writing billing code, and small changes like Stripe's new webhooks[1] can end up being a pain in the arse, not to…

  9. http://careers.sh My weekend project - I put together a small, straightforward site for browsing developer job sites. Any feedback would be appreciated; I'm trying to keep this short and simple. The last thing I want to…

  10. I've been writing object oriented PHP for years, and I'm having trouble wrapping my head around how the equivalent of a large Rails or Symfony project would be structured using functional programming. (To be clear, I've…