Postingan

Show HN: I Derived a Pancake https://ift.tt/73WoGXQ

Show HN: I Derived a Pancake After 25 years of making other people's pancake recipes - always yearning for more tang, more fluff, and more predictability - I decided to derive the pancake recipe from the chemistry. You mark checkboxes for what you have on hand (ricotta, sour cream, kefir, buttermilk, yogurt, cottage cheese, lemon, cream of tartar, etc.) and it computes the best recipe based on targets for acid, fat, salt, sugar, and CO2. My particular favorite are the yeast-raised lemon ricotta kefir pancakes - the best I've ever had. The math is done in a small pure-ESM library: ingredient composition to component masses and acid moles, a stoichiometry layer, and a bisection solver for the target deficits. I'm not a chemist, so if something is off, tell me and I will fix it! https://ift.tt/L3IMX6P June 5, 2026 at 01:42PM

Show HN: Nightwatch, The open-source, read-only AI SRE https://ift.tt/2bnFdCc

Show HN: Nightwatch, The open-source, read-only AI SRE nightwatch is a local-first, read-only layer on top of your monitoring. it groups alert storm into incidents, flags noisy checks and has an agent that can investigate for you live systems. You can e.g. jump from the incident into the agent directly. the reason for this weekend project is that we had a kubernetes upgrade that went wrong, and at some point a rollback wasn't possible anymore, so it had to be fixed live during the night while several problems came together. We run a lot of different systems, on-prem and several Kubernetes clusters, and in a situation like that you spend most of the time just figuring out what is actually broken and where. So i thought that it would be pretty cool to have eyes in the dark in each system that can talk to your "brain". so the idea is to put a baby owl into each environment. Each owl runs where the systems live, keeps that environment's credentials local, and only dials o...

Show HN: OpenPayphone – open-source guts for a 1996 coin payphone (Pi and SIP) https://ift.tt/g5subaj

Show HN: OpenPayphone – open-source guts for a 1996 coin payphone (Pi and SIP) https://ift.tt/GA1gQhE June 7, 2026 at 11:36PM

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs https://ift.tt/zha01Ku

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs Hello HN, I've been working on a simple OS for tinkering and running bare metal apps on vintage PCs. Since I couldn't quite decide whether to target pure 16-bit, or slightly more capable 32-bit machines, I ended up with two separate versions: - GentleOS/32 ( https://ift.tt/HpD94lq ) works on i386+, requires 4MB of RAM and VGA display supporting 640x480x16 mode or any 256-color VESA mode. - GentleOS/16 ( https://ift.tt/VE4xTSg ) works on 80186+, requires less than 192KB of RAM and a CGA display supporting 320x200x4 mode. You can find more details in the repos. https://ift.tt/HpD94lq June 7, 2026 at 10:45PM

Show HN: Dap-mux – Connect your editor and REPL to the same debug session https://ift.tt/yMLTqYW

Show HN: Dap-mux – Connect your editor and REPL to the same debug session I have been coding over four decades, in many languages, on many projects (including Firefox, Final Cut Pro, the Newton, and Fullwrite Professional if you can remember that far back; all these using my "dead-name"). I wrote something small and simple to scratch an itch. It's the UNIX philosophy: small "one-trick ponies", each *really* good at their one trick, then the user can hook them together to solve actual problems. I'm a CLI guy, and for almost everything, I already have this. But not for debugging. The itch I scratched was the connector that enables this philosophy for debugging. That thing is dap-mux. A DAP multiplexer turning a one-to-one protocol into a cooperating session of as many tools as you need to get it done! How it started: Helix and Python for me (and sometimes IPython), with the rest of my team using PyCharm (which I have long loved!). My team's problem is that...

Show HN: Typedframes – Pandas/polars column name checking at lint time https://ift.tt/1ugTXvW

Show HN: Typedframes – Pandas/polars column name checking at lint time https://ift.tt/IvoWqPF June 7, 2026 at 03:32AM

Show HN: Resonate – Low-latency, high-resolution spectral analysis https://ift.tt/XNhvUKZ

Show HN: Resonate – Low-latency, high-resolution spectral analysis Last April I shared about my Resonate project here ( https://ift.tt/m8OvkHw ) A lot has happened since: the work I presented in much more detail at last June's International Computer Music Conference (ICMC) got best paper award. I also gave a talk at the Audio Developer Conference in Bristol last November, the video is on YouTube). This year's work, which I recently presented at this year's ICMC, starts with known techniques from the phase vocoder literature to build self-tuning filter banks that extract very efficiently the frequency components that are actually present in the input signal. Overview on the project website, more details in the papers, including applications to super-resolution spectrograms and re-synthesis experiments. As many people have pointed out, none of the techniques I have used are new (some of them even have different names across different fields), but I haven't seen them appli...