This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Wednesday, September 25, 2024
Show HN: Public Domain Torrent Site https://ift.tt/JkyiB0H
Show HN: Public Domain Torrent Site I have been working on this site for 10 years. It is a BitTorrent Indexer that uses WebTorrent to make public domain educational media freely available on the Internet. https://propagate.info September 26, 2024 at 03:07AM
Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code https://ift.tt/BcZvu2N
Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code Hi, I created httpdbg, a tool for Python developers to easily debug HTTP(S) client requests in Python programs. I developed it because I needed a tool that could help me trace the HTTP requests sent by my tests back to the corresponding methods in our API client. The goal of this tool is to simplify the debugging process, so I designed it to be as simple as possible. It requires no external dependencies, no setup, no superuser privileges, and no code modifications. I'm sharing it with you today because I use it regularly, and it seems like others have found it useful too—so it might be helpful for you as well. Hope you will like it. cle Source: https://ift.tt/2I19gmA Documentation: https://ift.tt/0fGuUoF A blog post on a use case: https://ift.tt/Vy9X0pC... https://ift.tt/2I19gmA September 26, 2024 at 12:48AM
Tuesday, September 24, 2024
Show HN: Hosting my website using my own C web server https://ift.tt/RI4suca
Show HN: Hosting my website using my own C web server https://ift.tt/FoSLegi September 25, 2024 at 05:09AM
Show HN: Broken Hill: A Productionized GCG Attack Tool for Use Against LLMs https://ift.tt/qLNR8YU
Show HN: Broken Hill: A Productionized GCG Attack Tool for Use Against LLMs https://ift.tt/AIvyaN7 September 25, 2024 at 04:01AM
Show HN: Phobos – an engine extension for Red Alert 2: Yuri's Revenge https://ift.tt/3guCZE8
Show HN: Phobos – an engine extension for Red Alert 2: Yuri's Revenge https://ift.tt/IxuOqPl September 25, 2024 at 01:23AM
Show HN: Agentic AI coding tool that's easy to use, transparent and customizable https://ift.tt/wpSbC50
Show HN: Agentic AI coding tool that's easy to use, transparent and customizable Hey HN, I’d like to share a new agentic AI coding assistant I’ve been working on called OppyDev. Rather than trying to build something that will write the code for you this is aiming for something more collaborative. You can follow along as the AI makes updates and add your own changes on top. We’ve made the inner workings of the agent accessible to the user by outputting its workflow into the UI and allowing most actions to be triggered manually. You can also use the AI to create your own custom plugins to enhance the existing functionality. Here are some videos available demonstrating its usage: - https://www.youtube.com/watch?v=g9FrwVOHTdE&t=187s - https://www.youtube.com/watch?v=6JlQwnYn7RY&t=119s - https://ift.tt/vi6dZjI The current version has been released in beta for PC and Mac as an electron app, with a VSCode plugin in the works. You can see a demo video and the full list of our feature set here, https://oppydev.ai . There is more about building plugins at https://ift.tt/yzOPSIJ . You can get started for free with your own Pinecone and OpenAI API keys or you can message me for a promo code to get started with free credit. We're looking for feedback so we can improve the tool. We’re also offering free inference costs and support for several small teams that are interested in using the tool and providing feedback on an ongoing basis. Contact me at: https://ift.tt/awu3FIT https://ift.tt/i1GwRNn https://ift.tt/jfvpilM September 25, 2024 at 01:17AM
Monday, September 23, 2024
Show HN: I built an open source alternative to Grammarly https://ift.tt/dZL90Yr
Show HN: I built an open source alternative to Grammarly I created RewritePal, a tool that helps you generate clear, compelling writing while keeping your unique voice. It's completely free to use and requires no sign-up. My goal was to build a simple, yet powerful alternative to Grammarly, with an emphasis on ease of use and privacy. I'd love to hear your feedback and suggestions! https://ift.tt/QVXMvTY September 24, 2024 at 12:33AM
Show HN: DataToaster 3000 – The Future of Kitchen Data Storage https://ift.tt/F3hvABC
Show HN: DataToaster 3000 – The Future of Kitchen Data Storage https://ift.tt/XMu9NHJ September 24, 2024 at 12:35AM
Show HN: I Wrote a Book on Java https://ift.tt/SqNPRbV
Show HN: I Wrote a Book on Java https://ift.tt/mpTFMx7... This book is a distillation of everything I’ve learned about what effective development looks like in Java (so far!). It's about how to organize programs around data "as plain data" and the surprisingly benefits that emerge when we do. Programs that are built around the data they manage tend to be simpler, smaller, and significantly easier understand. Java has changed radically over the last several years. It has picked up all kinds of new language features which support data oriented programming (records, pattern matching, `with` expressions, sum and product types). However, this is not a book about tools. No amount of studying a screw-driver will teach you how to build a house. This book focuses on house building. We'll pick out a plot of land, lay a foundation, and build upon it house that can weather any storm. DoP is based around a very simple idea, and one people have been rediscovering since the dawn of computing, "representation is the essence of programming." When we do a really good job of capturing the data in our domain, the rest of the system tends to fall into place in a way which can feel like it’s writing itself. That's my elevator pitch! I hope you check it out. I'd love to hear your feedback. You can get 50% off (thru October 9th) with code `mlkiehl` https://ift.tt/mpTFMx7... September 24, 2024 at 12:26AM
Sunday, September 22, 2024
Show HN: Gridtalk - Leave comments anywhere on Earth (Flask + MapTiler) https://ift.tt/r0EU8kz
Show HN: Gridtalk - Leave comments anywhere on Earth (Flask + MapTiler) I've created a Flask app that allows users to add and view comments tied to specific locations on a map. Here is how it works 1. Users can browse a world map and leave comments at any location. 2. Comments become visible when a user's cursor is within 50m of the comment's coordinates 3. Ideal for sharing local insights, tourist tips, restaurant recommendations, etc. It's also ideal for shitposting. I built this over the course of a few hours as demo to help me learn to how deploy a flask application using digital ocean droplets. I have listed the tech stack below - SQLite - Flask - AlpineJS - Digital ocean droplet. - MapTiler It's missing SSL so I will fix that at some point as I want to figure out how to do that. Bot protection would also be good to figure out as well as a better system for displaying comments. Overall droplets are a nice way to deploy stuff and much cheaper than using Vercel(Nothing new there!) http://www.gridtalk.xyz/ September 23, 2024 at 01:42AM
Show HN: LyricFluent – Learn Languages with Music (Mainly Spanish) https://ift.tt/axGSOXk
Show HN: LyricFluent – Learn Languages with Music (Mainly Spanish) My motivation for this product was to 'scratch my own itch'. I speak a few languages, have been learning a few more, and have always enjoyed listening to music in my target language. After failing to find my ideal solution, I built my own. I also wanted to give myself this challenge so that I could become a better full-stack software developer. I built the website with React & Next JS, mobile apps with React Native, and the backend with Node JS. Hosted on DigitalOcean. I worked on this for 4 years (it has been a while), but most of this time was part-time while working another job for income. The URL linked here has free lessons with no account required. Main landing page: https://lyricfluent.com Feedback welcome! https://ift.tt/V3jI0ys September 22, 2024 at 06:53PM
Show HN: I built a tool to stop chasing users for feedback and screenshots https://ift.tt/WlUXV8T
Show HN: I built a tool to stop chasing users for feedback and screenshots Hey HN, I got fed up with chasing users for screenshots and building custom feedback forms for every app, so I built FeedbackThing.Pro to make it easier. Now, all I do is drop in a simple
Show HN: Inbound Email (SMTP) to Webhook https://ift.tt/N0gpZdD
Show HN: Inbound Email (SMTP) to Webhook Here's my first (hopefully of many) open source release. A minimal script to receive emails via SMTP, parse content (including headers), store attachments in Amazon S3, and forward email content to a webhook. I use it to power DMARC report storage and email content testing. Some of the big email API providers have inbound APIs but costs can rack up fast if you're using them at scale. Hence why I built this. https://ift.tt/12hDlE3 Features - SMTP server to receive emails concurrently - Parses incoming emails using mailparser - Uploads attachments to Amazon S3 - Forwards parsed email content to a specified webhook - Configurable via environment variables - Handles large attachments gracefully - Queue system for processing multiple emails and webhook requests simultaneously https://ift.tt/12hDlE3 September 22, 2024 at 11:49AM
Show HN: I built a chatbot to converse with 3M SaaS product reviews https://ift.tt/4813dNO
Show HN: I built a chatbot to converse with 3M SaaS product reviews Hey HN, I'm Andrei, and together with my co-founder Roman have been working on a tool called Reviewradar. Working with startups, doing interviews and sifting through endless software reviews are daunting tasks. So, we built a chatbot that lets you chat with over 3 million reviews from more than 100K SaaS products. With Reviewradar, you can ask questions like: - create a comprehensive SWOT analysis for both Notion and Obsidian - give me negative feedback and complaints you have about Postmark - summarise the reviews you have on products in the OCR category I would love to get your feedback on it. Check it out here: https://reviewradar.ai Looking forward to your thoughts / suggestions, Andrei and Roman https://reviewradar.ai/ September 22, 2024 at 06:34PM
Show HN: Formulaer – Free, simple and clean forms https://ift.tt/kFSLiua
Show HN: Formulaer – Free, simple and clean forms https://formulaer.com/ September 22, 2024 at 12:34PM
Saturday, September 21, 2024
Show HN: PDF to MD by LLMs – Extract Text/Tables/Image Descriptives by GPT4o https://ift.tt/MYcsieP
Show HN: PDF to MD by LLMs – Extract Text/Tables/Image Descriptives by GPT4o I've developed a Python API service that uses GPT-4o for OCR on PDFs. It features parallel processing and batch handling for improved performance. Not only does it convert PDF to markdown, but it also describes the images within the PDF using captions like `[Image: This picture shows 4 people waving]`. In testing with NASA's Apollo 17 flight documents, it successfully converted complex, multi-oriented pages into well-structured Markdown. The project is open-source and available on GitHub. Feedback is welcome. https://ift.tt/0LGharT September 22, 2024 at 07:35AM
Friday, September 20, 2024
Show HN: Container Desktop https://ift.tt/JKPwZyg
Show HN: Container Desktop https://ift.tt/7vkRYP0 September 20, 2024 at 11:38PM
Show HN: Turn your dreams into reality with this life planner app https://ift.tt/bm73oYv
Show HN: Turn your dreams into reality with this life planner app Hi, this is Ygee, and I'd like to share the story of Y-Pod. Most people believe their big dreams are impossible to achieve, so they settle for less—not because they can’t, but because they feel overwhelmed and disconnected from that distant future. I felt the same way. It was a struggle juggling multiple apps like notes, to-dos, and calendars to plan my goals. I realized a dedicated app to organize my life goals would not only help me but also allow me to showcase my technical and creative skills. That’s how Y-Pod was born — to bridge the gap between big lifelong dreams and small daily actions, empowering users to turn their dreams into reality. My hope is that it will help others live their dream lives and, in doing so, make the world a better place. https://ift.tt/b3ZrCsq September 21, 2024 at 06:24AM
Show HN: Open-source text classification CLI – train models with no labeled data https://ift.tt/NjMnaCe
Show HN: Open-source text classification CLI – train models with no labeled data aiq lets you use a single CLI command to auto-label text data with a language model API & train an efficient classifier on the labels. Training and inference are super fast (both run on CPU). https://ift.tt/pH5eDhK September 21, 2024 at 12:52AM
Show HN: Inngest 1.0 – Open-source durable workflows on every platform https://ift.tt/qrFGEBA
Show HN: Inngest 1.0 – Open-source durable workflows on every platform Hi HN! I’m Tony, one of the co-founders of Inngest ( https://inngest.com/ ) Inngest is an open-source durable workflow platform that works on any cloud. Durable workflows are stateful, long running step functions written in code, which automatically retry on failure. It abstracts everything about queues, event streams and state for you, letting you focus on code. Some examples of uses: managing stateful AI chained step functions; managing search/rag indexes and data pipelines; integrations and webhooks; billing and payment flows. Technical details: unlike other solutions, we put lots of effort into designing our SDK’s step.run APIs to make them extremely easy to use — developer experience is the most important thing for us. We had to design and build our own queueing system to work with multi-tenancy, batching, and debouncing, and we’re iterating on this as we move to FoundationDB. It’s largely all Go in the backend, with a bunch of caching, clickhouse, event streams, and coordination on our behalf. Workers are shared nothing, and run based off of the queue and execution state. We did a post last year as we iterated on our TS SDK. The product has changed a lot since then and wanted to show the community what’s changed as we reach 1.0: * Golang, Java, and Python SDKs with cross-language function invocation (across clouds, too) * Multi-tenant aware flow control (concurrency, throttling, debounce) * Batching, grouping many events into a single function call * Much improved dashboard, with tracing and metrics built in * Advanced recovery tools like function replay, temporary pausing, bulk cancellation (with optional expressions). No more dead letter queues! * Branch deploys built in, with staging env support out of the box * Full local testing with production parity There's a ton on the roadmap, with more launching next week. We’re hiring systems & infra engineers, too — it’s a fun job with lots of challenges! Wanted to say thank you to the HN community for feedback so far! Happy Friday :) https://ift.tt/MRPz6VI September 20, 2024 at 11:03PM
Subscribe to:
Posts (Atom)
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
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...