Live data from Hacker News

Viewing profile — stevencorona

stevencorona

HN member
Joined
Tue, May 17, 2011, 12:14 AM UTC
HN karma
1,387
Public activity
238 items

About stevencorona

Previously CTO @ Twitpic, Chief Architect at Bigcommerce. Currently working on a healthcare startup with Elixir.

[ my public key: https://keybase.io/stevencorona; my proof: https://keybase.io/stevencorona/sigs/rK_5YI7sBRTt3uHVXBDtP6ZTEQNvn9s0E7ovxteV4U8 ]

Recent public activity

  1. comment
    Comment #36323698

    I've been using Elixir for the past 5-6 years for my startup. We use pg_notify extensively to broadcast changes between running nodes (basically, use Phoenix.PubSub locally in our …

  2. comment
    Comment #36272416

    I’ve been running my startup on Google Cloud for the past 5 years. Initially got around 100K credits for the first year and have been steady spending $5-10K/mo since - not huge spe…

  3. comment
    Comment #34860101

    Tangential comment - but that Netezza appliance was really cool. I was able to use one early in my career, circa 2008. It had a nice cli query interface similar to psql (maybe it s…

  4. comment
    Comment #32525184

    I really enjoy working with LiveView and have personally built several substantially sized apps with it. One of my current frustrations is the inability, out-of-the-box, to write t…

  5. comment
    Comment #30932376

    Outside of an apple machine or raspberry pi, is it possible to get a one-off arm-powered server (i.e, for a homelab, not a corporate data center)

  6. comment
    Comment #29651567

    DisplayPort works fine for 5K

  7. comment
    Comment #29649957

    All I want is a non-thunderbolt HiDPI display (5K @ 27" is the perfect display, IMO). Why has HiDPI has stagnated outside of the apple ecosystem?

  8. comment
    Comment #29119126

    I made a similar jump over the past few years out of frustration with stagnating apple hardware (pre-m1). I spent a year with a hackintosh, which worked pretty well, but became dis…

  9. comment
    Comment #27213290

    I work on a SaaS app in the healthcare space where IE11 is the preferred browser, and was getting worried watching all of our favorite tools begin to completely drop IE11 support (…

  10. comment
    Comment #26982346

    As part of the 41% that recently swapped out their "gas guzzler" Porsche for a Tesla M3, I can confirm that they're ready for prime time. The Tesla Supercharging experience has bee…

  11. comment
    Comment #26903826

    As much as I love ZFS, I also recently hit this issue and it was an exercise in frustration to get a running system again.

  12. comment
    Comment #26897719

    Yeah this happened to me recently and it was obnoxious

  13. comment
    Comment #26430732

    I use this daily with linux/i3 and it has been very pleasant! Installed it and it basically does exactly what you expect. Only issue was some conflicting default i3 shortcuts that …

  14. comment
    Comment #26300173

    It’s been slim picking for 5K monitors- especially if you’re not on OSX where thunderbolt dispay output is much more complicated. Besides the (now discontinued) Planar IX2790, whic…

  15. comment
    Comment #26255222

    I’ve only looked at CrunchyData which does seem like more complexity than I want - I was willing to suck it up pay the premium but the monthly OOM crashes have forced my hand - but…

  16. comment
    Comment #26254856

    To clarify, it’s a lot more work than bringing up a snapshot. You need to do a full export as SQL and reimport as SQL. Super annoying, slow, and requires hard downtime. Am using SQ…

  17. comment
    Comment #26254161

    Sure. - No way to upgrade major postgres version without full export and import into new cluster. - Incredible delay between postgres versions. IIRC, it took nearly 2 years for the…

  18. comment
    Comment #26254003

    Yeah, have hugely over provisioned disks for IOPS. Am still using public ip + cloudsql-proxy because the alternative didn't exist when I first deployed, but I'll try switching.

  19. comment
    Comment #26252857

    100% upsell. Felt like sitting through a high pressure timeshare sales pitch to get the free gift at the end

  20. comment
    Comment #26252635

    I used to be a huge fan of GCP and bet on it to power my startup, and have come to greatly regret it. Recently, I needed to increase a CPU-limit quota from a small number (like 16 …

  21. comment
    Comment #25490573

    Unfortunately no longer the case with the new router that has a built in ONT and (according to forums, anyways) doesn’t use the same long-lived 802.11x mechanism :(

  22. comment
    Comment #25452549

    I use i3 on dual 27” and it works well. Mostly do 2-3 windows split vertically on each.

  23. comment
    Comment #25342642

    Huge bummer but the next generation of ATT routers with onboard ONT don’t work this bypass :(

  24. comment
    Comment #25117249

    Can you upgrade from a previous version without a full export and import?

  25. comment
    Comment #24443810

    I absolutely love the BEAM and Elixir, but one of my common complaints and source of errors is the lack of compile-time type sanity checking, so I'm excited to see movement in this…