Live data from Hacker News

Viewing profile — augustohp

augustohp

HN member
Joined
Mon, Mar 05, 2012, 6:15 PM UTC
HN karma
75
Public activity
18 items

About augustohp

Web developer. Professional yak shaver.

Recent public activity

  1. comment
    Comment #43161556

    There are a couple of reasons but I can cite a few, I tried to push for PaaS and failed the hard way: 1. No widespread practice of environment provisioning automation. Today Docker…

  2. comment
    Comment #40523235

    I agree. If we can start a culture of relying on SQLite instead of PostgreSQL/MySQL, a whole server-side application can be a simple standalone binary. Also, having a binary makes …

  3. comment
    Comment #40519915

    They do something which is "common" in Apple-land (Dash for MacOS does this, a Twitter client did this as well, over and over): They get the same app, add some features, call it v2…

  4. comment
    Comment #40519811

    They did the same thing with Hallide. Give enough time (1-2y) and they will charge a subscription from you and lock you away from the app you've purchased.

  5. comment
    Comment #38925384

    Although I agree his words could've been chosen more carefully, they come from someone used to work with computers. Not his forte.

  6. comment
    Comment #38912891

    I might be missing something here but thet "Calendar API" exists for a long time: CalDav. You can have .ical for a whole Calendar, not only an (offline) event. The calendar can be …

  7. comment
    Comment #38912005

    I am not against your rant, your are 100% on point there, but maybe your code without framework has issues you don't know? I would rant against this forced and meaningless deprecat…

  8. comment
    Comment #33907714

    PHP doesn't do a lot of BC-break. Proposing one and getting it accepted is very difficult (2/3 of +1 votes required). Most cases of BC breaks are based on security concerns. PHP di…

  9. comment
    Comment #33744886

    I'd like to complement that. Defining/Discovering the vocabulary for the Ubiquitous Language along with Bounded Contexts (Strategic Design) is where most benefits come from. And is…

  10. comment
    Comment #32559000

    TLDR: Stripe bought TaxJar last year, to help customers “automatically calculate, report and file sales taxes”. ~25% of TaxJars employees let go this July, when Stripe's valuation …

  11. comment
    Comment #28142057

    I cannot recommend "The evolution of cooperation" (Robert Axelrod), the source for the game, enough. It is written by a journalist, so it reads well, about a Math doctorate applyin…

  12. comment
    Comment #24923682

    I am yet to know people who Review code and use Gerrit to name a better solution. I belonged to a team that used Gerrit for Review and Hosting, we changed to hosted Gitlab because …

  13. comment
    Comment #20383905

    I think it is a pretty fair as they have people working full time in their products since their conception. I'd rather companies providing their source and strugling to monetize th…

  14. story
  15. story
  16. comment
    Comment #7201704

    Extra kudos for not using jQuery!

  17. comment
    Comment #6978734

    I like the "slim" approach on LOC, kudos to that. I would point some - IMO - design problems: # Static attributes and methods. Are they really needed? They are difficult to test an…

  18. comment
    Comment #6901109

    That is partially what was done. Other than increasing the buffer size, he did a partition on the data. Together with the buffer size increase, if he created another table using th…