[-] fernandu00@lemmy.ml 26 points 3 days ago

Yeah I can relate to that..I'm on vyvanse for a year now and the other day I gave one to my wife that had to do a test she was studying a lot to pass and. After like 4 hours she looked like a neth head literally running around the house while I was drinking coffee and reading a book. For the first time in forever all that noise inside my head is gone.

[-] fernandu00@lemmy.ml 7 points 5 days ago
[-] fernandu00@lemmy.ml 40 points 1 week ago

That's why I love Lemmy! Every day I learn something interesting here!

55
submitted 2 weeks ago* (last edited 2 weeks ago) by fernandu00@lemmy.ml to c/piracy@lemmy.dbzer0.com

So I saw this post here a couple days ago about music piracy and got interested in soulseek. I've installed nicotine in a docker container and started searching for some music. I've found some pretty hard to find music and this album my father used to have in vynil when I was a kid. Cool. But the files had PRIVATE written on them.. Tried to download but the user did not share them with me. My question is: what's the point of sharing folders in a p2p program and denying access to these folders? I mean..just don't share it if you won't let anybody download it. Am I missing something in order to download this album?

Edit: hey guys I sent a message to the user asking if he could share the folder with me and he answered that he'd added me and I could download whatever I wanted! Great! Thanks for the help!

[-] fernandu00@lemmy.ml 24 points 1 month ago

Yeah..in my country it's almost mandatory to have it or you won't talk to anybody..it's the only message app most people know.. It's like windows to operating systems..people just use it and ignore that there are different ways to communicate. I tried to use other apps like telegram or signal ..nobody wants a second app to send messages..too much trouble

[-] fernandu00@lemmy.ml 34 points 1 month ago

The only thing that keeps me with subscriptions is the cartoons my daughter watches, because they are hard to find dubbed in my language (Portuguese). It's still more convenient to subscribe than try to find the dubbed cartoons online. For everything I watch I use my arr stack.

[-] fernandu00@lemmy.ml 25 points 2 months ago

Nice NFT collection you got there. If we were back in 2022 you'd definitely sell them for some eth.

[-] fernandu00@lemmy.ml 33 points 9 months ago

I hate super hero movies ..do you know what I do? I don't watch them..there's nothing to be saved ...studios will stop making those terrible movies once people stop watching them..if there is a lot of audience there's no meaning in stop producing..

[-] fernandu00@lemmy.ml 61 points 9 months ago

Retiring doesn't seem like an option from my perspective.. Better start gaming now

[-] fernandu00@lemmy.ml 33 points 9 months ago

That's why I moved to fedora recently...didn't like to see 30 or so mounted filesystems every time I did an fdisk -l to mount some disk

[-] fernandu00@lemmy.ml 27 points 10 months ago

I've been using DDG for a year and like the search results but what bothers me is that you can't exclude a word from your query with minus sign!

[-] fernandu00@lemmy.ml 23 points 11 months ago

I use a monetary argument.. If my data can become revenue to the company then I must have a part of this revenue ..if they are not paying me for my property (my data) then I should keep my data from them

10
submitted 11 months ago by fernandu00@lemmy.ml to c/peertube@lemmy.ml

Hey I was trying peertube recently and signed up to a specific instance ..then yesterday I recorded a video and decided to upload to peertube but I found out that I have 0 quota in that instance.. I tried to find if this quota info is somewhere in the peertube instances page but had no luck. Is there any instance that give me some quota on their disk or do I have to run my own instance to host my videos?

[-] fernandu00@lemmy.ml 26 points 11 months ago

No more computer graphics intense movies with bad scripts about super heroes?That'd be soo sad 🤣

3
submitted 1 year ago by fernandu00@lemmy.ml to c/selfhost@lemmy.ml

Hi guys! I have several docker containers running on my home server set up with separated compose files for each of them, including a Pihole one that serves as my home DNS. I created a network for it and a fixed IP but I couldn't find a way to set fixed IPs to the other containers that use the Pihole network. Well everything works but every now and then I have problems because the Pihole cant start first and grab the fixed IP and some other container gets its IP so nothing works because everything depends on the Pihole to work. My Pihole compose is like this:

`networks: casa:

driver: bridge
ipam:
  config:
    - subnet: "172.10.0.0/20"

networks:

  casa:
    ipv4_address: 172.10.0.2`

My Jellyfin container as an example is like this:

`_networks: - pihole_casa dns: - 172.10.0.2

networks: pihole_casa: external: true__`

I read the documentation about setting fixed IP but all I got was using one single compose file and with 12 containers that seems like a messy solution.. I couldn't set fixed IPs with different compose files. Do you guys have any suggestion about it?

Thanks!

TLDR: I want to set fixed IPs to containers in different compose files so all of them use Pihole as DNS and don´t steal Pihole's IP in the startup

view more: next ›

fernandu00

joined 1 year ago