For best privacy, get a monitor and a tv box (like nvidia shield, or roll your own software a single board computer like a raspberry pi). That might be the only way to trust a tv: dont use it at all.
For best privacy, get a monitor and a tv box (like nvidia shield, or roll your own software a single board computer like a raspberry pi). That might be the only way to trust a tv: dont use it at all.
Paperlessngx will store pdfs and index their contents for searching. It’s not necessarily meant for books but I think it would work.
What cad software did you use?
I use todo lists for groceries. So getting things setup on nextcloud and then mobile devices with any caldav compatible app is pretty easy. We have a couple shared lists.
You can use tasks.org for android and reminders for iOS.
I recently built a site with hugo. Its very easy. You pick a theme, then write some markdown files. And when you need flexibility, you have it for later. I also think it’s the most popular right now, which lends to a lot of themes to pick from and a lot of cpmmunity support.
Can you share pics with this door? How do you walk outside and have it lock behind you?
I’ve used minio briefly, and I’ve never used any other self hosted object storage. In the context of spinning it up with docker, it’s pretty easy. The difficult part in my project was that I wanted some buckets predefined. The docker image doesn’t provide this functionality directly, so I had to spin up an adjacent container with the minio cli that would create the buckets automatically every time I spun up minio.
But for your use case you would manage bucket creation manually, from the UI. It seems straight forward enough, and I don’t have complaints. I think it would work for your use case, but I can’t say its any worse or better than alternatives.
Cashing checks and zelle are the big ones
Big fan of the reader mode changes. I’ll probabky start using it more often, not just on sites with horrendous popups.
I have some open research to do on MLOps tools for our team. Its one of those tasks thats broad enough that Im not sure how much time I should be doing introspective work vs. try it out vs. settle on a couple to be the ones we go with…so I feel behind, because maybe I should have picked our final architecture yesterday? Im still researching!
Mull browser != mullvad browser, for those who were curious like I was. Mull Browser Source
I might be naive, but given how often its being done I have to imagine that of all the project initiatives at Proton, adding LLMs is a relatively easy integration, when you compare it do developing a native application. Im sure theres been work at proton for a long time on those features, its just that the LLM team did this project quickly.
Thanks for sharing! The band poster is particularly very cool :)
I wonder if someone would go so far as to put tags on each of their record albums to do the same thing (kind of odd not actually playing the vinyl, but it’d be easier to play an album!)
Not an answer: whats your setup for your cameras/security?
Ooh, Ive heard of these. Can you name some of the ways you use them? Do these effectively work as a cheap alternative to a physical switch or can they be used more creatively?
Wow thats a crazy trackball! What brand/model is it?
I think containers get seen as overhead unfairly sometimes. Yes, its not running on bare metal, so theres a layer of abstraction, but I think in practice the performance is nearly identical. Plus, since AIO does things out of the box for you (like a redis cache for instance) it ends up being more performant than a standalone nextcloud instance that isnt configured properly.
That is to say, I use AIO without issues.
This cleared up some of the confusion about nostr to me: https://usenostr.org/
I used Zola for a while, but at the end of the day there wasnt enough themes available that fit what I was looking for. I ended up messing with the templating engine to get what I needed.
I suggest OP choose Hugo over Zola, in the hopes that they find a theme that suits them best and for the most part prevents them from having to touch templating to begin with.