Tuesday, October 15, 2024

Monday, October 14, 2024

Show HN: Book to Classical Music Soundtrack https://ift.tt/AE5BnZj

Show HN: Book to Classical Music Soundtrack Hey, HN, literature and classical music are two of my biggest passions, and I always found it interesting how some classical pieces fit to the stories they are barely connected with. E.g. some of Tchaikovsky's music will always evoke the world of Harry Potter for me; music of Sibelius takes me to the same landscapes as writings of Tolkien - of course, these clearly result from John Williams' and Howard Shore's direct inspirations from the romantic composers when creating the soundtracks for the movie adaptations. For a more niche example, music of Olivier Messiaen fits in my view the book L'Écume Des Jours by Boris Vian - grandiose movements of the Turangalila symphony for the first half of the story, the expressionism and sadness of Vingt Regards the latter. The examples are numerous. My recent idea was to somehow automate this pairing of literature and music. It works quite simply - at first, I collected a large dataset of classical music pieces with text descriptions, which I transformed into embeddings. When generating a soundtrack, I use an LLM to create a description of what kind of music would be suitable for the story, and the embedding of this description is used to fetch the most relevant tracks. While the resulting playlist can barely be understood as "soundtrack" at this point, it can be a pleasant background playlist for reading the book. Thanks in advance for any suggestions or feedback :) https://ift.tt/o8MH7f9 October 14, 2024 at 02:58AM

Show HN: The fastest Ethereum graph explorer (OpenSource) https://ift.tt/9kfpAVo

Show HN: The fastest Ethereum graph explorer (OpenSource) https://dictynna.com/ October 14, 2024 at 12:51AM

Show HN: I've added undo and redo to IsoCity https://ift.tt/ORW4U6c

Show HN: I've added undo and redo to IsoCity https://ift.tt/JBpQA1e October 12, 2024 at 08:13AM

Sunday, October 13, 2024

Show HN: SSO – Small String Optimization https://ift.tt/0QKzngo

Show HN: SSO – Small String Optimization I wrote this just for fun when saw article about sso in Rust[1]. My string can store up to 23 (excluding null-terminator) 8-bit chars without calling allocator. Here I can mistake, but.. Curious fact: both - libstdc++[2] and libc++[3] - do access to union member without any check that it is active now. AFAIK, this is UB in C++. But I assume that they just rely on theirs compiler features. I tried to avoid this using `std::byte[]`. But I'm still sure that there are several UB's in my code :) [1] https://ift.tt/8EIgPaf... [2] https://ift.tt/mMKoTp7... [3] https://ift.tt/usYmpBW... https://ift.tt/etraDwB October 12, 2024 at 11:56PM

Show HN: AI Podcast Generator https://ift.tt/DhYrjqS

Show HN: AI Podcast Generator https://zenmic.com/app/ October 12, 2024 at 11:40PM

Show HN: I Launched SaaSPack – A Next.js Boilerplate for Micro SaaS Builders https://ift.tt/bwtiqYF

Show HN: I Launched SaaSPack – A Next.js Boilerplate for Micro SaaS Builders https://saaspack.app/ October 12, 2024 at 11:11PM

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs https://ift.tt/YI3x9Gt

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs We’ve been building local and on-prem agent workflows for open-source LLM...