• 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle
  • People are using NAS for things they aren’t meant to do. They are a storage service and aren’t supposed to be anything else. In a typical data center model, NAS servers are intermediate storage. Meant for fast data transfers, massive storage capabilities and redundant disk fault tolerance. We are talking hundreds of hard drives and hundred gigabit connection speeds inside the data center. This is expensive to run, so they are also very energy efficient, meant to keep the least amount of required disks spinning at any given moment.

    They are not for video rendering, data wrangling, calculations or hosting dozens of docker containers. That’s what servers are for.

    Servers have the processing power and host the actual services. They then request data from a NAS as needed. For example, a web service with tons of images and video will only have the site logic and UI images on the server itself. The content, video and images, will be on the NAS. The server will have a temporary cache where it will copy the most frequently accessed content and new content on demand. Any format conversion, video encoding, etc. Will be done by the server, not the NAS.

    Now, on self-hosting of course, anything goes and they are just computers at the end of the day. But if a machine was purpose made for being a NAS server, it won’t have the most powerful processor, and that’s by design. They will have, however, an insane amount of sata, PCI-e channels and drive bays. And a ton of sophisticated hardware for data redundancy, hotswap capacity and high speed networks that is less frequent in servers.


  • Beware, Gnucash is meant to be pro level accounting software. Is not a simple ledger or a tech/crypto gateway. I also use it for my personal life, but there’s like 30% of features I don’t use because they’re business accounting stuff I don’t need. It predates the cloud, it cares not for the latest trends, it crunches numbers and spits out reports. That’s part of what I like about it. It is not simple but it also isn’t bloated.


  • dustyData@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    3 months ago

    On the contrary. It relies on the premise of segregating binaries, config and data. But since it is only running one app, then it is a bare minimum version of it. Most containers systems include elements that also deduplicate common required binaries. So, the containers are usually very small and efficient. While a traditional system’s libraries could balloon to dozens of gigabytes, pieces of which are only used at a time by different software. Containers can be made headless and barebones very easily. Cutting the fat, and leaving only the most essential libraries. Fitting in very tiny and underpowered hardware applications without losing functionality or performance.

    Don’t be afraid of it, it’s like Lego but for software.



  • Maybe it’s just me, but that always struck me as a theater of connection, not actual connection. I know all my friends kids, even those who live abroad. Not because of an internet social network, but because we actually talk to each other on the regular, and share pictures and video calls, directly, personally. Not informally and creepily through a capricious algorithm. My good wishes to my friends and family on special occasions go directly to them, we don’t need a middle man to choose when and where they are going to see those things, and I don’t need to perform connection for people I barely talk to. Remember that the flip side of the coin is that social networks cause isolation by making all interactions feel impersonal and distant. Facebook literally caused a loneliness crisis amongst young people, who felt compelled to compete for attention and approval, distorting their expectations, altering their sense of self-worth, exposing them to abuse. Internet social networks have a very dark side.




  • We stopped developing quality self-hosted forums and somehow now everyone is all over live chats. Chat is the worse form of communication to create permanent records of support issues. It’s the flipside of Wiki’s problems. They use hidden wikis to host discussion of wikipedia articles, moderation and other topics and the thing is a nightmare because it is not suited for conversation. FOSS development needs something that can do both. Live group chat for general discussion, with a static discussion forum for single issues, and a wiki where it can all be archived as structured articles. There’s currently nothing popular that fills the bill.




  • I do. I track my reading on Storygraph because it motivates me and helps me keep up the habit when I hit a slump or end up with some uninspiring piece. I don’t have to fumble for a new book to read because all recommendations and interests are neatly registered and organized. My progress is tracked and I can celebrate my success. I also have a huge library of digital books, over 2 thousand. By tracking I can keep a log of what I have and haven’t read. Sometimes, after a long while, you forget the names of specific books in series, or where you were last off in a particular author’s collection, etc. It helps with it all. But I don’t connect or share that with anyone. Nor do I feel the need to push it on anyone. Friends and acquaintances are not that into reading as I am and they see no use for a social network about books, and I don’t want nosy strangers rummaging though my reading history.


  • We like to think that what we are doing is the only valid way of doing things, specially when we are on the bleeding edge, and we forget that there’s a whole world of people and possibilities (and a history before ourselves) for whom our one solution is not the holy grail for. Not every production environment or homelab is centered around containerization. Yes, it is cool and useful, but it doesn’t exhaust every use case. Some people just don’t use containers and if your app is exclusively available that way, then it’s extra work to use it, or it just won’t even be considered at all.






  • That’s what boosts are for. You can see what others boost on their profile as a sort of repost. The like, is not a like, it’s there for feature parity with Xitter. But every app and instance calls it something different, but generally it’s a favorite button. So you have, boost, favorite, and bookmark. Boost are intended to be seen by others, favorites are for the original poster, and bookmarks are private for yourself. I’ve read that quote boosts are coming, but I’m not a fan of the feature. Find it to be really toxic. But we’ll see how it pans out when the feature is implemented.