This is a new satire site, right? These days it’s getting harder and harder to differentiate between reality and fiction in tech. The rest of their posts are pretty much spot on.
Reality in Canada.
You can be web dev with an engineering degree
It’s a good thing that Engineer is a protected profession and not everyone can claim it, like Lawyer or Doctor.
In the US now it’s “oh you’re an engineer? Do you have any idea how little that narrows it down?”
I disagree, I believe the regulatory agencies do nothing in Canada to legitimize their claim to regulating software development. Heck, they do nothing for electronics or semiconductors or anything smaller than the power grid.
Software development is done by developers. If you are a software engineer chances are you’re working on software infrastructure that actually apply at scales that are not “add a shopping cart to this blog”.
There are reasons you ask a civil engineer for work.
You missed my point that if professional engineering societies in Canada want to take ownership of software and electronics, they better do something and not just say they’re regulating it and sit on it with no clear definition for what it even is.
If they were doing their job, we wouldn’t need to debate what a software engineer is. They’ve let us down and they’re getting away with it.
The name of the website is a play on the satire website the onion, it’s satire.
Thanks, I didn’t even notice. It’s not a normal decision that would be made, but sometimes there’s weird stuff buried deep in the paperwork.
I don’t take any article post or comment seriously anymore. Between the era of misinformation and advancements in AI, my trust in the internet is at an all time low.
Make your own decisions, second guess everything
The only real software engineer anymore is Linus Torvalds, everyone else stands on the shoulders of giants.
deleted by creator
He was genuinely a really good developer. It’s unfortunate that he was schizophrenic.
His name was Terry Davis
His name was Terry Davis.
His name was Terry Davis.
His name is Terry Davis
Oh boy! Do I have news for you!
Like… every engineer?
deleted by creator
they should also ban web developers who refer to themselves as ninjas, especially code ninjas
What if you do it ironically? Like calling yourself a Code Ninja Jedi 10x Rockstar 🚀?
Ninjas, super-heroes, black-belt and terms like that are known gender-excluders. I’ve been through a couple of adjustment sessions for company standard job descriptions and it’s unreal how you can change the applicant mix by wording.
Honestly, nobody should call themselves an engineer unless they literally drive trains for a living.
Driving a train is engineering?
In North America, the driver of a train engine is called an “engineer”, yes.
I see, TIL. That’s different from Germany, where Ingenieur is a protected term.
In the railway context an engineer was the person who worked the engine.
In German the word comes from Latin roughly meaning inventor. Presumably the general usage of the word engineer in English has the same etymology.
See I’d call that a conductor
In the US, a conductor is the one who checks tickets, makes announcements, and delegates tasks to the crew to help ensure things keep moving on time.
The locomotive engineer is the one who is “driving” the train. They run the engine and communicate with dispatch and traffic control to keep them informed where this particular train is fitting into the overall juggling act,. They also make every effort to keep things safe (watching for signals, obstructions, etc.).
I’m not 100% sure if the terminology is different outside of the Us.
(Source: My father is a 3rd generation locomotive engineer.)
See I thought a conductor was a person who grabs a live main wire while standing in water.
Infrastructure erasure in the states is so bad that people who build it for a living aren’t even considered anymore.
Funny and infromative
In many countries the term “engineer” is a protected title.
Yes, driving trains is becoming more and more important as we find out how terrible cars are for the environment. We should protect the profession fiercely!
Or they build trebuchets
deleted by creator
I have a CS Masters degree and it says engineer on it.
There is a difference between Computer Science and >!web development!< though.
can we ban web developers who call themselves “developers”?
also php programmers who call themselves anything?
Do you even know why you hate PHP?
yeah, i’ve used it and it’s absolutely trash…
but here’s an article that sums up my feelings: https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/That article is over a decade old. A lot of these issues aren’t relevant any more or have been fixed. Some weren’t even PHP issues, for example mysql_real_escape_string is a MySQL API (https://dev.mysql.com/doc/c-api/8.0/en/mysql-real-escape-string.html).
PHP isn’t the best language, but it’s not as bad as some people claim it to be, especially if you use a good framework like Laravel.
lol, no… it sucks
trust me, if you’ve already gotten used to php, you’re smart enough to learn a better language.
really just use node if you’re going that sorta route…Nice troll
JavaScript has a lot of the same issues as PHP. It doesn’t have some of the same core library issues because it doesn’t have a good core library.
oh and, adding a library isn’t very hard
Adding a third-party library in PHP is just as easy. The
composer.json
file looks very similar to apackage.json
.
ECMA 6 has had drastic improvements over the past js…
however node is still infinitely better than php, and since javascript is inexorably a part of web development, it’s a lot more logical to use it on the backend too…i don’t mean that node is great, i mean that it’s an easy transition from php, a billion times better, and much more modern and useful… so a very natural transition…
ECMA 6 has had drastic improvements over the past js…
Sure, but it still lacks basic built-in features. For example, why do maps and sets not have sort or filter methods? In Node, why is there no built-in way to connect to a database of any sort? Why can Node.js apps only use a single time zone? Requiring libraries for everything is not ideal as the libraries vary wildly in quality and they can end up either abandoned or containing malware (which has happened several times in the Node ecosystem).
still infinitely better than php
They each have their pros and cons, depending on use case. Node.js does some things better than PHP, but the opposite is true too.
- You can build a whole PHP website without using any third-party libraries, and it’ll work on any web host that supports PHP (literally any good web host that exists today). There’s value in having that level of flexibility.
- You can build a PHP site today and it’ll mostly still be working (maybe with some minor changes) in 5 years, whereas for some of my Node.js sites I have to switch to an older version of Node just to build them. For example https://obviousspoilers.com/ has been practically untouched since 2009.
- The fact that PHP can run multiple apps in the same FPM process means that you can run thousands of sites on a single server without issues. There’s some non-Node solutions to this (like Cloudflare workers) but they’re mostly proprietary at the moment.
- There are more PHP than Node.js jobs, and far more sites use PHP. Wordpress uses PHP and powers over 40% of the web, so that means that at least 40% of all websites use PHP.
That is literally a decade old article with basically 1 complaint that sometimes functions are strpos() and sometimes str_len(). Anything else it’s saying is “I don’t even know how to say it”. Really now? Any of your complaints have been fixed since about a decade ago, so why don’t you give it a try?
lol, no…
also this is a joke sub so stop trying to sea lion me about it.
also your “summation” of the article is pretty stupid
Just like my
$variables
I can be anything I want. Deal with it! 🫳🎤As if webapps aren’t usurping mobile and desktop apps, anything not C# or .NET is a toy language?
c# and .net? ewww…
gimme c, c++, go, rust, ruby, python…
and umm, no dude, native apps are a lot more powerful than web apps… they are not usurped at allthere’s more of them, but there’s more scooters than motorcycles…
So if I’m using Rust to write a web app that compiles to WebAsm, what am I?
a dingo
Scooters are more efficient, get you where you need to go and cost less to maintain. Your analogy is actually pretty good in that regard.
yeah and they only get you around the neighborhood, any actual distance and a motorcycle is infinitely better…
but, it figures you’d miss that, since you’re a dumby dumbo mcpoopoo head webdevNow you’re throwing ad hominem around. You don’t need to be toxic to communicate your point, web development did at one point have a lot of growing to do and I can admit that there is still plenty of progress to be made. In 2024 however, ignoring the web ecosystem as any type of developer is purely traditionalist elitism.
bruh, this is programming_humor… chill, im sure you’re a fine human being
Please refrain of using offensive words, specially if you are trying to actually communicate an idea that is by all means demeaning to other people. The community is about humour, keep that in mind ;)
word, “dumb ass” was supposed to be a joke too, but i edited it to be less offensive
🖕
sorry, my browser doesn’t support unicode
Nah, no need for this kind of gatekeeping. Anyone who deals with js and its billions of frameworks on a daily basis deserves to be called a developer.
I mean who cares? But also why? My old job title was “software engineer” and I just did web dev.
As long as they don’t start building tunnels under their house because they’re an ‘engineer’…
Nobody give them stamps!
🎶 … trust me, Im an engineer I think I put this thing right here … 🎶
I mean, engineering is really problem solving, and not do we web developers solve problems. We may have made most of them ourselves, and new ones when we solve those, but we do solve problems.
The term engineering is not about problem-solving, especially when differentiated from development. Engineering is about deliberate understanding and decision-making, about giving it an architecture, a structure.
You can develop without any structure, solving an issue, without understanding a bigger context or picture or behavior. But that’s not engineering.
Engineering is the use of scientific knowledge to achieve specific goals.
I get this is satire but people truly believe this. Web devs literally create software that runs nearly every facet of modern life.
Now this is the kind of ‘news’ I’d like to see posted on hackernews just to read their techbro shit takes.
@LinearArray Deleted Tinder around a week ago.
It used to be really good back in 2012-2014 but not anymore I think.
Try fetlife
@ILikeBoobies
Interesting 😄
What if my job title says that? Who’s going to tell my employer they’re wrong.
Then again, “full stack software engineer” as a title might also well just be buzzwords.
!And yes, I know the site is satire lol.!<
Unless you know what “full stack” means.
And this why i aim to get a PhD.
So you can get banned from Tinder for impersonating a doctor?
(I too have a PhD. I feel your pain)
I just want to get a PhD so I can start my mad science career on the right foot.
A player hater’s degree? Oh hell yeah!