qqq
@qqq@lemmy.world
- Comment on Europe bets on RISC-V for homegrown supercomputing platform 1 hour ago:
What’s the give away there? Not doubting just wondering
- Comment on Undocumented 'Backdoor' Found In Chinese Bluetooth Chip Used By a Billion Devices. 21 hours ago:
Seriously wtf did I just try to read? It sounded like AI slop.
- Comment on Fucking leeches 1 day ago:
Tangentially related: this comment chain reminded me of the categorical imperative
- Comment on Advice for quick and easy pet can with remote access 4 days ago:
Honestly I wouldn’t even go so far as home assistant. Do you have any IP cameras or just USB webcams? If you have IP cameras all you need is the VPN and then just access them as if you’re at home. If you only have USB webcams, you’re going to have to stream the content and I believe
ffmpeg
is actually capable of taking/dev/videoX
and serving it over HTTP somehow, but I don’t remember exactly how. I see some references to it in some quick searches though.Another thing to remember is that you’re going to be limited by your upload speed. If you’re not on fiber and in the US that’s likely going to be pretty bad, so set your resolution and the like accordingly.
- Comment on Advice for quick and easy pet can with remote access 5 days ago:
Sorry about your cat. We typically have a Rover stop in to check on our cats when we’re gone for a bit. It’s nice to get them some human interaction and they always send pictures and give updates.
I personally have a camera setup inside that just streams to HomeAssistant so we can check on them ourselves when we’re out just for the weekend. WireGuard is a very easy way to set up the access. I disconnect it when Rovers are stopping by though because I don’t want them to feel spied on.
- Comment on This was Likely Recently Auto-Installed on your Phone. 4 weeks ago:
Totally, the real issue is people not having total control over their own devices.
- Comment on This was Likely Recently Auto-Installed on your Phone. 4 weeks ago:
There are definitely good, non malicious reasons to have it as a separate app and that should actually be preferred. Off the top of my head:
- Separation of permissions - it only has the permissions it asks for instead of every permission messages has
- It can be disabled/removed without disabling messages
- it can be reused by other applications if that’s a desirable feature
- Comment on Entire Mac Lineup Now Finally Starts With at Least 16GB RAM, Ending 8GB Era 4 months ago:
I almost never use Windows, but aren’t commands and variables in PowerShell case insensitive?
- Comment on Trying to reverse climate change won’t save us, scientists warn 4 months ago:
Hm I always remember hearing this:
In a confidential memo to the Republican party, Luntz is credited with advising the Bush administration that the phrase “global warming” should be abandoned in favour of “climate change”, which he called a “less frightening” phrase than the former.
- Comment on Possible Linux Severe CVSS 9.9/10 Unauthenticated RCE Flaw 5 months ago:
This is a real exploit chain in
cups-browsed
. The tl;dr is that it will add basically anything that knows the correct protocol to your printers, and this can be exploited for RCE if you print to the malicious printer. The service listens on all interfaces by default on UDP 631.It is not as horrible as it was marketed, but it’s real. You may or may not have this service running by default; I didn’t on Fedora.
- Comment on Intel's Meteor Lake CPUs are slower at single-core work than previous-gen models — new benchmarks show IPC regressions vs Raptor Lake 1 year ago:
Yes I’m mostly familiar with this in Kotlin. Sometimes this is kinda a footgun because you’re writing multi threaded code without explicitly doing so.
- Comment on Intel's Meteor Lake CPUs are slower at single-core work than previous-gen models — new benchmarks show IPC regressions vs Raptor Lake 1 year ago:
You do realize that async features in almost all popular languages are a single threaded event loop, right?
- Comment on All Those 23andMe Spit Tests Were Part of a Bigger Plan 1 year ago:
They were very clear it was for research in my memory. That was the reason I did it.
- Comment on Chrome not proceeding with Web Integrity API deemed by many to be DRM 1 year ago:
I’ve never had an issue using banking apps from Lineage. I use 3 different pretty mainstream ones
- Comment on 1Password discloses security incident linked to Okta breach 1 year ago:
They don’t have your password in any form. The random key is generated with a CSPRNG, we don’t know how to crack that. They aren’t hiding behind secrets it’s all documented right here 1passwordstatic.com/…/1password-white-paper.pdf
1Password is quite good.
- Comment on 1Password discloses security incident linked to Okta breach 1 year ago:
Not sure if you’ve read this but it might help get started.