Live data from Hacker News

Viewing profile — chrisutz

chrisutz

HN member
Joined
Wed, Jul 22, 2015, 1:53 AM UTC
HN karma
30
Public activity
13 items

About chrisutz

Python developer and co-founder of BigMailer.io. Former software architect at NYTimes. Twitter: @utzc

Recent public activity

  1. comment
    Comment #26857338

    I've found lambda helpful for adding bits of code in other languages to your stack. Want to use a NodeJS library from your Python app? Jam the NodeJS in a lambda and don't worry ab…

  2. comment
    Comment #26535672

    Started a new job working on a company's API team. The API had out of memory issues and had processes crashing all the time. The code was PHP. All API calls ended like this: echo j…

  3. comment
    Comment #15267342

    And Amazon is pretty aggressive and proactive about spam - if the bounce rate is high (<10%) the SES account gets suspended or shut down, so Amazon servers are not likely to end up…

  4. comment
    Comment #15267304

    Can't beat free of course, but there are some commercial services that use Amazon SES and are significantly cheaper than market leaders. BigMailer.io - free tier up to 5K contacts,…

  5. comment
    Comment #10449214

    I think the point the author was trying to make was that you shouldn't split CSS files because the import order on a page influences how its all interpreted; that CSS files are not…

  6. comment
    Comment #10447322

    I use Quill on my site to allow trusted but non-technical users to write rich text. It was easy to configure so it only allows a strict subset of tags. My users have been using it …

  7. comment
    Comment #10447284

    Alot of the difficulty was explaining to others that there wasn't an easy way to upsert, and trying to ensure everyone did it the proper way.

  8. comment
    Comment #10445706

    Having worked with MySQL for years, my mind was blown using Postgres for the first time this year (mainly due to HStore, CTEs, and transactional DDL statements). However, one const…

  9. comment
    Comment #10415258

    Striking a balance between shipping and perfecting has always been a struggle for me. The only thing that helped me get a handle on it was writing alot of code. Eventually, I gaine…

  10. comment
    Comment #10405998

    Getting support for paid Google accounts is also pretty bad. At times, I've had things broken in my account for months.

  11. comment
    Comment #10405675

    Thanks for sharing. I've always just reflexively setup paid Google for Business accounts for my projects. Nice to know there are free options out there. Zoho Mail looks attractive …

  12. story
  13. story