Viewing profile — edudobay
edudobay
HN member- Joined
- Mon, Dec 12, 2016, 12:34 PM UTC
- HN karma
- 31
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About edudobay
Recent public activity
-
comment
Comment #44595383
I find a bit infuriating that the official docs for pattern matching are the PEPs. Maybe that will change at the next pattern matching lang change, and I think PEPs and language do…
-
comment
Comment #44595327
What kind of Python information were you having trouble finding? I do have this problem as well, I've just started a job with Ruby and it took too many searches until I could find …
-
comment
Comment #43098102
Out of curiosity, how does `--user` fall in your use case? It got me confused because this flag makes it install to a central location within the user home directory and not to a v…
-
comment
Comment #42898140
I've recently used Hurl to create a test suite for migrating a complex Nginx configuration to Caddy and it was a great choice! I ran Caddy replacing the upstreams with mockbin-like…
-
comment
Comment #42877401
Considering Brazil and the Spanish-speaking people whom I've worked with, it's common for English coding to be the norm for the company/project, but many people are far from being …
-
comment
Comment #42628305
Yes, this is the counterpoint I'd make to "resist the urge to make every corner of the codebase nicer than the rest of it": in an inconsistent codebase, maybe we should prioritize …
-
comment
Comment #40499815
I think the analogy is clear when I think of it as: - Orchestration brings the idea of a conductor, who is the main reference for "what should we do" among orchestra players. - Cho…
-
comment
Comment #39614600
Nice, will give it a try! There is a similar tool that I've been using for years: https://github.com/mthenw/frontail/
-
comment
Comment #35367050
I feel that what the author has described is the very opposite of agile. This article has some fair points on bloated companies, useless meetings and rituals, guesswork-based produ…
-
comment
Comment #30056271
Though we cannot force PHP to interpret keys as strings if they also represent valid integers. I just had a case of an (associative) array of numeric codes — those which start with…
-
comment
Comment #26035946
Code review is not about perfection – it is about peer review, much like in science, recognizing that a single person might have overlooked a lot of important stuff, and recognizin…
-
comment
Comment #26032194
I can't tell if the previous comment was ironic, but it seems to me that developers seeing things that way is a sign of immaturity or unprofessionalism. Why must developers write a…
-
comment
Comment #22422392
For me, proper handling and distinction of Unicode vs. binary data was a game changer. I don't know if that's related to my first language being non-English, but I remember it bein…
-
comment
Comment #17290183
Cool idea! Clear and nicely organized too :) Wouldn’t it be more readable and less error-prone to have separate commands for turning hex mode on and off? Such as `hex on` and `hex …
-
comment
Comment #14264062
Regarding Python, there _is_ a solution for the 3.x, http://treyhunner.com/2016/02/how-to-merge-dictionaries-in-p...