[-] gravitas@lem.ugh.im 2 points 1 day ago* (last edited 1 day ago)

I run an 8 disk 90tb BTRFS RAID0 and its been going strong for over a year. I hesitate to actually encourage anyone to live this dangerously but its mainly a media server and if i needed to i could restore any lost data from usenet or torrents using my arr stack which is on a different drive. If you can handle the risk its a nice speed boost.

[-] gravitas@lem.ugh.im 6 points 1 day ago

Wow i literally just setup huntarr last night. Guess ill make sure its only accessible on wireguard.

[-] gravitas@lem.ugh.im 28 points 3 days ago

Its not up to grapheneos devs which devices support bootloader relocking with different keys, literally only pixels allow this and without it you cant properly secure the phone.

[-] gravitas@lem.ugh.im 2 points 1 week ago

I think decypharr might do what you want, it simulats a qbittorrent client to connect to debrid.

[-] gravitas@lem.ugh.im 3 points 1 week ago

No debrid support, this is for connecting to the Arrs services which work for either torrents or usenet.

[-] gravitas@lem.ugh.im 7 points 1 week ago

20mbps is enough for most things. It mostly limits how many peoppe you could share content to at once, but even then if you had say 4 people you wanted to stream a movie to jellyfin has options so you can limit each stream to 2mbps or whatever ends up working best.

[-] gravitas@lem.ugh.im 4 points 1 week ago

Ive downloaded over 150k tracks from tidal using tidal dl and after a lot of testing the most theyve done to counter is rate limiting or blocking the IP i was using, but if you stick with reasonable limits of how quickly you are downloading tidal doesnt seem to care much.

[-] gravitas@lem.ugh.im 3 points 2 weeks ago

Might i suggest getting a used pixel from swappa or on ebay instead?

The one att gives you will most likely be carrier and bootloader locked for a period of 30 or 90 days i forget which but its fairly common for providers to do this to prevent folks from getting a cheap subsidized phone and then dropping the contract. So youll probably be able to flash graphene eventually but there woukd be a wait.

Alternatively a used pixel 8 or 9 will come already unlockable and ready to go and cost less too.

[-] gravitas@lem.ugh.im 14 points 2 weeks ago

So are they going to do another game thats pretty much just a reskin like when they turned that chinese mobile game into a diablo game?

[-] gravitas@lem.ugh.im 4 points 3 weeks ago* (last edited 3 weeks ago)

Dems are gonna call this a huge victory, of course they need more funding, they have to pay for more body cams.

[-] gravitas@lem.ugh.im 4 points 3 weeks ago* (last edited 3 weeks ago)

Typically the project will offer its own deb repos and packages along with setup instructions such as steam or docker

In theory you can add LMDE or other debian based distros repos to your sources but it will most likely lead to things breaking. If you cant find instructions specific to debian then you are better off either compiling from source or using snap, appimage or whatever pre-compiled option is offered officially.

2
Jellyfin Onion (ser77s6g3yhn47auyqfyupbm4odncjmnfatqmxzebiz2fe5tw5emdhyd.onion)

I've added a tor hidden service for jellyfin should anyone find that sort of thing desirable to use. Consider it a test run for if/when we inevitable have to go underground after the corpo-fascist takeover of the internet is complete.

I'm not going to bother enabling new accounts over Tor, but there is a guest account for anyone who wants to use it that way.

1
submitted 1 month ago* (last edited 1 month ago) by gravitas@lem.ugh.im to c/gravitywellxyz@lem.ugh.im

UPDATE 01/21: Should be back to working order. Content uploaded after 12/01 will be gone, but i did save any songs that had proper tags and added them to the main GravityWell Library.

It seems the time has come again to revert funkwhale to an earlier state and try again to reimport the gravitywell library. This seems to be necessary due to the way funkwhale handles the library and its lack of ability to do real time updating of the files.

I'm also going to migrate it to a dedicate machine for a bit, if it goes well it will stay that way but for now its just a test.

FunkWhale is both our most popular and most unstable service, i hope someday it will just be the former but as things are now I suggest using NaviDrome or Jellyfin for your music streaming needs.

7

I've added some extra plugins and enhancements to jellyfin.

https://github.com/n00bcodr/Jellyfin-Enhanced

https://github.com/ranaldsgift/KefinTweaks

Among other things they enable requests directly from the jellyfin web UI.

Enjoy

2

Because I didn't really know what i was doing when i first setup the matrix room it ended up being a bit of a mess and was hosted on a server outside of my control. This new room is currently just matrix, but I hope to bridge it to other services eventually.

Please join the new room here: https://matrix.to/#/#gravitywell:mx.ugh.im

1
submitted 2 months ago* (last edited 2 months ago) by gravitas@lem.ugh.im to c/gravitywellxyz@lem.ugh.im

This post is an ongoing project to document all the many poor decisions of google's controlled opposition browser called "firefox" which is developed by the advertising firm known as "mozilla" (and technically in name, the Mozilla foundation)

In 2015 Firefox began including the service now defunct addon/service "pocket" as an integrated add-on, the first add-on to ever be bundled with their browser up to this point. This decision baffled many users at the time including myself. Many wondered why such a niche service was given such consideration ahead of much more desirable addons such as ublock or adblockplus. In hindsight we now know this is because bundling such adblockers would result in a near complete loss of funding for the project from google, with little hope of another advertiser like microsoft being interested in taking over.

https://news.slashdot.org/story/15/06/09/1722236/mozilla-responds-to-firefox-user-backlash-over-pocket-integration

https://www.ghacks.net/2015/06/07/mozilla-needs-to-make-up-its-mind/

https://lwn.net/Articles/650869/

In 2014 after just 11 days as CEO, proud bigot and vulture capitalist Brendan Eich stepped down due to the backlash Mozilla recieved over knowledge that Eich donated $1000 toward funding californias anti-gay marriage bill.

Eich is now CEO for the web browser Brave and continues to support fascist causes.

https://tech.slashdot.org/story/14/04/03/1924250/brendan-eich-steps-down-as-mozilla-ceo

In 2014 Firefox "reluctantly" added DRM to the browser. This move while logical given the rise of services like netflix requiring it, was yet another nail in the coffin for open web standards.

https://www.fsf.org/news/fsf-condemns-partnership-between-mozilla-and-adobe-to-support-digital-restrictions-management

1

For enabling nvenc support in peertube i had to add binds to the nvidia libs on host machine

services:
  peertube:
    image: chocobozzz/peertube:production-bookworm
    restart: unless-stopped
    container_name: peertube
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: 1
              capabilities:
                - gpu
    ports:
      - 29511:9000
      - 1935:1935
    volumes:
      - /storage/peertube/data:/data
      - ./docker-volume/config:/config
      - /usr/lib/libnvidia-encode.so.1:/usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1:ro
      - /usr/lib/libnvcuvid.so.1:/usr/lib/x86_64-linux-gnu/libnvcuvid.so.1:ro

Without the libs it should fallback to x264 cpu encoding.

1

I've added the mlmym front end for lemmy available at: https://old.ugh.im/ or via tor at http://rhmoebzw3x54opox6m6bdn7spn5prp7vapimdxufizuqv6zdnhanmhyd.onion/

This front end does not require javascript.

1

I managed to get discourse working finally.

https://forum.gravitywell.xyz/

1

Seemed like a logical thing to be running given everything else.

https://cloud.gravitywell.xyz/

1

Chat is architecturally designed to be forgotten. Messages flow by in streams and channels multiply until nobody knows where anything is. Important decisions get made in casual conversations that disappear into the archive.

The result is that organizations are getting dumber as they grow. Because community memory no longer exists in any accessible form. Everything lives in someone’s head until that person leaves or forgets.

We used to have forums. And forums had one massive advantage: you could find things. Threads had descriptive titles. There were categories. Search actually worked because the content was structured for retrieval.

That's what we've really lost: the idea that some conversations should be designed to last, that communities and companies need memory to function, that real-time and permanent aren't the same thing, and that we need both.

1
FunkWhale reverted to 1.4.1 (funk.gravitywell.xyz)

The alpha preview was fun but a bit too janky for regular use. User accounts and all that are reset but most of the old uploads should still be available in the primary library.

I wish we had a decent request system for music in place, if anyone knows of something like JellySeerr that can interface with either slsk, lidarr, and/or tidal-dl, please let me know.

All of the music content is also accessible via NaviDrome, mStream and Jellyfin so users can choose which they prefer.

2
submitted 3 months ago* (last edited 3 months ago) by gravitas@lem.ugh.im to c/gravitywellxyz@lem.ugh.im

Peertube's Channel sync feature imports videos from a YouTube channel/playlist to your PeerTube channel automatically. Sync checks hourly; initial full import of large channels can take hours but additional syncs are usually fast.

  1. Go to Channels > Synchronizations > Add synchronization.

  2. Fill form:

    • Remote channel URL: Paste public YouTube channel URL (or playlist URL). Get from under video title.
    • Video channel: Select your target PeerTube channel.
    • Options for existing videos: Choose "Import all existing" for full backfill, or "Watch for new only".
  3. Click Create.

After Setup:

  • Wait a few hours for initial sync (downloads/encodes videos).
  • New videos import hourly.
  • Monitor list in Synchronizations.

Manage:

  • Update: Delete and recreate sync (use "Watch for new" to avoid re-import).
  • Delete: In list, click button > Delete.

Admin Prerequisites

(Already done on peertube.gravitywell.xyz ) :

In Settings > Configuration > Basic > Videos:

  • Enable "Allow import with HTTP URL (e.g. YouTube)"
  • Enable "Allow channel synchronization with other platforms"

For more details see the official peertube docs

view more: next ›

gravitas

joined 10 months ago
MODERATOR OF