This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Sunday, October 13, 2024
Show HN: Book to Classical Music Soundtrack https://ift.tt/UZc2J6f
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/B3PCMft October 14, 2024 at 02:58AM
Show HN: I made a git rebase TUI editor https://ift.tt/AU7FBgN
Show HN: I made a git rebase TUI editor I use interactive rebase quite often, and particularly like the editor bundled with IntelliJ. But I do not always work with IntelliJ, and am not 'fluent' with Vim, so I tried to replicate roughly the same rebase experience within a TUI. I used a small TUI OCaml project i made last year. The notable features are: - Move commits up and down, fixup, drop - Rename commits from the editor (without having to stop for a reword during the rebase run) - Visualize modified files along commits - 'Explode' a commit ,creating a commit for each modified file (a thing I found myself doing quite often) Feedbacks (both on the tool and the code) and contributions welcome, hope it could fit other people needs too ! https://ift.tt/wDL7M3J October 14, 2024 at 01:33AM
Show HN: The fastest Ethereum graph explorer (OpenSource) https://ift.tt/Xnusvq0
Show HN: The fastest Ethereum graph explorer (OpenSource) https://dictynna.com/ October 14, 2024 at 12:51AM
Saturday, October 12, 2024
Show HN: A simple online text to SVG converter https://ift.tt/uxeqbUP
Show HN: A simple online text to SVG converter Hello! I made a simple online text to SVG converter, mainly for my own use (I was tired of launching Inkscape for such a simple task). It supports Google fonts, font size, color, line breaks, etc. It uses OpenType.js. I am a big fan of really simple tools, which do one thing and do it well. Hopefully this is one of them. I'll be happy if anyone else finds it useful. Thanks! https://text-to-svg.com October 13, 2024 at 01:34AM
Show HN: SSO – Small String Optimization https://ift.tt/FmKEYgN
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/QM1CrzF... [2] https://ift.tt/IaP52dh... [3] https://ift.tt/awHYW7p... https://ift.tt/PZYkBNj October 12, 2024 at 11:56PM
Show HN: AI Podcast Generator https://ift.tt/qxCsaWn
Show HN: AI Podcast Generator https://zenmic.com/app/ October 12, 2024 at 11:40PM
Friday, October 11, 2024
Show HN: I made a URL expander because short links are too mainstream https://ift.tt/hZv3xiz
Show HN: I made a URL expander because short links are too mainstream https://ift.tt/1O6AmkH October 8, 2024 at 11:53PM
Show HN: ZenMD converts a Markdown folder to a site with a single command https://ift.tt/pSbThIJ
Show HN: ZenMD converts a Markdown folder to a site with a single command I have been dogfooding this npx tool to build all my markdown content sites. It allows me to start a site within minutes. As it's just `npx zenmd && netlify deploy` without downloading any framework starter kit, cloning any repo, or generating any folder structure with configs. It's built on remark.js, supports images, [[wikilinks]], and raw html in markdown, as well as custom layout.html customizations. Once the site is built, you can open the output `.html` pages without a server to preview. Demo: here is a post expanding on the "whys" on my personal site (built with ZenMD) - https://ift.tt/p8aFb4R Just made the Github repo: https://ift.tt/SADbPpx public if you'd like to look at the code. https://ift.tt/zWwhSPQ October 11, 2024 at 09:54PM
Show HN: QuickDessert – generate quick dessert recipes and adjust Ingredients https://ift.tt/Sqejytn
Show HN: QuickDessert – generate quick dessert recipes and adjust Ingredients It’s not just your average recipe site – they’ve got an AI-powered feature that generates custom dessert recipes based on your preferences or available ingredients! If you’re short on time or ingredients, the site lets you tweak recipes on the fly. You can adjust ingredients to suit your pantry, dietary preferences, or time constraints, and the AI will instantly generate a new dessert idea for you. Super handy for those moments when you have a sweet tooth but not everything in your kitchen! For example, I tried out a brownie recipe and swapped out sugar for honey – worked like a charm! The flexibility and ease make it really fun to experiment with desserts without spending hours searching for ideas or second-guessing ingredient swaps. https://ift.tt/zKLAMCF October 9, 2024 at 07:51PM
Thursday, October 10, 2024
Show HN: Build Apps via Voice https://ift.tt/SwiLsq0
Show HN: Build Apps via Voice TiramAi - Beta - We have built an app that is now available both on App Store & Play Store that allows non-technical users to build web apps, mobile apps and logic apps as it seems fit by generating user stories and personas. Can be refined as many times. For web apps, the code gets generated in html, cs, JavaScript for the frontend and uses firebase as the db. For mobile app, flutter code gets generated and it takes us a day or so to get it out into test flight or beta testing, due to the app distribution hurdle. Logic apps use c# minimal api and gets deployed on Azure / Google. Exporting of User stories is behind a paywall. We are still fine tuning the code output for all the apps. You can provide feedback within the app as well by shaking the device. Any input / feedback / thoughts are appreciated. https://www.tiram.ai October 11, 2024 at 04:08AM
Show HN: AuthorLens – a new way to find good books to read https://ift.tt/dJopuUy
Show HN: AuthorLens – a new way to find good books to read The previous submission [1] didn't catch on, so re-trying with a less substantive title! [1] https://ift.tt/EfADFxN https://authorlens.com/ October 10, 2024 at 11:16PM
Show HN: HTML for People https://ift.tt/5RMq4UN
Show HN: HTML for People https://ift.tt/LEzTAHb October 10, 2024 at 11:17PM
Show HN: Arch – an intelligent prompt gateway built on Envoy https://ift.tt/zWGhCkm
Show HN: Arch – an intelligent prompt gateway built on Envoy Hi HN! My name is Adil Hafeez, and I am the Co-Founder at Katanemo and the lead developer behind Arch - an open source project for developers to build faster, generative AI apps. Previously I worked on Envoy at Lyft. Engineered with purpose-built LLMs, Arch handles the critical but undifferentiated tasks related to the handling and processing of prompts, including detecting and rejecting jailbreak attempts, intelligently calling “backend” APIs to fulfill the user’s request represented in a prompt, routing to and offering disaster recovery between upstream LLMs, and managing the observability of prompts and LLM interactions in a centralized way - all outside business logic. Here are some additional key details of the project, * Built on top of Envoy and is written in rust. It runs alongside application servers, and uses Envoy's proven HTTP management and scalability features to handle traffic related to prompts and LLMs. * Function calling for fast agentic and RAG apps. Engineered with purpose-built fast LLMs to handle fast, cost-effective, and accurate prompt-based tasks like function/API calling, and parameter extraction from prompts. * Prompt guardrails to prevent jailbreak attempts and ensure safe user interactions without writing a single line of code. * Manages LLM calls, offering smart retries, automatic cutover, and resilient upstream connections for continuous availability. * Uses the W3C Trace Context standard to enable complete request tracing across applications, ensuring compatibility with observability tools, and provides metrics to monitor latency, token usage, and error rates, helping optimize AI application performance. This is our first release, and would love to build alongside the community. We are just getting started on reinventing what we could do at the networking layer for prompts. Do check it out on GitHub at https://ift.tt/QGs5EIO . Please leave a comment or feedback here and I will be happy to answer. (I did make a mistake earlier not properly tagging the title with Show HN and the post didn't end up in Show HN. Later I updated the title but then my text started showing up as a comment. So I redid the post again, sorry if you had looked at the previous post already. Here is the link to the old post https://ift.tt/kJFHGnu ) https://ift.tt/gPrLMdW October 10, 2024 at 11:15PM
Wednesday, October 9, 2024
Show HN: AI detects resume "red flags" https://ift.tt/dHCOJIP
Show HN: AI detects resume "red flags" https://ift.tt/VQ3kIiN October 10, 2024 at 01:53AM
Show HN: VRE Dataset generation for MultiTask vision models training from videos https://ift.tt/6S8wZgq
Show HN: VRE Dataset generation for MultiTask vision models training from videos Been working on this tool for my PhD which involves training multi task vision models using various pre-trained models as inputs or pseudolabels in order to improve generalization. I work mostly on UAV datasets, but it should work okay on indoor scenes or self driving (at least Marigold and Mask2Former). For example, this dataset was generated using this tool: https://ift.tt/OLAv2p9 I'm quite aggressively trying to "just get the nn.Module" from the public repos that other researchers put up in their overly convoluted frameworks. A simple `forward(rgb_input: torch.Tensor) -> torch.Tensor` is nice, having 100 imports from a generic framework that has versions incompatibilities with everything else is not. PS: most mains are standalone runnable too, i.e. - https://ift.tt/OA7Xi8r... or - https://ift.tt/OA7Xi8r... https://ift.tt/aBRSjI3 October 9, 2024 at 11:09PM
Tuesday, October 8, 2024
Show HN: Parliament Wow makes sense of UK democracy https://ift.tt/o0nOtAm
Show HN: Parliament Wow makes sense of UK democracy Over the weekend we built Parliament Wow. It's hacky, buggy and slightly broken but it does the job :) Parliament Wow makes it easy to find out what is going on in parliament and what it actually means for you and me. We know that nobody has the time to watch hours of debates, drown in legal paperwork or keep up with the implications of every vote. Not me or you and least of all your MPs. There is just too much data. So we made a solution. We paired some semantic search with every publicly accessible document, audio recording or transcript we could get our hands on + some generative models to make it all look pretty. And we built a demo of what democracy could become. Parliament Wow won the a16z London Hackathon in the Build Back Britain category. Where should we go with this? https://ift.tt/fTrmDn4 October 9, 2024 at 12:39AM
Show HN: Actor Kit – XState Machines for Cloudflare Workers https://ift.tt/O8a9EJs
Show HN: Actor Kit – XState Machines for Cloudflare Workers Actor Kit is a library for running state machines in Cloudflare Workers, leveraging XState for robust state management. It provides a framework for managing the logic, lifecycle, persistence, synchronization, and access control of actors in a distributed environment. Key features include: - Persistent, distributed state management - Type-safe events and state with TypeScript and Zod - Real-time updates and seamless server-to-client state transfer - Access control and secure data management - Framework-agnostic with examples for Next.js and Remix integration - Actor lifecycle management in distributed environments - Support for real-time collaboration - State migration support The project is in early development, and I'm seeking feedback on the ideas and APIs. Cheers, Jon https://ift.tt/KkltpNd October 8, 2024 at 11:56PM
Show HN: I built this as a high school student to learn SQL with realistic data https://ift.tt/e7mwp94
Show HN: I built this as a high school student to learn SQL with realistic data https://sandboxsql.com October 8, 2024 at 12:07PM
Monday, October 7, 2024
Show HN: 2048-TUI – A cross platform terminal version of 2048 with sound support https://ift.tt/5fy6Y19
Show HN: 2048-TUI – A cross platform terminal version of 2048 with sound support https://ift.tt/KhTila2 October 8, 2024 at 05:02AM
Show HN: AI-generated images that look like real life https://ift.tt/eYpyXWL
Show HN: AI-generated images that look like real life https://ift.tt/I4w5nCY October 8, 2024 at 02:08AM
Subscribe to:
Posts (Atom)
Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor https://ift.tt/VogWu3E
Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor Hi HN, I keep running in the same problem of each AI app “rem...
-
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/0cBueJt February 10, 2025 at 02:26AM
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...
-
Show HN: TNX API – Natural Language Interactions with Your Database Hey HN! I built TNX API to make working with databases as simple as aski...