N0x0n

joined 2 years ago
[–] N0x0n@lemmy.ml 5 points 3 months ago (1 children)

For reddit, SingleFile HTML pages can be 20MB per file ! Which is huge for a simple discussion...

To reduce that bloated but still relevant site, redirect to any still working alternative like https://github.com/redlib-org/redlib or old reddit and decrease your file to less than 1MB/file.

[–] N0x0n@lemmy.ml 8 points 3 months ago* (last edited 3 months ago) (2 children)

Back in the day, that's what I did ALOT on Windows. Specially because of piracy and my younger me having no idea what he was doing XD !

Still happens on Linux with EndeavourOS but not for the same reasons ! There are millions times more ways to break stuff on Linux but I always learn Something new during the process.

Story time:

Learned the other day that some config files are loaded in a specific order and depending what display manager is installed. That was kinda eye opening to understand cause my system didn't load .profile when .bash_profile was present and I didn't understood why ! Thanks Archwiki !

[–] N0x0n@lemmy.ml 19 points 3 months ago* (last edited 3 months ago) (1 children)

For those not aware, nepenthes is an example for the above mentioned approach !

[–] N0x0n@lemmy.ml 3 points 3 months ago (1 children)

I have also observed this behavior, but only when the file is new and the only seeder is the uploader.

Hower I'm kinda curious to test it out. Any idea if there's some way to script qbittorrent to somehow mimic this behavior?

Download until 99,0% completed with 100% of download speed, then reduce to 0.1% of my download speed until finished?

[–] N0x0n@lemmy.ml 1 points 3 months ago (1 children)

Naah ! Most flac I have are in the 50/80 range but when you have a huge library it doesn't make sense to archive in flac IMO.

It makes sense if you are music producer, but my whole library would need a huge SSD cluster :/

[–] N0x0n@lemmy.ml 1 points 3 months ago (1 children)

Yeaaah ! That's even better ! However, I'm listening to some obscure Electronic music which often doesn't come in flac format :(

[–] N0x0n@lemmy.ml 13 points 3 months ago* (last edited 3 months ago) (6 children)

Maybe enjoy crispy 128 .opus? Yeah flacs are on another level... But 100MB/file just doesn't justify the negligeable quality increase you won't even notice anymore in your late 40s !

However, saving TB of disk space does !

[–] N0x0n@lemmy.ml 9 points 4 months ago* (last edited 4 months ago)

Yeah Lemmy is very Linux oriented :). Though I do agree Linux is harder to get into but that's not because GNU/Linux is difficult, it's because we were so much accustomed to how Windows work !

I don't really remember because it has been ages, but I'm sure my first steps with Windows 98 where awful and not easy and intuitive at all !

Linux has a lot of issues so does Windows (and MacOS) and learning a whole new paradigm of a working system takes time and some investement, but after you get the basic gists, Linux gives you total control of everything ! (Like to see hidden directories is like Windows, just a check box to show hidden files :) don't need a CLI for that)

You rarely need the use of the Terminal when on easier distributions like PopOS or Ubuntu (while I wouldn't suggest the later), However if you tried more difficult distribution first (like arch and derivatives), CLI is mandatory !

Not saying YOU should switch, do whatever makes you happy, more productive and vibes with your current needs/feeling...

However, If you feel the need to switch the Linux community will always welcome you :) Keep in mind, there are good people and a**holes everywhere !

Glad you solved your issue with massgrave, which is a great tool :) ! Have fun with your system !

Edit: Sorry for the off topic XD discussion got a bit heated up haha ! I'm kinda surprised it didn't got deleted !

[–] N0x0n@lemmy.ml 60 points 4 months ago (31 children)

I am not interested in Linux.

collapsed inline media

[–] N0x0n@lemmy.ml 3 points 4 months ago

I was quite impressed by how it looks and the free option ! However, seeing Google tag manager and tiktok analytics domains and I'm already out !

[–] N0x0n@lemmy.ml 0 points 4 months ago (1 children)

Yeah most seedboxers are just the new leechers of this generation... Keeping up their ratio about an unreasonable amount where they can leech everything they want without the need to give back...

They just stay for the necessary amount of time specified by their private tracker and leave the queue afterwards.

IMO seedboxes should have another rule associated to them... Straight to 1 month seeding time or get a hit&run warning !

[–] N0x0n@lemmy.ml 1 points 4 months ago

XD okay ! Maybe I put to much fought into it 😅

 

cross-posted from: https://lemmy.ml/post/23615167

For better visibility I cross-post my question in this community.

Heyha ! I just came across a very odd issue/bug that somehow resolved by itself without knowing who or what was the culprit.

For context, YouTube doing his thing making nearly all public instances obsolete, I'm self-hosting a Piped instance in my homelab via Docker.

Everything is going smoothly, self-signed certs, traefik, accessible via Wireguard outside of my network, and and and !! LibreTube connects without any issues to my Piped instance on my Android phone and so does RiMusic.

However, in RiMusic when I was trying to access my synced Piped playlists, RiMusic went crazy and my playlist seemed to be in a query loop were I was unable to play any songs and was flickering alot.

  • Reboot the phone => Same behavior
  • Reboot the piped instance => Same behavior
  • Uninstall RiMusic/New docker piped instance => Same behavior
  • Flush everything from cache/playlist/configuration/data... => Same behavior

Nothing seems to resolve the issue software wise, next step check the logs (Interesting part):

My piped-nginx showed A HUGE amount of requests coming from my phone when accessing a Piped playlist:

"GET /playlists/d0e2c698-f3f4-435f-b2c9-96c6d3a88781 HTTP/1.1" 200 4161 "-" "ktor-client" "10.XXX.XXX.XXX"

Traefik also showed a lot of loadbalacing debug notifications something that never happens, because I'm the only user in my homelab setup !

My first though was that this is probably a RiMusic bug, but before reporting a report to GitHub, I did other debugging stuff.

  • Create an account and connect to a public piped instance
  • Create playlist/add some songs
  • Connect with RiMusic

The exact same behavior EXCEPT it stopped the loop after a few requests and made RiMusic usable again and was able to play my playlist without issues. Try again on my own instance but again, infinite loop, a lot of requests on Traefik and Piped-nginx. It even broke my Piped instance...

The only logical explanation is that the public piped instances have some request rate limiting (Yeah I know this is common practice and even mandatory on public instances). So here I go rate limiting my own requests to see if this could work as a temporary workaround while writing a GitHub bug report to RiMusic.

Adding some basic traefik labels just to give it a try:

labels:
  - "traefik.http.middlewares.test-ratelimit.ratelimit.average=10"
  - "traefik.http.middlewares.test-ratelimit.ratelimit.burst=20"

At first nothing happened but after a few docker compose -f down/up I was able to access my playlist from my own instance without any issues/bug/strangeness. Cool It works? So just out of curiosity I commented out the new traefik middelwares and restarted both container (Traefik/Piped). And .... RiMusic playlist connected to my piped instance works without the ratelimite lines... Wait what ??

What just happend ? I have absolutely no idea... I don't even know if the mentioned labels did anything... But everything works... No loading loop, No Traefik container overflown with loadblancer logs, No Piped-nginx with thousand request... It just vanished as it never existed in the first place.

I'm totally clueless except that somehow when accessing a playlist in private or public piped instance with RiMusic my phone went crazy with an infinite loop of api requests (Dunno if that's the correct term :/). Here Am I with no idea what actually happend...

And yes my phone is Heavely debloated and firewalled (Magisk,rethinkDNS) so those are not unknown requests from the web or any open source application, whats so ever !


Sorry for the long write up I hope It's readable and comprehensible. I just wanted to share my experience with you and If you also encountered some strange and inexplicable bug/issue that resolved by itself, feel free to share :).

PS: If someone has any good lead on what happened or some good insight where I should look next to get more out of this experience, I'm open to every good read !

view more: next ›