This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Monday, May 22, 2023
Show HN: Blotter – An interactive, never ending music video https://ift.tt/b4YuQN2
Show HN: Blotter – An interactive, never ending music video One day I was listening to a playlist and wished there could be some cool visuals to go along with it. Blotter is a proof of concept I hacked together that does a bit of audio recognition combined with a few generative AI models (both text and img) to create visuals that are relevant to the song. The video stream is generated in real time at 24fps - you can try it yourself by requesting visuals in the Twitch chat using the "!v" command! Right now it's mostly a fun hack project, but I am tinkering with new model architectures for higher fidelity video as well as an interactive tool so people can make videos with their own audio files. I'd love to hear any feedback or suggestions, thanks! https://ift.tt/plqH0CG May 23, 2023 at 03:51AM
Show HN: Psychic - An open-source integration platform for unstructured data https://ift.tt/YB8Oymu
Show HN: Psychic - An open-source integration platform for unstructured data My cofounder and I used to work at Robinhood where we shipped the company’s first OAuth integrations, so we know a lot about how data moves between companies. For example, we know that the pain of building new API integrations scales with the level of fragmentation and number of competing "standards". In the current meta, we see this pain with a lot of AI startups who invariably need to connect to their customers data, but have to support 50+ integrations before they even scale to 50+ customers. This is the process for an AI startup to add a new integration for a customer: - Pore over the API docs for each source application and write a connector for each - Play email tag to find the right stakeholders and get them to share sensitive API keys, or give them an OAuth app. It can take 6+ weeks for some platforms to review new OAuth apps - Normalize data that arrives in a different formats from each source (HTML, XML, text dumps, 3 different flavors of markdown, JSON, etc) - Figure out what data should be vectorized, what should be stored as SQL, and what should be discarded - Detect when data has been updated and synchronize it - Monitor when pipelines break so data doesn’t go stale This is a LOT of work for something that doesn’t move the needle on product quality. That’s why we built Psychic.dev to be the fastest and most secure way for startups to connect to their customer’s data. You integrate once with our universal APIs and get N integrations with CRMs, knowledge bases, ticketing systems and more with no incremental engineering effort. We abstract away the quirks of each data source into Document and Conversation data models, and try to find a good balance to allow for deep integrations while maintaining broad utility. Since it’s open source, we encourage founders to fork and extend our data models to fit their needs as they evolve, even if it means migrating off our paid version. To see an example in action, check out our demo repo here: https://ift.tt/rUA8Sne We are also open source and open to contributions, learn more at docs.psychic.dev or by emailing us at founders@psychic.dev! https://ift.tt/9UmOVCy May 22, 2023 at 08:11PM
Show HN: ClipBase - YouTube Full Text Search – Search videos by words spoken https://ift.tt/eLGUwiN
Show HN: ClipBase - YouTube Full Text Search – Search videos by words spoken https://clipbase.xyz May 22, 2023 at 02:09PM
Show HN: I built a web app for learning Vim from the browser as a 17-year-old https://ift.tt/AeCTSVo
Show HN: I built a web app for learning Vim from the browser as a 17-year-old Hey HN! After my own experiences with learning Vim, I wanted to skip the frustrating process of configuring a new tool before even learning how to use it. In an attempt to solve this problem, I started working on Vim Ninja, a web app that would allow developers to learn Vim through interactive lessons in the browser. It’s been a couple of months, and I’m proud to say that I’ve finally released https://VimNinja.com ! Check out a demo of the app here: https://youtu.be/reukQHKqMZE . On the technical side of things, I used SvelteKit to build the entire app and Tailwind, which turned out to be an amazing decision. I actually really like SvelteKit’s filesystem-based router as well as Svelte’s brevity, and Tailwind actually makes styling a fun task for me. I’m using CodeMirror 6 as a base for Vim Ninja’s code editor, and I really prefer it over more feature-packed alternatives like the Monaco Editor, which is what I started out with but soon abandoned due to its worse performance when compared to alternatives like CM6 and the sheer amount of bells and whistles that I just didn’t need. https://ift.tt/98EmrTk May 22, 2023 at 05:33PM
Show HN: Rust Port of Pwnpasswordsdownloader https://ift.tt/NDmOlIY
Show HN: Rust Port of Pwnpasswordsdownloader https://ift.tt/weOvTki May 22, 2023 at 02:48PM
Show HN: WikTok – A Recommendation UI for Wikipedia https://ift.tt/Tgwj7nF
Show HN: WikTok – A Recommendation UI for Wikipedia Hi HN, WikTok is a UI for Wikipedia that lets you quickly swipe (or use your arrow keys) to navigate between random and recommended articles (based on the previous articles you interacted most with). It's just a fun project I hacked together this weekend, so may be a little rough around the edges, but I'd love to get your thoughts. Let me know if you have any suggestions (or find any interesting articles!) Cheers, https://wiktok.org/ May 22, 2023 at 02:29PM
Sunday, May 21, 2023
Show HN: A Simple Load Testing CLI Built in Go https://ift.tt/d7mTbZ2
Show HN: A Simple Load Testing CLI Built in Go There are plenty of good tools for load testing such as JMeter, Minigun, and plenty more - but they all have their own set of options to learn. I built this one to support a simpler workflow where you just paste your curl request (or other cli command) after your `spam` config (literally just `spam -r 2 -- curl www.google.com). It's pretty barebones but I'm 100% going to use it in my day to day - figured I'd share it here if it helped anyone else! https://ift.tt/AvCKafe May 22, 2023 at 01:02AM
Show HN: Thousands of shadertoy.com creations on one scrollable grid https://ift.tt/ydUKr3w
Show HN: Thousands of shadertoy.com creations on one scrollable grid https://ift.tt/SgMVmTq May 21, 2023 at 08:35PM
Show HN: AI-based app that helps you raise funding https://ift.tt/XOKQM5J
Show HN: AI-based app that helps you raise funding One app for the Best Fundraising Experience. Founders describe their ideas, and then an app produces: - A list of competitors using similarity search. - A list of best-fit investors based on their previous investments, the idea, and competitors. - Detailed analysis on each investor. https://ift.tt/O10dgRC May 21, 2023 at 07:07PM
Show HN: SpaceBadgers – Free and Libre SVG Badges https://ift.tt/TSqEF51
Show HN: SpaceBadgers – Free and Libre SVG Badges Greetings, Hacker News community! I am thrilled to present SpaceBadgers, a new free and open-source SVG badge generator I've been working on. It's located at badgers.space. SpaceBadgers is born out of the desire to offer more flexibility and customization for project badges, often used in open-source projects. It's fully open source, provided under the permissive MIT license, and will always be provided for free. The core badge worker is written in Rust, and so is the library behind it, which you can also find on crates.io under the name spacebadgers. I am excited to receive your feedback and suggestions. Check it out and let me know what you think in the comments. Contributions are also welcomed and appreciated. You can find the source code here: https://ift.tt/OxFuinI . https://badgers.space May 21, 2023 at 05:24PM
Show HN: Summary GPT – host a bot to summary Text, URLs, PDFs and videos for you https://ift.tt/WUNXCfk
Show HN: Summary GPT – host a bot to summary Text, URLs, PDFs and videos for you An AI-powered text summarization Telegram bot that generates concise summaries of text, URLs, PDFs and YouTube videos. https://ift.tt/VuyIUSz May 21, 2023 at 09:36AM
Show HN: Loofi – Our AI-Powered SQL Query Builder https://ift.tt/kaHcjOZ
Show HN: Loofi – Our AI-Powered SQL Query Builder Hi HN Community, We're a team of software engineers who've experienced the complexity of crafting SQL queries. To address this, we've developed a tool that simplifies this process. Introducing Loofi, an AI-powered SQL Query Builder. Loofi streamlines query building and leverages AI algorithms for intelligent recommendations. We value community feedback and invite you to try out Loofi. Your thoughts and suggestions will help us improve our tool. Here's the link to Loofi: https://loofi.dev/ For any questions or assistance, feel free to reach out. We're eager to engage with this community. Your valuable feedback is much appreciated! https://loofi.dev/ May 21, 2023 at 07:49AM
Saturday, May 20, 2023
Show HN: Drift, a self-hostable Gist and pastebin https://ift.tt/Uo01LwP
Show HN: Drift, a self-hostable Gist and pastebin https://drift.lol/ May 21, 2023 at 04:37AM
Show HN: What Electrons Look Like https://ift.tt/eUkQWVR
Show HN: What Electrons Look Like https://ift.tt/HGvf0rK May 20, 2023 at 11:32PM
Show HN: pg-bulk-ingest – Bulk ingest into PostgreSQL with high-watermarking https://ift.tt/eoOcs8Y
Show HN: pg-bulk-ingest – Bulk ingest into PostgreSQL with high-watermarking https://ift.tt/7LVqjhW May 20, 2023 at 11:13PM
Show HN: YouTube Full Text Search – Search all of a channel from the commandline https://ift.tt/txIfdp7
Show HN: YouTube Full Text Search – Search all of a channel from the commandline yt-fts is a simple python script that uses yt-dlp to scrape all of a youtube channels subtitles and load them into an sqlite database that is searchable from the command line. It allows you to query a channel for specific key word or phrase and will generate time stamped youtube urls to the video containing the keyword. https://ift.tt/BE1NfoU May 20, 2023 at 11:48AM
Friday, May 19, 2023
Show HN: Nonius Clock https://ift.tt/wzjoEpu
Show HN: Nonius Clock https://ift.tt/51srLtQ May 20, 2023 at 12:30AM
Show HN: Localias, securely manage local devserver aliases https://ift.tt/htzCsf0
Show HN: Localias, securely manage local devserver aliases Hey HN, Localias is a new tool that you can use to securely manage your local development servers. Use localias to securely proxy a local development server running on http://localhost:3000 and access it at https://frontend.test . Localias is built on top of Caddy, so it's secure and performant. And because it's built on top of Caddy, it will automatically generate and install a custom root certificate, and automatically generate and sign certificates for each of your aliases. This all works by editing your /etc/hosts file and generating a Caddy config, then running the proxy server for you either in the foreground or as a daemon. It's easier to deal with than running Caddy yourself. Your whole team can share a configuration file in your git repo, making it easier to share URLs with each other while developing. I hope you try it out and find it useful! The code is MIT-licensed and I'm happy to accept any feedback, feature requests, PRs, or comments. Have a good weekend, Peter https://ift.tt/QzbD2lu May 20, 2023 at 02:12AM
Show HN: Todo PWA with Pomodoro with keyboard friendly https://ift.tt/O7BCwD6
Show HN: Todo PWA with Pomodoro with keyboard friendly https://ift.tt/LEZRw5n May 20, 2023 at 02:05AM
Show HN: Garson.io – The privacy-first AI-powered writing assistant for Product https://ift.tt/BReEnQf
Show HN: Garson.io – The privacy-first AI-powered writing assistant for Product As a product manager, one of the biggest challenges is managing the constant influx of emails. While I am confident in my responses, I often spend a significant amount of time crafting a professional message, especially as a non-native English speaker. To address this issue, I turned to OpenAI and created https://garson.io . This platform has not only helped me improve the quality of my emails but has also significantly reduced the time it takes to write them. If you are facing similar struggles, I highly recommend giving Garson.ai a try – there is even a free option available. I would love to hear your feedback on how it works for you. P.S. The above text was generated by Garson.io https://garson.io May 19, 2023 at 05:18PM
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...