Show HN: Start GPT threads in ChatGPT (& other sites) I noticed current LLM chat apps don't support threads for follow questions, but instead they're one long conversation. Often when I'm digging into a topic and GPT responds with a book, I want to ask follow-ups in "side chats" that I'd prefer to be inline and in context rather than jumping to bottom of the page, so I created GPT threads. It's a chrome extension where you can highlight some text and start a chat focusing on that text and incorporating surroun…
Show HN: a Rust library for creating hierarchical state machines I've come to prefer modeling state machines with nested states, but implementing them by hand requires a large amount of error-prone boilerplate that obscures the important logic of the state machine. I found that the existing offerings in the Rust ecosystem - while inspiring - lacked a number of features that I was looking for, so I spent the last few months building moku. Feedback is welcome! https://ift.tt/y6Aj5qV March 1, 2025 at 02:30AM
Show HN: Torii – a framework agnostic authentication library for Rust https://ift.tt/LenJcbC March 1, 2025 at 02:16AM
Show HN: Find out if you qualify for an O-1 visa https://o1pathways.com/ March 1, 2025 at 01:19AM
Show HN: Dragondrop – a drag and drop visual UI editor for developers https://dragondrop.app February 28, 2025 at 03:17AM
Show HN: Multi-View Stereo Software for Rapid 3D Model Generation from 2D Images cuda-multi-view-stereo (CUMVS) is a C++/CUDA library for Multi-View Stereo. This project currently supports depth map estimation using PatchMatch algorithms. CUMVS achieves a speed increase of more than 5x compared to ACMM, a leading implementation of PatchMatch MVS. Here is the demo movie: https://youtu.be/g9v9b5uP68I https://ift.tt/u1RDgBk February 28, 2025 at 03:16AM
Show HN: Scholium, AI Research Assistant Hi HN! I made an AI research agent that finds, summarized, and cites papers based on your query. I’ve written my fair share of papers in university and I’m a copy editor for our student paper as well. When fact checking, I noticed that Google often recommended unreliable scholarly sources(Medium articles, Reddit comments, and Linkedin posts) first. For example, when you search for Transformers, the first 6 results are blogs and articles. It is only on the seventh that you get the Vaswani 2017 paper. Thi…
Show HN: Hexle: A powerful way to search for papers and connect your ideas Hi all, I find literature searches to be slow and despite all the tools nowadays, it is difficult to map out vast areas of research and then connect my ideas to what I’m trying to do (e.g. writing a review, learning something new, planning a new project, assignments, etc). Some of my peers and teachers also found this to be a problem so I built this MVP app to help people not only leverage AI search capabilities but also go on to connect their ideas, map out research pr…
Show HN: Torii – a Rust authentication library with pluggable storage back ends Hey HN! I've been hacking around on something like OpenAuthJS or BetterAuth, but for the Rust ecosystem. Your users. Your database. https://ift.tt/trpiZem February 27, 2025 at 07:45AM
Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse Hey everyone! I’m working on Telescope - an open-source web-based log viewer designed to make working with logs stored in ClickHouse easier and more intuitive. I wasn’t happy with existing log viewers - most of them force a specific log format, are tied to ingestion pipelines, or are just a small part of a larger platform. Others didn’t display logs the way I wanted. So I decided to build my own lightweight, flexible log viewer - one that actually fits my needs. Ch…
Show HN: I got laid off from Meta and created a minor hit on Steam I was at FB/Meta from late 2013 to early 2023, mostly working in the compiler/runtime spaces. I got hit in the spring 2023 layoff wave. I immediately started making games in my newfound free time (a lifelong interest, and I even worked in AA(A?) back ca. ~2000), and in October 2023 I stumbled upon the idea of a roguelike pachinko/plinko game inspired by Luck Be A Landlord. Things snowballed quickly, I started talking to publishers, then worked like crazy through all of 2024, al…
Ride Muni to School Week Starts March 3: Join Our Transit Challenge and Art Contest By Ben Frazier Students can win a special prize if they log their transit trips to school next week – learn the details. Calling all students! It’s time to take your school commute to the next level. From March 3-7, 2025, Ride Muni to School Week is your chance to explore San Francisco and take part in two exciting opportunities: Ride Muni Challenge Log at least one trip per day to win a special prize! If you log daily trips and also complete bonus challenges…
Show HN: I gave my API a JSON homepage https://ift.tt/KhsV6PM February 26, 2025 at 12:06PM
Show HN: I created a language called AntiLang – breaking all the conventions AntiLang is an interpreted programming language written in Go. The basic idea of this is to keep all the logical parts of a language same, but reverse the structure of it. The idea for this project came when I was having a long midnight conversation with my friend and thought of writing such a weird language. The initial draft was far worse than the current implementation; we thought of reversing the brackets and the language would be read from bottom to top. I'm …
Show HN: NumPy+Jax Except with Named Axes https://ift.tt/lPankJw February 25, 2025 at 11:47PM
Show HN: MyCoder, an open source Claude-Code alternative https://ift.tt/y61mXTo February 25, 2025 at 11:41PM
Show HN: I made a 100% web-based screen recorder inspired by Screen Studio https://ift.tt/kvOV1Qx February 25, 2025 at 04:21AM
Show HN: URnetwork – Decentralized VPN Replacement I spent the last 1.5 years working out how to scale a decentralized network safely and efficiently to millions of users. URnetwork is a market for network capacity, where each connection races to find the best provider on the network. This means users have many IP addresses that continually cycle, and users can directly connect to each other, which is great for privacy when some minimum conditions are met. Because the world already has a bunch of hardware and network capacity that can be used,…
Show HN: Electro – A hyper-fast Windows image viewer with a built-in terminal This is my first major OSS release! I was always so frustrated by how slow image viewers were on Windows so I built one from the ground up with Rust & Tauri v2.0! Electro also has a very unique feature: a built-in terminal. I was always mesmerised by merging CLI tools with GUI based systems and this is my first go at it! I have big plans on expanding the terminal functionality with built-in image editing commands, command chaining, file handling etc. https://ift.…
Show HN: RadiaCode – Python Library for RadiaCode-10x Radiation Detectors Hi HN, I want to show you my project: RadiaCode, a Python library to interface with RadiaCode-10x radiation detectors and spectrometers. With RadiaCode, you can: - Collect real-time radiation measurements - Analyze spectra for insightful data interpretation - Control device settings via USB or Bluetooth - Explore a web interface example for remote monitoring It's available on PyPI, open-sourced under the MIT License, and you can find the code with examples on GitHub.…
Show HN: HelixDB, Open-Source Hybrid Graph-Vector Database Hey HN! A friend and I have been working on HelixDB, a graph-vector database, part-time at university. We're super excited to release the first version of our Graph Database! Helix is being built to incorporate both graph and vector types for building RAG and other AI applications. This release introduces our graph DB, our new query language, HelixQL, and our CLI tool to help run Helix. You can install helix locally by running `curl -sSL https://ift.tt/r5McJRK | bash` We'd love…
Show HN: Jq-Like Tool for Terraform https://ift.tt/shj9MQz February 24, 2025 at 12:58AM
Show HN: Cardog – AI interface for vehicle ownership Hi HN! I wanted to share something I've been working on after an interesting pivot. Last year I built a vehicle search tool that ran into legal issues with major listing sites. That experience led me to tackle a different problem - making the entire car ownership experience more accessible and data-driven. Ended up building an AI interface that helps research any vehicle, access documentation, and manage ownership - think having a car expert, market analyst, and personal assistant rolled…
Show HN: We made a Meta Quest3 see through walls https://ift.tt/aGZhpD4 February 23, 2025 at 05:54AM
Show HN: AI-native browser game that users can craft unlimited 3D items Most games have limits. You can only use preset features, need coding for customization & adding mods, require expensive extra devices. We wanted to remove those barriers. That’s why we are building space zero—a browser based 3D world powered by AI. We plan to build players can freely mix items to generate unexpected creations with unique properties and sounds. Also the world itself is dynamically generated, evolving endlessly. I uploaded a demo version I’ve been worki…
Show HN: Llama2.c on a Commodore C64 Warning: Inference takes ages. Pics & Media: https://ift.tt/6JpCHBM https://ift.tt/ihnxUMt February 23, 2025 at 01:07AM
Show HN: Easily make expandable / foldable diagrams https://ift.tt/gHAMjd5 February 22, 2025 at 11:23PM
Preparing for Great Highway Changes: New Traffic Signals and Safety Improvements in Place By Our Signal Shop team activating the signal at 41st Avenue and Lincoln Way. Last November, San Francisco voters passed Proposition K. This approved the permanent closure of Upper Great Highway from Lincoln Way to Sloat Boulevard. This area will become a new park. Earlier in 2024, the San Francisco Board of Supervisors approved the closure of Great Highway Extension from Sloat to Skyline boulevards because of coastal erosion. We are collaborating with …
Show HN: Visually parse an entire YouTube video frame by frame https://ift.tt/W2lyUoA February 22, 2025 at 12:30AM
Show HN: Slime OS – An open-source app launcher for RP2040 based devices https://ift.tt/3UW1qnA February 21, 2025 at 11:22PM
Show HN: Immersive Gaussian Splat experience of Sutro Tower, San Francisco https://ift.tt/Ksgeh9q February 21, 2025 at 12:39AM
Show HN: I made a free compliance audit tool for websites to avoid fines Hey HN. I'm Zack, and spent a week building this side project called PACT because I couldn't find anything like it out there for free. Of course, I made it free and no signup required. It audits your website to surface any privacy or compliance issues. I used a pre-made data scraper to surface the compliance issues, then used Claude to present the results and offer suggestions to fix. LMK what you think. Cheers! https://ai-pact.com/ February 20, 2025 at 11:42PM
Show HN: Agriquery – helping people sell their food We built Agriquery, a simple online marketplace designed to help farmers and small producers sell their produce directly to consumers (and businesses). Think Etsy, but for food. https://agriquery.com February 18, 2025 at 04:37PM
Show HN: Encrypt any file in your PC with this little app File Encrypter (v1.1) is a basic way (not really ment for real world use) that allows you to encrypt / decrypt many types of files in your computer. It alters each byte that constitutes each file you choose to modify, making it unreadable. https://ift.tt/lKh1ktz February 20, 2025 at 05:00AM
Show HN: Tired of building agents? throw an LLM at this framework https://ift.tt/80vPJZ7 February 20, 2025 at 02:55AM
Show HN: ResumePlan – Personal AI writers to help build better resumes https://ift.tt/I4iZrvh February 20, 2025 at 02:40AM
Show HN: Make your logo liquid metal (open source) Good morning!! We thought the Apple liquid metal invite was so cool. How fun would it be if everyone could see their logo in liquid? So we made an app to let you make your logo in liquid. Just drag in your logo and see. To play with your logo: https://ift.tt/juZNon0 Repo: https://ift.tt/t2bgU9C (We think you're gonna love it!) https://ift.tt/juZNon0 February 19, 2025 at 11:11PM
Show HN: Vakyume – a PDF2C++ engine that doesn't suck A geek's sucky Odyssey in AI's shadow through the realm of the metaprogramming hungry ghosts https://ift.tt/kMETxWQ February 19, 2025 at 08:23AM
Show HN: Subtrace – Wireshark for Docker Containers Hey HN, we built Subtrace ( https://subtrace.dev ) to let you see all incoming and outgoing requests in your backend server—like Wireshark, but for Docker containers. It comes with a Chrome DevTools-like interface. Check out this video: https://www.youtube.com/watch?v=OsGa6ZwVxdA , and see our docs for examples: https://ift.tt/ApqWbRc . Subtrace lets you see every request with full payload, headers, status code, and latency details. Tools like Sentry and OpenTelemetry often leave out these cr…
Show HN: A GPU-accelerated binary vector index This is a vector index I built that supports insertion and k-nearest neighbors (k-NN) querying, optimized for GPUs. It operates entirely in CUDA and can process queries on half a billion vectors in under 200 milliseconds. The codebase is structured as a standalone library with an HTTP API for remote access. It’s intended for high-performance search tasks—think similarity search, AI model retrieval, or reinforcement learning replay buffers. The codebase is located at https://ift.tt/brCdesK . https:…
This summary is not available. Please click here to view the post.
Show HN: Pushpin, an iOS client for Pinboard, is now open source Just wanted to share that I just open-sourced Pushpin today under the GPLv3 license. I've been building it since 2012 and it's become one of the most popular iOS clients for Pinboard [0] [1] [2]. It hasn't gotten a large update in quite a while, but it still runs perfectly on the latest iOS and iPad OS devices. Enjoy! [0]: https://pinboard.in/ [1]: https://ift.tt/6nhpBHg [2]: https://ift.tt/ZJ20teE https://ift.tt/VDlbMkK February 17, 2025 at 10:43PM
Show HN: Automate Expo QR Code Previews in GitHub PRs Hey HN, Inspired by Vercel’s automated preview deployments, I built a GitHub Actions workflow that generates an Expo QR code per PR—so mobile previews are as easy as scanning a QR code. How it works: • Every PR triggers a GitHub Action • The action starts an Expo server • It posts a QR code in the PR comments for instant testing on mobile No more manually starting Expo. No more copying links. Just open a PR and scan the code. Full guide here: https://ift.tt/kUQhcDG Would love to get feedbac…
Show HN: Switch2Cursor – Smoothly Switch Between JetBrains IDEs and Cursor I've developed a JetBrains IDE plugin that enables developers to quickly switch between JetBrains IDEs and Cursor Editor. Key features: - Maintains cursor position sync for seamless context switching - Keyboard shortcuts (Mac: Option+Shift+P/O, Win: Alt+Shift+P/O) - Supports all JetBrains IDEs (2022.3+) - Open source Background: With the growing popularity of Cursor Editor, many developers frequently switch between JetBrains IDEs and Cursor. This plugin addresses th…
Show HN: Fastimer, runtime-agnostic timer traits and utils for Async Rust https://ift.tt/501Lgdz February 17, 2025 at 02:43AM
Show HN: B2B SaaS Go-to-Market Checklist https://ift.tt/IgxmDWR February 17, 2025 at 01:40AM
Show HN: Air Traffic Control Radio and Chill Music for Focus https://ift.tt/eyOYtC3 February 17, 2025 at 12:36AM
Show HN: The news in the last 30, 14, 7, 3, or 1 days I made this for when I come back from vacation and want to catch up on news. It's a bit of a simplistic LLM transformation on headlines and URLs that I store from RSS feeds. So it bugs out sometimes. But I think it might be useful to me. You can check out some of the prompts in the "debug" links. What do you think? https://ift.tt/ZvcB7tC February 16, 2025 at 08:54AM
Show HN: Tech Brief – AI enhanced news reading I built this because I wanted it, and I now use it every day. It's a simple news site that gathers and summarises tech content and discussions, across multiple sources, providing tight, easily digestable summaries along with some simple tooling to support reading workflows. 1) Hourly updated homepage with the latest tech news across the web. 2) A simple < 3 min "News of the Hour", every hour, audio clip. 3) Summaries of HackerNews and Product Hunt, incl. comments and sentiment (mo…
Show HN: Blunderchess.net – blunder for your opponent every five moves blunderchess.net is an open source, peer-to-peer chess app where every five moves, players each get to make one blunder-move for their opponent https://ift.tt/bt6az3S February 16, 2025 at 03:22AM
Show HN: Edit Any Record on ATProto with History https://ift.tt/pnSHfOt February 15, 2025 at 11:54PM
Show HN: VimLM – A Local, Offline Coding Assistant for Vim VimLM is a local, offline coding assistant for Vim. It’s like Copilot but runs entirely on your machine—no APIs, no tracking, no cloud. - Deep Context: Understands your codebase (current file, selections, references). - Conversational: Iterate with follow-ups like "Add error handling". - Vim-Native: Keybindings like `Ctrl-l` for prompts, `Ctrl-p` to replace code. - Inline Commands: `!include` files, `!deploy` code, `!continue` long responses. Perfect for privacy-conscious dev…
Show HN: What If Rust, Actix, Diesel, Shuttle, Neon, NextJS, TypeScript https://www.youtube.com/watch?v=Mhz_eVH3XnQ February 14, 2025 at 11:46PM
Show HN: OpenSCAD configurable calendar 3D model I created a highly configurable calendar 3D model using OpenSCAD. This project uses Zeller’s Congruence to automatically adjust the calendar layout for any year. Just change the year in the configurator, and the model updates accordingly. The link contains a little more of the backstory and the downloadable model from a 3rd-party site, additionally the full source code is included in the post. Some highlights: - Implemented date calculations entirely in OpenSCAD (with no built-in date support, w…
Show HN: HackerVoice – An Experimental AI Podcast Covering Hacker News Hey HN: What it does: HackerVoice automatically generates a daily podcast summarizing the top five trending Hacker News topics using AI. How it works: Uses a combination of Gemini and GPT-4o to analyze and summarize trending topics. Leverages OpenAI’s text-to-speech (TTS) engine to generate natural-sounding narration. Runs on an automated schedule (cron job at 16:00 UTC daily). Episodes are available for listening at: https://ift.tt/Lu9WThD . https://ift.tt/Lu9WThD February…
Show HN: Dockershrink – AI Assistant to reduce the size of Docker images For the past few months, I've been hacking around a project I call Dockershrink. It automates a simple task: Take a Dockerfile and optimize its code with the goal of reducing the size of the final Docker image. People don't realize that we can apply some very basic techniques to reduce, for eg, a 2GB image down to just ~100MB: - Multistage builds with light-weight base image for final stage - Remove unused dependencies - Optimizations specific to the tech stack An…
Show HN: SQL Noir – Learn SQL by solving crimes I built SQL Noir, an interactive detective game that challenges you to solve mysteries using real SQL queries. It’s fully open source, designed to give you a practical and immersive way to learn SQL while engaging with a narrative-driven mystery. https://www.sqlnoir.com February 14, 2025 at 12:49AM
Show HN: Dev SSO IdP, a mock single sign-on provider as a development aide Hi HN! This project grew out of my want for the development of my web UIs to not get hung up on integration with OpenID Connect single sign-on. SSO was only available in our stage and prod environments. Getting this integration laid down and tested fast, without having to jury-rig something in stage, would've been huge. And so I decided to build a solution myself. Hence, Dev SSO IdP. The vision for it is to mock all the features of an OIDC SSO server that would be p…
Show HN: Auto rename downloads by AI and with your own naming rules Hii HN! We've built a Chrome extension called Cantrips.ai that auto generates meaningful filenames for pdf, txt, and docs downloads. It has tailored formats for major file types like papers, books, financial reports, etc. For example, a paper is always formatted as download date - title - first author's last name - area, so the filename would be 20250208 - Attention Is All You Need - Vaswani - LLM instead of 1706.03762 from arXiv. We are also developing a feature where…
Taken with Transportation Podcast: Our Fare Share By Our transit fare inspectors help us make sure riders are paying their fares properly. Thousands of people in San Francisco depend on Muni to get where they need to go. And it’s no wonder, given that Muni has been named among the best transit systems in the country. Meanwhile, we depend on fare revenue to keep the Muni moving and to keep it clean, safe and accessible. So, we are talking about fare compliance and enforcement in “Our Fare Share,” the latest episode of our Taken with Transport…
Show HN: Steganographically encode messages with LLMs and Arithmetic Coding Good morning HN! For a while now I have been toying with this idea and now finally have a working prototype. This project allows you to encode secret messages into ordinary looking text by using arithmetic coding with a probability model derived from an LLM. By encrypting the message and then decompressing the encrypted message using the arithmetic coder, you get output which looks just like randomly sampled output from the LLM. Except, it actually encodes your secret …
Show HN: I made my own OS from scratch because I was bored I've wanted to make my own OS since I started programming. Now, 5 years later, I did it (kind of). Sure, it is really basic, has very little functionality, but I made it and I'm proud of that. Oh, and I'm just 16 btw. https://ift.tt/ij1TGMC February 12, 2025 at 11:55PM
Show HN: A lightweight and flexible open source bastion OneTerm is a simple, lightweight and flexible enterprise-class bastion host, designed and developed based on 4A compliant, i.e. Authen, Authorize, Account, and Audit, which ensures the security and compliance of the system through strict access control and monitoring features. https://ift.tt/EMuO1A0 February 12, 2025 at 05:08AM
Show HN: HypeBridge – Your Dedicated AI-Agent Driven Influencer Marketing Agency https://ift.tt/8M0sH7N February 12, 2025 at 12:02AM
Show HN: I open-sourced machine translation models for 12 rare languages You can test translation quality here https://ift.tt/ib7zN9P https://ift.tt/zlAkBSP February 12, 2025 at 12:07AM
Show HN: Community Detection on Bluesky We ran the Leuven community detection algorithm on popular users on Bluesky (where the graph has edges determined by Jaccard similarity of a users' followers). We identified 118 communities and based on the names and descriptions of the top 10-20 users had LLMs generate title and descriptions for them. There are communities like "Feline enthusiasts", "Web Professionals", a bunch of NSFW ones and quite many communities are many different flavors of progressive/liberal activists. ht…
Show HN: WhisperCat – An Audio Recorder and Transcription Tool Hi HN, I wanted to share my first open-source project with you all: WhisperCat . WhisperCat is a small desktop application for recording audio and transcribing it using OpenAI's Whisper API. I built this because I needed something simple and reliable for my own transcription workflows, and now I'm hoping it might be useful to others as well. It's still pretty early stage, but it works well for basic audio recording and transcription tasks. What It Does: Lets you record …
Show HN: Arelo – A simple, flexible file watcher for auto-restarting commands arelo is a lightweight, language-agnostic file watcher that automatically runs a command when files change. It requires no configuration files; everything is controlled via simple command-line options. Easy to use: arelo -p '**/*.go' -- go run . Flexible file watching: Supports fsnotify (real-time), polling (for environments like WSL2), and fine-grained control with extended globbing (** and {js,ts,json}). Cross-platform and lightweight: Runs on Windows, macO…
Making Enforcement Fair: Our New Plan for the State Daylighting Law By Rebecca Ashton-Dziedzan The new state "daylighting" law will help make intersections safer. We're announcing a new plan to implement California's "daylighting" traffic safety law in San Francisco. The state law bans parking within 20 feet of the approach side of a crosswalk. This rule helps improve visibility at intersections for both people walking and driving. The law applies to both marked and unmarked crosswalks. Our goal is to make this ch…
उत्तर प्रदेश के मुख्यमंत्री योगी आदित्यनाथ तीन दिवसीय दौरे के बाद रविवार को लखनऊ लौट गए। via Chebli Mohamed
Show HN: Ricotta – Language Learning to Replace Anki I’ve been tinkering with Ricotta for about a year now and I'm happy to announce it’s ready to for others to use officially. Largely the time has been spent making the project a framework to spin up newer projects quickly which I can share details around if anyone is interested. The app was born out of my frustration with Duolingo drilling me on words I knew. I moved on to creating custom Anki cards and found myself spending ages creating decks. It’s free, uses spaced repetition under the…
Show HN: Searchable Library of Free Audiobooks I noticed that many websites offering free audiobooks tend to have clunky search functionality, making it harder to find what you're looking for. To address this, I’ve created a site that aggregates audiobooks from multiple platforms—complete with book reviews and ratings—making it easier to discover and explore new titles. At the moment, I've included audiobooks from popular sources like Librivox, Project Gutenberg, and Lit2Go. I'm open to suggestions on additional free audiobook sour…
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/dVE7hPm February 9, 2025 at 11:56PM
Show HN: Stock Analysis Feels Broken – Here's My Take on Fixing It Stock analysis tools are powerful, but I’ve always run into three challenges: 1/ Too much data, hard to digest – Plenty of insights, but filtering what truly matters is time-consuming. 2/ No clear buy/sell decisions – You get the data, but figuring out what to do next is missing. 3/ No way to build a personal strategy – Most tools use preset metrics, but does not help to invest your own way. As a result, I often fall back on stock price and following others' opinions—no…
Show HN: Turn Screenshots into Designs Instantly https://getklippy.com February 9, 2025 at 01:00AM
Show HN: Hyloblog – minimal, Git-based SSG for writing (not theming) Hi HN, We're working on Xr0 [0] and have been building a static-site generator that meets our tastes and needs. The basic emphasis is on simplicity and content rather than customisability and feature-richness. We are imitating Jekyll and Hugo (and other SSGs) in their basic generation paradigm and LaTeX in its separating form from content, but attempting to combine these into a unified, minimal philosophy where you can open a repo and start writing without needing a CLI t…
Show HN: Gumshoe.ai – SEO for AI Hi HN, We're Todd and Patrick, the founders of Gumshoe ( https://ift.tt/uxQFlmq ). Between us, we have like 50 years of experience in early-stage startups. For better or worse, I helped build one of the original meme sites (ICanHasCheezburger), so it’s partially my fault that there are so many cat photos on the internet. Around the same time, Patrick built Starwave (which is now ESPN Fantasy Sports) and later cofounded UrbanSpoon. We’re now building Gumshoe to help companies understand how AI talks about th…
Show HN: ExpenseOwl – simple and beautiful self-hostedexpense tracker https://ift.tt/VF8KLvQ February 7, 2025 at 11:56PM
Show HN: Open-source Hacker News apps We at Emerge Tools (YC W21) recently released open source Hacker News apps for both iOS and Android. The apps use the latest SwiftUI and Compose frameworks and are entirely native. Our goal is to help dogfood our products, but more importantly our team just enjoys reading HN every day and wanted an app to hack on and call our own. :) We are still missing some features but should otherwise be pretty solid. And open to any contributions. iOS: https://ift.tt/qoYTuJE... Android: https://ift.tt/EX2zZGu... https…
Show HN: HN as TikTok, Welcome to HN Hell https://hnhell.com February 5, 2025 at 02:15PM
Show HN: LangGraph and CrewAI in One Framework of Frameworks https://ift.tt/3VoxBK5 February 7, 2025 at 05:09AM
Show HN: SQLite disk page explorer https://ift.tt/oydMj7z February 6, 2025 at 09:40PM
Show HN: ArXivTok I made this, and it's fully open source so if someone wants to contribute here you have the url: https://ift.tt/fqR1EiY . For this project I was inspired by https://ift.tt/rNewbdF . https://ift.tt/pfGrceP February 5, 2025 at 03:59PM
Show HN: PulseBeam – Simplify WebRTC by Staying Serverless WebRTC’s capabilities are amazing, but the setup headaches (signaling, connection/ICE failures, patchwork docs) can kill momentum. That’s why we built PulseBeam—a batteries-included WebRTC platform designed for developers who just want real-time features to work. What’s different? Built-in Signaling Built-in TURN Time limited JWT auth (serverless for production or use our endpoint for testing) Client and server SDKs included Free and open-source core If you’ve used libraries like PeerJ…
Share Your Feedback: Possible Muni Service Cuts By Kate McCarthy We’re asking for your feedback on Muni service cuts expected this summer. We want to hear from you as we work to reduce the impacts of possible Muni service cuts. Due to a $50 million budget shortfall, we may have to make cuts to Muni service this summer. We suggested three potential approaches to our Board of Directors at our Feb. 4 meeting. We received feedback from both our Board and the public. Now, we want to hear from you and other Muni riders across the city. This way, w…
Show HN: Kindly RSS, a self-hostable RSS app designed for e-ink devices In the last few weeks I've been working on a RSS application designed to be used in e-ink devices such as Kindle, through the device's web browser. It's a self-hostable app optimized for running on low-end hardware (such as Raspberry Pi, I actually run it on a 3b model). The project is in its early stages of development. It is usable, but you may (and probably will :P) encounter bugs from time to time. I did it for myself (I like to read at night before going t…
Show HN: Gave Claude LSD SQL LSD SQL is a DSL for the web that can self-correct as an LLM traverses the internet. Here's what it looks like now that Claude is connected to the internet similar to OpenAI's Deep Researcher. Want to be a Claudestine Chemist? Follow the quickstart instructions in the README to get started! https://ift.tt/ewYDojP Check out @getlsd on Twitter to see some of our other work or see our website to view the docs https://lsd.so https://ift.tt/ewYDojP February 3, 2025 at 11:11AM
Construction Begins on Valencia Side-Running Bike Lanes By The redesign of Valencia Street included hundreds of conversations with community members. The goal: understand how to make the street work for everyone. Construction of the side-running bikeway on Valencia Street will begin on Monday, Feb. 10. Crews from the SFMTA and Public Works will build the bikeway on Valencia Street between 15th and 23rd streets. This design will: Preserve a safe and separated option for people to bike and roll Make it easier for people on bicycles to visit mi…
Show HN: CoPlay – Enabling In-Room Xbox Gaming for Children's Hospitals Hey everybody, My name is Brady. I'm the creator of CoPlay. Think of it as an MDM/fleet management for xbox accounts and devices. Pediatric hospitals want to allow their patients to play and connect with friends, family and other patients but they have lacked the tools to facilitate and manage this in the past. A friend and I found this problem while volunteering at our local children's hospital. We are now in 6 pediatric hospitals across the US. Yup, it's …
Show HN: I used Azeron to control my robot like a puppet https://ift.tt/sVoCFLh February 5, 2025 at 01:35AM
Show HN: Open-source version of OpenAI's Deep Research Last night, OpenAI launched Deep Research, a tool for AI-powered deep web searches. In a few hours, I built an open-source alternative using Next.js, Firecrawl, and Vercel's AI SDK. Instead of using a fine-tuned version of o3, this method uses Firecrawl's extract + search with a reasoning model to deep research the web. The system is built using Vercel’s AI SDK for handling requests and streaming data, with an agent-based approach that manages search, extraction, and analysis. …
Show HN: Check Supply – Send Checks in the Mail When I lived in SF, my landlord required rent payments via check. For a while I just used my bank's bill-pay. If you remember Simple, they eventually killed their bill pay feature, and then they later shutdown altogether. I didn't want to buy a checkbook, stamps, and envelopes just for this one bill. That's why I built Checks Supply with a friend to make check sending as simple as sending cash on Venmo. With our app, you can fill out your check details and have your payment processing…
Show HN: 100k1M – Turn $100k into $1M in 10 yrs with live investment calculator https://100k1m.com/ February 4, 2025 at 12:21AM
Show HN: I indexed 10M Shopify products to build an API https://ift.tt/sDo0RpW February 4, 2025 at 12:05AM
Show HN: Made a tiling manager Linux-XFCE to roughly copy Snap-Layout in Windows Title says all that needs to said about it, admittedly it is stupid to "copy" any Windows feature in Linux but here we are...it is not exactly made for use by extensive audience but just a rough work of it would love any suggestion/critique on it ... https://ift.tt/IbfiZO3 February 3, 2025 at 07:43AM
Show HN: I Built a Platform to Buy and Sell GitHub Repositories Hey HN, I built a platform that allows developers to buy and sell GitHub repositories using private forking. The idea is to help indie developers, open-source maintainers, and teams monetize their work while ensuring buyers get fully functional projects with minimal hassle. Many developers create great projects but lack the time or resources to maintain them. Instead of letting them fade away, why not sell them to someone who wants to continue the work? Here is how it works: - Sel…
Show HN: Random Art Generator in Haskell https://ift.tt/Zi6bn43 February 2, 2025 at 11:41PM
Show HN: Lume – OS lightweight CLI for MacOS & Linux VMs on Apple Silicon. We just open-sourced Lume - a tool we built after hitting walls with existing virtualization options on Apple Silicon. No GUI, no complex stacks - just a single binary that lets you spin up macOS or Linux VMs via CLI or API. Why we built Lume: - Run native macOS VMs in 1 command, using Apple Virtualization.Framework: `lume run macos-sequoia-vanilla:latest` - Prebuilt images on https://ghcr.io/trycua (macOS, Ubuntu on ARM) - API server to manage VMs programmatically …
Show HN: SeekMyDomain – AI-Powered Domain Name Suggestions in Seconds Hello HN community, I’m excited to introduce SeekMyDomain.com, a tool designed to simplify the process of finding the perfect domain name for your projects. Key Features: - AI-Driven Suggestions: Describe your project, and our AI generates relevant and available domain names within seconds. - Instant Availability Check: Ensures that the suggested domain names are currently available for registration. - User-Friendly Interface: A clean and intuitive design makes the search pr…
Show HN: Modest – musical harmony library for Lua This is a project I've been building in my spare time over the past few months. It's a library that provides methods for working with musical harmony ‒ intervals, notes, chords. For example, it can parse almost any chord symbol (Fmaj7, CminMaj9, etc) and turn it into notes, or it can identify a chord from a given set of notes. I started this project with the idea of using formal grammar to parse chord symbols. I wanted to use it instead of a hand-written parser, which is the common appr…
Show HN: I built a full mulimodal LLM by merging multiple models into one https://ift.tt/jJP6e95 February 2, 2025 at 10:14AM
Show HN: Val Town Projects Hello! We at Val Town have spent the last couple months redesigning our product around a new core primitive: Val Town Projects. Why: Our prior core primitive, a "val", was too small. A val is just a single hosted JavaScript file. Users kept bumping up against rough edges managing lots of disparate vals. What: A Val Town Project is a group of vals, files, and folders, versioned collectively. They support branches, forks, and merges. How: We made the sacrilegious decision to not build on git. We instead built…
Social Plugin