Viewing profile — jdevera
jdevera
HN member- Joined
- Mon, Feb 06, 2012, 10:37 PM UTC
- HN karma
- 14
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About jdevera
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #29450838
Maybe you can cook something quickly with Spotify's Pedalboard: https://github.com/spotify/pedalboard
-
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 …
-
comment
Comment #22292634
I also use those. They came from here: https://eli.thegreenplace.net/2013/06/11/keeping-persistent-...
-
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 …
-
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…
-
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…
-
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…