Live data from Hacker News

Viewing profile — evsasse

evsasse

HN member
Joined
Thu, Dec 07, 2017, 2:58 PM UTC
HN karma
27
Public activity
8 items

About evsasse

https://evandro.sasse.it/ https://github.com/evsasse/ https://linkedin.com/in/evsasse/

Recent public activity

  1. comment
    Comment #31899559

    Yeah, that is great. Learned something similar on a previous job. Prefix it with "#must", "#should", "#could", "#would". We've also extended it with some other things that you may …

  2. story
    Ask HN: Anyone else seeing “yarn install” failing?

    Vercel builds, Heroku builds, and yarn install on Github actions seem to be failing for me. But locally it runs fine. info There appears to be trouble with your network connection.…

  3. comment
    Comment #22955296

    A nice "trick" is to declare your enum column on the database as a string, and your enum in the code as a hash with string values. So you can have self-explained data saved onto th…

  4. comment
    Comment #22107272

    I use 3 levels of "importance" for them. The actual browser bookmarks, with stuff that has proven itself useful and I end up searching for it at least a handful of times a year. No…

  5. comment
    Comment #21283184

    I've used the mobile app on Android, it wasn't a joy (it still lacks some polishing), but it was certainly VERY straightforward. Personally I don't have lots of stuff to file, but …

  6. comment
    Comment #20751503

    Looking forward for jquery.

  7. comment
    Comment #19166861

    Can`t access it from Brazil... ``` The owner of this website (deliveroo.engineering) has banned the country or region your IP address is in (BR) from accessing this website. ``` ht…

  8. comment
    Comment #15870638

    Wow, never felt so connected to a hn reply. This is so similar to my experiences using PyQt, so it probably describes the experience of a lot of other devs out there. We made a MVP…