Thursday, July 17, 2025

Show HN: I built a 2B-page search engine, independent of Google/Bing https://ift.tt/H19s35Q

Show HN: I built a 2B-page search engine, independent of Google/Bing Hi HN, For the last 18 months, I've been working solo on building a completely independent search engine from scratch. Today, I'm opening it up for beta testing and would love to get your feedback. The project powers two public sites from the same 2-billion-page index: Searcha.Page: A session-aware search engine that uses a persistent browser key (not a cookie) for better context. Seek.Ninja: A 100% stateless, privacy-first version with no identifiers at all. The entire stack is self-hosted on a single ~$4k bare-metal EPYC server in my laundry room (no cloud, no VC funding). The search pipeline is a hybrid model, using a traditional lexical index for the heavy lifting and lightweight LLMs for specific tasks like query expansion and re-ranking. It's an experiment in capital efficiency and digital sovereignty—proving you don't need Big Tech APIs to compete. I’m looking for feedback on search result relevance, speed, and the clarity of the privacy models. Please try it out and let me know what you think. Links: https://searcha.page https://seek.ninja Thanks, Ryan July 17, 2025 at 10:15PM

Show HN: A directory of 800 free APIs, no auth required https://ift.tt/2Wyua6U

Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, covering AL/ML, finance, sports and more. 860+ APIs that no auth required. Monitoring Reliability every single day. Test ednpoint directly in your browser. https://ift.tt/bTxm6M0 July 17, 2025 at 08:40PM

Wednesday, July 16, 2025

Show HN: Bash.org MOTD for Terminal https://ift.tt/qdeLsbh

Show HN: Bash.org MOTD for Terminal Do you remember IRC? If so, you probably remember bash.org I got a bit nostalgic about it today, so I built a small tool: it shows a random bash.org quote as your terminal’s MOTD. If it made you smile, then it was worth making. https://ift.tt/0gFIGcZ July 17, 2025 at 05:08AM

Show HN: A 'Choose Your Own Adventure' Written in Emacs Org Mode https://ift.tt/1z8ldBa

Show HN: A 'Choose Your Own Adventure' Written in Emacs Org Mode I authored and developed an interactive children's book about entrepreneurship and money management. The journey started with Twinery, the open-source tool for making interactive fiction, discovered right here on HN. The tool kindled memories of reading CYOA style books when I was a kid, and I thought the format would be awesome for writing a story my kids could follow along, incorporating play money to learn about transactions as they occurred in the story. Twinery is a fantastic tool, and I used it to layout the story map. I really wanted to write the content of the story in Emacs and Org Mode however. Thankfully, Twinery provided the ability to write custom Story Formats that defined how a story was exported. I wrote a Story Format called Twiorg that would export the Twinery file to an Org file and then a Org export backend (ox-twee) to do the reverse. With these tools, I could go back and forth between Emacs and Twinery for authoring the story. The project snowballed and I ended up with the book in digital and physical book formats. The Web Book is created using another Org export backend. Ten Dollar Adventure: https://ift.tt/gBufQrL Sample the Web Book (one complete storyline/adventure): https://ift.tt/zQUFdvc I couldn't muster the effort to write a special org export backend for the physical books unfortunately and used a commercial editor to format these. Twiorg: https://ift.tt/5U7JPir ox-twee: https://ift.tt/Mw7kYTe Previous HN post on writing the transaction logic using an LLM in Emacs: https://ift.tt/i8ArWhn... Twinery 2: < https://twinery.org/ > and discussion on HN: https://ift.tt/uF1jCnP https://ift.tt/zQUFdvc July 17, 2025 at 03:28AM

Show HN: GitGuard - Painless GitHub PR Automations https://ift.tt/4pxaGPO

Show HN: GitGuard - Painless GitHub PR Automations Hey HN, Every team I've been on has cobbled together some sort of combination of GitHub branch protections and custom scripts to make sure that PRs conform to organization policies and best practices. Things like: - When {X} file is changed, require review from team {Y} - When a new db migration is added, ensure that a special set of tests pass - Require multiple approvals when the PR is very large - Add a special label to PRs that include breaking changes - Allow emergencies / hotfixes to break glass and bypass all of the above Most teams tend to start out with a little script running in GitHub actions to enforce all of these policies but it tends to get out of hand and become hard to maintain. PRs that should require scrutiny slip through the cracks, and others that should be allowed through are unnecessarily blocked. That's why I made GitGuard ( https://gitguard.dev/ ) GitGuard lets you write and maintain these policies in a custom DSL so simple it looks like pseudocode. The policies are checked on every single PR nearly instantly (no need to wait for a GitHub actions runner) and the results are reported in plain english. Right now policies can make simple assertions about PR metadata and take some stateful actions (adding labels, requesting review) but I'd love to hear more from HN about how GitGuard could be even more useful. https://gitguard.dev/ July 16, 2025 at 09:21PM

Monday, July 14, 2025

Show HN: Bedrock – An 8-bit computing system for running programs anywhere https://ift.tt/JEyPti2

Show HN: Bedrock – An 8-bit computing system for running programs anywhere Hey everyone, this is my latest project. Bedrock is a lightweight program runtime: programs assemble down to a few kilobytes of bytecode that can run on any computer, console, or handheld. The runtime is tiny, it can be implemented from scratch in a few hours, and the I/O devices for accessing the keyboard, screen, networking, etc. can be added on as needed. I designed Bedrock to make it easier to maintain programs as a solo developer. It's deeply inspired by Uxn and PICO-8, but it makes significant departures from Uxn to provide more capabilities to programs and to be easier to implement. Let me know if you try it out or have any questions. https://ift.tt/yXRq9Bc July 11, 2025 at 03:50AM

Show HN: StartupList EU – A public directory of European startups https://ift.tt/BEr45xC

Show HN: StartupList EU – A public directory of European startups I’m from Europe, and when I spent a summer at Stanford, I saw how different the startup ecosystem is in the US. Everything there feels connected. In Europe, it’s scattered. Hard to discover early-stage startups unless you’re in the right city or network. So I built StartupList EU, a public directory where anyone can list or browse European startups. The goals is to contribute to the EU startup ecosystem more accessible and transparent for founders, investors and operators. What it does: - Founders can submit their startup for free - Each profile includes data like team size, category, funding, revenues, location, founders and more - You can search by country, industry, name, team size, country and business model - It works across the whole EU, not just big hubs like Berlin or Paris Right now there are 34 startups listed. More are coming in daily. I’m working on better filters, API access, and a weekly newsletter. Would love your feedback: - What data would be most useful to you? - What would make this genuinely helpful for founders, investors, or researchers? - If you are from US, what's your take about EU startup ecosystem? https://ift.tt/JeYyic3 July 15, 2025 at 01:54AM

Show HN: Assholes who care. Vetting gofundme campaigns in Uganda Africa https://ift.tt/iWznNDG

Show HN: Assholes who care. Vetting gofundme campaigns in Uganda Africa https://ift.tt/mgWPfMb July 14, 2025 at 11:31PM

Sunday, July 13, 2025

Show HN: Clu3 – Team up with GPTs in a 2v2 game of codenames https://ift.tt/LCM5wk3

Show HN: Clu3 – Team up with GPTs in a 2v2 game of codenames We wanted to know how well LLMs can predict what you think and put them to the test in a game of codenmaes! Grab a friend and play in two teams, each consisting of one human and one LLM. Do you think LLMs can grok your clues? https://ift.tt/umajY3E July 13, 2025 at 08:31PM

Saturday, July 12, 2025

Show HN: I made a JSFiddle-style playground to test and share prompts fast https://ift.tt/WDCSuMG

Show HN: I made a JSFiddle-style playground to test and share prompts fast I built this out of frustration as I lead the development of AI features at Yola.com. Prompt testing should be simple and straightforward. All I wanted was a simple way to test prompts with variables and jinja2 templates across different models, ideally somthing I could open during a call, run few tests, and share results with my team. But every tool I tried hit me with a clunky UI, required login and API keys, or forced a lengthy setup process. And that's not all. Then came the pricing. The last quote I got for one of the tools on the market was $6,000/year for a team of 16 people in a use-it-or-loose-it way. For a tool we use maybe 2–3 times per sprint. That’s just ridiculous! IMO, it should be something more like JSFiddle. A simple prompt playground that does not require you to signup, does not require API keys, and let's experiment instantly, i.e. you just enter a browser URL and start working. Like JSFiddle has. And mainly, something that costs me nothing if I'm or my team is not using it. Eventually I gave up looking for solution and decided to build it by myself. Here it is: https://langfa.st Help me find what's wrong or missing or does not work from you perspctive. P.S. I did not put any limits or restrictions yet, so test it wisely. Don't make me broke, please. https://langfa.st/ July 12, 2025 at 11:11PM

Show HN: I Built a Stick-On Wireless Lamp That Installs in 30 Seconds https://ift.tt/TFrNXyi

Show HN: I Built a Stick-On Wireless Lamp That Installs in 30 Seconds Hi HN! I recently built a simple, rechargeable wall lamp that doesn't require any tools, wires, or drilling. It sticks to surfaces using adhesive pads, rotates 360°, and charges via USB-C. The goal was to make lighting *super minimal, renter-friendly, and easy to install*. The idea came from personal frustration — I live in a rented apartment where I can’t drill holes, and I wanted a modern-looking light I could reposition easily. I know this isn’t a software product, but I figured some of you might appreciate the problem-solving side of it — designing minimal hardware that’s useful, elegant, and simple. Would love feedback on the product or the landing page: Happy to answer any questions about the design, battery, lighting specs, remote control logic, etc. Thanks! https://ift.tt/IvsNtCJ July 13, 2025 at 01:56AM

Show HN: An educational Local Qwen3 LLM Inference project written in Rust https://ift.tt/vXClfQe

Show HN: An educational Local Qwen3 LLM Inference project written in Rust https://ift.tt/hDdEPwv July 13, 2025 at 12:14AM

Show HN: I automated code security to help vibe coders from getting busted https://ift.tt/wm9L5U1

Show HN: I automated code security to help vibe coders from getting busted Hi HN! I’m the developer of Elara, a tool that automatically scans your code for security issues like misconfigurations, secrets, and risky packages, so you can focus on building without stressing about all this stuff. It’s designed to be simple and fast. I see so many people launching products online without even knowing what security risks they might have. If you’re a developer or into tech, you know how hard it is to keep systems safe. Yet shockingly it feels like nobody really cares. I want to help folks catch these issues early, before they get burned. Elara runs multiple security scanners simultaneously, aggregates the results into a single interface, and gives you an actionable to-do list to fix the problems. It’s super simple to try, just log in with GitHub and see for yourself. Would really appreciate your feedback! https://ift.tt/n8OVE5w July 12, 2025 at 09:50PM

Show HN: I built a toy music controller for my 5yo with a coding agent https://ift.tt/K8JSlkn

Show HN: I built a toy music controller for my 5yo with a coding agent The HN community may find the context of the prompts, organized by each turn in each session, the most useful. See the website/docs/prompts.md and session-X.md files. I also started exploring some workflows for the LLM to execute, organized in the website/docs/tasks/ folder. I found it pretty handy to have the LLM document our work as we went and simply embedded the static site into the executable, along with all the music and logic. The whole project took me about a day for the backend. The C++ controller itself took only a few turns. I enjoyed focusing on my son's experience and letting the agent handle the C++, Javascript, and Go code. I'm still getting started with coding agents, so please do share any tips or tricks to help me with similar projects. I'm most interested in how to work effectively with the agent, like what you see in dev-loop.sh https://ift.tt/xPtZdYQ July 8, 2025 at 08:02PM

Friday, July 11, 2025

Show HN: VibeKin – Gated Discord Tribes via Personality Matching https://ift.tt/UG2c1Sk

Show HN: VibeKin – Gated Discord Tribes via Personality Matching I built an app that matches users to exclusive Discord communities based on a 25-question personality quiz. Inspired by HEXACO but with a novel fuzzy-clustering twist, it creates a "harmony genome" to gate access, ensuring tight-knit tribes (e.g., wellness or creative niches). Think Reddit but curated via psych. Launched to test the idea—feedback on algo, niches, or scaling? https://tgc.fly.dev July 12, 2025 at 07:32AM

Show HN: Transition – AI Triathlon Coach https://ift.tt/aJn1rZ6

Show HN: Transition – AI Triathlon Coach Hey HN, I’m Alex, a triathlete, dad, and software engineer. I’ve been building Transition — an app for triathletes that creates adaptive training plans based on your goals, schedule, and workout data (Garmin, Strava, etc). Most plans are static, which never really worked for me as a parent and someone with an unpredictable schedule. Transition adjusts every week using your actual workouts and progress, so the plan changes when you miss a session, set a new PR, or need to shift your priorities. I built this because nothing else was flexible enough for my life, and I’m curious if others have the same problem. It’s in beta and free to try. I’d love feedback from the HN crowd — especially around the training logic, onboarding, or any ways to make it more useful for real athletes. Website: https://ift.tt/r1EgFfp https://ift.tt/r1EgFfp July 12, 2025 at 08:09AM

Show HN: An Improvisational Web Server https://ift.tt/xq3rCym

Show HN: An Improvisational Web Server With Gemini Flash so fast, I wondered what it would be like for an LLM to generate web pages and images on-demand as the URLs are requested. It's been a couple of weeks now since release and there are a ton of cool examples people have created at https://ginprov.com/ . I have about half of my Gemini credits left (it's not too costly) but if it runs out, it's very easy to self-host with your own Gemini key. Some examples: https://ift.tt/IoMDzF7 https://ift.tt/OdzCGFc https://ift.tt/612UygJ https://ift.tt/IcC1rFi https://ift.tt/MJqVGpj July 11, 2025 at 10:22PM

Thursday, July 10, 2025

Show HN: Open source alternative to Perplexity Comet https://ift.tt/12EUG5V

Show HN: Open source alternative to Perplexity Comet Hey HN, we're a YC startup building an open-source, privacy-first alternative to Perplexity Comet. No invite system unlike bunch of others – you can download it today from our website or GitHub: https://ift.tt/hOxTZWy --- Why bother building an alternative? We believe browsers will become the new operating systems, where we offload much bunch of our work to AI agents. But these agents will have access to all your sensitive data – emails, docs, on top of your browser history. Open-source, privacy-first alternatives need to exist. We're not a search or ad company, so no weird incentives. Your data stays on your machine. You can use local LLMs with Ollama . We also support BYOK (bring your own keys), so no $200/month plans. Another big difference vs Perplexity Comet: our agent runs locally in your browser (not on their server). You can actually watch it click around and do stuff, which is pretty cool! Short demo here: https://bit.ly/browserOS-demo --- How we built? We patch Chromium's C++ source code with our changes, so we have the same security as Google Chrome. We also have an auto-updater for security patches and regular updates. Working with Chromium's 15M lines of C++ has been another fun adventure that I'm writing a blog post on. Cursor/VSCode breaks at this scale, so we're back to using grep to find stuff and make changes. Claude code works surprisingly well too. Building the binary takes ~3 hours on our M4 Max MacBook. --- Next? We're just 2 people with a lot of work ahead (Firefox started with 3 hackers, history rhymes!). But we strongly believe that a privacy-first browser with local LLM support is more important than ever – since agents will have access to so much sensitive data. Looking forward to any and all comments! https://ift.tt/peI5wWi July 10, 2025 at 11:03PM

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