covid20212022
ads
ads
Sunday, June 14, 2026
Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call https://ift.tt/cw5QiYk
Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call I'm the developer of Trace, a non-intrusive, shortcut-driven Mac app that records and transcribes your meetings on-device. I know, another meeting transcription app. Please bear with me though, I'm confident that this is at least a little novel. I primarily built Trace for myself. I'd been using MacWhisper, but there was enough fiddling before each call that I'd forget to start it and walk out of an hour-long meeting with nothing written down. So the things I cared about most were that it's quick to activate and stays out of the way. You activate Trace by pressing a global shortcut (configurable), which reveals a small bar at the bottom of your screen (there's also a keystroke and/or option to hide it entirely if you'd rather not see it at all). As I was building it I wanted to bake in a couple of workflows I'd wished for in other transcription apps. 1. Mid-meeting you can press another global shortcut to mark a "key moment" and type a note. The note shows up in the resulting transcript inline at that timestamp. I wanted to add this because I kept catching myself thinking "wait, that bit matters" in meetings and reaching to jot it down in a separate app like Obsidian, which I then needed to add context to, which took me out of the meeting. I use it all the time. If I paste the transcript into an LLM afterwards (which I find myself doing more and more these days) the important moments are flagged so it doesn't gloss over them. This is more noticeable in longer meetings with lots of topics.
2. With another keyboard shortcut you can summon a rough live recap (subtitles, basically) to quickly recap what's just been said. Trace uses standard macOS microphone and system recording APIs to capture both sides of the conversation as two separate tracks and then runs the system side through on-device diarization to identify speakers. Right now we only label them as "Speaker 1", "Speaker 2", etc but there are plans for speaker labelling in the future. You can also show a "live recap" as the call is happening to review what someone just said. All transcription models run on your machine. To be clear though, Trace doesn't do any of the summarising itself, it just produces a markdown transcript, so if you want summaries then you need to pass the output to an AI. The app is sandboxed and your audio/transcripts are never uploaded anywhere - they just exist as audio files and markdown on disk. The only network call Trace is required to make is on the first run to download the speech and speaker models (around 500MB) from Hugging Face, and after that it can be used fully offline. If enabled, a Google Calendar integration can auto-name sessions but that needs a network connection. The app is £9.99 on the macOS App Store. I've been using it every day for months now and I'm super happy with how it's improved my workflow. Feedback very welcome. https://traceapp.info June 14, 2026 at 03:41AM
Show HN: Philosophy for Kids https://ift.tt/sfR0B35
Show HN: Philosophy for Kids Sometimes my son asks me 'why' questions that could be answered well by a kid-friendly philosophy article. But I don't know where to find those, so I ask Claude or ChatGPT, and have a specific workflow for getting the type of output I want. I figured other people might find those AI-generated articles helpful, so I put them here: https://ift.tt/CXTfUYl There's a search box at the top. https://ift.tt/CXTfUYl June 15, 2026 at 01:15AM
Show HN: Kage – Shadow any website to a single binary for offline viewing https://ift.tt/HbNfdCk
Show HN: Kage – Shadow any website to a single binary for offline viewing https://ift.tt/pEVFqol June 15, 2026 at 12:25AM
Saturday, June 13, 2026
Show HN: Bye-wk – Hide World Cup news from your feed https://ift.tt/GuXJThM
Show HN: Bye-wk – Hide World Cup news from your feed https://ift.tt/AxYkg7z June 14, 2026 at 04:50AM
Show HN: Galdor – a Go LLM agent framework with built-in tracing and replay https://ift.tt/zdrDoWl
Show HN: Galdor – a Go LLM agent framework with built-in tracing and replay https://ift.tt/78aPKuH June 14, 2026 at 02:04AM
Show HN: Verso – A $14.99 Mac word processor with no subscription https://ift.tt/UnThsfp
Show HN: Verso – A $14.99 Mac word processor with no subscription https://ift.tt/o3AZWBx June 14, 2026 at 12:43AM
Show HN: Lightweight C++23 S3 client with no extra deps (just curl and OpenSSL) https://ift.tt/ykbOI0Z
Show HN: Lightweight C++23 S3 client with no extra deps (just curl and OpenSSL) Attached is my attempt at making a small toy S3 client without any other dependency besides libcurl and OpenSSL. Was tested mainly on MinIO (RIP) locally, so I would expect some bugs when using it against AWS, although I was able to play with it on some open access buckets Be aware that I am not a C++ programmer and this project was indeed done to learn a bit of C++ myself :') Feedback on any of the code, either on gtest, or the benchmarking section or the core itself is welcome! https://ift.tt/ebP4ZyX June 13, 2026 at 11:40PM
Friday, June 12, 2026
Show HN: Squishy & Friends – Claude Fabel 5 coded a game and it is good https://ift.tt/50zjLN6
Show HN: Squishy & Friends – Claude Fabel 5 coded a game and it is good https://ift.tt/NlmEtzq June 12, 2026 at 11:43PM
Show HN: 800x faster Linter and TypeScript-Go toolchain for plugins like typia https://ift.tt/PdG1XxF
Show HN: 800x faster Linter and TypeScript-Go toolchain for plugins like typia As a developer of typia, have to alive in the new typescript-go era, I made a new toolchain for tsgo. Making the ttsc, I understood that the new plugin toolchain system can dramatically reduce lint rule checking time by integrating into the typescript-go. So made `@ttsc/lint`, and its time is 600x to 1600x faster than eslint. From now on, when you compile TypeScript, lint violations would be caught in the same time. No more need to run both `tsgo` and `eslint` independently. > This repository is not v1 yet because the typescript-go has not been released yet, but if you wanna experience superfast lint, or keep using typia in typia era, you can do it right now. https://ift.tt/VSazOBY June 12, 2026 at 07:47PM
Thursday, June 11, 2026
Show HN: Stillwind – High Resolution Electronic Component Search https://ift.tt/zticME5
Show HN: Stillwind – High Resolution Electronic Component Search We’ve spent the last couple of months building Stillwind Search, a search engine for electronic components that helps users find parts that fit even the most complex set of specifications. After talking to the people that actually build PCBs we found out that finding the exact part you are looking for, is consuming enormous amounts of times, is very tedious and then often doesn’t yield the best results. So we tried to cut down this search time by just requiring a (broad) description of the specifications and we find the correct part in minutes, not hours. This is possible through our own database of parts and their properties. We used LLMs to extract every parameter about a part into >1k schemas, collectively covering more than 130k properties. This depth of properties could no longer be visualized, so the database is queried interactively by an AI agent (Sonnet 4.6) to find the needle in the haystack of parts. Before results are shown, we use another model to verify the data (that’s why it might take a moment before the first results appear). We currently have almost all microcontrollers, sensors, and other advanced ICs on the market, as well as a wide selection of passives and generic parts. We are working on adding more parts and are more than happy to take suggestions. I know that folks on HN like technical details on how this works, so let me give a short overview:
Frontend: SvelteKit + Cloudflare Workers + Hyperdrive
Backend: PostgreSQL 18 (with io_uring) database, with extensions on NVMe drives hosted on a beefy server. We appreciate all feedback and are happy to answer any questions :) Btw: We are already working on a way that you can search combinations of parts, finding the optimal combination of parts. https://stillwind.ai June 12, 2026 at 01:12AM
Show HN: A police department for your Claude Code agents https://ift.tt/xYj1N2l
Show HN: A police department for your Claude Code agents https://ift.tt/sPqGC75 June 12, 2026 at 12:47AM
Show HN: AI Pair Programmer for Emacs https://ift.tt/kAWc2zY
Show HN: AI Pair Programmer for Emacs I built a pair programmer, using AI, but now am trying to go slow with new languages and paradigms using this package. I have noticed a decline in my programming skills, and wondered why I couldn't use AI as a pair programmer. Why can it watch what I'm doing over my shoulder and suggest changes? That way I can struggle through problems still and actually learn something. Results have been good so far :) https://ift.tt/6szjwKX June 9, 2026 at 01:34AM
Wednesday, June 10, 2026
Show HN: Extend UI – open-source UI kit for modern document apps https://ift.tt/3pDdbhi
Show HN: Extend UI – open-source UI kit for modern document apps We're open-sourcing 14 components & examples today for PDF, DOCX, and XLSX viewers, plus bounding box citations, file upload, e-signature, and more. It's MIT licensed and fully customizable. Demo video here: https://ift.tt/RpjqnhF When we started, we tried every file viewer and document component library we could find. Unfortunately, none of them had all the functionality (and polish) that we wanted, so we ended up building our own for https://extend.ai/ . It was only ever meant to be internal, but enough customers kept asking for it that we decided to open source it. It's useful for building document processing agents, real-time user facing document intake flows, or all kinds of internal tooling. We naively thought this would be a solved problem. Turns out, making PDF/XLSX/DOCX viewers that work at scale is not trivial...we use and maintain it for Extend ourselves, so we've fixed a lot of edge cases that came up while running millions of pages / day through our own system. Our hope is that with our resources + community support, it'll keep getting better over time. https://ift.tt/z5dAFqy June 10, 2026 at 11:09PM
Subscribe to:
Posts (Atom)