nshibj

joined 8 months ago
[–] nshibj 5 points 21 hours ago (1 children)

Thank you, I didn't know that. I know that record labels have been screwing artists for decades... but I didn't know that Spotify was actually paying good money for the listens, it just doesn't reach the artist.

[–] nshibj 3 points 23 hours ago* (last edited 23 hours ago) (4 children)

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.

[–] nshibj 39 points 1 day ago* (last edited 1 day ago) (1 children)

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.

[–] nshibj 14 points 2 days ago

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.

[–] nshibj 1 points 1 week ago

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.

[–] nshibj 1 points 2 weeks ago* (last edited 2 weeks ago)

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.

[–] nshibj 2 points 2 weeks ago

Don't look into the story behind "My Sharona" by The Knack.

[–] nshibj 3 points 2 weeks ago

Doesn't it say "I get up and nothing gets me down"? I always thought that sentence described being motivated and not letting anyone ruin your good mood.

[–] nshibj 8 points 2 weeks ago (6 children)

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".

[–] nshibj 10 points 6 months ago (3 children)

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.

[–] nshibj 4 points 7 months ago* (last edited 7 months ago) (2 children)

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.

[–] nshibj 1 points 7 months ago

Thank you! That's exactly what I was looking for. I am familiar with Little Snitch for macOS, so this looks perfect.

For anyone interested: https://github.com/evilsocket/opensnitch

 

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 I’ve read it makes setup and troubleshooting easier. I found 2 tutorials that looked good to me: tutorial 1 and tutorial 2, but going through them I see the most frequent case they require that I have my own domain (tutorial 1 has only that option, tutorial 2 offers that option or using an IP address). Do I need to have my own domain to have NextCloud calendar, tasks and contacts shared between my computer and my smartphone? If both options are possible, is one of them more secure than the other? is there some strong reason to avoid one of them?

Since I don’t have a domain (I’m completely new to this), I opted to try tutorial 2 with IP address, but I got stuck in the end, where I am supposed to access my NextCloud Web Interface. Tutorial 2 suggests getting my Raspberry Pi IP address with hostname -I (step 17), but this way I get five different IP addresses (4 IPv4 and one IPv6), not just one. When I try any of those IPs on a browser (step 18) none of them work. I guess I am missing something basic here, so I’d be grateful if someone can point me in the right direction.

Searching for an answer I found a comment on reddit saying that I can skip getting a domain and host locally (no domain) and set up a VPN.

Would it be necessary in my case to get a domain? If I skip the domain, what steps am I missing to be able to access my current NextCloud docker installation? What mistakes have I made so far, and what resources can I use to learn about what I’m missing? Do you have any other tips for an absolute beginner (who is comfortable around the linux command line)?

view more: next ›