aleq

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

Denmark uses kroner I think, which is similar in value to the norwegian and swedish krona at approximately 0.1 euro (don't know the exact exchange rate, but somewhere around there I would guess).

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

I'm Swedish lol

[–] [email protected] -2 points 2 days ago (2 children)

Don't worry, it will only apply to PoC (/s)

[–] [email protected] 46 points 2 days ago (6 children)

Kinda seems like a huge mistake to devaluate nvidia because of deepseek. Deepseek has proven that LLMs can be run much more cheaply than previously thought, the nvidia cards can now do much more than previously thought possible. What am I missing?

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

Only way for him to end up not rich is probably by kicking the bucket.

[–] [email protected] 17 points 5 days ago (1 children)

I'm not familiar with Quanta from before, but what a fantastic article. It explains the problem and the history in an engaging way that manages to be approachable to us without an academic background in CS while still retaining some academic substance. Very informative!

[–] [email protected] 219 points 2 weeks ago (9 children)

woke_mind_virus deleted rm -rf... wow this guy sure knows his UNIX!

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

There's also a link confirming this for the Biden administration. Here's one for the Obama claim too.

[–] [email protected] 3 points 3 weeks ago

Maybe they were promised to be turned into a dragon or something?

[–] [email protected] 5 points 3 weeks ago

Took me a second to realise the title's refering to "AI slop", my inital reaction was something like "I know, it's always been slop".

[–] [email protected] 3 points 4 weeks ago (3 children)

They didn't make a video about it because they thought it was a problem for creators, not a problem for consumers.

Which is true. Influencers are great at making their thing your thing, because that's kind of their job, and we've seen it many times before. Just look at all the outrage about the YouTube algorithm and such, it doesn't matter to anyone except influencers but somehow it's made to be everybody's business.

This feels very similar. Scummy business practice, good on them for suing, but to the rest of us it should only be a curiosity.

 

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 1 year ago* (last edited 1 year 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 ›