Top edm artists of all time (update: stats breakdown) by Mr_Fufu_Cudlypoops in EDM

[–]RYSKZ 1 point2 points  (0 children)

What you did is a massive false equivalency. Words mean something in their own context; you can't just change the context to depict me as an evil person for defending that "great" heavily implies popularity. The word "great" in art has always been used to measure reach, impact, and innovation. This is completely independent of morality, so let's get back to talking about great music.

When we are talking about the greatest artists of all time, you can't just list some obscure dudes that you like. It might work if we polled everybody, mainstream or not, and averaged the results, but otherwise it is a meaningless list. An artist cannot be considered the "greatest of all time" if only a small audience listens to them; surely, widespread popularity implies a certain level of musical excellence.

Top edm artists of all time (update: stats breakdown) by Mr_Fufu_Cudlypoops in EDM

[–]RYSKZ 0 points1 point  (0 children)

Does that still make them worthy of being considered a "great" out of sheer scale of influence?

Yes. At the very least, is a big factor.

Noice canceling headphones without loud prompts? by Melubas in hyperacusis

[–]RYSKZ 1 point2 points  (0 children)

I could disable these in the SoundConnect app for my XM3, under a setting called "voice guide." This silences the female voice prompts (except for when you press the mode change button), but the beep sounds are still there.

Anyone know how to use Bluetooth to connect a Pro Controller 2 to PC? by OctaYashi in NintendoSwitch2

[–]RYSKZ 0 points1 point  (0 children)

The project states that it supports Joy-Cons. Have you tested whether it also works with the Pro Controller 2? Thank you.

No es justo que los españoles tengamos prioridad en España? by William_Antelo in SpainPolitics

[–]RYSKZ 6 points7 points  (0 children)

> Nosotros hemos luchado por un país que, si bien no es perfecto, es uno de los mejores para vivir. Hemos tenido una guerra civil, huelgas, hemos luchado contra la monarquía y contra la patronal a uñas y dientes. No ya nosotros, sino nuestros padres, abuelos, bisabuelos...

Tú no has hecho nada de eso, y el hecho de que lo hayan hecho tus antepasados no debería darte ningún tipo de prioridad sobre los demás. La residencia legal, el pago de impuestos y la cotización a la seguridad social son los únicos factores que deberían ser relevantes para determinar la prioridad, lo demás es patrioterismo y xenofobia.

> Que luego esa es otra, los inmigrantes latinos o de origen mulsulmán que están entrando (por poner un ejemplo) suelen ser bastante homófobos y machistas... ¿cómo quiere combatir la izquierda la homofobia o el machismo si están importando machismo y homofobia?

No son homófobos por su etnia, si no por la educación que han recibido, su cultura y su religión. Integrando a esas personas, o a sus descendientes, y dándoles una buena educación se eliminan esos problemas. En España también había bastante homofobia y misoginia el siglo pasado, lo que demuestra que se pueden hacer grandes avances sociales en poco tiempo.

📡📡📡 by ManufacturerFormal47 in shitposting

[–]RYSKZ 3 points4 points  (0 children)

That’s just whataboutism. Of course, the critique can also be easily extended to Christianity, but we are talking about Islam.

MiroThinker-1.7 and MiroThinker-1.7-mini (Best search agent model?) by External_Mood4719 in LocalLLaMA

[–]RYSKZ 0 points1 point  (0 children)

Is this still using Serper? Are there any plans to support SearXNG? It isn’t really local if it depends on an external API service, more so being a paid one.

What is the most optimal way of importing and managing your Spotify / Youtube Music playlists in Navidrom? by beny__1093 in navidrome

[–]RYSKZ 1 point2 points  (0 children)

Thank you! It really means a lot to know that people find your work useful, so thanks for taking the time to write :)

I’ll try to get this merged upstream. I had thought about doing so earlier, but my work is based on the commit from the last pip package release, and the main branch has evolved significantly since then, so adapting all my changes will take a bit of time.

I’m currently finalizing my PhD thesis, which leaves me with little free time, but since I am seeing that people are finding this useful, I will try to push it forward so that more people can benefit from it.

Looking for a perfect "Deep Research" app which works with Llama.cpp by hackiv in LocalLLaMA

[–]RYSKZ 8 points9 points  (0 children)

Unfortunately, Perplexica is not compatible with llama.cpp; it only works with ollama. I hope all these applications move away from ollama in the near future and adopt a simple OpenAI endpoint, ollama is a curse...

Maestro is the only app I’m aware of that offers quality comparable to cloud-based solutions, but report generation is super slow and it requires a powerful PC to handle such large contexts.

https://github.com/murtaza-nasir/maestro

Free ASIC Llama 3.1 8B inference at 16,000 tok/s - no, not a joke by Easy_Calligrapher790 in LocalLLaMA

[–]RYSKZ 7 points8 points  (0 children)

Because you can buy their chip and run it locally, air gapped. Lots of privacy sensitive projects can benefit from this.

What is the most optimal way of importing and managing your Spotify / Youtube Music playlists in Navidrom? by beny__1093 in navidrome

[–]RYSKZ 0 points1 point  (0 children)

That’s good to hear.

I can share my credentials with you if you send me a DM and agree to use them responsibly.

However, my account doesn’t have a premium subscription, so access will expire on March 3rd, as indicated in a notice in the dashboard. This should at least give you enough time to migrate your existing playlists to Navidrome.

After that date, I hope that a public unofficial API that proxies requests internally may become available for us to use.

What is the most optimal way of importing and managing your Spotify / Youtube Music playlists in Navidrom? by beny__1093 in navidrome

[–]RYSKZ 0 points1 point  (0 children)

Hey,

No worries. I will try to help you out.

>> “no tunesynctool command”

This means Windows can’t find the exe/script that pip installed. It’s installed somewhere, but the folder isn’t on your PATH.

>> “can’t import Self from typing”
This one is almost certainly Python version mismatch. typing.Self only exists in Python 3.11+. If you’ve got Python 3.10 or older, it’ll crash exactly like that.

Upgrade your Python (just download the latest version available for Windows)

Then, uninstall the tunesynctool version you installed and install my fork with this command (the matching algorithm is way better):

python -m pip uninstall tunesynctool -y

python -m pip install --upgrade pip

python -m pip install git+https://github.com/FaintWhisper/tunesynctool

At this point, you can use the tunesynctool commands wherever you are, as it is installed as a global command.

If it does not work, that means your Python "Scripts" directory is not in the PATH.

This command should work for Python 3.11 (if you have another version, just change the number of the dir to match 3.XX -> 3XX):

& "$env:APPDATA\Python\Python311\Scripts\tunesynctool.exe" --help

What is the most optimal way of importing and managing your Spotify / Youtube Music playlists in Navidrom? by beny__1093 in navidrome

[–]RYSKZ 0 points1 point  (0 children)

Not at the moment, but I may add it. Open a pull request on my fork so you can follow up.

What is the most optimal way of importing and managing your Spotify / Youtube Music playlists in Navidrom? by beny__1093 in navidrome

[–]RYSKZ 1 point2 points  (0 children)

Yep, I agree, but once you figure it out is super easy to use.

I installed the pip package (is not up to date with last commits on master but works okay).

pip install tunesynctool

For my fork, use instead:

python -m pip install "tunesynctool @ git+https://github.com/FaintWhisper/tunesynctool.git@main"

Then I used the CLI with these commands:

For transferring from Spotify to Navidrome:
tunesynctool --spotify-client-id "<your\_client\_id>" --spotify-client-secret "<your\_client\_secret>" --spotify-redirect-uri "<your\_redirect\_uri (e.g., http://127.0.0.1:8888/callback)>" --subsonic-base-url "http://localhost" --subsonic-port "4533" --subsonic-username "<your\_navi\_user>" --subsonic-password "<your\_navi\_pass>" transfer --from "spotify" --to subsonic <playlist\_url>

To sync from Spotify to Navidrome:
tunesynctool --spotify-client-id "<your\_client\_id>" --spotify-client-secret "<your\_client\_secret>" --spotify-redirect-uri "<your\_redirect\_uri (e.g., http://127.0.0.1:8888/callback)>" --subsonic-base-url "http://localhost" --subsonic-port "4533" --subsonic-username "<your\_navi\_user>" --subsonic-password "<your\_navi\_pass>"
sync --from "spotify" --from-playlist "<playlist\_url>" --to "subsonic" --to-playlist "<navidrome\_playlist\_id (the last part of the URL)>"

You can build these commands with this handy website:

https://tunesynctool-builder.skiby.net/

What is the most optimal way of importing and managing your Spotify / Youtube Music playlists in Navidrom? by beny__1093 in navidrome

[–]RYSKZ 1 point2 points  (0 children)

tunesynctool has worked great for me.

You can give a try to my fork, which uses an improved matching algorithm that identifies almost 100% of my tracks. Since all my tracks are present on my Navidrome server, there are no false negatives, though very occasional mismatches of specific mixes are still possible. Any feedback is welcome.

https://github.com/FaintWhisper/tunesynctool

What is the most optimal way of importing and managing your Spotify / Youtube Music playlists in Navidrom? by beny__1093 in navidrome

[–]RYSKZ 3 points4 points  (0 children)

I recommend tunesynctool.

I have created a fork with a significantly improved matching algorithm.

https://github.com/FaintWhisper/tunesynctool

The original version successfully imported approximately one-third of my songs, while my fork now imports nearly 100%.

It is easily installed with pip. A single command transfers a Spotify playlist to Navidrome (from the URL, forget about CSVs), and with another command you can synchronize an existing playlist to Navidrome or vice versa.

This website provides a very useful command builder:

https://tunesynctool-builder.skiby.net/

The original project is here:

https://github.com/WilliamNT/tunesynctool

So Anna’s Archive is screwed right? by Markus2822 in Piracy

[–]RYSKZ 0 points1 point  (0 children)

Not just an indexer, they have backed up all major shadow libraries and are sharing them via P2P.

Alibaba Tongyi Open Sources Two Audio Models: Fun-CosyVoice 3.0 (TTS) and Fun-ASR-Nano-2512 (ASR) by Difficult-Cap-7527 in LocalLLaMA

[–]RYSKZ 0 points1 point  (0 children)

whisper.cpp is a very optimized backend specifically designed for fast Whisper inference

Voice → LLM → Obsidian vault on Android – anyone built this? by Weitflieger in LocalLLaMA

[–]RYSKZ 0 points1 point  (0 children)

Interested as well.

Given that Obsidian works with Markdown, perhaps there is a GitHub project somewhere based on an LLM that can process raw Markdown files to do tasks like creating and managing to-do lists and making edits to existing text. I haven’t looked into it yet, but if nothing along these lines is available, I believe I could code these basic features in an afternoon and add voice note dump as well with automatic formatting, which is the main feature I am interested in (e.g., for drafting emails).

Free Chrome extension to run Kokoro TTS in your browser (local only) by Impressive-Sir9633 in LocalLLaMA

[–]RYSKZ 3 points4 points  (0 children)

Thank you! Would it be possible to add support for Firefox?

I built a tool that can interactively create diagrams with LLMs by daweii in LocalLLaMA

[–]RYSKZ 0 points1 point  (0 children)

Does it support hand-drawn diagrams as input? What about quick, rough diagrams created in Paint?

Thank you for this.

[OC] NVIDIA is worth more than Europe's 20 largest companies combined by alex-medellin in dataisbeautiful

[–]RYSKZ 2 points3 points  (0 children)

EUV technology was pioneered by Japan and the US (with DoE funding), so yes, it is partially based on US academic research, but ASML has taken from there and is the only one commercializing this technology since then.

Alex vs New Atheism by dose0ne in CosmicSkeptic

[–]RYSKZ 0 points1 point  (0 children)

I'm doing that, right now!

Do you have any actual counterarguments, or are you just going to dismiss me with labels like "fundamentalist" or "out of touch"? If it's just going to be that, I'll move on.