HackerTrans
TopNewTrendsCommentsPastAskShowJobs

albertP

no profile record

Submissions

Ask HN: About being something else than IC or middle manager

2 points·by albertP·2 jaar geleden·2 comments

comments

albertP
·2 jaar geleden·discuss
No one criticizes the manifesto itself I believe. But there's a huge difference between the abstract idea and principles of the manifesto, and an actual implementation that usually differs from company to company. So, yeah, the idea of babies is nice and all (everyone loves the manifesto), but you need to change diapers and that gets dirty. No one likes to changes diapers (no one likes Agile).
albertP
·2 jaar geleden·discuss
You're another GPT bot : (

https://news.ycombinator.com/threads?id=hksgdk

Your comments have all the same structure:

- general statement

- further development

- rhetorical question
albertP
·2 jaar geleden·discuss
He. I've been running always everything one or two versions behind latest (for my personal laptop, not servers). That means mainly OS (e.g., macOS), but as long as I can avoid automatic updates, I do so.

I believe the chances of having a bricked laptop because of a bad update are higher than the chances of getting malware because running one or two versions behind the latest one.
albertP
·2 jaar geleden·discuss
> It’s both. If you’re an engineer and you push out shitty code that takes down 911 systems and ambulances, you f’ed up.

This is wrong. If a company is developing that kind of software is the responsibility of the company to provide a certain level of QA before they release software. And no, it's not that "engineers are pushing out shitty code", but that the shitty company allows shitty code to be deployed in customers' machines.
albertP
·2 jaar geleden·discuss
I think it gets harder to remember exact syntax details the more experience you have and the more you have worked with different (but very similar) programming languages. I get what OP means: if you have worked with Ruby, JS, Python, Go, PHP, Kotlin, etc., you can easily misremember things like the order of parameters for a given function, whether if conditions require parenthesis, to use {} or [] for maps, etc.

If you have just started your career and are full invested in 1 or 2 programming languages, sure this may sound alien to you.