Ramenator

joined 1 year ago
[–] Ramenator 4 points 2 months ago

I've looked it up and it's even uglier and I can kinda understand why they did it this way Basically, for their "integrations" they aren't using any official APIs. Instead they just use the websites and automate them via the Playwright framework. So for each user they have a VM running with a Chrome browser to access the services. So now they have the problem that they need to get their users session cookies into the browser. And the easiest solution for that is having the users access their VM via VNC and just log into the automated browser.
This is such a hacky solution that I'm actually in awe of it's shittiness. That's something you throw together in an all-nighter during a Hackathon, not a production ready solution

31
submitted 4 months ago by Ramenator to c/lemmybread
 
[–] Ramenator 24 points 4 months ago

Global Warming Speedrun Any%

[–] Ramenator 4 points 5 months ago

I can confirm that Hyprland also works from GDM

[–] Ramenator 15 points 5 months ago (3 children)

This might sound a bit heretical, but you could carefully pick and match a variety of software and configuration to your individual needs, turning your tiling wm into a fully functional desktop environment, or you could just install a tiling wm into an existing desktop environment and get something useful with like ten percent of the work.
I know that I have done the former multiple times, only to fall back to existing desktop environments again because it's just a lot less work and often works better, since you don't have to take care of getting things like screen sharing or media buttons to function.
Especially LXQt and Xfce make it very easy to run a tiling window manager, but you can also find extensions/plugins for KDE or Gnome to make them tile. I'm personally running Gnome with the Pop Shell extension right now

[–] Ramenator 10 points 5 months ago

Damn, who's cutting onions here ;_;

[–] Ramenator 61 points 5 months ago (1 children)
  • Transfem: Born in a male body, identifies as female
  • Femboy: Born in a male body, identifies as male, likes to behave and/or dress in what is traditionally seen as feminine
[–] Ramenator 9 points 5 months ago* (last edited 5 months ago) (1 children)

Also the Apple Pippin. And third-party Macintosh clones. And the Twentieth Century Macintosh. And the Apple III.
Especially before Steve Jobs took over Apple again they had what feels like more flops than successes.

[–] Ramenator 12 points 5 months ago

Honestly, I already thought that The Force Awakens was underwhelming

[–] Ramenator 4 points 5 months ago

Can confirm that I'm still using Emacs

[–] Ramenator 31 points 5 months ago (2 children)

Honestly, if they shake up the market and force the European manufacturers to produce cheaper EVs I'm all for it

[–] Ramenator 8 points 5 months ago (1 children)

Yeah, I'm making a lot myself too, but I sadly don't have the storage space for large amounts of food. And the homemade goods are often more expensive, unless you can get veggies on the cheap from a farmer

 
 
27
submitted 8 months ago* (last edited 8 months ago) by Ramenator to c/3dprinting
 

I have a Sapphire Plus printer which I have heavily modified (out of the box it is a piece of junk). After finally changing the mainboard and installing Klipper I got it to print reliably. Of course the next thing I wanted to do was print fast. It quickly became apparent that the E3D V6 hotend and the anemic 3010 fans severely limited said goal. So I got myself a Dragon HF hotend, a 5020 blower and printed this print head. From the get go I had massive problems with retraction, even after calibrating pressure advance the retraction towers I tried in Orca Slicer where all stringy messes. I kinda got it under control by severely slowing the retraction speed to 25mm/s with a 0.4mm retraction distance with nozzle wipe.
But now I'm sometimes getting these weird stringing artifacts on prints. Not on every print and not on every part, it's just certain seams that get them. I'm currently printing with a 0.6mm CHT nozzle and a fresh roll of Elegoo PLA. Does anyone have any idea what could be the culprit? It ruined the finish on a few otherwise perfect prints.
I even tried out this print: this print since it has a lot of retractions, but of course that one turned out perfectly apart from a few tiny whisps.

 

I've been trying to setup Jellyfin from the docker container, but I can't get it to work. Whenever access it it only shows me a single movie on the frontpage. If I enter the library it also shows me only one movie. When I click on one of the characters in the library it shows me a single movie starting with that character. When I try to search for a movie it only ever shows me a single match (like only showing a single Batman movie despite multiple ones being in the library).

And according to the metadata it has found all the movies, though all fields apart from title and year are empty (though the year in brackets is also added to the name)

I have had Radarr organize the movie files according to the recommended setup

/data/Filme
├── 2001 A Space Odyssey (1968)
│   ├── 2001 A Space Odyssey (1968) - Bluray-1080p.de.srt
│   ├── 2001 A Space Odyssey (1968) - Bluray-1080p.fr.srt
│   ├── 2001 A Space Odyssey (1968) - Bluray-1080p.mkv
│   ├── 2001 A Space Odyssey (1968) - Bluray-1080p.zh.srt
│   ├── fanart.jpg
│   ├── logo.png
│   └── poster.jpg
├── 23 (1998)
│   └── 23 (1998) - Bluray-480p.mkv
├── 300 (2006)
│   ├── 300 (2006) - Bluray-1080p.de.srt
│   ├── 300 (2006) - Bluray-1080p.en.srt
│   ├── 300 (2006) - Bluray-1080p.fr.srt
│   ├── 300 (2006) - Bluray-1080p.mkv
│   ├── 300 (2006) - Bluray-1080p.zh.srt
│   ├── fanart.jpg
│   └── poster.jpg
├── 3 Idiots (2009)
│   ├── 3 Idiots (2009) - Bluray-1080p.de.srt
│   ├── 3 Idiots (2009) - Bluray-1080p.mkv
│   ├── 3 Idiots (2009) - Bluray-1080p.sub
│   ├── 3 Idiots (2009) - Bluray-1080p.zh.srt
│   ├── fanart.jpg
│   └── poster.jpg
├── Absolutely Anything (2015)
│   └── Absolutely Anything (2015) - Bluray-1080p.mkv

And the owner of the movies is the user which is set in the docker-compose file and I even did a chmod -R 777 * just to make sure. The same problem appears when I access from behind my traefik reverse proxy or when I access it directly. It also happens with both the official docker image and the one from linuxserver.io.

This here is the relevant part of the docker-compose.yml:

  jellyfin:
    image: jellyfin/jellyfin
    container_name: jellyfin
    user: 1000:1000
    volumes:
      - ./jellyfin-config:/config
      - ./jellyfin-cache:/cache
      - /data:/media
    ports:
      - 8096:8096
      - 7359:7359/udp #optional
      - 1900:1900/udp #optional
    restart: 'unless-stopped'
    # Optional - alternative address used for autodiscovery
    environment:
      - JELLYFIN_PublishedServerUrl=example.com
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.jelly.rule=Host(`example.com`)"
      - "traefik.http.routers.jelly.entrypoints=https"
      - "traefik.http.services.jelly.loadbalancer.server.port=8096"
      - "traefik.http.routers.jelly.service=jelly"
      - "traefik.http.routers.jelly.tls.certresolver=letsencrypt"

Here's the logs that I get while running a library scan: https://gist.github.com/MissingNoIOI/ebb...724e4c6320

I orginally wanted to switch over from Plex, but I just cant get Jellyfin to work and Im out of ideas at this point. Any help would be greatly appreciated

view more: next ›