On Windows, Nextcloud seems to tap into some Windows function to provide files on demand. Is there any Linux cloud file service that can do it?
- 9 Posts
- 472 Comments
Well the containers are grouped into services. I would easily have 15 services running, some run a separate postgres or redis while others do an internal sqlite so hard to say (I’m not where I can look rn).
If we’re counting containers then between Nextcloud and Home Assistant I’m probably over 20 already lol.
Dave@lemmy.nzto
Technology@lemmy.world•OpenAI is considering using biometric verification like World's eyeball scanning Orb for its planned social network to ensure its users are real peopleEnglish
18·14 days agoChat GPT, generate me an image of an eyeball.
Dave@lemmy.nzto
Technology@lemmy.world•Amazon is forcibly upgrading Prime members to Alexa Plus, and users are not happyEnglish
3·29 days agoWell if you do, contribute it to home assistant and I’ll install it 😆, it’s actually a little surprising conversions aren’t supported natively but I guess there is a lot to cover and they will get there eventually.
Dave@lemmy.nzto
Technology@lemmy.world•Amazon is forcibly upgrading Prime members to Alexa Plus, and users are not happyEnglish
3·29 days agoHome assistant has an automation event that lets you set the conversation result, but you’ve already passed my ability haha so I can’t tell you how to pull the result in from an external service.
It may well be worth building it as a home assistant integration rather than just custom sentence triggered automations.
Dave@lemmy.nzto
Technology@lemmy.world•Amazon is forcibly upgrading Prime members to Alexa Plus, and users are not happyEnglish
6·29 days agoWorth noting you need both the speaker part and the server part. Home assistant sells both as out of the box ready to go but you do need both parts.
It’s also worth noting it’s a Preview Edition, as in not yet consumer ready.
It works but you will find quirks, and will find things it can’t do that you’d expect it to, and things it can do that others can’t.
It’s also very customisable, if you’re a bit technical (honestly you don’t need to be that technical these days, it has come a long way).
Dave@lemmy.nzto
Technology@lemmy.world•Amazon is forcibly upgrading Prime members to Alexa Plus, and users are not happyEnglish
3·29 days agoDo you have a plan? I have a Home Assistant Voice Preview Edition and it’s great but I don’t think it can do unit conversions without connecting it to an LLM. Timers work locally.
I guess if it’s an equation you could add automation to pick up on the phrase and reply with the conversion, but that would need each unit to be manually done and wouldn’t work for things like currency conversion that needs live data.
Also arbitrary things would be challenging, like converting tablespoons of butter into grams or grams of rice into cups.
Dave@lemmy.nzto
Technology@lemmy.world•What steps can be taken to prevent AI training and scraping of my public facing website?English
3·2 months agoAs someone with a public facing website, there are significant volumes of scraping still happening. But largely this appears to come out of South East Asia and South America and they take steps to hide who they are so it’s not clear who is doing it or why, but like you say it doesn’t appear to be OpenAI, Google, etc.
It doesn’t appear to be web search indexing, the scraping is aggressive and the volume will bring down a Lemmy server no matter how powerful the hardware.
What’s your solution to this problem for the rest of your digital life?
Dave@lemmy.nzto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
3·2 months agoYeah that’s a pretty good argument for it.
Dave@lemmy.nzto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
12·2 months agoWhy group it into language instead of say a ‘web’ directory or ‘android’/‘mobile’?
I’m just curious, I am more of a ‘throw everything in one directory and home I remember what I’m looking for’ sort of organiser.
Dave@lemmy.nzto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
30·2 months agoMultiple people in this topic say they organise in directories for different programming languages, something I have never considered and I find it to be an odd way of organising for some reason I can’t explain.
Where do you put a project with a Javascript frontend and a Python backend?
Dave@lemmy.nzto
Selfhosted@lemmy.world•Plex’s crackdown on free remote streaming access starts this week - Ars TechnicaEnglish
1·3 months agoI think I tried this when troubleshooting and didn’t notice a difference. Nevermind, I pretty easily taught her how to bring up the menu and switch audio streams so she can solve it herself now.
Dave@lemmy.nzto
Selfhosted@lemmy.world•Plex’s crackdown on free remote streaming access starts this week - Ars TechnicaEnglish
3·3 months agoThanks, I didn’t manage to find many options in swiftfin, you don’t know if I can enforce it for a user from the server side?
Dave@lemmy.nzto
Selfhosted@lemmy.world•Plex’s crackdown on free remote streaming access starts this week - Ars TechnicaEnglish
221·3 months agoI set up Jellyfin on my mother-in-law’s TV, it’s just push play.
My mum has an Apple TV (the device, not the subscription) and on there she uses swiftfin. The only issue has been sound not working on certain audio tracks on certain movies, but in general it is easy for anyone.
Both are very familiar interfaces for anyone used to playing something from a streaming service.
How so? I have HTTPS on internal sites, I just use DNS validation to get the certificate.
What is the security risk of adding HTTPS to a site going via VPN?
I highly recommend spinning up a Nextcloud AIO instance. It’s the recommended and supported method, and it will likely run a lot nicer because all the database, redis, etc tweaking are done for you in a known good setup.
If you try that and it’s still no good, then OCIS might be worth trying depending on exactly what you are trying to achieve.
I’m also here on AIO with a great experience. It’s snappy and the website loads faster than Onedrive ever did.
I had a docker install prior to AIO being available, and there was a lot of tweaking to get it running nicely (though it did run nicely). AIO takes care of it all for you.

In my experience it’s not quite the same. Using webdav through the distro account seems that it’s fully online. And folder access or file access contacts the server.
The virtual file experience is more of a hybrid. All the folders actually exist on disk, as well as shells for every file. If you try to open a virtual file, in the background Windows will seamlessly download it for you. At that point the file is actually on your disk. This way regularly accessed files on on your hard drive and seldom accessed ones are not, saving local hard drive space while providing an experience almost like if all the files were actually on your drive.