Developer by day, gamer by night!
🖥️ Stack: #NodeJS #Flutter #Go
🐧Linux: Currently on #Fedora
🎮️ Games: #ApexLegends and #Chess
Fun fact: Built my own custom keyboard, which sometimes doesn’t work and hangs, but hey… it still adds to the charm, right 😂
It would the first scenario you described… i’d just interact with a chatbot occasionally like I do with chatgpt now…but I’d also like to try to experiment with copilot like models to test and use with vscode. So no training of models or 24/7 batch operations.
I was wondering whether a custom built gaming PC is the only solution here or if there are other cjeaper alternatives that get the job decently done
in a nutshell
This is how the control and information exchange of smart devices work:
Phone App -> [Server] … [Server] -> Smart Device and vice versa
There’s no way around this concept.
Now, Google gives you the phone app and the (public) server part. but these only work with their servers and apps, keeping you locked in.
HA gives you the same, a server and an app, but allows you to keep the server private (access via vpn for public)
Also who guarantees that Google Home will be there in the next few years? HA will still keep running even if it ever gets abandoned.
Authelia is meant to be an SSO (like Google). In order to use it, you have to create users (and passwords) within the authelia yaml file, or connect it to light-ldap and do it via ldaps web gui.
You probably have other services running, i.e. immich, etc. These can be configured to use auhelias OIDC to authenticate the user against. you’d still need to create the users within the service, since I doubt they get auto-created.
Now, you can decide for yourself, whether to put your bitwarden behind authelia or not, and I’m not sure how the mobile apps work in this sense, if at all.
If you decide to do so, you just give your users their authelia/lightldap creds, if not, you additionally have to give them their bitwarden creds.
I’m sure if I dig deep enough, I might find threads like these for any hardware.
Just look at Apple. Their MacBook lineup has been a mess since 2016, and they are a “reputable” and overpriced non-aliexpress company.
And yes, you’re fucked if you buy something from Ali and it turns out faulty. But you’re also fucked if you buy second-hand. The risk of loss is equal.
name a feature…
No need to, they both have their place for sure… I don’t know their features, and I probably don’t even use most of them. but openwrt is solid enough for potato hardware, whereas opnsense is not. Also, my point was to show that both operating systems run on the aliexpress hardware, counteracting your claim that some systems don’t boot.
Any specific reason why you’d want to go with NVMEs for your storage, and not just 2.5 SSDs?
If it’s performance you’re concerned about. I have 3 SSDs in RAID (external USB 3.2 JBOD enclosure), and they perform way better than a single NVME.
For minipcs, have a look at aliexpress. They tend to have the branded options much cheaper than amazon. Trigkey, minisforum, Beelink, etc.
couple of Pis are cheaper
Are they thou? In my region the 4Bs are selling at around 60 bucks (no case, no SD)… A “couple” of them (including some for backup and HA and Octoprint) would mean at least 4 of them, totalling at 240 bucks (or 300 with SD). For that money, one could get two (or even three) more-than-capable thin clients.
As some others mentioned, when the DNS goes down (which pihole is) your whole network is down. With the fragility (and slowness) of the PI, it’d be more likely it will go down, sooner than later.
Considering the cost, a good alternative, imho, would be some sort of thin client, with an energy efficient CPU. So, instead of getting 2-3 PIs, better get one of these TCs, while keeping your PI as a DNS backup solution.
Yeah, I’ve heard about radicale. But the “merging” and sync still happens on the client side of things (Android). I was hoping for some kind of dockerized backend service that can bring together all the calendars. And the only thing I’d have to do is go into the backend, connect FM and google (or any other calendar) and link that (dockerized) service account on my phone.
Aaah… I think I got it now.
Caldav/cardav are the standard protocols used in this case. So every sane provider uses them. Davx5 creates a local account and interacts with the android apps (like google calendar) by pulling/pushing new events from and to the server respectively.
So, I can keep using google calendar, with my FM account instead of google 👍 noice!
Thx for the info, didn’t know DAVx5 was free on f-droid.
why do you want to host another
That’s the thing, that I don’t really understand. I thought I could host a centralized caldav/cardav server, and link all the other services that have their own “implementation” of contacts/calendars. This way, if I move away from Fastmail, I could just link another mail provider, that offers their calendars/contacts.
Sorry if my questions sound dumb or newbish.
oh man… I’m such a dumb dumb … didn’t even try 10.3.0, now I did and the docker version works and is extremely fast, compared to a CPU… Thank you so much.