Live data from Hacker News

Viewing profile — rgharris

rgharris

HN member
Joined
Wed, Sep 11, 2013, 3:06 AM UTC
HN karma
66
Public activity
28 items

About rgharris

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #28573170

    Error handling in Go is simple and verbose at the same time. Working in it alongside Python and JavaScript makes me rethink a lot of patterns I’m accustomed to - it’s a nice exerci…

  3. comment
    Comment #28555615

    Great point. With this change the pricing tiers make perfect sense for companies/projects at any stage: - MVP (was Hobby) - Startup - Business - Enterprise

  4. comment
    Comment #28555438

    If you aim for this point alone you're headed in the right direction: Think like an adversary, but be nice about it. Try to “catch” authors taking shortcuts or missing cases by com…

  5. comment
  6. story
  7. comment
    Comment #26640546

    I just did this for a controller that is hosted on a VM (via the new controller UI), I went through a couple of additional steps. 1. Disable "Enable Remote Access" 2. Setup SMTP (s…

  8. comment
    Comment #26555443

    Agree on the storage point, I used their Redis and Postgres options for a few years with no real issues. Everything was seamless, even maintenance. The only complaint I could have …

  9. comment
    Comment #26555350

    Heroku CI, Pipelines, and Review Apps made for an awesome continuous deployment setup for me in the past. Easy promotion of builds to staging/production after your tests pass and a…

  10. comment
    Comment #23511406

    I have fairly large hands and could hit all of the thumb keys. But I only use 2 so that I don’t have any reach or large movements when typing. I agree that it depends on hand size …

  11. comment
    Comment #23511355

    I’m in the same situation. I have large hands but only use 2 thumb buttons per side and also use layers to avoid the top row of the keyboard altogether. I love the Ergodox but pref…

  12. comment
    Comment #22962631

    Ionic Appflow is a very different platform but it is interesting to have products with the exact same name (except the capitalization of "F") in the software/platform world. https:…

  13. comment
    Comment #22301881

    All good points. Roth vs traditional can be complicated when you think about the long term possibilities (change in tax rates, early withdrawal, lower/higher income in the future, …

  14. comment
    Comment #22300905

    Lots of reading (books, blogs, etc.) has been helpful for me the past few years and it seems like I pickup new things all the time. A few things I use/reference: - YNAB (You Need A…

  15. comment
    Comment #22028097

    I agree, end-to-end tests have been really valuable for catching SQL issues in my experience. > Identify unsafe queries that could potentially lead to SQL injections This feature s…

  16. comment
    Comment #21873592

    Awesome, I think your plans on feature development make a lot of sense. Hopefully I’ll have some time to try it out in a real project before long!

  17. comment
    Comment #21865380

    I really like the sql() helpers and the naming of the unsafe() method. The file query helper is great - I've moved to using external query files for everything in a current project…

  18. comment
    Comment #21609788

    I think the article and you are correct - the article is worded a little oddly though and ignores the fact that in Postgres 12 CTEs that are referenced multiple times are MATERIALI…

  19. comment
    Comment #21483289

    Triggers definitely have their place and can be very useful. But they can pretty quickly grow out of control leading to lots of side effects making it difficult to maintain and pos…

  20. comment
    Comment #21427992

    This might be common knowledge but I just recently realized that several states are already trying to move to daylight savings permanently. From https://www.vox.com/science-and-hea…

  21. comment
    Comment #21421393

    It looks like the FBI has contacted Vice about the article. > Update 11/1/19: The morning after this article was published, the FBI contacted VICE about the claims made above.

  22. story
  23. comment
    Comment #21263940

    Really excited to see this. We have an Ionic Angular app that is running in production and being actively developed. We probably won't get the chance to use Ionic React soon but re…

  24. comment
    Comment #21263841

    Until now Ionic has been mobile first. But they announced earlier this year [1] that they are working towards better desktop support. So I'm not sure it would be the best choice if…

  25. comment
    Comment #21263734

    App Flow generally works really well for native app builds for us. - Cordova plugins can be a pain - we have had to do a lot of research in Github issues/source code and in one cas…