Live data from Hacker News

Viewing profile — jdevera

jdevera

HN member
Joined
Mon, Feb 06, 2012, 10:37 PM UTC
HN karma
14
Public activity
8 items

About jdevera

No profile information was provided.

Recent public activity

  1. comment
    Comment #42921679

    Location: Europe Remote: Yes, exclusively, either in EMEA timezones or async Willing to relocate: No Technologies: Python, PostgreSQL, Flask, FastAPI, Elasticsearch, Docker, AWS, G…

  2. comment
    Comment #29450838

    Maybe you can cook something quickly with Spotify's Pedalboard: https://github.com/spotify/pedalboard

  3. comment
    Comment #27295035

    Native Spanish speaker here: it was very interesting to me to read this way of explaining the difference. I always thought about it as ”ser" for essence and "estar" for state, but …

  4. comment
    Comment #22292634

    I also use those. They came from here: https://eli.thegreenplace.net/2013/06/11/keeping-persistent-...

  5. comment
    Comment #3863780

    My point is that having 80 characters as a hard limit sometimes imposes some linebreaks that negatively affect readability. My mention of the screen sizes comes from the fact that …

  6. comment
    Comment #3862489

    "Might" being the key word. You might, if you are writing a simple script, but if you are writing some more complex code, class and method already take two levels, and that is your…

  7. comment
    Comment #3862421

    I see both points but regarding (2), there are common cases where you are not necessarily doing anything wrong but the 80 character limit will make your code less readable, especia…

  8. comment
    Comment #3862339

    Why oh why the 80 character limit? It's the 21st century, screens are huge! I'm not saying let's put the limit in 300, but 100 or 120 is good enough to fit side by side diffs in on…