this post was submitted on 22 Apr 2024
79 points (100.0% liked)

technology

23113 readers
203 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

She was mostly looking for validation, since the guys in the group thought that hashing the passwords on an online banking application is waste of time, and the best way to handle login is to send the whole user database to the front-end so you can match the unhashed password to the correct account

Colleges should lower their limits for stabbing

all 30 comments
sorted by: hot top controversial new old
[–] [email protected] 30 points 4 months ago (1 children)

send the whole user database to the front-end so you can match the unhashed password to the correct account

anyone this dumb will probably also leave themselves as the bagholder when they inevitably fuck up security on prod somewhere.

[–] [email protected] 10 points 4 months ago (1 children)

Luckily they won't get hired for anything serious (or non-serious)

IT studies are unfortunately full of people who took "learn to code" to heart the worst way possible

They go through their studies learning only the surface level shit, because they are interested in the salary, not the work

In the end they end up with neither and a degree they can't utilize

[–] [email protected] 9 points 4 months ago

In the end they end up ~~with neither and a degree they can't utilize~~ as a Delivery Manager for a software consulting firm that charges 5X what their clients' regular employees make

[–] [email protected] 23 points 4 months ago

I know fuck all about web development, and even I can see why that is a terrible idea

[–] [email protected] 20 points 4 months ago (2 children)

Men would literally rather

function isLoggedIn(password) {
    const users = await db.users.findMany()
    for (const user of users) {
        if (user.password === password) return true
    }
    return false
}

than go to therapy

[–] [email protected] 22 points 4 months ago* (last edited 4 months ago) (2 children)

I tutored her last week on some stuff that her group members criticized, I couldn't find anything egregious from her code and all the "working" code from the guys critizing her was either from QT's code generators or chatgpt

Today I helped her to revert changes on their repo that broke down because everyone else was using it through browser (downloading the zip or manually copy-pasting from the browser and drag'n'dropping files back in)

One of the guys already nuked all the files on main and copied a random working version over it from last week, this unsurprisingly worsened the situation

The repo was "beyond repair" according to the professionals in the group, but somehow we managed to fix it with couple merge conflicts

Men will rather self-sabotage a group project and their grade than be carried by a woman

[–] [email protected] 12 points 4 months ago* (last edited 4 months ago) (1 children)

Today I helped her to revert changes on their repo that broke down because everyone else was using it through browser (downloading the zip or manually copy-pasting from the browser and drag'n'dropping files back in

Wtf. Are they first year students or something?

[–] [email protected] 9 points 4 months ago

I'm not even a programmer but I've used GitHub for collaborative projects and this shit wouldn't even occur to me. Incredible things are happening in CS majors

[–] [email protected] 11 points 4 months ago

And yes, this is browser code. Just embed the creds in the source code and create a drizzle client on every page load.

[–] [email protected] 18 points 4 months ago (1 children)
[–] [email protected] 18 points 4 months ago (2 children)

match the unhashed password to the correct account

I want to see how they're managing sessions lmao. Like can I just send 'true' back from the front-end function to access any account?

[–] [email protected] 19 points 4 months ago (1 children)

Every user shares one single bearer token

[–] [email protected] 11 points 4 months ago

You could do that or just pick the unhashed password from everyone they conveniently send to you (it's encrypted in the DB so it's secured)

[–] [email protected] 16 points 4 months ago (1 children)

this reminds me of the people who think editing HTML to make tweets/websites say something else is "hacking"

[–] [email protected] 2 points 4 months ago (1 children)

has a flashback to a high school class... something to do with computers

Teacher telling me that I need to stop playing with the Windows screen saver because it can mess up the computer.

[–] [email protected] 2 points 4 months ago

I was a menace with computers in like, middle school

wallpaper gags, sticky keys, sending out domain-wide messages, rebooting other PCs remotely, other such pranks

Nothing sophisticated just fun with windows xp

[–] [email protected] 10 points 4 months ago
[–] [email protected] 9 points 4 months ago (1 children)

I hope they get hired to do something really important for a major hedge fund or holding company.

[–] [email protected] 1 points 4 months ago

This is the way...

[–] [email protected] 4 points 4 months ago

Make sure you're SIL keeps tabs on which companies they go work for....

it uh... might come in handy later.

janet-wink

[–] [email protected] 1 points 3 months ago

A coworker of mine was working on some programming homework and we chatted about it. He was having trouble adding a b-tree sort function to something. I asked a few questions about how python handles that (it’s what they teach now) and explained how we’d do it in c. Made the mistake of asking “what is this for, course number of the second semester class?” No, he’s graduating in the fall.

I flunked out of computer science twenty years ago.

[–] [email protected] 1 points 4 months ago (3 children)

making fun of people for being bad at coding is dumb

[–] [email protected] 18 points 4 months ago

when it progresses into the realm of "4 guys backing each other up that its totally unnecessary and presumably shutting down the SIL trying to correct them," and when literally any research or forethought would show that its a horrible idea, then I don't think it is. It isn't like "can you believe this person isn't 1337 like me" it's "hey can you back me up? otherwise my groupmates are going to tank my grade by being self-deluded arrogant pricks". It's the not listening when being told why its a bad idea that sucks, and the sexism aspect, while this is way too 3rd hand to know for sure, is pretty sus from my experience in comp sci circles

[–] [email protected] 14 points 4 months ago

Making fun of techbros who entered the field to circlejerk with their treats is always valid.

Most people do CS because they think they will get paid handsome wages just for playing with their computers and the IT industry wants expendable workers so CS is advertised as a get rich quick scheme.

Most if not all CS students vastly overestimate their abilities and chauvinism is rampant in the field.

[–] [email protected] 5 points 4 months ago