SeriousBug

joined 1 year ago
[–] [email protected] 25 points 7 months ago (1 children)

You couldn't make a proprietary server. Client is fine, AGPL doesn't apply when you are accessing the server over a public API.

[–] [email protected] 10 points 7 months ago (6 children)

Agreed. But I think the right to monitor the police doesn't have to mean real-time access to police radio. The radio could be recorded, like body cam footage, and released on demand with FOIA. FOIA allows redactions when needed, so sensitive information like victims names and addresses could be redacted.

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

I can vouch for the node 804, although I haven't used the others so I can't say which is the best.

[–] [email protected] 7 points 8 months ago (2 children)

I've been using Kopia for all my backups for a couple years, both backing up my desktop and containers. It's been very reliable, and it has nice features like being able to mount a backup.

[–] [email protected] 11 points 9 months ago (6 children)

Nope. And more importantly, it looks like nobody considered what might happen if the signal gets spoofed. The backup systems that are supposed to keep working if GPS breaks also break due to these spoofed signals.

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

Same. I wanted to make video games... until I found out how terrible the working conditions and pay are.

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

Have you ever actually seen a laptop lid just break off because the epoxy failed, or is this just a hypothetical? I used my last laptop for around 8 years, I took it with me to college every day in a backpack, on public transit. It got thrown around, scratched up, but the hinges didn't break lol

[–] [email protected] 14 points 9 months ago (13 children)

It's not a walled garden though, Valve made no attempts to lock anything down. You can install something like Heroic Game Launcher on the Steam Deck and play Epic Game Store or GOG games too.

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

This is worse. Let's go with an example: on an Android phone, you visit a website. The website asks for an integrity check, the browser works with Google Play Services to complete the check.

What if you have a de-Googled phone without Play Services, or if you made modifications to restrict Google's tracking? Then Google can refuse to verify you. What if you installed an ad blocker in your browser? Google can refuse to verify you.

If you fail verification, the website could ask you to complete a captcha, or just refuse to show you anything.

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

You can make an app with Tauri without writing a single line of Rust though. Tauri lets you trigger most native functionality you might need from the JavaScript side. If that's enough for what you are building then you don't need to write any Rust. You could use a Rust web framework that compiles to WebAssembly, but you could also just use React or Svelte or whatever else.

view more: next ›