Newer Dell laptops I’ve worked on have them soldered on to the motherboard.
Newer Dell laptops I’ve worked on have them soldered on to the motherboard.
Feels like this would be a bigger win for them than a lot of other companies. The people interested in privacy focused alternative to the Google/Microsoft/Apple offerings probably have a lot of overlap with Linux users.
Backups need to be reliable and I just can’t rely on a community of volunteers or the availability of family to help.
So yeah I pay for S3 and/or a VPS. I consider it one of the few things worth it to pay a larger hosting company for.
My default is to generate a 32 character password and store it in a password manager. Doesn’t matter to me how many characters it has since I’m just going to copy and paste it anyway.
Pretty surprising how many places enforce shorter passwords though… I had a bank that had a maximum character limit of 12. I don’t bank with them anymore. Short password limits is definitely is an indicator of bad underlying security practices.
I intentionally do not host my own git repos mostly because I need them to be available when my environment is having problems.
I make use of local runners for CI/CD though which is nice but git is one of the few things I need to not have to worry about.
Well it may not be accurate or effective, but at least it’s expensive.
Do you have any links or guides that you found helpful? A friend wanted to try this out but basically gave up when he realized he’d need an Nvidia GPU.
I’ve been testing Ollama in Docker/WSL with the idea that if I like it I’ll eventually move my GPU into my home server and get an upgrade for my gaming pc. When you run a model it has to load the whole thing into VRAM. I use the 8gb models so it takes 20-40 seconds to load the model and then each response is really fast after that and the GPU hit is pretty small. After I think five minutes by default it will unload the model to free up VRAM.
Basically this means that you either need to wait a bit for the model to warm up or you need to extend that timeout so that it stays warm longer. That means that I cannot really use my GPU for anything else while the LLM is loaded.
I haven’t tracked power usage, but besides the VRAM requirements it doesn’t seem too intensive on resources, but maybe I just haven’t done anything complex enough yet.
DuckDNS is great… but they have had some pretty major outages recently. No complaints, I know it’s an extremely valuable free service but it’s worth mentioning.
Cloudflare has an api for easy dynamic dns. I use oznu/docker-cloudflare-ddns to manage this, it’s super easy:
docker run \
-e API_KEY=xxxxxxx \
-e ZONE=example.com \
-e SUBDOMAIN=subdomain \
oznu/cloudflare-ddns
Then I just make a CNAME for each of my public facing services to point to ‘subdomain.example.com’ and use a reverse proxy to get incoming traffic to the right service.
Maybe if Apple was giving it away or donating the money from the sales, but as it is they are just profiting off it.
Is this tied to a registry key though? I do all my Windows cleanup and customization from Powershell/Ansible so having a GUI settings option isn’t super useful.
That’s been my problem. It’s overpriced for just a single camera considering I already manage a big storage pool that my other services can use. But do I want to lock myself into buying other Ubiquity IP cams down the road?
Don’t the Ubiquity doorbells require a ‘dream machine’ storage appliance for recording video? I didn’t think there was a way to use your own storage anymore which has been my main hesitation in getting one.
deleted by creator
The last few years have been really bizarre. In 2019 it really felt like my org was moving away from Microsoft. I’d just retired Skype and we were moving over to this new Microsoft Teams thing but the executive team was asking me about moving to Google Apps and dropping Outlook/Exchange/Sharepoint entirely, maybe we expand our Slack usage too? Then Covid happened and Teams turned into essential infrastructure overnight.
Fast forward a few years and the entire Microsoft experience is now basically built around a Teams-first strategy. It’s the main thing that my users care about and use on a daily basis. They want more things integrating with it and use it as a pathway into other Office products. Microsoft is making a real mess of things, but it’s kind of crazy how fast they pivoted to meet the new needs of their users and keep them locked in.
I’m a sysadmin and these days a good third of my job is apologizing to end users for the stupid shit Microsoft does that I have no control over. Managing Microsoft products is like having a bunch of ticking time bombs that you have to juggle while everyone yells at you.
Same here. I love DuckDNS but after the third DNS outage taking down all my services I migrated to Cloudflare and haven’t had a single problem since.