undefined

joined 10 months ago
[–] undefined@lemmy.hogru.ch 2 points 7 months ago

I’d typically agree but since I’ve scrolled Lemmy and News (Apple’s news app) rather aimlessly for ~1 year now I notice a lot of people are behind or misled on a lot of topics. They’re usually stuck in an echo chamber but some just generally have lives to live offline.

[–] undefined@lemmy.hogru.ch 2 points 7 months ago (1 children)

Blocked ✅

Tired of these fucking scribbles

[–] undefined@lemmy.hogru.ch 5 points 7 months ago (4 children)

Native English speaker here, what does “shaddy” mean?

[–] undefined@lemmy.hogru.ch 8 points 7 months ago

I’m a developer and games are a snooze fest in my book. I’m just always frustrated and think too much about how it was programmed and want to change stuff; I never get into the world of the game.

When I first got into VR though it was mind-blowing. I’m an on again, off again VR user and haven’t thrown any more money into it but it’s a great way to exercise.

[–] undefined@lemmy.hogru.ch 39 points 7 months ago (11 children)

Yep, I’m old now. Have no idea what the fuck “wolf pussy” is supposed to mean.

[–] undefined@lemmy.hogru.ch 1 points 7 months ago (1 children)

That’s right, but I was talking about a C project.

[–] undefined@lemmy.hogru.ch 2 points 7 months ago

Ditto that, with the exception that I’ve had two addresses leaked from Scentbird of all places.

I guess their backend/database security is just trashed because they’ve shown up multiple times on haveibeenp3wned.

[–] undefined@lemmy.hogru.ch 1 points 7 months ago* (last edited 7 months ago)

I really want to use the iCloud custom domain feature, but I’ve still got an old iCloud email account I’ve had for 15+ years receiving spam daily because they don’t validate DMARC/DKIM and SPF.

Right now the emails are simply deleted, but if I could figure out how to make it so that the original email is saved in its entirety (.eml including headers) and that is sent to a report phishing email address I’d be happy.

[–] undefined@lemmy.hogru.ch 9 points 7 months ago

Huh? I’m referring to the “job listings” feature of X, not looking for job opportunities at X.

[–] undefined@lemmy.hogru.ch 14 points 7 months ago* (last edited 7 months ago) (1 children)

I’m referring to looking for jobs using X, not looking for a job at X (which I thought was clear when quoting the article’s mention of “job listings”).

[–] undefined@lemmy.hogru.ch 3 points 7 months ago* (last edited 7 months ago)

Ha! Been there, done that. You’ll find that they’ll continue to find ways to trick the system.

Now I get input like “*PRO”, so I have to block any string that starts with any non-alpha characters stripped + pro (case insensitive). You’d think you could just strip out all non-digits and match “pro,” but some carriers actually have letters so next you try to match any string starting with “pro” (case insensitive) after already stripping out non-alpha characters, but then you’re screwed if the string contains the letters P, R, O at all.

It’s a cat and mouse game, but it wouldn’t have to be if people would use their brain to understand the system doesn’t need you to tell it which field you’re entering when it’s clearly labeled already—just use your brain and input the correct fucking data.

But more to your point, you’re right. I let users input phone numbers however they damn well please and if I can’t standardize the formats and figure it out then finally I can show an error but 95% of the time that’s not the case.

view more: ‹ prev next ›