Viewing profile — painful
painful
HN member- Joined
- Wed, Jan 02, 2019, 5:29 PM UTC
- HN karma
- 166
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About painful
No profile information was provided.
Recent public activity
-
comment
Comment #19296784
I agree with the part that says Agile (and Scrum in particular) is drinking the koolaid. Managers who don't themselves write any code, but micromanage their workers with their vers…
-
comment
Comment #19282440
Agreed 100%
-
comment
Comment #19282408
I would not write it at all. Instead, I would write only the test cases, thereby documenting the requirements. I would then evolve the software using modern machine learning techni…
- comment
-
comment
Comment #19258437
This seems like a narrowly thought out proposal. Contrary to what Wikimedia may think and see today, Wikipedia is not the future. The future is something closer to robotopedia or m…
-
comment
Comment #19250235
As an American, I'm frankly sick of the US inaction on climate change. It makes me hate being an American. It almost makes me want to live somewhere saner from a climate pov. (Disc…
-
comment
Comment #19234624
Is there a single programming language for which static analyzers are a part of the language rather than external tools?
-
comment
Comment #19233771
This is an idiotic article because a static analyzer like mypy will find this in a hurry: > error: Invalid type: try using Literal[42] instead? If you don't use the analyzer, the p…
- story
-
comment
Comment #19222925
Have you actually found cold-start delays to be an issue with serverless services, or are you just speculating? To my knowledge, the cloud provider keeps enough instances hot based…
-
comment
Comment #19222909
I recommend against using Zeit. I tried their offering this year and it was too much in beta. I honestly couldn't even get a basic service deployed because my defined dependencies …
- story
-
comment
Comment #19188169
Granted it's an opinion, but if you've been through as much scrum as I have, especially if you're a senior developer, you'd know it's a true article.
-
comment
Comment #19188166
It's an extremely serious article. If you think it's good for a laugh, the joke's on you.
-
comment
Comment #19187203
Hopefully you won't subject your workers to scrum; it is evil. Refer to https://michaelochurch.wordpress.com/2015/06/06/why-agile-an...
- story
-
comment
Comment #19181162
[flagged]
-
comment
Comment #19137184
I'd say managers and crappy team leads are the problem. They're often asking the developer to deliver code that is not quite ready or adequately tested. I admit though that the abs…
-
comment
Comment #19125285
https://en.wikipedia.org/wiki/Photodynamic_therapy
-
comment
Comment #19124666
"See no evil"!
-
comment
Comment #19107401
How about people stop using unsafe languages such as C and C++?
-
comment
Comment #19100192
mypy is a joke of a tool. I have actually used it, and 80% of its messages are useless junk or just plain wrong. Granted, the other 20% can be on point. All things considered, it's…
-
comment
Comment #19075403
Good find. Also see https://arxiv.org/abs/1802.05968
-
comment
Comment #19064417
Thanks, but using "WTF" in a title is unprofessional. If you wouldn't include it in the title of a research publication, you probably shouldn't include it in a TDS article either. …
-
comment
Comment #19059761
Please be careful to not take on too much. It's not the job of this service to compile and test code.