I like async but dislike await. I spend entirely too much time on everything I build trying to maximize how much I can do in parallel because I find it tremendously satisfying.
I like async but dislike await. I spend entirely too much time on everything I build trying to maximize how much I can do in parallel because I find it tremendously satisfying.
Nah, this one has a margin of error. It’s just that “take down a large percentage of all computers in the world simultaneously” is quite a bit outside of that margin for a security software.
Everyone’s like, “It’s not that impressive. It’s not general AI.” Yeah, that’s the scary part to me. A general AI could be told, “btw don’t kill humans” and it would understand those instructions and understand what a human is.
The current way of doing things is just digital guided evolution, in a nutshell. Way more likely to create the equivalent of a bacteria than the equivalent of a human. And it’s not being treated with the proper care because, after all, it’s just a language model and not general AI.
Outright bans are because government bodies are scared of nuance. You can also see this in “zero-tolerance” policies that do things like punish the victim because they were “involved” in a fight, or punish a kid who nibbles a chicken nugget into the shape of a gun.
To be fair to schools, nuance is hard. Suppose that the rule is “phones may not interrupt class.” Now, what counts as an interruption may vary between classes, between teachers, and based on what’s happening in class. A student may use it during a quiet period in the class when they’ve already completed their work, and that’s acceptable. A different student will then use their phone ten minutes later, when they’re supposed to be doing something. The second student will get in trouble, but then complain that the first student didn’t get in trouble. The parent will hear, “Brayden was using his phone and he didn’t get in trouble but the second I used mine, I got in trouble. The teacher has it out for me.”
If you’ve talked to any teachers in the past few decades, a common theme is parents siding with their kids against all logic, reason, and evidence. They’ll assume that teachers are petty goblins, just looking for an excuse to pick on their kid. And parents can be outright hostile and unreasonable. When my wife was a teacher, she received more than one actual death threat from parents because she enforced rules that did NOT have any nuance or discretion. Imagine if enforcing the rule was up to the teacher’s discretion versus an outright ban.
tl;dr I agree that a ban is silly, but I totally get why schools are doing it.
On the plus side for them, they can probably use Gemini to write their apology blog about how they missed the mark with that ad.
It is legitimately useful for getting started with using a new programming library or tool. Documentation is not always easy to understand or easy to search, so having an LLM generate a baseline (even if it’s got mistakes) or answer a few questions can save a lot of time.
For me, the worst part of setting up some new distro or service is when it’s done and everything works. Then it just… Sits there. Working. Usually at some task I don’t need very often. Very anticlimactic and boring. Then I have to find some other new thing to try, which is why my HTPC has been through like 4 distros in the past year.
I’m with you in some cases. Who you take money from is not the same as who you give money or support to, necessarily. I think the worry in this case is that it’s a surveillance company.
In theory I guess it provides better security in some ways, but certainly not all over giving you hardware and a VPN. So there’s that. But yeah, it sucks.
My fear is them going public or selling. If that happens, it’ll probably be Microsoft willing to spend any amount, and the government hasn’t really been in a “preventing monopolies” mood for a while now.
SyncThing has been great for me. I tried NextCloud and OwnCloud first, granted years ago, and they were not great. So I’ve been using SyncThing at least 5 years now.
I don’t know what your particular situation is but if you’re just using it on computers you could use LUKS or BitLocker or FileVault. Then if you want to wipe it, you only need to destroy the key and the data is rendered effectively gone.
And that’s becoming it’s own problem with search, especially with technical questions. The good answer is also old and out of date.
I’m trying out something mildly nutty by putting .steam in /home/steam, then making user-neon, and symlinking so that I can try kde without reinstalling steam games. If I succeed I might try it with other files.
I just switched my gaming PC to Linux yesterday. Well, switch is strong, I still have Windows in case I need to go back.
It’s come a long way, though. I started using Linux desktop around 2000, and it was not a fun experience. I tried again in 2019 with a System76 laptop, and it’s been just fine. My home theater/gaming PC was the last holdout.
So far, it works great. Steam Link works, my games all seem to work, RetroArch is going strong. The only downside is Oculus support doesn’t seem to exist at all, so I might need to keep my Windows drive a bit longer just for VR.
It’s a bit of both! Certain commands to the car can be done locally via Bluetooth OR via Tesla servers. The tricky bit is that status always comes from the server. If you are on a VPN that is blocked (like I use NordVPN and it is often blocked) then the app can’t get status and as long as it can’t get status it may not even try a local command. It’s unclear to me under what circumstances it does local vs cloud commands, and it may have to do with a Bluetooth LE connection that you can’t really control.
When you don’t have service, or you’re on VPN, it may be worthwhile to try disabling and reenabling Bluetooth. I have had success with this before. If you’re using android, it seems like the widget also uses Bluetooth, so you could try adding the widget to your home screen and using that. You can also try setting the Tesla app to not be power controlled, so it never gets closed.
Either way, there’s a definite engineering problem here that feels like it should be fixed by Tesla. But I can at least confirm that, even in situations with zero connectivity, you should be able to perform basic commands like unlock and open trunk without data service.
It’s unnecessarily annoying to set up, as the other user pointed out. But it can be set up by itself using https://hub.docker.com/r/linuxserver/calibre-web docker, and used standalone. The only trick is needing an empty database.
There can be other servers and apps, for example Samsung has their own app. It’s hard for me to track down details about how they interoperate but it appears that the various services need to agree to work with one another, so I don’t think just anyone can create an RCS app and infrastructure and have it work with Google’s and Samsung’s. However, I imagine Apple is fully capable of it and would be surprised if iPhone RCS wasn’t going through Apples network.
Which stockholders? Valve does have some, but it doesn’t appear that they are published and are probably mostly employees since it’s not publicly traded. Maybe you’re saying that like game publisher stockholders from EA and such are involved in decision making at Valve? That seems plausible but it doesn’t seem like they’d have a ton of power over operations, more just some negotiating power.
You are correct that a reboot will trigger a full rescan. I’m always on the lookout for better sync. I just don’t think it’s out there right now for easy bidirectional sync.
Basically, if you want to set and forget, Syncthing is the best option. If you want more control, you’ll need to look into setting up rsync scripts or similar, which will at least better let you control how often to sync.