This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Friday, February 9, 2024
Show HN: Klp, a viewer for structured log files (logfmt, jsonl) https://ift.tt/Vs7lvGq
Show HN: Klp, a viewer for structured log files (logfmt, jsonl) https://ift.tt/MBaOrQk February 10, 2024 at 03:08AM
Show HN: A "Comments Layer" for the Internet https://news.ycombinator.com/item?id=39320239
Show HN: A "Comments Layer" for the Internet SwearBy is an iOS app that provides a "comments section" and live chat for every URL. Load SwearBy in Safari, Chrome, and many other apps (Airbnb, Spotify, Redfin, Amazon...) Just tap the "Share" button from your current page. Basically - you get a "Twitter thread" and a "Youtube Live Chat" on every URL. LMK what you think :) https://www.swearby.app February 10, 2024 at 02:11AM
Thursday, February 8, 2024
Show HN: Open-source coding assistant with terminal access https://ift.tt/Xpc0JML
Show HN: Open-source coding assistant with terminal access Sweep is an AI coding assistant that reads your files and runs code in your terminal. It takes a list of files and instructions, and performs edits using GPT4. For example, you can tell Sweep to reference a.tsx to localize b.tsx. We previously worked on Sweep as a bot that generated pull requests from GitHub issues. We learned that AI needs validation (like formatters and unit tests) to code properly. We tried setting up a code sandbox for each user but this didn't work well. We’re now relying on the prebuilt dev environment on their machine to avoid having to install dependencies. LLM based pipelines are also error-prone. Our previous project was a pipeline that turns the issue into relevant files as context, relevant files to a generated plan of files to change, and then the generated plan to a series of code changes. It’s frustrating when one/all of these steps fail and you’re forced to start over. You can now intervene at each step, making the entire process more reliable. Sweep is open source (licensed under AGPL) and runs entirely on your laptop. The only remote calls will be to OpenAI. We'd love to help you perform software chores like version upgrades, where you describe a set of changes to have Sweep apply over multiple files. You can install Sweep here with a one-line command: https://ift.tt/a4ypdJb . We'd love to hear any feedback you have! https://ift.tt/a4ypdJb February 9, 2024 at 03:32AM
Show HN: Open-source template for end-to-end streaming analytics https://ift.tt/H4wUZKe
Show HN: Open-source template for end-to-end streaming analytics To help my future self, I decided to build a repository in which I can quickly deploy an end-to-end modern analytics pipeline, from ingestion to fast analytics and business dashboards, including data exploration, time-series forecasting, and monitoring of the stack. Of course, all the components are open source, and you can use this template as a stepping stone for your near-realtime streaming analytics. What's the inspiration? I’ve been working with streaming analytics for a long time. I’ve done not-too-stale analytics with a RDBMs incremental query and a spreadsheet, gone over the micro-batch-looks-almost-like-real-time lambda analytics, and the near-real-time analytics since kappa and afterwards. The range and features of tools today is way better than what we had 15 years ago. What remains constant is the requirement for freshness of data, and for more advanced analytics. This means that you cannot really build a reliable data pipeline for near-realtime analytics at scale using a single component, and every time you start a new project you waste a lot of time just integrating the different moving parts. When the repository starts, the pipeline will collect public events from the GitHub API, send them to a message broker (Apache Kafka), persist them into a fast time-series database (QuestDB), and visualize them on a dashboard (Grafana). It will also provide a web-based development environment (Jupyter Notebook) for data science and machine learning. Monitoring metrics are captured by a server agent (Telegraf) and stored back into the time-series database (QuestDB). Hopefully others in the community find this useful! https://ift.tt/ebUNzvc February 9, 2024 at 01:22AM
Show HN: AI and AR 20 yrs in the future: A utopian/distopian RPG https://ift.tt/kQzGXj9
Show HN: AI and AR 20 yrs in the future: A utopian/distopian RPG https://ift.tt/FWBbetp February 9, 2024 at 12:11AM
Daily Price Tracking for Trader Joes https://ift.tt/jfy2Wr0
Daily Price Tracking for Trader Joes https://ift.tt/HRAy5gl February 8, 2024 at 10:07PM
Show HN: Audiocate – a Haskell library for combating audio deepfake misuse https://ift.tt/kpcSIUs
Show HN: Audiocate – a Haskell library for combating audio deepfake misuse Audiocate is a Haskell library for audio verification and source validation to attempt to combat AI generated audio deepfake misuse. It's currently just a MSc dissertation project but hoping to make it actually usable in the near future https://ift.tt/fLjyuh9 February 8, 2024 at 04:19PM
Show HN: Open-source code editor with autocomplete built-in https://ift.tt/wkflXJm
Show HN: Open-source code editor with autocomplete built-in https://ift.tt/fNMq2gy February 8, 2024 at 12:27AM
Wednesday, February 7, 2024
Show HN: Directory of All LLM Models(Closed and Open Source) https://ift.tt/aSJVOsp
Show HN: Directory of All LLM Models(Closed and Open Source) https://llmmodels.org/ February 8, 2024 at 05:10AM
Show HN: kbackup – No-config push/pull incremental backups built on top of rsync https://ift.tt/1UMPVHB
Show HN: kbackup – No-config push/pull incremental backups built on top of rsync https://ift.tt/ZiGYhyW February 7, 2024 at 11:32PM
Tuesday, February 6, 2024
Show HN: Client/server 2d "defender" game in TypeScript https://ift.tt/3M29Xko
Show HN: Client/server 2d "defender" game in TypeScript https://ift.tt/cOHZrzd February 7, 2024 at 02:11AM
Show HN: Geppetto, an open source AI companion for your Slack teams https://ift.tt/HBeU8wC
Show HN: Geppetto, an open source AI companion for your Slack teams Our team just published Geppetto. Geppetto is an open source Slack App to use ChatGPT inside your workspace. It is written in Python and super easy to tinker and fork: - GitHub: https://ift.tt/T73OyjZ - Our first public release: https://ift.tt/oFQTewN https://ift.tt/T73OyjZ February 7, 2024 at 02:18AM
Show HN: Logdy.dev – web based logs viewer UI for local development environment https://ift.tt/oaH2jnD
Show HN: Logdy.dev – web based logs viewer UI for local development environment https://ift.tt/eMup3YL February 6, 2024 at 10:41PM
Monday, February 5, 2024
Show HN: Name That Nation https://ift.tt/5npxgUt
Show HN: Name That Nation I made this map game. react, material ui, hosted on vercel cdn, no back end. https://ift.tt/1zFs5Wh February 6, 2024 at 04:34AM
Show HN: CLI for generating beautiful PDF for offline reading https://ift.tt/Ldoqhri
Show HN: CLI for generating beautiful PDF for offline reading I've always thought that extensive reading was best suited for the realm of paper. As a result, I've created a command-line interface (CLI) tailored for my own use and decided to make it open source. I welcome any feedback you may have. https://ift.tt/ImcBwys February 6, 2024 at 12:54AM
Show HN: Molerat – Small Web Protocol https://ift.tt/QBgJyG1
Show HN: Molerat – Small Web Protocol https://ift.tt/PMhtaUp February 5, 2024 at 11:46PM
Sunday, February 4, 2024
Show HN: Hookdeck Event Gateway https://ift.tt/Jhy0GrS
Show HN: Hookdeck Event Gateway Hey HN, I’m Maurice, co-founder and CTO at Hookdeck. You might remember Alex and me from August 4th, 2021, when we announced Hookdeck as a “webhook infrastructure”. https://ift.tt/FAvG4kU Since then, a lot has happened. We’ve onboarded thousands of developers, and through their cleverness, we eventually realized that we could serve a much bigger purpose in your event-driven stack. Events are now essential to system interoperability since we spend just as much time building as integrating software nowadays, so we’ve dedicated the last six months to building an Event Gateway. Yeah, I know, that’s a new concept. So, let’s define it - The Event Gateway is a superset of our original work on webhooks management. It builds on that foundation to introduce support for more use cases, such as outbounds webhooks, integrating 3rd party providers, asynchronous APIs (IoT, SDKs, customer-facing endpoints), and more. It’s an API gateway for asynchronous, stateful, and interoperable requests. Hookdeck handles security (handshake and signature verification), spike protection, queuing, observability, alerting, logs, transformations, filtering, and much more. I wrote a blog post introducing the event gateway: https://ift.tt/Am7LFoE I am eager to read your thoughts and feedback. Let’s find out what we can do better. https://hookdeck.com February 4, 2024 at 11:57PM
Show HN: Weekend art project Voronoi Virus https://ift.tt/KhRWE0U
Show HN: Weekend art project Voronoi Virus https://ift.tt/1OG2lD3 February 4, 2024 at 06:12PM
Show HN: Aidely is AI powered thread; AI and Humans cooperation https://ift.tt/qYVd1nj
Show HN: Aidely is AI powered thread; AI and Humans cooperation Discover the future of community engagement with our iPhone app. Seamlessly blend human creativity with AI prowess as users collaborate with ChatGPT, Bard, and Llama to spark captivating threads and discussions. Join us in shaping the next frontier of content creation. https://www.aidely.io/ February 4, 2024 at 08:18PM
Show HN: USD 0.99/TB/month cloud storage https://ift.tt/dHecE7J
Show HN: USD 0.99/TB/month cloud storage https://ift.tt/HEr3cwx February 4, 2024 at 07:46PM
Subscribe to:
Posts (Atom)
Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/wgSBiJP
Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/WpBoNzV May 7, 2026 at 01:58AM
-
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...