Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NS
Posts
1
Comments
28
Joined
11 mo. ago
  • That's a good idea. Keep in mind that you can also install other OSs on a FairPhone: LineageOS, iodéOS, CalyxOS (unfortunately not GrapheneOS). A FairPhone can be a good hardware choice, and with it you still have the ability to choose an OS.

  • In my opinion it is not about swearing, and (not) seeing it, it is about censorship. Some big sites censor content that contains words that are considered bad by advertisers, these are not only swear words but also words like die, suicide, porn... This has changed the way some people communicate, with people using euphemisms or censoring words in images themselves: people censoring themselves before the big internet site censors them.

    As you wisely said: "Express yourself however you want". The original author of the text in this post used a swear word and later it was censored by someone reposting it in social media to avoid upsetting the censorship machine or whatever website it was. I find this unacceptable.

    I fully support using a rich vocabulary and not using swear words, being polite. There are many reasons to do this: respect for others, improving ones communication skills, practising formal writing... but giving in to censorship imposed by social media websites should NEVER be one. Fuck censorship. It is unacceptable to allow big tech companies to shape the way we speak with their censorship.

    Express yourself however you want, if the website you're in doesn't allow you to do it don't give in to censorship, give up that website and look for a place where you can express yourself.

  • It's true that there are issues preventing GrapheneOS from rubbing on FairPhones, but you're not forced to use the standard OS: you can install other ROMs on FairPhone like LineageOS, CalyxOS, iodéOS, /e/

  • With a bit of effort you can stream any movie directly to your TV for a few moneys a month (or free, but paying for the essential bits removes the jankiness)

    Something I learned back in the day: "Never pay for warez". Pirate all you want, the moment you are paying, pay the creator of the product you're interested in, not someone who pirated it and wants to profit from distributing it without a licence.

  • I'm not saying that's wrong, because I don't have the information, but I have repeatedly read on different news articles that Spotify pays peanuts: way less than that to big artists. I will have to check for updated and reliable sources.

  • I've seen a couple of articles from earth.com shared lately and they always have this clickbaity sensationalist tone. I don't like it.

    Looking at the original publication this article is based on I don't understand much (I'm not a climate scientist myself), but one sentence stands out:

    Whether global warming has affected the strength of this overturning circulation over the past century is still debated: observational studies suggest that there has been persistent weakening since the mid-twentieth century, whereas climate models systematically simulate a stable circulation.

    The climate models we all know and predict how climate change will affect us all seem to work on the basis that these currents have a stable circulation that doesn't change, which doesn't seem to be the case. Therefore the climate models we've known until now might be wrong... and things could be even worse.

  • What's with the clickbait title?

    This is not news, it has been happening since Smart TVs started being a thing.

    One of the most common TV OSs is AndroidTV / GoogleTV. Google is the biggest ad company in the world.

  • Very interesting graph. It clearly shows a reduced antibiotic consumption during the corona pandemic in most countries. Probably due to the use of facemasks reducing the number of situations requiring antibiotics.

  • I could see it being a bit of both. Lyrics are often inspired by something and describing something else. In this case, someone stalking a former lover could be seen as "going full 1984's Big Brother" on them... and it makes sense with the whole romantic mood that the song has: the stalker sees themself as romantic and sings it that way, but when you look closer you realise it's actually very creepy.

  • Do you maybe mean "Every Breath You Take" by The Police? That's a common answer to this kind of question. A lot of people think of it as cute and romantic at first, but the song really talk about the Big Brother (from George Orwell's 1984): a state of constant surveillance watching "every breath you take, every move you make".

  • I recently set up a small home server and started trying to self host stuff. I found it pretty hard to get started. People have been very helpful on this community and other public forums, but I'm afraid it's often not enough. They give me advice in trying this or that, doing this and avoiding that... but I still don't understand more than half of the concepts that they use. I consider myself tech literate above the average user: I recently switched to Linux (after years on MacOS, using the command line, and even building a couple of programs from source), I also installed a custom ROM on my phone. I feel comfortable learning and doing these things... but still felt very very lost when trying to self host a few services. At the moment I settled for a local-only network where I run Jellyfin, Navidrome and Syncthing on OpenMediaVault. I'm lost with what I'd need to do to access my server from outside my local network, and terrified of doing something wrong and leaving a hole open so any hacker can access my server. I'd like to do it some day, but I'd rather have a safe local network than screw and get my data stolen or deleted.

    So, in my opinion, we would need good tutorials or a MOOC to explain the basics from scratch.

  • I am not sure about this and cannot check myself because my server died last night :( but... I know that you can restrict certain functions for different users (log in as admin and go to Settings/Users). You could check if it's possible to disable x265 playback for a user, then create a new user that you use exclusively to log in on that device.

  • Selfhosted @lemmy.world

    Beginner needs help with setting NextCloud without a domain

    TL,DR: beginner tries to set up NextCloud via docker components without having a domain. Trying to access via IP doesn’t work. Probably made a few mistakes/missed some important stuff along the way

    Hi everyone,

    I am completely new to self hosting. Like many others I want to move away from Google, Apple, Microsoft... for my Calendar, Tasks and Contacts, and I thought I would try self hosting all that in NextCloud. I have already tried a 3rd-party hosted NextCloud instance and I feel comfortable with it, so now I want to do the next step and host it myself on a RaspBerry Pi 4 (4GB) that I recently purchased.

    I have read around and searched for tutorials, and although I am still a bit lost I decided I would start working on it and see what problems I find along the way, and learn from this. Once I’m done I hope to have learned properly, and I plan to wipe everything and do it again, this time knowing better what I’m doing.

    So, to begin with I decided to do it using Docker Compose, as