Ah yes, just Australian wildlife things. We don’t have currawongs up here in QLD but we still have butcher birds earning their namesake.
Info Sec - Software Engineer - Game Designer - Mod Dev - Digital Artist
Ah yes, just Australian wildlife things. We don’t have currawongs up here in QLD but we still have butcher birds earning their namesake.
God help us all if we have to break out the Emus
Through a low tech social engineering attack referred to as SIM Jacking, an attacker can have your number moved to their SIM card, redirecting all SMS 2FA codes effectively making the whole thing useless as a security measure. Despite this, companies still implement it out of both laziness and to collect phone numbers (which is often why SMS MFA is forced)
Pretty sure there is a self hosted version already. Seen a couple of Twitch streamers use it so I see no reason an instance couldn’t run one with lemmy logins.
Oh absolutely. I just use it as an example because it’s one of only a few heavily restricted subs that hasn’t yet been purged by admins.
Lets also not forget the massive amount of OS versions, hardware variants, resolutions, and localisations apps like Discord need to auto-adjust themselves to work with. If it fails it will absolutely need that info in the report so devs can fix it.
This is why though I appreciate what DDG is doing, it’s not informing users about the context of what these permissions are used for, leading to a lot of fear over the wrong things. The data may not even be leaving the device but the implication DDG makes is that it is.
As a side note, I prefer to use DNS66 to filter data and ads by domain, then manually set my Android app permissions as needed.
Yep. There is a metric fuckton of tampering across the board, some of which is sub specific.
It’s the same kind of things they pulled with WatchRedditDie a long time ago but now it’s site wide with little to no subtlety. The rules are imaginary and meaningless, more so than they already were.
I suspect it’s not out of choice but because parts of the new UI is duct taped to the old. That said they’ll still likely rip it out soon and break everything in the process, just as Spez’s idol did to Twitter.
I’d like to think Typescript does a lot of heavy lifting where JS fails when it comes to web development. On the otherhand there is no fixing fundamental flaws in PHP.
Sure bad programmers write bad code, but if a language tolerates something so obviously janky via implicit unseen magic, it’s just encouraging bad practices. PHP makes this worse by tweaking core behaviours in weird and wacky ways that can easily lead to security vulnerabilities.
I’ve been working with PHP for two years now (not by choice) but I still sometimes forget the weird behaviours these not-arrays cause. Recently I was pushing/popping entries in a queue and it fucked the indexing. I had programmed it like I would any other sane language and it wasn’t until I was stepping through the bug I realised I had forgotten about this.
I hate PHP for so many more reasons. It baffles me why anyone would think it was a good idea to design it this way. Thankfully my current job involves actively burning it down and preparing for its replacement.
Sums up every Node project I’ve had the displeasure of looking at. The lock file being the only thing holding the twisted web of versions keeping that franken-app running between a minefield of incompatibilities and buggy hacks.