Live data from Hacker News

Viewing profile — kenn

kenn

HN member
Joined
Tue, Dec 27, 2011, 11:38 PM UTC
HN karma
77
Public activity
20 items

About kenn

http://twitter.com/kenn

Recent public activity

  1. comment
    Comment #39462777

    Experienced solo Rails dev here. I'm on Remix / Drizzle ORM / Render.com / Render Postgres / Cloudflare R2 / DaisyUI + shadcn/ui these days. Drizzle can be a bit tricky if you're c…

  2. story
  3. story
  4. story
  5. comment
    Comment #9863086

    It would be slow on MySQL, though. If you EXPLAIN that query, it's a DEPENDENT SUBQUERY which has to fetch N*M records. It would be mitigated if the columns are property indexed, b…

  6. comment
    Comment #9862805

    That works, but what if there are thousands of comments? Initializing N*M AR objects could be even slower than N+1 queries. I wish if we could do something like: has_one :approved_…

  7. comment
    Comment #5188397

    This is actually like JSON, but with better parse-ability and aggregate-ability by UNIX commands.

  8. story
  9. comment
  10. comment
    Comment #4529696

    Thank you. I think you made a good point - by not charging I may be actually making people skeptical. We even have a vibrant developer community on bots and extensions, but it's ba…

  11. comment
    Comment #4528354

    As a founder of http://lingr.com , I know firsthand how hard to build a chat app and make it sustainable. I've been working on it since 2006, first as a startup, then as my persona…

  12. comment
    Comment #4205330

    The title is misleading. They will no longer accept new signups, but continue to work.

  13. comment
    Comment #4205244

    SaaS. http://dumper.io/ and http://uptimer.at/

  14. comment
    Comment #4205207

    Validate if he/she's a good fit for your team first. Usually it takes time. Equity has a permanent effect and you don't want to make a decision in haste.

  15. comment
    Comment #4205007

    I wanted an easy-to-use backup service that just works, but everything I was able to find sucked. So I created one myself. :)

  16. story
  17. comment
    Comment #4179001

    As to MongoDB, in case you only have two members in a replica set, you add an arbiter, not strictly three members. An arbiter is indeed a lightweight mongod process that doesn't ha…

  18. comment
    Comment #3897350

    I wanted a website monitoring tool that just works, but every tool I could find sucked. So I created one myself. :)

  19. story
  20. comment
    Comment #3868888

    Randomness is an interesting topic indeed. For instance, up until 2012 introduced with Ivy Bridge, a true hardware-based random number generator hasn't been available to the masses…