

I have my primary, and my secondary, and my secondary secondary.
Leader/follower works though.
I have my primary, and my secondary, and my secondary secondary.
Leader/follower works though.
Many registrars let you buy a domain and set up dynamic DNS for it within their system so you can own a domain and get dyndns on it.
Otherwise you could accomplish it with a VPS but you’d only need the smallest one available because it would just need to run nginx to forward to your home ip (and a small tool to update that IP when it changes). So you could probably get something for less than $5/mo.
True, but I don’t want to scare the carbrains. :P
Honestly though yes. My pretty basic road bike was 1600 and that was one of the lower prices in the shop. I think they averaged at around 5-8k in that shop at least.
Bikes can reasonably get to 1.5k at least without things getting too absurdly overpriced. If there’s a trade in it would at least be for bikes in that range.
The Lemmy app we are using on our phones needs to download content from Lemmy so it can be displayed to us. Lemmy might just have one big file full of links, but that’s annoying to have to write code to handle. Or it might have a folder full of files where each file is a post, but that’s also a bit annoying to write code to manage.
It (probably) uses a local SQLite database to store all of the cached posts.
Conceptually, a database is just a place to store things, just like a big text file. The database just handles a lot of the grunt work for you and makes it easier to search, organize, and filter the data.
So anywhere there is data, there could be a database.
It’s probably too expensive for them to record and upload every call, but im sure the transcripts of calls are likely to leak soon after this.
It’s not even limited to smart cars though. Yes used does let you a oid it, but it’s not like this is just people buying the fancy trims either. Shit like this is working it’s way down to the run of the mill standard cars year after year.
And each type of communication needs it’s own switch. Don’t let them pull some BS trying to make you enable all the hardcore tracking via a cell network just because you want to connect to Bluetooth.
Easier said than done, but yes this is very true. It’s way too easy to fuck up and touch the wrong account, or sync the wrong data, or otherwise contaminate your personal projects with work.
Cool. Now all of Google Drive is blocked because one guy hosted a movie there for a few days.
How long are folks planning to wait before migrating to something new? I suspect this is still safe for at least a few months before things fall out of date, right?
Or I guess it allows wire guard to update freely so it’s probably safe until something specifically breaks.
This. And even if you do have time to let your mind wander you can’t actually “do” your hobbies at work. At least for me I can’t do any personal programming projects while working or my job will own whatever I do.
I don’t even plan to sell anything, I just want ownership of it so I can’t even fill my time with that.
Just be careful you don’t get their “smarthome” line, at least for cameras. It doesn’t require Internet to operate, but it requires Internet for configuration and management.
I’m not sure if that’s the same with their doorbells, but it was true of their wifi cameras.
Especially for physical goods.
At least in very dramatic extremes, yes there’s at least a correlation between horrific animal abuse and psychopathy.
No idea if that extends to more run of the mill actions.
I wonder if you could copy (or buy used) some crypto mining rigs for this. I’m not sure if there’s some kind of bottleneck im not aware of though.
That’s a shame. I didn’t realize it was that locked down. Ive had a lot of terrible routers but all the ones I remember allowed me at least a port forward.
I think OP can accomplish some of the same result if he can get a cheap VPS to connect through (have the laptop Wireguard to the VPS, then have a proxy on the VPS forward to the laptop over the VPN, but that’s probably not worth the hassle for a starter project unfortunately.
With most consumer wifi networks you can usually enable port forwarding. That would let you access services from anywhere.
Personally I would set up a Wireguard VPN server on the laptop and enable port forwarding only for the Wireguard port. This will let you access your laptop from anywhere, and it will protect you by limiting your attack surface (basically you only need to have a device Wireguard connection and you don’t need to worry as much about securing every other service you want to run).
Then I’d set up dynamic DNS with any DNS provider so you don’t need to keep track of a changing IP.
Then you can install whatever services you want on the laptop and you’ll be able to access them from anywhere by connecting to the Wireguard VPN. It does mean you can’t easily let a friend access a service on your laptop, but the tradeoff is you don’t have to worry as much about security while you’re learning.
It’s especially weird when the existing targeting can be so effective for much cheaper.
For tvs for example, they can see what you watch, when, what ads you mute and which you don’t, what you display over HDMI (content ID), the other devices on your network, your location, your accounts for every streaming service, what you search for. Then if you install their companion app they learn the other apps on your phone, your location habits, the media you play on your phone (looking at you Bose connect app…), bluetooth and network devices you are near (connecting you to other profiles they know), and probably a lot more.
I run Debian on most of my systems and run all of my services in docker (with rare exceptions for node_exporter or stable core tools). My base systems get automatic security upgrades, and then I’ll manually check in every few weeks whenever I feel like it.
My services in docker are version locked to a specific major version (when there’s a tag available) so I can usually re-pull to get minor version updates freely without breaking issues. My few more finnickey services get manual upgrades from me every 6 months or so only.
I usually stick to an OS version for as long as I can, and to that aim I stick to LTS versions with long support windows.
4 major versions in 12mo is…a lot. Especially if those include breaking changes for you. Yikes