In the age of A.I., and in software programming in general, it’s often the opposite.
Lachlan, creator of lemmyunchained.net
In the age of A.I., and in software programming in general, it’s often the opposite.
Peertube?
Decentralised. Federated. activity pub. Self Hosted. Open source.
I find that even with the best diffusion models, replication and character sets are virtually impossible. Also text does not work.
Nah. I like the bullet points. Clear tell us always the opening sentences. If it’s helpful it’s helpful. If not. It’s not. I pay for gpt4, so if I haven’t used my quota, I like to use it answering questions.
Lemmy is a federated social network, similar to Mastodon, where anyone can create and run their own instance. This means it’s not centrally controlled by one entity. The reasons for having many instances include:
1. Decentralization: This reduces the power of any single entity over the entire network and prevents any central point of failure. If one instance goes down, others are unaffected. This design also helps resist censorship because content moderation is handled individually by each instance.
2. Community autonomy: Each instance can form its own unique community with its own rules and norms. This can promote diversity of thought and freedom of expression, as different communities can have different standards and policies.
3. Privacy and security: Having separate instances can provide a higher degree of privacy and security. The admin of an instance only has access to data from their instance, not the entire network.
Regarding the concern of popular instances becoming like Reddit, it’s worth noting that decentralization inherently provides a counterbalance. If an instance becomes too dominant or its policies become unpopular, users can migrate to or create a new instance. In the end, the federated nature of Lemmy allows for a much more democratic and user-driven online community.
You seem on top of everything. No red flags when I look at what you are considering. Any will do great.
The Topnton i3-n305 Mini PC is a good choice. Intel NUC is another solid option, especially when used with a RAID enclosure for storage. Remember cooling is crucial for these devices, particularly if they’ll be housed in a small space. The importance of a good cooling solution cannot be overemphasized.
As for the operating system, Ubuntu is user-friendly and well-supported. You can run your desired applications like Plex or Jellyfin for media serving, qBittorrent, Sonarr, Radarr for torrenting, Wireguard for VPN, AdGuard or PiHole for ad-blocking, and Home Assistant for home automation, all on Linux. For managing these services, consider using Docker. It can help keep your system organized and simplify the process of updating. If you’re currently using them in a nas, you’re probably doing so already. But take the opportunity to clean things up, and if you’re not doing so already, use docker compose.
Foe backups, rsync can be used for local backups and Rclone for backing up to the cloud.
I still appreciate the love ✌️💛
Damn. I may need to buy a couple
Just a barrier many won’t cross.
Most can detect traffic. Content itself, I do t know. Certainly some can.
Probably will remove you. Ban you. And pass on any data they may have to authorities.
It’s the main reason I don’t do it. Even if it’s extremely unlikely.
That’s what my homelab is for. But even then, it has its own problems.
Plex is preinstalled on most smart tvs’s. And in ones with very limited app stores.
Also easy for others to make their own plex account, and you just give access to that user through the UI.
jellyfin requires more on the client side. Beyond what my mum can do on her own.
Plex for sharing with others. Jellyfin for personal use only.
I’ve never watched it. It’s one of those ones that I just haven’t sat down long enough to get into it.
Maybe this is a sign I should try again
You’re correct that infinity isn’t necessarily all-encompassing. Your example of the decimal expansion of 1/3 represents a “bounded infinity,” where the values can continue indefinitely but are limited in scope - in this case, to repetitions of the number 3.
In contrast, when we consider the potential configurations of the universe over infinite time, we’re imagining something more akin to an “uncountable infinity.” This is a type of infinity exemplified by the set of all real numbers between two points. For example, between 0 and 1, there’s an infinite number of decimal numbers. This infinity is unbounded because there’s no limit to the variation within this set - any decimal between 0 and 1 could potentially appear.
So in the context of the universe, the idea is that given infinite time and assuming no constraints, the possible configurations of matter and energy might resemble an uncountable infinity, with infinite potential arrangements. That means, given enough time, even highly improbable configurations could occur.
Finally a thought I am prepared for. Haha
I’m sorry, I have to disagree. While I understand that the novel can have multiple interpretations, what speaks to me most is the concept of “society” itself being the monster in Mary Shelley’s “Frankenstein.”
Consider Victor Frankenstein, whose pursuit of knowledge alienates him from the society that should nurture scientific curiosity. He describes his isolation, saying, “I had worked hard for nearly two years…but now that I had finished, the beauty of the dream vanished, and breathless horror and disgust filled my heart.” (Chapter 5) The societal norms that make Frankenstein’s endeavors “forbidden” and “unearthly” indirectly contribute to his downfall.
Now, let’s think about the creature. Born innocent, its transformation into a destructive entity is catalyzed by societal rejection. The creature’s interaction with the De Lacey family highlights society’s instinctive fear of physical difference. The blind De Lacey is kind to the creature, demonstrating that without the bias of sight, acceptance is possible. But when his sighted family members encounter the creature, they react with fear and violence.
Rejection after rejection, the creature finally voices its anguish: “I am malicious because I am miserable. Am I not shunned and hated by all mankind? You, my creator, would tear me to pieces and triumph; remember that, and tell me why I should pity man more than he pities me?” (Chapter 17) This lament encapsulates how societal prejudice and rejection can breed monstrosity.
In reading the novel, I see the destructive power of societal norms and prejudice, where both Victor and his creature, misunderstood and ostracized, spiral into destructive paths. To me, society’s inability to accept, understand, and empathize is what manifests the true monster in “Frankenstein.”
Perhaps it’s just my own personal experiences with society, feeling like an outcast, or at least not fitting into social norms, coming through in how I interpret the novel. However, I strongly believe that Mary Shelley’s work invites us to question who the real monster is, and I find society’s role in shaping the narrative impossible to ignore.
Yes. Because there’s no centralised list of communities, searching is extremely difficult. Or if not, very time consuming. Following every iteration of every node.
I’m not sure how that can be overcome.
I’m hosting one right now. Lemmyunchained.net
But in will have to Limit Users at some point.
I dont Think people properly understand they can be on any server. And join multiple communities. And it all Show up in their Feed. They don’t Need to worry about “which community has the Most Users”
I like the rough around the edges. Little tricks and nuances I’ve picked up. Makes it fun.
I’ll check it out.
There’s no set period I need to retain. It’s just been handy, got myself out of trouble a few times in compliance complaints. a couple times I have wished I was able to go back further. That’s all.
AI GENERATED:
The ttionya/vaultwarden-backup tool is intended to work with Docker volumes. However, you are using a bind mount, not a named volume. Bind mounts refer to the use of local folders to store data, as in your case (./vaultwarden:/data/), while volumes create a specific place within Docker’s own filesystem for the data.
Although this tool is designed for volumes, it might still work with bind mounts if the backup container can access the data directory. You would need to modify the volume line in the Docker Compose file for the backup tool to point to the directory where your bind mount is located, i.e., to point it to your local ./vaultwarden directory.
So, you might want to adjust your docker-compose.yml file like this:
services: vaultwarden-backup: image: ttionya/vaultwarden-backup:latest container_name: vaultwarden-backup environment: - PUID=1000 - PGID=1000 - BACKUP_INTERVAL=12h - PRUNE_BACKUPS=7D volumes: - ./vaultwarden:/vaultwarden:ro - ./backups:/backups restart: unless-stopped
In this configuration, ./vaultwarden:/vaultwarden:ro line is the key. It mounts your local ./vaultwarden directory to /vaultwarden inside the backup container (readonly mode), which should allow the backup tool to access the data.