Anybody on the road of learning JavaScript wanting to make a group together?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 0%

    I was going to try my hand at JavaScript but got a bit overwhelmed at the number of JavaScript frameworks, npm, typescript... The whole ecosystem seems so fragile.

    0
  • If you're telling someone about Lemmy, what link do you send them?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 0%

    Hey thanks for the great website. Are you able to make it search on button click instead of after each character is typed? There is a large amount of lag for me on mobile while trying to type, leading to lots of typos.

    0
  • is it better to use subdomains or paths?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 50%

    I understand, though if the services you're hosting are all http by themselves, and https due to a reverse proxy, if you attempt to connect to the reverse proxy it'll only serve the root service. I'm not aware of a method of getting to subdomains from the reverse proxy if you try to reach it locally via ip.

    0
  • Spotify alternative
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 100%

    I've previously also tried airsonic, gonic, ampache, LMS, and funkwhale, all with some problem I couldn't solve. Maybe embarrassing but for the handful of minutes I tried funkwhale, I couldn't figure out how to add my music files...

    1
  • Spotify alternative
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 100%

    Happy if metadata file names are checked externally with something like last.fm to calculate the playlist, just want the music files to be local. Does jellyfin do playlist generation with the plugin you mentioned?

    4
  • is it better to use subdomains or paths?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 44%

    Everyone is saying subdomains so I'll try to give a reason for paths. Using subdomains makes local access a bit harder. With paths you can use httpS://192etc/example, but if you use subdomains, how do you connect internally with https? Https://example.192etc won't work as you can't mix an ip address with domain resolution. You'll have to use http://192etc:port. So no httpS for internal access. I got around this by hosting adguard as a local DNS and added an override so that my domain resolved to the local IP. But this won't work if you're connected to a VPN as it'll capture your DNS requests, if you use paths you could exclude the IP from the VPN.

    Edit: not sure what you mean by "more setup", you should be using a reverse proxy either way.

    -1
  • I'm looking for a self hosted music server (or client) that has good automatic playlist generation from a selected song, like Spotify's "your recommended". I'm currently running jellyfin and navidrome for music. The closest I've seen is beatbump but it uses YouTube for the music, I'm hoping to use my local files. Any suggestions?

    31
    16
    YouTube tests blocking videos unless you disable ad blockers
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 100%

    Yeah I have it downloading to a folder which is monitored by Jellyfin, makes the whole process automated. Protip, set the MEDIA FORMAT string to sort into season folders, and have the filename look like the way you normally format season-episode, so that Jellyfin sorts it properly. I use: Season {yyyy}/{source_full} - {yyyy}x{mm}{dd} - {title_full}.{ext} Unfortunately I've been having issues with filenames atm, tracked under https://github.com/meeb/tubesync/issues/371

    1
  • What are peoples thoughts on games requiring always online? How does it affect your enjoyment of those games?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 100%

    As a new dad, that problem was solved by being too tired to game with the little free time anyway lol. Also emulators like yuzu work wonders here as you can just pause the emulator even if the game doesn't support it.

    8
  • Internationalization / multi-language support
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TemperateFox
    1y ago 100%

    Do you need to wait until after the translation to start the server and communities? The interface may still be in English though that may change in the future. Ñ is supported so you could still populate the server with Spanish content? I'm learning Spanish at the moment and will miss r/languagelearning and others, would like to join your server 😊

    2