21,368 results for all

wavehouse.dev
Show HN: WaveHouse – Supabase for ClickHousehttps://wavehouse.devWhile building an IoT telemetry solution, we ran into hurdles with Clickhouse. For one, you can't insert quickly AND durably into Clickhouse without setting up something like Kafka, which gets complicated for quick projects wanting to make use of Clickhouse's powerful features. Then, trying to actually query Clickhouse and show data in a UI required a whole backend API to handle auth and permissions.We figured that all these parts together – fast, durable ingest, row-level and column-level security and roles, and realtime streaming – were a lot of scaffolding to have to rebuild for every project we wanted to use Clickhouse in. So, we built them all into a single Go binary to be deployed alongside Clickhouse, to help lower Clickhouse's barrier to entry. We call it WaveHouse.Would love any feedback as we work on improving and adding more features to this OSS project!
Aug 20, 2026 6:00 PM
skilldocs.dev
Show HN: Skilldocs – Figma for Markdownhttps://skilldocs.dev/tourI got fed up with Notion, so I built my dream document editor. It's all markdowned so it's easy to view skills or other agent-related documents. It's got the collaboration features I love from Figma (shared cursory and the ability to follow) and Google Docs (comments, realtime editing). Then you can export the diff and comments to an agent. I've been really liking it for talking over skill documents live on a call. I'm curious if this resonates with other people. More generally, I feel like notion is less and less relevant in an age where documents have a very different purpose and Markdown is king. Curious what people think!
Aug 20, 2026 5:56 PM
news.ycombinator.com
Ask HN: One SSH key or many SSH keys?https://news.ycombinator.com/item?id=49377427Is there any benefit to using multiple, separate keys to authenticate to different resources versus only using a single SSH key?On one hand, I've heard that an SSH key is supposed to represent an identity, so using your "identity" everywhere makes sense.On the other hand, I've heard that keeping SSH keys separate is important in the same way using separate passwords for different resources is important.What do you all think?
Aug 20, 2026 5:15 PM
news.ycombinator.com
Ask HN: How to engage users in an open source project and when to stop?https://news.ycombinator.com/item?id=49377336I have been working on an OS project for years now, on and off, taking it back up for the last few months and giving it a good boost lately with AI. It has a super niche user base in quantitative finance.I really enjoy working on it, and although I get contacted every now and then by people who are using it or are interested in using it, and those are really interesting users, I always think I am wasting my time. It has been 8 years now since I started.I guess my questions are: is it worth it? And I know this question has two clear paths, the personal and the practical one, but I would like to hear from both. How can I know when to stop? If my audience is maybe in the order of two thousand potential users worldwide, how do I validate the idea? I have posted on Reddit and HN multiple times, tried LinkedIn, and that leads me to a handful of super interesting contacts, but I don't know if it is enough to keep going.
Aug 20, 2026 5:09 PM
bing.com
Wash. Deputy Prevents Potential Explosion After Suspect Sets Gas Station Fire to Attract Policehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a891e213b914dd98fc3f6e65803f1cb&url=https%3A%2F%2Fwww.officer.com%2Fon-the-street%2Fnews%2F55399730%2Fmead-man-accused-of-setting-gas-station-fire-to-attract-police-and-firefighters&c=12719875325995476409&mkt=en-usA Spokane County deputy rushed to activate an emergency fuel shutoff after a man allegedly started a fire at a Mead gas station in order to get the attention of first ...
Aug 20, 2026 5:00 PM
tablecanon.app
Show HN: Building Table Canon, an AI Campaign Memory Engine for TTRPGshttps://tablecanon.app/Hey HN! I built Table Canon to solve a problem my playgroup kept running into: 3-4 hour tabletop gaming sessions leave behind massive audio recordings, but standard meeting note-takers treat every session as an isolated island, butcher fantasy terms, and don't know who is speaking.I wanted an engine that tracks long-term state across months of games, so I built a pipeline to extract entity updates, open quest hooks, and character promises across sessions.The Tech Stack:* Transcription: whisper-large-v3-turbo * Diarization: pyannote for speaker embeddings & voice profile matching Extraction & Memory: OpenAI API with Structured Outputs (JSON Schema enforcement for state updates) * TTS & Audio Recaps: Kokoro / Chatterbox Turbo Music Generation: ACE-Step-v1.5-XL-Turbo for rendering session summaries into lyrics/balladsA Few Engineering Lessons & Challenges:* State Delta Extraction vs. Context Explosions: Feeding 20 prior session transcripts into context windows quickly becomes cost-prohibi
Aug 20, 2026 4:40 PM
drillerdb.com
Show HN: The First 3D Map of North America's Underground Geologyhttps://drillerdb.com/undergroundOver the past year, we've been running OCR on over 13 million handwritten and typed well logs across North America. After that we standardized the unique terms used by drillers across America into one format, which we've based on the USGS's lithologic standards.Before this project, underground data was fragmented by state or county jurisdictions and had different standards for reporting and terminology. This is the first nationwide lithological grid ever made at this scale.Most regions have pretty good coverage. However, be aware some areas like the southeast of the US especially has some pretty significant gaps due to the reporting standards in those regions.We also have a research program! https://drillerdb.com/research
Aug 20, 2026 4:32 PM
github.com
Show HN: Pond – lossless archive for agent sessions in your own S3https://github.com/tenequm/pondI wanted all of my sessions preserved in one S3 storage dump I could access from anywhere. I couldn't find anything that could store sessions from multiple machines in one remote S3 bucket without running a database service anywhere, make them available as an MCP for my agent, and efficiently search through them. pond was born out of this, and out of my necessity to stop being locked to my laptop. I'm convinced that the sessions we generate with agents are one of the most precious assets we have and it still feels so odd to me that we throw them away like we couldn't care less.With pond you just point it at an S3 bucket or a local directory. Under the hood is in-process Lance. It also supports safe concurrent writes, so I just collect all my sessions from all my local machines, remote VMs and telegram agent setups in one bucket dir. Right now that is 14,861 sessions, 2.83M messages, 10.6 GiB, from 8 tools (Claude Code, Codex, opencode, pi, Claude Desktop, oh-my-pi and a few more).The o
Aug 20, 2026 4:04 PM
excusemyfrench.org
Show HN: Excuse My French – an Open Source French-learning apphttps://excusemyfrench.org/hi HN! Many years ago (in 2018) I wrote a simple French-learning exercise generator in Javascript for my wife. I was looking for a way to generate as many exercises as possible for her to practice. The idea was being able to generate a huge combination of sentences and being able to transform them deterministically based on French grammar rules. The generation and transformation is rule-based (no LLMs back then).For example, we generate (using rule-based) :> Je mange une pommethen we ask the engine to transform it to past and replace the pronoun:> Je l'ai mangéeThen we compare with the user's answer.I recently picked the project back up, thanks to AI coding tools and some free time I improved the UI, added more conventional bits (flashcards, dictation, progress tracking, etc). I kept the core of it: the rule-based sentence generator, because it allows to generate extremely fast locally and in a controlled way.I pushed this new version on the same repository : https://github.com/Celebio
Aug 20, 2026 3:54 PM
compute.cx
Show HN: Compute.cx is simple (modal.com like) interface for on-demand GPUshttps://compute.cxHi everyone, Please checkout compute.cx which is a simple cli interface for using on demand GPUs from RunPod and HotAisle. I created this because I really like the ease of modal.com for severless gpu access, but don’t always want to pay their markup. Compute.cx gives the same DX but on public on-demand GPUs like runpod and hotaisie.Please try it out, and write to me harsh@theoric.com for any questions/suggestions, or file a bug report on https://github.com/theoriclabs/docs.compute.cxThanks! Harsh Gupta https://x.com/hargup13P.S. BYOK AWS, GCP and Azure coming soon, let me know if you want it.
Aug 20, 2026 3:47 PM
epho.io
Show HN: Epho – run Claude Code with a curlhttps://epho.ioHey folks, Burak here.Epho is an API that allows running Claude Code, Codex or Opencode in a sandbox in the cloud. It abstracts away sandboxes, and allows running coding agents with a single HTTP request.Epho came out of our own struggles with building our own AI analyst: - Sandboxes give you bare machines; you need to configure them for agentic workloads. - Each agent behaves differently, and you need to build integrations with each of them. - Sandbox providers are not very reliable, which means you need to figure out a multi-provider strategy to avoid failures. - Logging, artifacts, input/output, event streaming, and all of the other operational aspects need to be figured out.We had to go through the pain ourselves. We got to a point where things got quite reliable, and it became more obvious to us that this should be a primitive on its own: send a POST request, get the events streaming back to you.Epho is an agents-as-an-API product: you send a request, it spins up a sandbox, config
Aug 20, 2026 3:45 PM
news.ycombinator.com
Ask HN: No Path from Techie to Management?https://news.ycombinator.com/item?id=49376072When I was a much more junior techie I would apply for management roles in my company only to be told that I needed more experience and to upgrade my credentials. Years later I have certifications, a graduate degree and have advanced through the technical ranks. Now when I apply to management roles I am told that they are looking for a fresh perspective after hiring junior to intermediate applicants into the roles.I am not an isolated example at my work and as a result we have lost some excellent talent. Is this happening at other companies or is mine an outlier?Outside of this problem I really like where I work and the people that I work with but I feel that I may need to move on if I want to advance my career. I can't think of a way to address this problem with the higher ups without torching my future further.
Aug 20, 2026 3:32 PM
github.com
Launch HN: Vendo (YC S26) – Let users build features on top of your producthttps://github.com/runvendo/vendoHi HN, we’re Yousef & Nour, founders of Vendo (https://vendo.run). Vendo lets users create new features inside the software they already use. A user describes the dashboard, workflow, or small app they need, and Vendo builds it on top of the product’s existing data, API, and interface.Demo: https://www.youtube.com/watch?v=VdpHehY64lsWe built Vendo because every SaaS eventually faces the same problem: every customer needs something slightly different. One wants a new report and another needs a workflow that only makes sense for their team. These requests either sit on the roadmap, become one-off engineering work, or force the customer into spreadsheets and external tools. We wanted the user to be able to create the missing feature themselves, without leaving the product.Here is how it works:- npx vendo init reads the product's API surface, theme, routes, and more. These are used so that the apps Vendo creates (1) look on-brand and native and (2) have the ability to read data and perform
Aug 20, 2026 3:29 PM
docs.github.com
GitHub.com Help Documentationhttps://docs.github.comGet started, troubleshoot, and make the most of GitHub. Documentation for new users, developers, administrators, and all of GitHub's products.
Aug 20, 2026 3:17 PM
nytimes.com
Site Maphttps://www.nytimes.com/sitemap/An index of all New York Times stories published.
Aug 20, 2026 3:17 PM
nytimes.com
Tipshttps://www.nytimes.com/tipsThe New York Times is providing ways to get in touch and share materials with our journalists confidentially.
Aug 20, 2026 3:17 PM
nasa.gov
NASA Selects University Teams to Help Advance Aviation Researchhttps://www.nasa.gov/aeronautics/nasa-selects-university-teams-to-help-advance-aviation-research/NASA has selected four university teams to help the agency transform the future of aviation through projects ranging from high-supersonic propulsion systems to low-noise routes for small aircraft flying through cities. The agency made awards through its University Leadership Initiative, which offers student teams the opportunity to contribute to real-world flight research that advances NASA’s goals in aeronautics. […]
Aug 20, 2026 2:57 PM
zoneless.com
Show HN: Open-source Stripe Connect alternativehttps://zoneless.comHey, I'm Ben. I built Zoneless because I was paying so much to use Stripe Connect on my own marketplace. The fees were really, really bad, and it was also limiting in terms of the seller countries I could onboard. To give you an idea, I was paying around $9,000 per month in fees just to run payouts. Using Zoneless, that cost goes down to around $6.I've been using it personally for the past few months, and onboarded 5,000+ sellers and done 3,000+ payouts. 74% of new sellers on my marketplace choose Zoneless over Stripe, which is really interesting. I appreciate crypto and stablecoins are a bit of a touchy subject, but for this use case of sending global payouts cheaply, it's perfect.The project is open source with an Apache 2.0 licence, which means there's the benefit of no lock-in and no risk of your account getting flagged or shut down. It also has an almost identical API and dashboard to Stripe.Would love to hear any feedback you may have in the comments.
Aug 20, 2026 2:38 PM
pub.doub.ly
Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yourshttps://pub.doub.ly/Hi HN, I built this. Quick background on why it exists:When music is streamed on digital streaming platforms (think Spotify, Apple Music, Pandora), there are two separate royalty streams: one for the recording, paid through your distributor (DistroKid, TuneCore, CDBaby), and one for the underlying work (generally known as publishing). The work side's mechanical royalties are collected by The MLC, a nonprofit that was created by the 2018 Music Modernization Act (MMA). If you haven't registered your songs with The MLC, there are issues with your metadata, or about half a dozen other reasons, that money will never reach you, it just collects in a big pile we call the "black box".That pile is big. The MLC's own dashboard currently shows over $656M is held (themlc.com/blanket-royalties), and the biggest problem is the MMA dictates that The MLC cannot hold that money indefinitely. At some point, by law, The MLC must distribute this big pile of cash, and since they don't know who it's suppose
Aug 20, 2026 2:38 PM