Live data from Hacker News

Viewing profile — jawnb

jawnb

HN member
Joined
Mon, Aug 20, 2012, 4:02 AM UTC
HN karma
27
Public activity
7 items

About jawnb

No profile information was provided.

Recent public activity

  1. comment
    Comment #7953642

    The ORM is bad because it is a poor abstraction of SQL. This manifests itself in several ways, the largest being little control over the SQL queries generated. Here's a gist I made…

  2. comment
    Comment #6328953

    On the CDN urls, you can just change them to use protocol relative urls. It Looks like the jquerytools cdn doesn't support HTTPS, but you should be okay to use this one from cloudf…

  3. comment
    Comment #6154516

    [citation needed]

  4. comment
    Comment #5541307

    As a dude, I experience the latter two scenarios frequently. To bring the topic to a more constructive angle, does anyone have any techniques that might help in these cases? My def…

  5. comment
    Comment #4830074

    One thing to be aware of when storing sensitive information in environment variables, is that it is possible to view the environment variables a process is using.

  6. comment
    Comment #4406267

    Yes RDS is like any MySQL db. The key word there being MySQL. If you want to use another data store like say, postgres or even some NoSQL solution. You're outta luck. As for platfo…

  7. comment
    Comment #4406230

    A couple friends and I just spent the past 48 hours building an app that recreates a lot of this functionality. Some key things to note with this is that you're stuck with RDS, and…