I'm Hunter Perrin. I'm a software engineer.
I wrote an email service: https://port87.com
I write free software: https://github.com/sciactive
I signed up for a bunch of things with my Facebook account, then I lost my Facebook account. I also lost most of those accounts.
That happened to me, except instead of killing my friend, I ate too much corn bread and watched cartoons.
Fuck Zuck.
I didn't know if you were going to succeed in this joke. Way to stick the landing.
I think it's more because companies don't usually run Windows on their servers. Like, internal domain servers, sure, but their actual services run on Linux, in almost every case.
Guys, come on. They clearly meant it in terms of security.
"Come on in, hackers, we're always open."
Oh man I love playing Start Menu. One of those games that just doesn't work on Linux.
You have to completely immerse yourself in Spanish content if you want to learn it quickly. Switch your phone and PC to Spanish. Start only watching Spanish language videos and shows. Read only Spanish language news. Listen to only Spanish language music. The only time you should hear or see English is when you're communicating with someone who doesn't speak Spanish.
That's the fastest way (without moving to a Spanish speaking country).
That's because nobody wants them and a lot of people want specifically not them.
One of their many other options, like, *checks coverage* not having internet.
Rumble accepts all pedophiles.
When were you a kid? There was a vending machine in an ice rink when I was a kid in the nineties that exclusively sold candy, and the sour candies were always sold out by the time the guy came to refill.
A PSU with an efficiency rating, like 80 Plus, will be more efficient than that PSU, even near 100% load (which it wouldn't be usually).
It'll work, but in a few years those cables will be full of dust.
Why did you put an 850W power supply in that? You could probably put a 650W that's much nicer for the same price.
No, but you propagate, like a virus.
Nothing ever happens, until it does.
Is Google Maps getting worse?
My dad uses Google Maps, and he mentioned that it seems to be getting worse. Like, giving him directions that are obviously worse than alternatives. Has anyone else here experienced this?
Infinite energy is easy. Point a flashlight at a solar charger that charges a flashlight pointed at a solar charger that charges the first flashlight.
And don’t tell me this doesn’t work, it’s how I’ve run my house for the past ten years.
Donald Trump has fully embraced sharing AI generated images of Kamala Harris.
Does he realize anyone can make them? Like, for example, an image of him crying on his way to court while protesters throw cheese at him.
Help remembering a song.
I need some help remembering a song. I only have bits of lyrics. It’s sung by a girl with a French accent. The parts I can remember are more spoken than sung. Talking about a cafe she says “the one you like on your street”. Another line is “after we would head to the cinema”. The song is directed at an ex she considers “stolen” from her and talking about dating and what could have been between them.
Nephele WebDAV Server now supports deduplicated file storage.
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.
I wrote this article about grieving as an atheist.
I talk about my beliefs about what happens during the process of death, and how that can provide comfort as an atheist.
Recommendations for a bug tracker/forum?
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.
Nephele now supports S3 and file encryption
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.
Nephele now supports S3 and file encryption
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.
Nephele now supports S3 and file encryption
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.
Question: Best UI to manage VMs and containers?
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?
Nephele WebDAV server for Docker
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. :)
Nephele WebDAV server for Docker
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. :)