• 0 Posts
  • 24 Comments
Joined 9 months ago
cake
Cake day: October 19th, 2023

help-circle





  • I feel the best way to deal with this type of crap is to pretend like they’re some unimportant random person.

    Hello. A request has been created. A member of our staff will respond to your enquiry within 10 working days.

    Do not respond at all. When they send another email, auto-reply with the same message. Then reply this after their third email:

    We have detected an unusually large number of enquiries sent from your IP address. To prevent spam, further emails will be filtered. If this is in error, please write to P.O. Box 12345, Somewhere, Some Country.

    The P.O. box number given doesn’t exist. But international mail is slow so it will take them two months to realise that.




  • I’m guessing you’re talking about the client, right? The data folder on the server shouldn’t be touched or modified, except by Nextcloud.

    Check who owns the folder. I’ll assume the folder is at ~/Nextcloud, but if it’s not, just substitute in the path to the Nextcloud folder.

    You can check who owns the folder using ls:

    ls -la ~/Nextcloud
    

    This should give you something like:

    drwx------ 10 user group    4096 2024-03-04 00:00 Nextcloud
    

    Where the word “user” is in the above example should be the name of the owner of the directory. Where the word “group” is should be the group.

    If either is root, check to make sure the Nextcloud client is not running as root (using sudo or otherwise).

    Otherwise, give yourself ownership of the directory:

    sudo chown username:username -R ~/Nextcloud
    

    Replace username with your username.


  • Mine is… eh. It’s alright. I don’t use any of the apps. Just the actual sync functionality. Sometimes when I’m moving files around there’s a problem where the entire thing just stops responding. My MediaWiki instance still works, just not Nextcloud. Not sure why this happens and not sure if it also happens to other people.

    For comparison, it is running on a Contabo VPS M


  • With due respect, you do not have the authority to dictate what it means for me to support free software. Nor anyone else.

    When it comes to community-building and social networking, the popularity metric is absolutely an important consideration. If you are choosing where to start the official community for your software project, and you choose an obscure service, people will make unofficial communities in the more popular services, and you end up with all the supposed drawbacks anyway. Normal non-technical users who are looking to join a community won’t prefer an official community on a service they’ve never used before to an unofficial community on a popular service. That’s why people make unofficial user subreddits and community Discord servers. Those unofficial communities could and in many cases will outgrow the official community. This has happened many times before and will happen many times again. Then, new users, even if they see both, will see an unofficial community on, say, Reddit with many more users than the official one, and when this happens, developers either start participating in the unofficial community posting announcements and whatnot there, and if that happens, there becomes little reason to join the official community.


  • This article has a few primary arguments for not using Discord—

    • because it is proprietary software
    • because it has poor accessibility
    • because control over moderation and other administrative tools is ultimately in the hands of Discord rather than the community.

    I know this opinion is going to be unpopular but here I go anyway.

    Other than the accessibility argument, I find these arguments quite weak. Yes, Discord is proprietary software, but the reason it’s used is because a lot of people are familiar with it and many people already have Discord accounts.

    Although I’m a firm supporter of free software, I also believe that it’s more important to use the right software for the job than to idealistically use inferior software just because it happens to be open-source. And yes, I regard most of the alternatives to Discord listed in the article to be inferior solely because they are unfamiliar to users. Sometimes, the superior choice happens to be proprietary and I don’t think there’s anything wrong with that. That’s the way it is sometimes; you can’t win every fight, as much as you’d like to.

    If your goal is to foster a community of regular users and make it easy for normal users to interact with contributors, there is no choice that will hamper that goal more than using an obscure alternative software that nobody’s heard of.

    With respect to chat logs and administration tools… for the most part, nobody cares. Discord’s tools are sufficient for most groups and few people consider the drawbacks to outweigh the other benefits.



  • Think about how this would actually work. Suppose you paid some small sum for access to a piece of content.

    Fairly speaking, you should only get one chance to download it or one physical copy. That’s how it’s traditionally been. The ability to download it multiple times (which is what happens when you stream content) is a service, and it costs a lot of money.

    Streaming would therefore be pay-per-view, since you are paying for each individual copy of the data that has to be transmitted to you. It wouldn’t be fair for you to just pay once and watch once and have paid the same price as someone who paid once but watched it fifty times, thereby consuming fifty times as much server power.

    Most people would find it more convenient to pay a large sum upfront in exchange instead of going through the hassle of making dozens of micropayments.

    In order to encourage people to make those large upfront payments, content creators would probably offer deals whereby users could get unlimited streams of their content if they commit a certain amount each month. This means their revenue is predictable and the expense is also predictable for the viewer.

    Congratulations. We have invented the pricing scheme of cable television.






  • This is getting off-track again—

    Government agencies paying private companies for your information, or even just asking for it in exchange for something or nothing is legal. That’s because nothing was searched unreasonably (because consent was given by the controller of the information) nor was anything seized against the controller’s will.

    You are not in the picture. The information might be about you but you don’t control the information, the car company does. From a legal standpoint, you are irrelevant for the purposes of Amendment 4 protection.

    Amendment 4 protects the controller of the information from Government seizure but does not protect the subject of that information. Privacy laws are what are intended to protect the subjects of information. There is some overlap of course. For example, your computer has lots of information about you and what you did in the past. You would be both the subject of the information and the controller (since it’s stored on your computer).

    Please remember, I am describing what the law is, not what it should be.