That court went tits up, Turing a terrible page in UK history.
Riskable
Father, Hacker (Information Security Professional), Open Source Software Developer, Inventor, and 3D printing enthusiast
- 0 Posts
- 11 Comments
Riskable@programming.devto
Technology@lemmy.world•CBP Quietly Launches Face Scanning App for Local Cops To Do Immigration EnforcementEnglish
411·3 days agoThis is how the software works:

Riskable@programming.devto
Technology@lemmy.world•Affinity’s new design platform combines everything into one app | The VergeEnglish
51·6 days agoThe business model is hoping that non-professional users will sign up for canva subscriptions in order to take advantage of the AI features. There’s zillions of users like that—far more than the number of professional graphic artists that would pay for this software.
To ensure whoever wears them will be all right.
Riskable@programming.devto
Technology@lemmy.world•Man Alarmed to Discover His Smart Vacuum Was Broadcasting a Secret Map of His HouseEnglish
1·8 days agoHaving a unique password per device is best practices. IoT vendors should be doing that regardless of whether or not they’re giving the end user root.
There’s supposed to be a regulation demanding an IoT “nutrition label” that has that very thing in its list of items. I wonder what happened to that?
Riskable@programming.devto
Technology@lemmy.world•Man Alarmed to Discover His Smart Vacuum Was Broadcasting a Secret Map of His HouseEnglish
1·9 days agoListen, if someone gets physical access to a device in your home that’s connected to your wifi all bets are off. Having a password to gain access via adb is irrelevant. The attack scenario you describe is absurd: If someone’s in a celebrity’s home they’re not going to go after the robot vacuum when the thermostat, tablets, computers, TV, router, access point, etc are right there.
If they’re physically in the home, they’ve already been compromised. The fact that the owner of a device can open it up and gain root is irrelevant.
Furthermore, since they have root they can add a password themselves! Something they can’t do with a lot of other things in their home that they supposedly “own” but don’t have that power (but I’m 100% certain have vulnerabilities).
Riskable@programming.devto
Games@lemmy.world•Nearly 90% of Windows Games now run on Linux, latest data shows — as Windows 10 dies, gaming on Linux is more viable than everEnglish
2262·10 days agoFYI: That’s more Windows games than run in Windows!
WTF? Why? Because a lot of older games don’t run in newer versions of Windows than when they were made! They still run great in Linux though 👍
Riskable@programming.devto
Technology@lemmy.world•Man Alarmed to Discover His Smart Vacuum Was Broadcasting a Secret Map of His HouseEnglish
3·10 days agoIf I broke into your home, why TF would I carefully take apart your robot vacuum in order to copy your wifi credentials‽
Also, WTF other “secrets” are you storing on your robot vacuum‽
This is not a realistic attack scenario.
Riskable@programming.devto
Technology@lemmy.world•Man Alarmed to Discover His Smart Vacuum Was Broadcasting a Secret Map of His HouseEnglish
51·11 days agoNO! It’syour device, you should have root! The fact that the manufacturer gives their product owners root is a good thing, not bad!
I will die on this fucking hill.
Correction: Education is not OK.
AI is just giving poor kids the same opportunities rich kids have had for decades. Opportunities for cheating the system that was made specifically not to give students the best education possible but instead to bring them up to speed on the bare minimum required to become factory workers.
Except we don’t have very many factories any more. And we don’t have jobs for all these graduates that pay a living wage.
The banks are going to have to get involved soon. They’re going to have to figure out a way to load up working-age people with long term debt without college being involved.

To be fair, that’s what an AI video generator thinks an FPS is. That’s not the same thing as AI-assisted coding. Though it’s still hilarious! “Press F to pay respects” 🤣
For reference, using AI to automate your QA isn’t a bad idea. There’s a bunch of ways to handle such things but one of the more interesting ones is to pit AIs against each other. Not in the game, but in their reports… You tell AI to perform some action and generate a report about it while telling another AI to be extremely skeptical about the first AI’s reports and to reject anything that doesn’t meet some minimum standard.
That’s what they’re doing over at Anthropic (internally) with Claude Code QA tasks and it’s super fascinating! Heard them talk about that setup on a podcast recently and it kinda blew my mind… They have more than just two “Claudes” pitted against each other too: In the example they talked about, they had four: One generating PRs, another reviewing/running tests, another one checking the work of the testing Claude, and finally a Claude setup to perform critical security reviews of the final PRs.