hperrin

joined 1 year ago
[–] [email protected] 19 points 3 days ago

Ask a local lawyer. Laws vary about recording someone without their permission.

[–] [email protected] 23 points 3 days ago (3 children)

Some coating on the glass is very faintly purple. Could be UV protection, anti glare, anti fog, etc.

Glass itself is very faintly green, so it’s not the color of the glass, unless they are made out of some other material (something like polycarbonate or sapphire).

[–] [email protected] 13 points 4 days ago

Well duh. They’re the enforcers. The enforcers don’t need to follow the rules.

[–] [email protected] 4 points 1 week ago (1 children)

Based on my experience with how destructive a robot vacuum can be, there is 0% chance I would let a Tesla developed robot exist in my house.

[–] [email protected] 93 points 1 week ago (19 children)

Meanwhile, Tesla is showing off pretend robots to serve drinks to Elon stans. Don’t look behind the curtain.

[–] [email protected] 2 points 1 week ago

Their sales figures seem to show that the majority of people don’t care. For my needs when I’m using my MacBook, I’m one of those people who don’t care. That’s probably because it’s not my main PC, so I use it for the things most people probably use it for (browsing, watching media, some light work).

[–] [email protected] 1 points 1 week ago

The cheapest one I know of is about $8 a month, so it should be affordable, even on a tight budget.

[–] [email protected] 0 points 1 week ago (2 children)

You can buy a super cheap cloud VM and use a (self hosted) VPN so it can access your own PC and a reverse proxy to forward all incoming requests to your own PC behind your school’s network.

It’s arguable whether this would violate their policy, since you are technically hosting something, but not accessible on the internet from their IP. So if you wanna be safe, don’t do this, otherwise, that could help you get started.

[–] [email protected] 1 points 1 week ago

Yes, but then you’re not using IMAP.

[–] [email protected] 3 points 1 week ago (2 children)

If you’re using IMAP, the emails aren’t completely downloaded by Thunderbird, just the headers.

[–] [email protected] 8 points 1 week ago

So, more bad products no one wants. Cool. Great.

[–] [email protected] 3 points 1 week ago

JPEG XL, for sure. Great format.

 

https://hub.docker.com/r/sciactive/nephele

In the latest version of Nephele, you can now create a WebDAV server that deduplicates files that you add to it.

I created this feature because every night at midnight, my Minecraft world that my friends and I play on gets backed up. Our world has grown to about 5 GB, but every night, the same files get backed up over and over. It's a waste of space to store the same files again and again, but I want the ability to roll back our world to any day in the past.

So with this new feature of Nephele, I can upload the Minecraft backup and only the files that have changed will take up additional space. It's like having infinite incremental backups that never need a full backup after the first time, and can be accessed instantly.

Nephele will only delete a file from the file storage once all copies that share the same file contents have been deleted, so unlike with most incremental backup solutions, you can delete previous backups easily and regain space.

Edit: So, I think my post is causing some confusion. I should make it clear that my use case is specific for me. This is a general purpose deduplicating file server. It will take any files you give it and deduplicate them in its storage. It's not a backup system, and it's not a versioning system. My use case is only one of many you can use a deduplicating file server for.

 

Does anyone have any recommendations for bug trackers with a forum feature? Basically something where users can report issues, request features, and ask questions, all about a specific service. Preferably, I’d like something that integrates with GitHub issues, but that’s not a requirement. Also I’d like something like a public roadmap or project tracker.

 

cross-posted from: https://lemmy.world/post/12284817

There's a new version of Nephele WebDAV server (also on Docker Hub) that supports using an S3 compatible server as storage and encrypting filenames and file contents.

This essentially means you can build your own cloud storage server leveraging something like Backblaze B2 for $6/TB/month, and that data is kept private through encryption. That's cheaper than Google Drive, and no one can snoop on your files.

 

cross-posted from: https://lemmy.world/post/12284817

There's a new version of Nephele WebDAV server (also on Docker Hub) that supports using an S3 compatible server as storage and encrypting filenames and file contents.

This essentially means you can build your own cloud storage server leveraging something like Backblaze B2 for $6/TB/month, and that data is kept private through encryption. That's cheaper than Google Drive, and no one can snoop on your files.

 

At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.

I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.

What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.

I’ve heard of Portainer, but haven’t had any experience with it.

What are your suggestions, and why do you recommend them?

1089
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

You all remember just a few weeks ago when Sony ripped away a bunch of movies and TV shows people “owned”? This ad is on Amazon. You can’t “own” it on Prime. You can just access it until they lose the license. How can they get away with lying like this?

 

After a lot of work (cause I'm new to it), I published my first Docker image!

Nephele is an open source WebDAV server written by yours truly. I've been using it for about a year now on my own home server. It basically acts as my self hosted cloud storage and all of my PCs and my family's PCs back up to it. It's FOSS, so use it for your own project. :)

 

I spent two hours today trying to figure out why Nextcloud couldn’t read my data directory. Docker wasn’t mounting my data directory. Moved everything into my data directory. Docker couldn’t even see the configuration file.

Turns out the Docker Snap package only has access to files under the /home directory.

Moral of the story: never trust a Snap package.

 

I already use Firefox for browsing normally, but I have to test on a Chromium based browser too. One soft requirement is that it should be installable with Flatpak on Linux.

view more: next ›