There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

bitchkat ,

My experience is exactly the opposite. I don’t work for a FAANG but I’ve been around the block a bit. Its always the junior devs that try and add new warnings etc to the code base. I always require warnings to be cleaned up even if that means disabling specific instances (but not the whole rule) because the rule is flagging a false negative.

bleistift2 ,

the rule is flagging a false negative

false positive?

bitchkat ,

Warnings and errors are negatives not positive. So if it generates a warning that is OK, it’s a false negative.

pantyhosewimp ,

Just so you know, if your doctor calls and tells you that your HIV test is positive, you probably shouldn’t run out and celebrate.

bitchkat ,

That’s why I said false negative. The medical test is testing for the presence of a disease. So if they find the disease is considered a positive test (it found what it was looking for). For static analysis on code, its the opposite. Its testing if your code is free of issues that it can detect. If it finds no issues, then the test was positive. If does find issues, the test failed and each issue is a negative that contributed to the test failing.

overcast5348 ,

You could say “A static analysis tool is testing for the for the presence of defects” or “a medical test is testing if your body is free of diseases that it can detect” to change how you’re looking at either of the tests in the previous comment.

bitchkat ,

By your logic it would be a positive for your code to have errors/warnings. And on the latter, that would appropriate if there was a test that determined if you are free from all known diseases (or at least those that it can detect).

overcast5348 ,

Is it a positive to have pathogens that cause dengue/malaria in your blood? Yet we still say that someone tested positive for dengue if they have the virus.

Static analysis tools don’t test for all known issues either, no?

It’s all just semantics dude. :)

pantyhosewimp ,

I’m not debating. It is not a matter of opinion. I’m doing you the courtesy of informing you how the entire rest of the world uses the term.

If action A looks for thing X, and it finds thing X, then the test is positive. If action A fails to find thing X, then the test is negative.

If action A claims to find thing X, but later confirmation determines that thing X is not really there, then this situation is called “false positive”.

If action A claims fails to find thing X, but later confirmation determines that thing X is actually there, then this situation is called “false negative”.

That thing X may subjectively be considered an unwanted outcome has **nothing ** to do with the terms used.

someguy3 ,

I thought we decided FAANGM was better as FAGMAN.

MHanak ,

“Pepsiman” started playing in my head, but instead of pepsiman it was f****tman

sheepishly ,

It was the Batman theme for me. Na nanana na na... fagmaaaaannnn

Daxtron2 ,

If you work for FAANG you’re morally bankrupt

CanadaPlus ,

But financially bussin’!

And also, it’s actually a complicated question. A one-man boycott doesn’t do anything. If you work at a FAANG, work for a better world when you’re off, and go whistleblower when they do something really evil, I find no fault in that at all.

Zangoose ,

The other consideration is that pretty much every company you could work for as a software developer is going to try to take advantage of your work. Most companies are morally bad at best and morally terrible at worst. If you discourage any good person from working there, the problem will only snowball from there.

If working at FAANG gives you the resources to support things you’re passionate about, and you’re willing to stand up for your values when they do something bad, there isn’t a problem with that IMO.

Daxtron2 ,

FAANG is just as exploitative if not more than the average in the industry.

Zangoose ,

My point wasn’t that FAANG isn’t exploitative (my bad if it came off that way, I didn’t mean for that), it’s that everywhere else is also exploitative to some degree (most probably less so than FAANG, there are definitely a few that are worse though), and that it could still be reasonable to work there for some people.

GarlicToast ,

You can work in bioinformatics, the pay is lower than FAANG, but your code will benefit society.

frezik ,

Benefit society, or go to support a pharmaceutical company that will in some way benefit society in exchange for making a few people rich?

No ethical consumption working conditions under capitalism.

GarlicToast ,

Bioinformatics isn’t used only for medical research or within big companies. Sub-topics like metagenomics, that are helpful in many areas of research, require high level of technical knowledge, that the life science people don’t have.

Daxtron2 ,

Giving up your morals for money is morally bankrupt

CanadaPlus ,

Agreed. Just working for somebody bad doesn’t necessarily mean you’ve given up, though. I mean, they made a movie about Schindler, and we all know who he worked for.

Daxtron2 ,

Sure but an employee for FAANG and an undercover antifascist aren’t really comparable

CanadaPlus , (edited )

Why not? Unlike Schindler you don’t have to worry about how many beatings are necessary to keep up appearances, and you might have a specific role that exposes you to very little evil at all. Meanwhile, you can donate some of that big wage to people like EFF, or volunteer using the flexible schedule.

Daxtron2 ,

You can do all those things while also not supporting FAANG. Schindler couldn’t have done what he did if he wasnt part of the Nazi party.

CanadaPlus ,

You can do all those things while also not supporting FAANG

Depends. If you can find another employer that’s more ethical (which is not guaranteed just because they’re smaller) and pays as much with as flexible a work schedule, yeah, you should probably do that. Otherwise it might indeed be necessary.

I don’t know, are we doing concequentialist ethics here, or deontological? I feel like we’ve reached the level of splitting hairs where we need to decide. For the purpose of actual advice people reading might follow, I’d say just try and be a good person, and don’t let perfect be the enemy of better.

masterspace ,

Saying things aren’t comparable is just shorthand for saying “I’ve stopped thinking or considering this”.

Literally everything is comparable, especially an antifascist and the person they’re covering as.

Daxtron2 ,

Thats not what was being compared so thats not relevant. You’re being pedantic

EnderMB ,

*If you’re in the US.

Some interns in the US make more than experienced engineers in Europe…

Appoxo ,
@Appoxo@lemmy.dbzer0.com avatar

And go bankrupt when something happens on the way to work because they slipped and fell on the ankle.
Thanks, but I’ll take lower pay over financial bankruptcy.

bleistift2 ,

they also pay 3000$/mo for a moldy apartment

EnderMB ,

Yeah, that’s true. It amazes me how some of my team in NYC will make double what I make, but live like I lived when I was a student, and be amazed that I own a car.

CanadaPlus , (edited )

I was kind of assuming that, since FAANG are American, but I’d guess they probably have foreign employees as well.

Canadians make pretty much the same as Europeans, I think. The Americans have a bunch of monopolies, and are characteristically weird and nationalist about who they share the spoils with. (I know, it’s not all of you guys, but it’s definitely some)

EnderMB ,

I work at a FAANG company. I’ve also worked at startups and smaller national companies. They’re all morally bankrupt, just in many different ways.

Hell, I’ve worked for “tech for good” clients that have done reprehensible things that required legal intervention…

bleistift2 ,

In my experience it’s the other way around.

Potatos_are_not_friends ,

Both sides.

I constantly call out juniors who do things like ignore warnings, completely unaware that the warning is going to cause serious tech debt in a few months.

But Ive also unfortunately shrugged after seeing hundreds of warnings because to update this requires me to go through 3 layers of departments and we’re still waiting on these six other blockers.

Pick and choose I guess.

bitchkat ,

Then things will have to wait until the code is of sufficient quality to be accepted.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines