This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Wednesday, September 3, 2025
Show HN: TwoTickets – meet through events, not swipes https://ift.tt/T7YghRA
Show HN: TwoTickets – meet through events, not swipes The idea for TwoTickets started when my wife and I had two tickets to Hamilton, and she couldn’t make it at the last minute. I realized how awkward it is to want to go to a concert, game, or show but not have someone to share it with — and how current apps either constrain you to your circle or to endless swiping. On TwoTickets, you Twoot an event in order to connect with others around that shared plan. The flow is simple: Twoot → Match → Chat → Decide → Go. You don’t see profiles or matches until you Twoot events, so plans come first and profiles second. The aim is to make meeting new people more natural: the event itself is the ice-breaker, not a random line in a bio. We’re in soft launch now and would love feedback from HN — does this “event-first” approach resonate with you, and where do you see the pitfalls? Paul Graham once said that all dating apps are really just matching apps. I wonder: how close is this to a solution to that assertion — although TwoTickets is broader than dating. *Links:* - Website: https://ift.tt/hgpinU1 - iOS App: https://ift.tt/DNWf1o2... September 4, 2025 at 04:11AM
Show HN: Listgitfiles.sh – Fetch Raw GitHub File URLs with One Command https://ift.tt/dDgQCFm
Show HN: Listgitfiles.sh – Fetch Raw GitHub File URLs with One Command I wrote this script to quickly retrieve raw file URLs from public GitHub repos. Added to my ~/.zshrc, it’s now a fast, reliable tool in my caveman workflow. Maybe you'll find use for it too! Have a great rest of your day, everyone! https://gist.github.com/rmtbb/d55638e758ad656eb40741dd60a39e5f September 4, 2025 at 03:58AM
Show HN: A unified approach to compute sandboxes https://ift.tt/L0Oel54
Show HN: A unified approach to compute sandboxes https://ift.tt/m4MgkKG September 4, 2025 at 01:44AM
Show HN: Trending rust NTP inspection CLI https://ift.tt/zhdsSlt
Show HN: Trending rust NTP inspection CLI Hi y’all, Just came across a crate on crates.io that recently hit v1.0.0. It’s called rkik - basically a "dig for NTP". I hadn’t seen a tool like this in Rust before. Looks pretty handy: it can query and compare NTP servers, output JSON for monitoring, and even run continuous checks. Seems to be getting some traction in the Rust community - might be worth a look if you’re into System administration, networking or DevOps. https://ift.tt/5R64OdK September 4, 2025 at 12:49AM
Tuesday, September 2, 2025
Show HN: My first Go project, a useless animated bunny sign for your terminal https://ift.tt/SyRLTBX
Show HN: My first Go project, a useless animated bunny sign for your terminal Hi HN, I wanted to share my very first (insignificant) project written in Go: a little CLI tool that displays messages with an animated bunny holding a sign. I wanted to learn Go and needed a small, fun project to get my hands dirty with the language and the process of building and distributing a CLI. I've built a similar tool in JavaScript before so I thought porting it would be a great learning exercise. This was a dive into Go's basics for me, from package structure and CLI flag parsing to building binaries for different platforms (never did that on my JS projects). I'm starting to understand why Go is so praised: it's standard library is huge compared with other languages. One thing that really impressed me was the idea (at some point of this journey) to develop a functionality by myself (where in the javascript original project I choose to use an external library), here with the opportunities that std lib was giving me I thought "why don't try to create the function by miself?" and it worked! In the Js version I used the nodejs "log-update", here I write a dedicated pkg. I know it's a bit silly, but I could see it being used to add some fun to build scripts or idk highlight important log messages, or just make a colleague smile. It's easy to install if you have Go set up: go install github.com/fsgreco/go-bunny-sign/cmd/bunnysign@latest Since I'm new to Go, I would genuinely appreciate any feedback on the code, project structure, or Go best practices. The README also lists my planned next steps, like adding tests and setting up CI better. Thanks for taking a look! https://ift.tt/l2qoQeP August 31, 2025 at 06:46PM
Show HN: PasteVault – An open-source, E2EE pastebin with a VS Code-like editor https://ift.tt/7NxhPnG
Show HN: PasteVault – An open-source, E2EE pastebin with a VS Code-like editor https://pastevault.dev/ September 2, 2025 at 08:10PM
Show HN: Forward Error Correction for Pion WebRTC https://ift.tt/p0vAEMo
Show HN: Forward Error Correction for Pion WebRTC We explain what Forward Error Correction (FEC) is, how and why it works in general, and how you can try it out with a new implementation in the Pion WebRTC stack. https://ift.tt/9zhApYy September 2, 2025 at 06:58PM
Monday, September 1, 2025
Show HN: Neuron – Cognitive Multi-Agent Architecture for Reasoning https://ift.tt/IX0hi21
Show HN: Neuron – Cognitive Multi-Agent Architecture for Reasoning Most orchestration frameworks today still behave like fragile chains — they break when faced with contradictions, long-term memory, or dynamic routing. Neuron is a cognitive multi-agent architecture that thinks in circuits instead of chains. Multiple agents collaborate in parallel, adapt their pathways in real time, and keep persistent context across extended interactions. Key components Agents: Intake, Reasoning, Response, Memory Circuits: Dynamic routing instead of linear chaining Memory: Episodic + contextual persistence Monitoring: Full reasoning traces for observability Why it matters Handles contradictory inputs without collapsing Maintains state across extended sessions Parallel coordination for complex reasoning tasks Transparent logs for debugging & trust GitHub repo: https://ift.tt/sOMrd8u Evaluation Notebook: https://ift.tt/fEGnPQZ... Tutorial Series: https://ift.tt/WyHXVuB... About me / context: https://ift.tt/Ffshnuz... Would love feedback from the HN community — especially if you’ve run into the same breakdown points with traditional tools. September 2, 2025 at 12:13AM
Show HN: woomarks, transfer your Pocket links to this app or self-host it https://ift.tt/9KNMkh5
Show HN: woomarks, transfer your Pocket links to this app or self-host it Pocket is shutting down and I really, really liked it. So I built woomarks, an app that let's you save links with a similar UI. It's very minimal, but it's doing everything I liked from Pocket and you can bulk import your links and use the app or self-host. - Public app that you can test: https://woomarks.com/ - My self-hosted version, where you can see my saves: https://ift.tt/PkzK4ow - Repository if you want to self-host: https://ift.tt/1pK4GhE Export links from Pocket here: https://ift.tt/CwpxB7I the last day will be on October 20025. Features: - Add/Delete links - Search - Tags - Bookmarklet (useful for a 2-click-save) - Data reads from: csv file in server (these links are public) local storage in browser (these links are visible just for the user) - Local storage saving. - Import to local storage from csv file - Export to csv from local storage. - Export to csv from csv file (useful when links are "deleted" using the app and just hidden using a local storage blacklist). - Export to csv from both places. - No external libraries. - Vanilla css code. - Vanilla js code. https://woomarks.com September 1, 2025 at 11:19PM
Show HN: Use "-f**k" to kill Google AI Overview https://ift.tt/aU0I2Jz
Show HN: Use "-f**k" to kill Google AI Overview Not sure this is the right way to post this, but I'm sure quite a few people are as frustrated as I am by the AI enshittification of Google search and would like to know this. I accidentally discovered in a fit of rage against Google Search that if you add an expletive to a search term, the SERP will avoid showing ads and also an AI overview. The good thing is that it works also with the "-" (minus) operator, so you can make sure the expletive is actually not included in the result pages. Try it yourself: search for a fairly generic query that gives you ads and AI overview, and add "-f*k" at the end, uncensored of course. Enjoy a much better search experience. It might be placebo, but it feels like the results are actually better sorted. Edit: edited to avoid HN pro-expletives filter :D September 1, 2025 at 02:24PM
Sunday, August 31, 2025
Show HN: Spotilyrics – See synchronized Spotify lyrics inside VS Code https://ift.tt/gIfjXZA
Show HN: Spotilyrics – See synchronized Spotify lyrics inside VS Code https://ift.tt/KMOjwYX September 1, 2025 at 04:39AM
Show HN: Pol/ite – /pol/ but posts are all polite https://ift.tt/qKYghr7
Show HN: Pol/ite – /pol/ but posts are all polite What woud it be like to read fringe political views forcibly made polite by way of LLM? System prompt (gemini-2.5-flash-lite): "You are rewriting 4chan posts to be more polite while preserving their original meaning and tone. Don't add unnecessary verbosity; keep it concise. Make sure to preserve formatting including markdown, links and greentext." https://pol-ite.web.app August 31, 2025 at 09:52PM
Show HN: Oaki–job finder and resume maker https://ift.tt/chCel9U
Show HN: Oaki–job finder and resume maker Hi! I built Oaki about a year ago as a side project to solve my own frustration with job applications, and it’s now helping thousands of users with their job hunt. I had quit my previous (consulting) company when I decided to step back into the job market, and I HATED applying to jobs with a passion. Finding good jobs, sifting through all the crap, etc.etc. So I built a rough MVP and posted it on Reddit and got more paid users than I ever had with any other company/startup I was in. To top that off, I found a really awesome job (and landed many more interviews) with it, so I know from first-hand experience that it works! Oaki’s 3-step flow: 1. Import or build a modern, eye-catching resume in under 2 minutes with Oaki 2. Set preferences (role, location, salary, and more) 3. Oaki finds best-fit jobs daily, generates a slightly tailored resume for each, designed to amplify each users' uniqueness On that last point, we're really big on safe AI use; that means we never use it for spam or 'spray and pray' applications. On the surface it looks pretty simple, but Oaki is powered by some really cool tech, blending ML with LLMs, orchestration, hybrid search, and much much more from finding jobs to printing high quality dynamic resumes, and even helping you apply to jobs. While the job finder itself is free (and all accounts get a free no-credit card trial), I do have to charge people for the AI-generated resumes/applications part. For anyone who needs it or knows someone, I hope it can help with the job search; it's reeeally bad right now. You can also use code `ICAMEFROMHN20` to get 20% off, or DM/email me at nour@oaki.io (I read everything). Cheers! Nour https://www.oaki.io/ September 1, 2025 at 12:37AM
Saturday, August 30, 2025
Show HN: Sometimes GitHub is boring, so I made a CLI tool to fix it https://ift.tt/oOyVxdF
Show HN: Sometimes GitHub is boring, so I made a CLI tool to fix it Just wanted to clone a repo from my gh account and visualize it. Pretty easy with gitact. You can check any gh account. It’s called { gitact } quickly navigate through a user’s repos instantly grab the right git clone URL Feedback, stars and PRs are welcome https://ift.tt/W5c2X6u August 31, 2025 at 02:26AM
Show HN: An AI coding tool for unserious projects https://ift.tt/uSgXVtq
Show HN: An AI coding tool for unserious projects Crazy Context is a playful no-code tool to generate project prompts, then turn them into Javascript-based applications in one shot. It has robust version control and a unique approach while super easy to use, cheap and fast. It's perfect for any trial and error type approach. https://ift.tt/JuvTZ5r August 31, 2025 at 02:35AM
Show HN: Give Claude Code control of your browser (open-source) https://ift.tt/gqHIAp9
Show HN: Give Claude Code control of your browser (open-source) As I started to use Claude Code to do more random tasks I realized I could basically build any CLI tool and it would use it. So I built one that controls the browser and open-sourced it. It should work with Codex or any other CLI-based agent! I have a long term idea where the models are all local and then the tool is privacy preserving because it's easy to remove PII from text, but I'd definitely not recommend using this for anything important just yet. You'll need a Gemini key until I (or someone else) figure out how to distill a local version out of that part of the pipeline. Github link: https://ift.tt/DESQj6r https://www.cli-agents.click/ August 30, 2025 at 11:37PM
Friday, August 29, 2025
Show HN: Readn – Feed reader with Hacker News support https://ift.tt/sbWjGkC
Show HN: Readn – Feed reader with Hacker News support This feed reader can fetch and display discussion threads from Hacker News and Lobste.rs, making it convenient to follow both articles and the conversations around them. It’s a fork of the original Yarr project, whose author considers it feature-complete and is no longer accepting feature requests. https://ift.tt/7bv16jl August 30, 2025 at 12:01AM
Show HN: An open source implementation of OpenStreetMap in Electron https://ift.tt/mMcb5I0
Show HN: An open source implementation of OpenStreetMap in Electron https://ift.tt/ZhHvrs5 August 30, 2025 at 02:14AM
Show HN: Magic links – Get video and dev logs without installing anything https://ift.tt/y1eFPxo
Show HN: Magic links – Get video and dev logs without installing anything Hey HN, For a while now, our team has been trying to solve a common problem: getting all the context needed to debug a bug report without the endless back-and-forth. It’s hard to fix what you can't see, and console logs, network requests, and other dev data are usually missing from bug reports. We’ve been working on a new tool called Recording Links. The idea is simple: you send a link to a user or teammate, and when they record their screen to show an issue, the link automatically captures a video of the problem along with all the dev context, like console logs and network requests. Our goal is to make it so you can get a complete, debuggable bug report in one go. We think this can save a ton of time that's normally spent on follow-up calls and emails. We’re a small team and would genuinely appreciate your thoughts on this. Is this a problem you face? How would you improve this? Any and all feedback—positive or critical—would be incredibly helpful as we continue to build. PS - you can try it out from here: https://ift.tt/S0xEJTy August 27, 2025 at 10:21AM
Thursday, August 28, 2025
Show HN: Smart Buildings Powered by SparkplugB, Aklivity Zilla, and Kafka https://ift.tt/HvQaZN9
Show HN: Smart Buildings Powered by SparkplugB, Aklivity Zilla, and Kafka https://ift.tt/CJ6xuyX August 29, 2025 at 03:03AM
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...