Live data from Hacker News

Ask HN: What's your most unpopular dev opinion?

news.ycombinator.com

31–40 of 96 posts

Re: Ask HN: What's your most unpopular dev opinion?

#31

Most "Software Engineers" AREN'T ACTUALLY ENGINEERS ... it's illegal in many states to use that title if you're not licensed with the state's Professional Engineering Board. If you haven't taken professional engineering exams, and passed, you're not an Engineer. STOP IT!

I'd say that engineering is in this case a mindset. It means bringing rigour and precision to the craft.

I agree that many software developers are not software engineers.

Re: Ask HN: What's your most unpopular dev opinion?

#32

Most "Software Engineers" AREN'T ACTUALLY ENGINEERS ... it's illegal in many states to use that title if you're not licensed with the state's Professional Engineering Board. If you haven't taken professional engineering exams, and passed, you're not an Engineer. STOP IT!

I agree, but I still call myself a software engineer...

Re: Ask HN: What's your most unpopular dev opinion?

#33

Most "Software Engineers" AREN'T ACTUALLY ENGINEERS ... it's illegal in many states to use that title if you're not licensed with the state's Professional Engineering Board. If you haven't taken professional engineering exams, and passed, you're not an Engineer. STOP IT!

I can see being annoyed by a software engineer calling themselves "engineer" without the qualifier. But almost nobody does that, it's always "software engineer" - take it as a whole term instead of getting hung up on the word engineer being in it.

And if a person

1. lives in a jurisdiction where the restrictions on the "engineer" label don't apply

2. has a job and the job title in their contract is "software engineer"

what should they do according to you - not use their actual job title out of reverence for the professional standards of people with a different profession in a different country?

Re: Ask HN: What's your most unpopular dev opinion?

#34
post #12

My programming font. It’s proportional and uppercase letters have a 1/3 of a space of left padding. Proportional because they are faster to read in general, and the padding makes reading camel-case faster as well. https://github.com/ericfortis/verdanacamel

Yeah. You're a unicorn. That font hurt my eyes and twitched something in my brain. I often experience something painful in my brain and eyes whenever I switch fonts and theme.

[deleted]

Re: Ask HN: What's your most unpopular dev opinion?

#35

We shouldn't only reject bots, we should feed them incorrect information on purpose in order to degrade the systems they are feeding.

While that sounds fun, I think this misses that egress (typically) isn't free. Returning 403 and no content is cheaper. If a crawler is generating a lot of traffic dynamically generating content will make that crawl even more expensive for the operator.

Re: Ask HN: What's your most unpopular dev opinion?

#39
post #5

Rust doesn't belong in the Linux kernel. eBPF turned Linux into a microkernel. systemd is terrible and bloated. IPv6 addresses are convoluted. Gödel's Incompleteness Theorem proves we'll never have Artificial General Intelligence.

> Gödel's Incompleteness Theorem proves we'll never have Artificial General Intelligence.

And yet the brain exists, is it magical? Or is it that Gödel's theorem has nothing to do with intelligence, which is mostly a big pile of heuristics anyway?

Re: Ask HN: What's your most unpopular dev opinion?

#40
post #35

We shouldn't only reject bots, we should feed them incorrect information on purpose in order to degrade the systems they are feeding.

While that sounds fun, I think this misses that egress (typically) isn't free. Returning 403 and no content is cheaper. If a crawler is generating a lot of traffic dynamically generating content will make that crawl even more expensive for the operator.

I'm not referring to dynamically generating junk content: I want to generate incorrect but plausible static content on purpose and serve it only to bots, in order to maximize AI mistakes.
Post reply on HN