Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Thursday, September 26, 2024
Show HN: A new, improved, and open-source clipboard history Chrome extension https://ift.tt/A0o1P4r
Show HN: A new, improved, and open-source clipboard history Chrome extension Hey all! I recently built a new, improved, and open-source chrome extension that allows you to access, track, and manage your clipboard's history! It's very useful for things like refactoring code, finding obscure commands, and backing up form data. Existing solutions are either closed-source, slow, riddled with ads, or all of the above. My goal is to make this extension the most trustworthy, performant, and easy to use version! Your feedback would be very much appreciated, thanks! Extension: https://ift.tt/DGR4ikH... Repo: https://ift.tt/5mhuv3f https://ift.tt/HRdQScm September 26, 2024 at 05:21AM
Show HN: Public Domain Torrent Site https://ift.tt/dQ9rKBu
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/CbT49I1
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/pw7JsFd Documentation: https://ift.tt/bmP1AeH A blog post on a use case: https://ift.tt/Ad5F36u... https://ift.tt/pw7JsFd September 26, 2024 at 12:48AM
Wednesday, September 25, 2024
Show HN: Broken Hill: A Productionized GCG Attack Tool for Use Against LLMs https://ift.tt/HmM9rNa
Show HN: Broken Hill: A Productionized GCG Attack Tool for Use Against LLMs https://ift.tt/jFSPCey September 25, 2024 at 04:01AM
Show HN: Phobos – an engine extension for Red Alert 2: Yuri's Revenge https://ift.tt/JRzMsHi
Show HN: Phobos – an engine extension for Red Alert 2: Yuri's Revenge https://ift.tt/9O7THq1 September 25, 2024 at 01:23AM
Show HN: Agentic AI coding tool that's easy to use, transparent and customizable https://ift.tt/xQjhkUH
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/KG9Ru6p 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/PqgTrYx . 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/xjvCrRS https://ift.tt/DfJNC0r https://ift.tt/LV34eUq September 25, 2024 at 01:17AM
Show HN: GitHub Repo Visualizer Using D3 https://ift.tt/rtPoqON
Show HN: GitHub Repo Visualizer Using D3 I built this as part of my quest to properly learn data visualization. The code is the easy part! Some lessons learned: - personal verification of the the general truth that pie charts are tough! and the returns are not great for the effort due to people's difficulties perceiving angles - may not use "vanilla" d3 with no React. was difficult to adapt for mobile - the GitHub API provides fairly standardized responses so building dynamic charts wasn't too bad. But when working with streaming data (say Kafka) I can see this getting interesting... schema registry should help but creating a view into the data with a lookback would be interesting with d3, done it with altair before. https://ift.tt/PKWAC2H September 24, 2024 at 11:17PM
Subscribe to:
Posts (Atom)
Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More https://ift.tt/8o2SWI1
Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN, I’m building an agentic IDE for hardware developers. It currently supports...
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Breaking #FoxNews Alert : Number of dead rises after devastating tornadoes, Kentucky governor announces — R Karthickeyan (@RKarthickeyan1)...
-
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/yrqHZtDShow HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which...