[-] tubbadu@lemmy.kde.social 40 points 2 weeks ago

"it's already installed"

[-] tubbadu@lemmy.kde.social 53 points 4 months ago

Yay! More free ads!

[-] tubbadu@lemmy.kde.social 52 points 8 months ago

An old, ugly bike and a good bike lock. No one will ever steal it and can bring you wherever you want without the fear of leaving it in the wrong spot

[-] tubbadu@lemmy.kde.social 42 points 9 months ago

Cryptosiblings

[-] tubbadu@lemmy.kde.social 49 points 9 months ago

Uhm, cool I guess. Why should we use this? Does it have any advantage over classical displays?

17
Anyone selfhosting RSSHub? (lemmy.kde.social)

Hello! I'd like to follow some niche meme pages on instagram with my RSS reader app (feeder), and found out about RSSHub that seems exactly what I need. However, I tried using some of the public instances and except for the first time after requesting an RSS feed, it got rate limited and completely blocked. Does self hosting it solve the problem? Is any of you using it reliably?

46
submitted 9 months ago* (last edited 9 months ago) by tubbadu@lemmy.kde.social to c/selfhosted@lemmy.world

Hello! Today I learned about the existence of LibreY, and the project seems very interesting. I was wondering, how does it compare with SearXNG? which one is easier to self host, and which one is lighter on resource usage? Which one gets rate-limited less? I'm particolary interested in opinions of people who used both

Thanks in advance!

169

Hello fellow pirates! I'm tired of having all the telegram premium ads and antifeatures in the client and I'm looking for a client that removed them even if it's against the TOS. Any tips? I'd rather use an actual open source fork than a cracked version of the original

I'm looking for both Android and Desktop (Linux)

What I want is to remove the hateful ads in the channels and the "buy premium to unlock these emojis", and also to be able to arrange the folders in whatever order I like, without being forced to keep the "All messages" as first

thanks in advance!

12
submitted 9 months ago by tubbadu@lemmy.kde.social to c/foss@beehaw.org

Hello! I just came across Presearch, and it looks very interesting to me. If I understand correctly, at the moment it's just another metasearch engine, but they say they're planning to add their own index. How would a distributed search engine index work? Opinions on this?

66

Hello! I know this is probably not piracy, but I think that this community is the best one to ask this. I'd like to stream live TV on my jellyfin server, and in the future perhaps try to implement a way to silence the audio during ads, but I want to start a step at a time: Before going in jellyfin, let's try with VLC that is easier. The live stream I'm trying to stream is taken from raiplay, the official website of RAI, the main italian tv station. I ignorantly just downloaded all the 4 .m3u8 files with this extension and, one at a time, I tried to open them with VLC, but all I obtained was VLC loading forever. What's going on? did I missed something important?

[if you know of better ways to do this, any recommendation is welcome!]

thanks in advance!

45
submitted 9 months ago* (last edited 9 months ago) by tubbadu@lemmy.kde.social to c/selfhosted@lemmy.world

Hello everybody! I just learned that I can get a free .eu.org domain, but I'm not sure I understand the domain creation process. Any of you has one?

I'm unsure what should I write in the "name server" section:

1000008693

652
Hate when it happens (lemmy.kde.social)
31

Hello! I'm trying to sign up to itatorrent.xyz but after typing username, mail and password, I get a "capcha error". Do any of you managed to sign up?

46
submitted 10 months ago* (last edited 10 months ago) by tubbadu@lemmy.kde.social to c/foss@beehaw.org

Hello! I'm still not satisfied with my note taking app. I tried dozen of them, read tons of lists on random blogs on the internet, without any success. I'll try to ask you then.

I'm looking for a note taking app with just this 3 features:

  • richtext/WYSIWYG (i don't want to write plain text and then press a button to see it rendered)
  • it has to support CHECKBOXES! Most of the apps I tried does not support them, or supported them only if all the note was a checklist. I don't want a checklist, I want a note where I can put some checkbox inside!
  • FOSS and active

The one I'm currently using is obsidian, but it's not FOSS and it feels very overcomplicated for a simple note apps.

Any suggestion is welcome!

EDIT: forgot to mention, I'm talking about Android XD

43
submitted 10 months ago* (last edited 9 months ago) by tubbadu@lemmy.kde.social to c/selfhosted@lemmy.world

Hello fellow selfhosters! I reformatted my USB hard drive from exFAT to XFS because I needed a filesystem that could handle hardlinks. I remounted the hard drive and now jellyfin webUI has a severe stuttering problem on some videos, all of them are MKV but it may be a coincidence. On android (using exoplayer) the same files works smoothly. what could be the problem?
in the logs I get a bunch of Slow HTTP Response from http://fedoraserver:8096/ to 192.168.1.30 in 0:00:07.4635856 with Status Code 200

OT: while looking at the logs this happened

SOLUTION: I enabled hardware acceleration, and manually selected also the HEVC and Allow encoding in HEVC format settings, and now the stutter disappeared! thanks to everyone for your help!!!

41
submitted 10 months ago* (last edited 10 months ago) by tubbadu@lemmy.kde.social to c/linux@lemmy.ml

I have no idea what's going on. my server once run fedora, and its hostname was fedoraserver. I recently installed AlmaLinux, and now its hostname is tserver. today I was looking at the logs of jellyfin and... Slow HTTP Response from http://fedoraserver:8096
...
...
...
* realization *
...
WTF!!!!! It's like I saw a ghost. do any of you know what's going on?

even more strange:

$ host fedoraserver                                                                                                                                                                                    
fedoraserver.station has address 192.168.1.4
fedoraserver.station has address 192.168.1.13
fedoraserver.station has address 192.168.1.41
fedoraserver.station has address 192.168.1.10
$ host tserver                                                                                                                                                                                         
tserver.station has address 192.168.1.13
$ host 192.168.1.13                                                                                                                                                                                    
13.1.168.192.in-addr.arpa domain name pointer fedoraserver.station.

I'm... I'm scared

39

Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I'm storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.

  1. do I understand correctly what's going on? XD
  2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.

any tip is greatly welcome! thank in advance fellow pirates!

[-] tubbadu@lemmy.kde.social 35 points 10 months ago

my exact thought XD

[-] tubbadu@lemmy.kde.social 36 points 10 months ago

It's the only way, they can go fuck themselves

[-] tubbadu@lemmy.kde.social 37 points 10 months ago

Ceci c'est un pipe: |

[-] tubbadu@lemmy.kde.social 38 points 11 months ago

What's wrong with it? (I never heard about it, just asking)

[-] tubbadu@lemmy.kde.social 35 points 1 year ago

But that's chromium anyway

[-] tubbadu@lemmy.kde.social 32 points 1 year ago

Martin Router King

[-] tubbadu@lemmy.kde.social 55 points 1 year ago

Damn I'm deprecated

view more: ‹ prev next ›

tubbadu

joined 1 year ago