aleq

joined 1 year ago
[–] [email protected] 22 points 2 days ago (11 children)

Ashamed to ask as an EU citizen, but did UK have some kind of special founding member privileges or something before? Didn't think we had that in the EU, only the vote by population size stuff.

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

Didn't the refactored netscape eventually evolve into Firefox though? Not disputing the poster child status or the fact that it's a terrible business decision, but the project did not really go stale I think?

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

What's IVF in this context?

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

Never knew it, very neat!

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

How do I use this feature? I'm a Firefox user since quantum and had no idea this was a thing.

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

What kind of drones are these? Sounds like they're consumed when used, are they basically missiles/rockets with better control?

[–] [email protected] 8 points 1 month ago (2 children)

For private use? Hot take, but Arch. It's easy to maintain and not easy to break at all. I think I spend zero time on maintenance other than running package updates. I only reinstall when I get a new computer.

(I say for private use only because you'll be getting weird looks from people if you use arch on a server in a professional setting, and it might break if you try to update it after five years of not doing it since there aren't any "releases" to group big changes - in practice I run arch on my home server too with no issues)

[–] [email protected] 4 points 1 month ago

Just write some content without no soul and not a shred of humanity present. I.e. use the platform as intended.

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

idk, China is pretty good at providing cheap electronics at least. But certainly would be better if they were more properly leaked.

[–] [email protected] 8 points 1 month ago (3 children)

Good they got caught, good that they leaked important tech from the walled garden of Samsung. All around fantastic news.

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

This is so cool, first MQTT-based sensor I've set up. Already had a broker set up with HA, but how can HA automatically discover which topic to listen to, know the vendor name and how to interpret all the data?

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

Interesting, so I guess those API-calls are just fetching the cached calendar on my HA Yellow. Wonder why it's so slow, but I guess there's not much to do about that then. :(

 

I have three different calendars syncing using caldav, one on fastmail and two on icloud. When I open the calendar view it's often the case that one or more of these timeout (all of them are afflicted by this), so it seems that these calendars are not actually stored on the server but polled everytime I want to view them.

Are there any alternative integrations that will periodically sync the calendars and keep them on the server? Or can I self-host an app that does this and will never time out because it's on my local network?

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

Not sure if this is better fit for datahoarder or some selfhost community, but putting my money on this one.

The problem

I currently have a cute little server with two drives connected to it running a few different services (mostly media serving and torrents). The key facts here is that 1) it's cute and little, 2) it's handling pretty bulky data. Cute and little doesn't go very well with big raid setups and such, and apart from upgrading one of the drives I'm probably at my limit in terms of how much storage I can physically fit in the machine. Also if I want to reinstall it or something that's very difficult to do without downtime since I'd have to move the drive and services of to a different machine (not a huge problem since I'm the only one using it, but I don't like it).

Solution

A distributed FS would definitely solve the issue of physically fitting more drives into the chassi, since I could basically just connect drives to a raspberry pi and have this raspi join the distributed fs. Great.

I think it could also solve the issue of potential downtime if I reinstall or do maintenance, since I can have multiple services read of the same distributed FS and reroute my reverse proxy to use the new services while the old ones are taken offline. There will potentially be a disruption, but no downtime.

Candidates

I know there are many different solutions for distributed filesystems, such as ceph, moosefs, glusterfs and miniio. I'm kinda leaning towards ceph because of it's integration in proxmox, but it also seems like the most complicated solution in the bunch. Is it worth it? What are your experiences with these, and given the above description of my use-case which do you think would be the best fit?

Since I already have a lot of data it's a bonus if it's easy to migrate from my current filesystem somehow.

My current setup uses a lot of hard links as well, so it's a big bonus if the solution has something similar (i.e. some easy way of storing the same data in multiple places without duplicating it)

view more: next ›