Friday, June 27, 2025

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding https://ift.tt/IwYJfju

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding With the Mozilla Pocket shutdown coming up in about two weeks, I thought I'd share this quick tool to migrate to linkding in case it's helpful to others. After reviewing self-hosted options to Pocket, I decided linkding has the best combination of features. (The creator/author of linkding has done a great job -- however, I plan to eventually create a new tool that is based on linkding but adds some new features that the author has indicated he doesn't want to include [I’m currently using a fork, but I want to expand on it further].) HN thread about shutdown announcement: https://ift.tt/J3RUqb6 Mozilla announcement: https://ift.tt/PUmEA85 linkding: https://linkding.link/ Note that Pocket is shutting down July 8, 2025, but the export service will remain available until October 8, 2025. [edit] fix typo in title & formatting https://ift.tt/gtaOyri June 26, 2025 at 10:33PM

Show HN: Zizmor, static analysis for GitHub Actions https://ift.tt/jNi4rT3

Show HN: Zizmor, static analysis for GitHub Actions https://docs.zizmor.sh/ June 27, 2025 at 12:30AM

Show HN: Chat with ChatGPT, Claude, Grok, Gemini and Llama on One UI https://ift.tt/CA10MrO

Show HN: Chat with ChatGPT, Claude, Grok, Gemini and Llama on One UI Chat with multiple AI models once and compare the results to pick the best one. This should help you with your research as different AI model can give you different answers and some might be better than others. https://instaask.ai June 26, 2025 at 11:12PM

Thursday, June 26, 2025

Show HN: MCP Server for Tally – Create and Manage Forms with Claude https://ift.tt/IP4j73i

Show HN: MCP Server for Tally – Create and Manage Forms with Claude I've built an MCP server for Tally that bridges the gap between their complex API and simple natural language commands. As someone with ADHD, I built this because context-switching between documentation, form builders, and actual work destroys my flow. Now I can stay in one conversation and just describe what I need. The interesting technical challenges: 1. API Complexity Abstraction Tally's API requires deeply nested objects for simple fields. An email field needs ~10 nested objects with UUIDs. I built a translation layer so users can just say "add an email field" in natural language, and the server handles the complex structure behind the scenes. 2. Safe Bulk Operations For destructive operations, I implemented a preview-then-confirm pattern. The server generates a confirmation token during preview that must be passed back for execution. This prevents accidental mass deletions while keeping the conversation flow natural. 3. Smart Rate Limiting The server monitors API responses and adjusts its behavior dynamically. When hitting rate limits, it automatically reduces batch sizes and adds delays between requests. Added randomization to prevent multiple instances from hitting the API simultaneously. 4. Type Safety Throughout Full TypeScript with runtime validation for both MCP messages and Tally API responses. This caught several undocumented API quirks during development. Performance notes: - Batch creation of 100 forms: ~12 seconds with batched operations - Individual creation of 100 forms: ~5 minutes due to rate limits - Human creation of 100 forms: probably a full week of mind-numbing clicking - Submission analysis across 10K responses: ~3 seconds The code is ISC licensed: https://ift.tt/rjJyx17 This particularly helps when you need to create multiple similar forms but your brain rebels at repetitive tasks. Curious if others are building MCP servers and what workflows you're optimizing for. Also interested in thoughts on MCP vs traditional CLI tools. The conversational interface is slower for simple operations but much better for complex, multi-step tasks where you might forget the exact syntax. https://ift.tt/rjJyx17 June 26, 2025 at 02:24AM

Show HN: PLJS – JavaScript for Postgres https://ift.tt/JSwCFVM

Show HN: PLJS – JavaScript for Postgres PLJS is a new, modern JavaScript trusted language extension, bundling QuickJS, a small and fast JavaScript runtime with Postgres, providing fast type conversion between Postgres and JavaScript, fast execution, and a very light footprint. Here are bencharks that show how it compares to PLV8: https://ift.tt/d2aCqKv This is the first step toward a truly light-weight, fast, and extensible JavaScript runtime embedded inside of Postgres. The initial roadmap has been published at https://ift.tt/7rHbITM You can join the discussion by joining the PLV8 Discord: https://ift.tt/bfWYctu You can find PLJS at https://ift.tt/561oCVX June 26, 2025 at 01:06AM

Show HN: I rawdog a MCP server from scratch in Zig. No SDK https://ift.tt/eTtaOn9

Show HN: I rawdog a MCP server from scratch in Zig. No SDK Some time ago I wanted to write a MCP server in Zig but found out there's no real JSON-RPC support in Zig, which MCP needs for communication. I ended up developing a JSON-RPC 2.0 library in Zig and more [1], which had its challenges. So I finally was able to put together a MCP server in Zig. It's built from scratch implementing the protocol messages from the MCP JSON schema. It's actually quite magical to have the LLM calling my MCP server [2]. The work is not too bad. Most of the hard work has already been done in the JSON-RPC library. [1] https://ift.tt/WsOnua6 [2] https://ift.tt/2MRFg6a... https://ift.tt/LfCQN2J June 25, 2025 at 11:44PM

Wednesday, June 25, 2025

Show HN: Logcat.ai:AI-powered observability for Operating Systems(Android+Linux) https://ift.tt/b6IV74D

Show HN: Logcat.ai:AI-powered observability for Operating Systems(Android+Linux) Hello HN! I'm an Android OS engineer. I've worked with AOSP and Linux kernels all my career and always wondered about lack of sophisticated tools to debug and analyze system-level logs. Always had to resort to manually skimming through large log files to find something I needed to. With the rise of LLMs and the AI-age, I felt it was a great opportunity to build something for OS engineers, which is what led to logcat.ai! We are building the industry-first observability platform for system level intelligence. Think "Datadog for operating systems" instead of applications. Currently, we support Android and Linux - more platforms on the way. With Android we offer: 1. logcat analysis: Ability to analyze logcat logs for root cause analysis of system issues with natural language search. Unlike, Firebase which is an app-level observability, logcat.ai provides intelligence at OS level spanning bootloader, kernel and framework layer. 2. bugreport analysis: As you know a bugreport is a super-verbose snapshot of an Android OS collected at a point of time. Analyzing these logs takes hours and sometimes even days. We are working to bring this down to minutes! Analysis of memory, cpu, process stats to infer memory pressure levels, system stress, and nail down the processes responsible for it, identify performance bottlenecks and memory leaks across the system. For Linux we offer: dmesg (kernel log) analysis to help identify issues at Linux kernel level. We plan to add support for different Linux distros with their own logging pretty soon. Our goal is to build a single-pane-of-glass observability experience for operating systems worldwide, something that's never been done before. Our website may not reflect all the features a.t.m but we have a lot of things cooking! Ask us anything. We are providing free beta access for a period of time. We'd love your feedback and comments on what you think about logcat.ai! https://logcat.ai June 24, 2025 at 10:53PM

Pride Month Staff Spotlight: Driven to Create Inclusive Communications

Pride Month Staff Spotlight: Driven to Create Inclusive Communications
By Glennis Markison

Nehama Rogozen has created inclusive outreach campaigns for several SFMTA projects. All year long, LGBTQ+ staff members across our agency help keep our transit system running and our streets safe. This Pride Month, we want to recognize their impact. Today, we feature Nehama Rogozen, a public relations officer at the SFMTA. Learn why she's so driven to meet our high standard of inclusive outreach – and how it benefits both the public and our staff. Making space for every voice Rogozen has worked at the SFMTA for six and a half years. She started on our Customer Service team and learned a lot...



Published June 24, 2025 at 05:30AM
https://ift.tt/kPQrdoz

Show HN: I built a tool to create App Screenshots https://ift.tt/fW7uZed

Show HN: I built a tool to create App Screenshots I built a tool to create stunning App Store & Google Play Screenshots. https://ift.tt/7yz2VNM June 25, 2025 at 01:07AM

Tuesday, June 24, 2025

Show HN: Comparator - I built a free, open-source app to compare job offers https://ift.tt/wdGycxq

Show HN: Comparator - I built a free, open-source app to compare job offers https://ift.tt/e2C5PKW June 24, 2025 at 05:30AM

Show HN: I made a fun quiz that reviews last week's top posts on r/programming https://ift.tt/tXjQE2g

Show HN: I made a fun quiz that reviews last week's top posts on r/programming https://ift.tt/HijmfoS June 24, 2025 at 02:18AM

Show HN: TNX API – Natural Language Interactions with Your Database https://ift.tt/0dMa7SX

Show HN: TNX API – Natural Language Interactions with Your Database Hey HN! I built TNX API to make working with databases as simple as asking a question in plain English. What it does: - You write a natural language prompt (e.g., "List products with price > 20 USD") - Our system turns it into SQL and runs it - You get actual results, optionally visualized - Your data stays private – nothing is stored, the AI doesn‘t see it, and the API forgets immediately after replying Why I made this: Writing SQL for routine questions is https://ift.tt/uMcSOWt still a blocker for many teams. I wanted a privacy-first, plug-and-play API that just works with natural language. TNX doesn’t just translate — it executes the queries and returns actual answers (not just SQL). Examples: - You ask: “Total sales by product category this year?” → TNX replies: [furniture: $43,000, electronics: $12,000] + “Want a chart for this?” - You ask: “Which customers didn’t order in the last 90 days?” → TNX replies with names or IDs and offers follow-up actions Notes: - Built on modern AI models (small + fast) - No need to send full database dumps – just metadata/config + real-time access - Easy API integration - (Bonus: If you should be interested, I‘d handle setup + customization for you) Try it out: https://ift.tt/uMcSOWt (user name: „hi@tnxapi.com“, password „1“ (so it's harder to forget)) (example promts: - „Please give me the name, ShortDescription and price of product with idpk = 20.“ or - „Please list me all product prices from idpk 10 to 20.“ and then - „Please list me all product prices from idpk 10 to 20.“ (I copied some of my databases for this test, I am sorry for the data being in German xd)) Cheers, Lasse Tramann (Feel free to reach out to hi@tnxapi.com : ) ) https://ift.tt/uMcSOWt June 24, 2025 at 12:48AM

Show HN: Pickaxe – a TypeScript library for building AI agents https://ift.tt/qgCWAbH

Show HN: Pickaxe – a TypeScript library for building AI agents Hey HN, Gabe and Alexander here from Hatchet. Today we're releasing Pickaxe, a Typescript library to build AI agents which are scalable and fault-tolerant. Here's a demo: https://ift.tt/qbRWFS3... Pickaxe provides a simple set of primitives for building agents which can automatically checkpoint their state and suspend or resume processing (also known as durable execution) while waiting for external events (like a human in the loop). The library is based on common patterns we've seen when helping Hatchet users run millions of agent executions per day. Unlike other tools, Pickaxe is not a framework. It does not have any opinions or abstractions for implementing agent memory, prompting, context, or calling LLMs directly. Its only focus is making AI agents more observable and reliable. As agents start to scale, there are generally three big problems that emerge: 1. Agents are long-running compared to other parts of your application. Extremely long-running processes are tricky because deploying new infra or hitting request timeouts on serverless runtimes will interrupt their execution. 2. They are stateful: they generally store internal state which governs the next step in the execution path 3. They require access to lots of fresh data, which can either be queried during agent execution or needs to be continuously refreshed from a data source. (These problems are more specific to agents which execute remotely -- locally running agents generally don't have these problems) Pickaxe is designed to solve these issues by providing a simple API which wraps durable execution infrastructure for agents. Durable execution is a way of automatically checkpointing the state of a process, so that if the process fails, it can automatically be replayed from the checkpoint, rather than starting over from the beginning. This model is also particularly useful when your agent needs to wait for an external event or human review in order to continue execution. To support this pattern, Pickaxe uses a Hatchet feature called `waitFor` which durably registers a listener for an event, which means that even if the agent isn't actively listening for the event, it is guaranteed to be processed by Hatchet and stored in the execution history and resume processing. This infrastructure is powered by what is essentially a linear event log, which stores the entire execution history of an agent in a Postgres database managed by Hatchet. Full docs are here: https://ift.tt/LXYQ4OT We'd greatly appreciate any feedback you have and hope you get the chance to try out Pickaxe. https://ift.tt/7DmxZ94 June 20, 2025 at 09:37PM

Monday, June 23, 2025

Show HN: Lazycontainer: A Terminal UI for Apple Containers https://ift.tt/Wuea0zO

Show HN: Lazycontainer: A Terminal UI for Apple Containers Apple finally released native support for Containers, but it's missing a terminal UI. I'm building this TUI to make managing Apple containers easy, just like lazydocker made it easy to manage all things Docker. Existing Docker compatible TUIs do not support Apple containers. The current version has support for managing containers and images. Feedback, issue reports, and PRs are appreciated :) https://ift.tt/uBJEoYN June 23, 2025 at 12:14AM

Show HN: Turn a paper's DOI into its full reference list (BibTeX/RIS, etc.) https://ift.tt/RfrhNa2

Show HN: Turn a paper's DOI into its full reference list (BibTeX/RIS, etc.) https://ift.tt/vU56lkJ June 22, 2025 at 11:55PM

Show HN: Remotely Good – AI-powered job platform for remote, mission-driven work https://ift.tt/f3oeOph

Show HN: Remotely Good – AI-powered job platform for remote, mission-driven work Hi HN! I’m Theresa, founder of Remotely Good, a one-stop platform to help people find remote and hybrid jobs with mission-driven orgs—nonprofits, campaigns, social enterprises, and public agencies. Remotely Good offers: -Curated job listings by salary, cause area, and location -AI-powered career tools (resume enhancer, job matching, cover letter gen, interview prep) -A coaching marketplace (coming soon!) for affordable 1:1 guidance -Volunteer roles, activism opps, org culture insights, and more I’ve built MVPs of several tools, and I’m now validating interest in upcoming features—including an AI voice career coach and more. I’m looking for at least 50 early users to sign up for premium access and beta tools at remotelygood.substack.com Feedback is gold—please check it out and fill out this short survey: https://ift.tt/wro6atp Try it out: https://ift.tt/wtsymzu Feedback survey: https://ift.tt/wro6atp Twitter/IG: @remotely_good Would love your thoughts on: Are these tools actually helpful to social impact jobseekers? Any features I’m missing? How could I better reach first-gen and mission-driven users? Thanks for reading! https://ift.tt/wtsymzu June 22, 2025 at 10:56PM

Sunday, June 22, 2025

Show HN: Good old emails and LLMs for automating job tracking https://ift.tt/VFAwdQ6

Show HN: Good old emails and LLMs for automating job tracking So I spent the last few days building Jobstack. The logic is quite simple. You apply to jobs and you get emails, you trade emails back and forth from interviews, questions and others until the role is either accepted or you are rejected. Also easy to apply to hundreds of roles and not being to know where you stand easily. With Josbtack, you sign up, get a unique email and forward emails to the url. And it uses LLMs to extract company details , tries to find information online about them and presents that to you. Every email you forward becomes part of your timeline with the company. It also tracks rejection, offers from the emails too and gives you a nice stats dashboard amongst others. Using Gemini 2.5 pro right now. No data stored not in any way. After extraction, it’s discarded. Even “AI chats with the company” aren’t stored https://jobstack.me June 22, 2025 at 03:07AM

Show HN: Should I Pay Off Loan https://ift.tt/RMc2nQW

Show HN: Should I Pay Off Loan https://ift.tt/ARfy2Y0 June 22, 2025 at 01:29AM

Show HN: To-Userscript: Chrome Extension to Userscript Converter https://ift.tt/hCljEvr

Show HN: To-Userscript: Chrome Extension to Userscript Converter https://ift.tt/UYLctSu June 22, 2025 at 12:55AM

Show HN: Swift UI app for extracting beer information by just taking photos https://ift.tt/DGd4kIi

Show HN: Swift UI app for extracting beer information by just taking photos I would like to share Swift UI app for extracting beer information by just taking photos. It is based on Gemini API and you can easily use this as reference to create an AI supported iOS app. https://ift.tt/DyUoptd June 21, 2025 at 03:49PM

Saturday, June 21, 2025

Show HN: Inspect and extract files from MSI installers directly in your browser https://ift.tt/1iSDgzC

Show HN: Inspect and extract files from MSI installers directly in your browser Hey everyone! I'm excited to share a small web app I built that allows you to view and extract the contents of Windows MSI installers directly in your browser. It's essentially a web-based "lessmsi" powered by Pyodide. You can try it out at: https://ift.tt/sLlO2B7 My motivation for building this was from part of my day job -- I often get Windows MSI installers and need to extract files while preserving the relative directory structure and filenames, as they would appear after a full installation. The existing tools I found were good but limited in which platforms they support: lessmsi works great on Windows, while msitools works for Linux/macOS. Neither is a truly cross-platform solution that works on any major OS. So we developed pymsi (a pure Python library, available on GitHub at https://ift.tt/wnyldU4 ) to handle reading and extracting MSI files from Python. Then I realized that since pymsi has no native dependencies, it could potentially run in a web browser using Pyodide. After a bit of "vibe coding" and fixing some "hallucinated" functions/classes that don't exist in pymsi, the result was this client-side web app. If you need an MSI file to experiment with, older versions of PowerToys included the installer in .msi form, such as this one: https://ift.tt/K3r4EVT.... Note that the underlying pymsi library hasn't been extensively tested against a bunch of MSI installers yet, so there might still be lingering bugs. If you come across any issues, please don't hesitate to report them in on the GitHub repository ( https://ift.tt/kb9fpSP ). I'd love to hear your feedback and answer any questions! https://ift.tt/sLlO2B7 June 21, 2025 at 01:34AM

Show HN: Vpuna AI Search – A semantic search platform https://ift.tt/L2AGRF3

Show HN: Vpuna AI Search – A semantic search platform Dear HN Community, I am a long time fan and first-time contributor. I just launched a developer focused semantic search platform and wanted to share it with the community. The idea is simple: upload structured or unstructured documents, select the fields you want to index and tag as metadata, and instantly get a clean search API you can use in your own app. Here is what it currently supports: - Manage your own tenants and projects - Upload .json and .txt files (support for .pdf, .docx, .xlsx, .yml, etc. coming soon) - Expose 3 APIs: search, upload document (embeddings), and delete document - Manage your own API keys - Uses CPU based sentence-transformers/all-MiniLM-L6-v2 for embeddings ( support for other local and online models are coming soon) LLM summarization and Model Context Protocol (MCP) support are on the roadmap Why I built it: In my consulting work, I kept seeing client wanting to move beyond basic keyword search and integrate semantic search with optional summarization. Most existing tools are either too expensive, too restrictive, or require custom layers (like custom Python servers for pre processing queries and embeddings). I wanted something API first, developer friendly, and easy to self host or use out of the box. This is the first release, and I would love your feedback. Would you use this? What is missing for your use case? Here is the README with all the links https://ift.tt/7zgRGOK Thank you for your time. https://ift.tt/QfRrd7w June 20, 2025 at 11:24PM

Friday, June 20, 2025

Show HN: Embed reactive (live) SQL into HTML https://ift.tt/VKfo1WY

Show HN: Embed reactive (live) SQL into HTML PageQL is a full stack reactive web framework that shows any changes in the database to the frontend automatically. To demonstrate how powerful it is, I created a TODOMVC app implementation in about 100 lines of code in it. It's reactive, multi-user, and updates live for everyone connected, which is currently only possible with Supabase or GraphQL, or a lot of custom logic to handle database changes by other users in other web frameworks. https://ift.tt/vTufew6 June 20, 2025 at 01:09AM

Show HN: Relix: A Unix-like OS based on MIT's xv6 https://ift.tt/dZ5jAOH

Show HN: Relix: A Unix-like OS based on MIT's xv6 Hello everyone, this is my first post as someone encouraged me to post this here. I have been working on Relix for over a year and am willing to answer any questions you may have! https://ift.tt/06rftY5 June 20, 2025 at 12:53AM

Show HN: Simstack, SSH escape room for developers https://ift.tt/YEBjahP

Show HN: Simstack, SSH escape room for developers I built a realistic prod system under heavy pressure where you SSH in and solve real problems. You get your own server (real box) and have to fix various things up under fire. a friend told me it reminded them of DOOM for SREs, another called it a "flight simulator" because you can do anything (and reboot if you crash). someone else said it was like "an escape room for engineers", in that you have to find your own way around an unfamiliar box and solve puzzles. idk, maybe it's fun. try it! how it works: you get two Hetzner servers: a traffic generator (real traffic from NYC taxi data highly compressed to 12k rps) firing tons of requests at a user server, which has some (realistically) broken stuff trying to get that data to a chart. your job is to get it working and get the whole system latency down. You can use whatever tools or techniques you like to do so. so far I've seen people messing around in databases, adding caching, rewriting services in go. There's no one right solution! why I'm building it: I was a school teacher 15 years ago and have been training developers for the last 10. most dev training (tutorials, toy projects &c) feels nothing like the "real job". I wanted to see if we can make training more realistic, challenging, fun. https://simstack.io June 19, 2025 at 10:03PM

Thursday, June 19, 2025

Show HN: I couldn't poop, so I built an app to track digestion in real-time https://ift.tt/fdjloTu

Show HN: I couldn't poop, so I built an app to track digestion in real-time https://ift.tt/zgrYBEC June 19, 2025 at 12:02AM

Show HN: Brand Stori – AI audits your website like an enterprise buyer in 2min https://ift.tt/k14KT6t

Show HN: Brand Stori – AI audits your website like an enterprise buyer in 2min https://brandstori.ai/ June 18, 2025 at 11:16PM

Wednesday, June 18, 2025

Show HN: Superscan – Visualize filetree for filesystem, gdrive, S3 buckets etc. https://ift.tt/tolnNWm

Show HN: Superscan – Visualize filetree for filesystem, gdrive, S3 buckets etc. https://ift.tt/XxWvpnM June 18, 2025 at 02:52AM

Show HN: PMDb – Public Movie Database https://ift.tt/2sSrNoI

Show HN: PMDb – Public Movie Database https://pmdb.dev/ June 18, 2025 at 12:07AM

Show HN: I built a FOSS tool to run your Steam games in the Cloud https://ift.tt/oycDSg9

Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I built Cloudy Pad - a tool to run Steam in the Cloud (GitHub: https://ift.tt/KymGtIQ ) It runs on AWS, Azure, GCP, Scaleway and Paperspace with various cost optimizations and safeties: - Cost alerts - Auto stop inactive instances to avoid unwanted cost - Disk snapshots and data cleanup for cost efficiency - Spot instance support Under the hood: a Linux VM and a container running Sunshine (a streaming server https://ift.tt/FiMjH2I ) with Steam. Most Windows games work just fine thanks to Proton. It streams effortlessly at 1080p 100+ FPS - I recently played Baldur’s Gate III and Clair Obscur in Ultra, ran like a breeze. Cost-wise it’s great for occasional players: ~30h or less per month typically cost less than 25$. Though admittedly for heavy gamers it may be less cost-effective due to cloud pricing. I’d love feedback from the HN community ! https://ift.tt/KymGtIQ June 18, 2025 at 12:27AM

Show HN: A baby UI design agent that explores and iterates https://ift.tt/atBl0Yf

Show HN: A baby UI design agent that explores and iterates I built a small UI design agent that explores multiple UI designs at once, and iterates with or without user input. No need for complicated magic prompts to converge on good design. To get the agent to reliably produce good-looking, functional designs, I generated over 1000 designs while tweaking the system prompt. Let me know what you think! https://trylayout.com June 18, 2025 at 01:08AM

Tuesday, June 17, 2025

Show HN: Nexus.js - Fabric.js for 3D https://ift.tt/0ZWK8zf

Show HN: Nexus.js - Fabric.js for 3D I was looking for a tiny library to easily transform both 2D & 3D objects with simple mouse / touch controls and a fixed camera, in the browser. Like a simple 3D editor but without requiring the user to be a Blender expert. Couldn't find anything lightweight, so I’m building one. Think Fabric.js but for 3D. Built entirely with Three.js / R3F. Borrowed some inspiration from VR/AR interaction systems for controls. Feel free to play with it and let me know what you think! https://ift.tt/UF61S0C June 17, 2025 at 02:03AM

Show HN: Drop – Svelte like compiler for Web components https://ift.tt/2pL1goK

Show HN: Drop – Svelte like compiler for Web components I've built a small compiler, heavily inspired by Svelte, that leans on modern web standards and proposals, namely Web Components, HTML Modules, and Signals. Although web components never really took off, I still believe they have strong potential as a foundation for building web applications without relying on a framework. GitHub: https://ift.tt/CBW6Kug Blog post: https://ift.tt/wGmjW7B... I’d appreciate some feedback before committing more time to this project ! https://ift.tt/CBW6Kug June 17, 2025 at 12:25AM

Show HN: Canine – A Heroku alternative built on Kubernetes thats 10x cheaper https://ift.tt/d3INFHC

Show HN: Canine – A Heroku alternative built on Kubernetes thats 10x cheaper Hello HN! I've been working on Canine for about a year now. It started when I was sick of paying the overhead of using stuff like Heroku, Render, Fly, etc to host some web apps that I've built. At one point I was paying over $400 a month for hosting these in the cloud. Last year I moved all my stuff to Hetzner. For a 4GB machine, the cost of various providers: Heroku = $260 Fly.io = $65 Render = $85 Hetzner = $4 (This problem gets a lot worse when you need > 4GB) The only downside of using Hetzner is that there isn’t a super straightforward way to do stuff like: - DNS management / SSL certificate management - Team management - Github integration But I figured it should be easy to quickly build something like Heroku for my Hetzner instance. Turns out it was a bit harder than expected, but after a year, I’ve made some good progress The best part of Canine, is that it also makes it trivial to host any helm chart, which is available for basically any open source project, so everything from databases (e.g. Postgres, Redis), to random stuff like torrent tracking servers, VPN’s endpoints, etc. Open source: https://ift.tt/GBiSbLl Cloud hosted version is: https://canine.sh https://ift.tt/GBiSbLl June 16, 2025 at 11:57PM

Monday, June 16, 2025

Show HN: Get nutrition labels for any recipe (YouTube, Website, Text, Image) https://ift.tt/ZX1Uu0M

Show HN: Get nutrition labels for any recipe (YouTube, Website, Text, Image) Heya HN, I love watching cooking videos on YouTube, and one day an idea sparked: Can I instantly get the nutritional values for this recipe? The problem: Great recipes are everywhere, but figuring out the actual nutrition is a chore. Most of us who track calories or macros have to: * Manually get nutritional info for every ingredient. * Wrestle with spreadsheets for calculation. * Or just give up and eat that lasagna. Let’s be real: no one enjoys that, especially when you just want to cook and eat your food. So I built Recp.ai. It’s a free tool that pulls the nutrition data for you. Just give it a YouTube link, a recipe from a website, a photo of a cookbook page, or even just pasted text. It identifies the ingredients and quantities, matches them against the USDA database, and gives you a full nutrition label. It started as a script to pull ingredients from YouTube transcripts using Gemini. Then I got obsessed. Why not any website? So I added a scraper. What about any list of ingredients? Added text parsing. How about a cookbook? Now it uses Google Cloud Vision so you can just upload or snap a photo of the recipe. I wanted to build something lightweight, fast, and simple that you'd actually use. No sign-ups. No ads. Privacy-first. What I’m happy with? It works on a huge variety of sources. I fed it a photo of my old Escoffier cookbook recipe and voila - it works. What's next? I'm planning to use Google Cloud Vision to identify the dish, say "Beef Pho", it'd figure out its typical ingredients, and generate an estimated nutrition label. It would then ask users to confirm the dish, so the result is as accurate as possible. Any suggestions here if this would be the right way? Would love to hear your thoughts, and if this feels like something that would with your meal prep. Just sharing something I built because I wanted it to exist and solve a problem. June 16, 2025 at 12:23AM

Show HN: Seastar – Build and dependency manager for C/C++ with Cargo's features https://ift.tt/N8PYgcW

Show HN: Seastar – Build and dependency manager for C/C++ with Cargo's features Hi hackers! I'm a self-taught solo teenage dev working on Seastar, a unified build system and dependency manager for C and C++. It is capable of compiling and linking projects, managing recursive dependencies and headers, and even has a template system -- your C++ library is one `seastar new mylib --lang c++ --lib` away! Also, everything is configured in TOML, because TOML is awesome. *But why?* C is one of my favorite languages, but I usually end up writing stuff in Rust because I love Cargo. Unlike C, Cargo handles the dependencies, linking, globbing, and so much more for you. So I wrote Seastar to give that function in C and C++. *What's planned?* A package registry like crates.io, compatibility with CMake projects, commands to migrate, and so much more. If you have more ideas, please give them! I am trying to reach 150 stars by the end of summer, and thus a star would be greatly appreciated! This project is still in development, and a star helps out a ton. https://ift.tt/JaUMByI June 16, 2025 at 01:06AM

Show HN: Tikt.com – Remove the "OK" from TikTok URL's to Download as MP3 or MP4 https://ift.tt/WKBvkq6

Show HN: Tikt.com – Remove the "OK" from TikTok URL's to Download as MP3 or MP4 https://tikt.com/ June 15, 2025 at 11:32PM

Sunday, June 15, 2025

Show HN: ZeroConfigDNLA – Easy to run media server in Python https://ift.tt/qC5Dveb

Show HN: ZeroConfigDNLA – Easy to run media server in Python The goal was to be able to serve videos from my laptop in one command. Give it a go and let me know if it works for you! If you run into issues, please provide log output and the source and destination device info (make/model/etc) https://ift.tt/PLAwS5j June 15, 2025 at 03:46AM

Show HN: S3mini(v0.2) – Basic S3 Support for Ceph and Oracle Object Storage https://ift.tt/pJSPIk3

Show HN: S3mini(v0.2) – Basic S3 Support for Ceph and Oracle Object Storage https://ift.tt/tvleqSZ June 15, 2025 at 04:18AM

Show HN: AnyCrawl v0.0.1-alpha.5 – custom user-agent and richer scraping API https://ift.tt/NU5f7tp

Show HN: AnyCrawl v0.0.1-alpha.5 – custom user-agent and richer scraping API ## [0.0.1-alpha.5] - 2025-06-14 ### Added - Integrated AWS S3 storage support with new `S3` class and environment variables for seamless file uploads and retrievals. - Introduced `FileController` for serving files from S3 or local storage with robust path validation and error handling. - Added multiple content transformers (Screenshot, `HTMLTransformer`) improving HTML/Markdown extraction and screenshot generation. - Extended scraping capabilities with new options: output `formats`, `timeout`, tag filtering, `wait_for`, retry strategy, viewport configuration, and custom user-agent support. - Added Safe Search parameter to `SearchSchema` for filtered search results. - Refactored engine architecture with a factory pattern and new core modules for configuration validation, data extraction, and job management. - Implemented graceful shutdown handling for the API server and improved logging for uncaught exceptions / unhandled rejections. - Added Jest configuration for API and library packages with ESM support and updated test scripts. - Updated CI workflows to publish Docker images on version tags. - Expanded README with detailed environment variable descriptions and API usage examples. ### Changed - Refined error handling in `ScrapeController` and `JobManager`; failure responses now include structured error objects and HTTP status codes. - Enhanced `BaseEngine` with explicit HTTP error checks and resilience improvements. - Updated OpenAPI documentation to reflect new scraping parameters and error formats. - Migrated key-value store name to environment configuration for greater flexibility. - Enhanced per-request credit tracking in `ScrapeController` and enhanced logging middleware to include credit usage. ### Fixed - Improved job failure messages to include detailed error data, ensuring clearer debugging information. - Minor documentation corrections and clarifications. https://ift.tt/ola6kHz June 14, 2025 at 11:18PM

Show HN: I built a Mac app to restore Dock-click minimize and avoid tiny buttons https://ift.tt/cOSwyXv

Show HN: I built a Mac app to restore Dock-click minimize and avoid tiny buttons Hey HN, I'm the developer behind Click2Minimize. This app is my personal fix for two long-standing frustrations with the macOS interface. First, I wanted to restore Dock-click minimize. On other operating systems, I was used to clicking an app's icon to minimize its window—a simple, fast toggle. On a Mac, that second click does nothing, which always felt like a dead end in my workflow. Second, I was tired of having to deal with the tiny buttons. So much of window management—minimizing, maximizing, arranging—forces you to stop what you're doing, carefully aim your cursor at one of three small dots, and click. It's a constant micro-interruption. The Solution: A Fluid, Mouse-First Approach ----------------------------------------------------- Click2Minimize is a lightweight, native utility that turns your entire window title bar into a powerful gesture area. The goal is to let you manage your workspace without ever needing to aim for those little dots. * Consistent Dock Behavior: Click on Dock icon to minimize/hide the app. * Minimize Window Under Mouse: Simply hold down left mouse button and click the right one, or double-click the right button. * Maximize Window Under Mouse: Simply hold down right mouse button and click the left one, or double-click the notch area. * Snap Window to Left/Right: Simply hold down right button and rock the scroll wheel, or use fn key while swipe on trackpad. * Restore Window Size & Position: Holde down right button and click middle button, or user fn key with right-click on trackpad. * And many other useful gestures, such as the App Switcher and changing workspaces, were also included. Most importantly, it handled macOS full-screen mode smoothly and no longer felt intrusive. It is designed to resemble a missing feature of the operating system, with all gestures being highly intuitive, especially when using a mouse, as there is no need to remember keyboard shortcuts or bring the window to the front. Feedback, Discount & Free Licenses: ---------------------------------------- I'm here all day and would love to hear your thoughts. I genuinely want to make this app better, and the HN community's feedback is invaluable. Furthermore, I'll be sending a completely free license to the commenters with the most thoughtful feedback, bug reports, or feature suggestions I see. You're not just buying an app; you're helping to shape it. Link: https://ift.tt/qHfJ7SM https://ift.tt/qHfJ7SM June 14, 2025 at 11:51PM

Saturday, June 14, 2025

Show HN: Gem and I built an open-source app to learn Japanese https://ift.tt/yrgCM6S

Show HN: Gem and I built an open-source app to learn Japanese I've been fascinated by the Japanese language and culture for a while now, and I wanted to create a simple, no-fuss way for beginners to get started. So, I built *[Nihongo]( https://nihongo.site/ )*, a free and open-source web app designed to help you learn the fundamentals of Japanese in about a month. The name of the app, Nihongo (日本語), is the Japanese word for the "Japanese language." You can check it out here: *[ https://nihongo.site/ ]( https://nihongo.site/ )* And for those who like to tinker, the code is available on GitHub: *[ https://ift.tt/BiRU7zn ]( https://ift.tt/BiRU7zn )* The "learn in 30 days" idea isn't about achieving fluency in a month, which we all know is impossible. Instead, the goal is to provide a structured and manageable learning path that covers the essential building blocks of the language in a short period. I wanted to create something that feels less intimidating than many comprehensive (and often expensive) resources out there. *What the app covers:* The app is structured into a series of lessons that you can follow at your own pace. It starts with the absolute basics and gradually introduces more complex concepts: * *The Japanese Writing Systems:* Detailed lessons on Hiragana and Katakana, the two phonetic scripts that are the foundation of written Japanese. * *Essential Grammar:* I've focused on the core grammatical structures you need to start forming your own sentences. * *Core Vocabulary:* You'll learn a curated list of high-frequency words that are immediately useful in everyday conversation. * *Practical Phrases:* The app includes common greetings and phrases that you can start using right away. *Why I built this:* I started building this project while testing the latest Gemini 2.5 models on Google AI Studio, and with the Code assistant and Cloud Run I was able to get it to production in less than 3 hours. This as a personal project to solidify my own understanding of Japanese and to build something useful for others who are just starting their learning journey. I'm a big believer in the power of open-source and wanted to create a resource that is accessible to everyone. This is very much a passion project, and I'm still actively working on it. I'd love to get your feedback, suggestions, and of course, any contributions on GitHub are more than welcome. Let me know what you think! I'm here to answer any questions you might have. https://nihongo.site June 14, 2025 at 04:34AM

Sunday Streets 2025 Kicks Off This Weekend: Join Us

Sunday Streets 2025 Kicks Off This Weekend: Join Us
By Danbee Song

Families enjoying the car-free space during Sunday Streets. This weekend, Sunday Streets returns to transform San Francisco’s neighborhoods into vibrant, car-free community spaces. The series kicks off Sunday in the Tenderloin: When: June 15, 12 to 4 p.m. Where: Golden Gate Avenue between Hyde and Jones streets From June through October, Livable City, in partnership with the SFMTA and other city agencies, will host six Sunday Streets events. And you won’t want to miss the fifth annual Phoenix Day — a citywide celebration of connection, safety and public space. Learn about this year’s theme...



Published June 13, 2025 at 05:30AM
https://ift.tt/z38aR7p

Show HN: StellarSnap – Explore NASA APODs, simulate orbits, learn astronomy https://ift.tt/RFev3YE

Show HN: StellarSnap – Explore NASA APODs, simulate orbits, learn astronomy I built StellarSnap as a calm, ad-free space to explore NASA’s Astronomy Picture of the Day (APOD) and learn astronomy along the way. What it includes: - A clean APOD archive browser with a Random APOD button - A growing Glossary with term highlighting across the site - A 2D Orbit Simulator where you can test satellite motion with real physics - A deeper Encyclopedia, still early, but expanding - Subtle touches like “see past APODs using this term” - And more to come It’s entirely ad-free, cookie-free, and not affiliated with NASA, but I was honored to have StellarSnap mentioned on the official APOD About page by Professor Robert Nemiroff: https://ift.tt/Icq7gnx Always open to ideas, critiques, or ways to make it better. https://ift.tt/lvQJ1V9 June 13, 2025 at 10:32PM

Show HN: Dead simple clock for hidden menubar users https://ift.tt/3D2QfIo

Show HN: Dead simple clock for hidden menubar users I love keeping my menu bar hidden for a cleaner, distraction-free workspace. But constantly moving my cursor to the top just to check the time got annoying. IYKYK. So I built Corner Time - a minimal app that displays the current time in a carefully positioned screen corner, gives you instant time access while keeping your menu bar hidden. Quite simple, but it's genuinely improved my daily workflow. Features: • Always-visible time display • Customizable time format • Customizable font style I've been dogfooding this for weeks and it's become essential to my setup. With more Mac users embracing hidden menu bars (especially since recent macOS updates), figured others might find it useful too. Currently free on the Mac App Store - would love feedback from fellow hidden menu bar enthusiasts! https://ift.tt/bOZEK6R June 13, 2025 at 11:27PM

Friday, June 13, 2025

Show HN: I rebuilt the recruitment process from the ground up https://ift.tt/LA1ov5S

Show HN: I rebuilt the recruitment process from the ground up Hi HN Community, Recruitment software is everywhere. The market seems saturated. Every other day there’s a new ATS or “all-in-one” platform promising to fix hiring. But let’s be real — recruiting still sucks. Why? Because most tools are just reskinned versions of the same broken process: resume parsing, email campaigns, messy workflows, and outdated data. Some throw in a ChatGPT prompt here and there and call it “AI-powered.” But if we’re still stuck in the same flawed flow, it doesn't matter how modern the UI is. I’ve felt this pain personally — both as a recruiter and a job seeker. That's why I built Chronoflow — not just another ATS, but a reimagined recruitment system that actually works. --What makes it different: No resume parsing. No data entry. Candidate pools build themselves as soon as someone accepts your job invite. --No email campaigns. You already have the latest candidate data, and the platform shows you exactly who to engage. --No endless back-and-forth. Job invites include everything — replacing pre-screening calls and endless follow-ups. --Candidates get live updates and AI-generated feedback if rejected — improving their experience and keeping your brand strong. --Recruiters focus on decision making and building relationships, which is important for business development. Chronoflow is built for people who are tired of trying “yet another ATS” that solves 10% of the problem. If you're curious to see what a rebuilt hiring cycle looks like that drastically reduces time to hire and on top of that makes recruitment transparent and enjoyable, I'd love for you to give Chronoflow a try. Happy to answer any questions. And if you've worked in recruiting, would love to hear what frustrates you most — maybe I can solve that too. Thank You https://chronoflow.ai/ June 13, 2025 at 12:34AM

Show HN: ChatToSTL – AI text-to-CAD for 3D printing https://ift.tt/xr3Q0Py

Show HN: ChatToSTL – AI text-to-CAD for 3D printing Hey HN, I'm a beginner at CAD so I built an app that does it for me ;) Describe a part and ChatToSTL writes the OpenSCAD code, shows a live render with size sliders, then exports the STL/3MF file. Because the output is parametric, it's easy to modify (unlike mesh models like Shap-E or DreamFusion). Try it (needs your own OpenAI key): https://ift.tt/hTZ2DRF How it works: Text prompt → o4-mini generates OpenSCAD code → live render + sliders → refine in chat → export. Examples & Code: * Walkthrough + real prints (bowl, hook, box, door stop): https://ift.tt/z2pXbx8... * 90-sec demo: https://www.youtube.com/watch?v=ZK_IDaNn1Mk * MIT repo: https://ift.tt/WBNb8np Current limitations (it's not replacing Fusion 360 anytime soon): - Simple shapes only. Even a mug can end up with a misplaced handle - Works best with CAD-style language ("extrude 5mm") - AI can't see the render, so no self-correction yet I'm particularly interested in feedback on improving the 3D generation quality: should I add vision feedback so that it can self critique? use CADQuery instead of OpenSCAD? use a different model? Thanks! Nico https://ift.tt/hTZ2DRF June 12, 2025 at 11:28PM

Thursday, June 12, 2025

Show HN: AuraCoder – Gen AI Learning Platform https://ift.tt/YfSDIqK

Show HN: AuraCoder – Gen AI Learning Platform Hey HN, I've been pouring my time into this side project and I think I finally got an MVP up! I'm really excited about it. I'm really passionate about combining LLMs and learning. It seems like one of the best firsts for the tech. And so I built a site where all the content is generated. As I've been building, I'm always torn between building something more general purpose where you can learn anything vs building something targeted where the generation can be more tailored. Currently, its the latter so the site is focused on data structures and algorithms. That's something I've ground out recently so just familiar with what good content might look like and it was helpful in getting the prompt engineering to generate decent content. The site can generate both Lessons and Challenges. And they are a bit tailored to you. You can set settings about what kind of preferences you have. Tone of voice, depth, even an open text that gets feed into the prompt. I tried "Include a cat joke in every lesson" and I thought that was pretty entertaining It also takes into account your current skill level on different concepts. But I also think I need to lean in more on the customization. That seems to be the biggest way AI generated content can differentiate. I think its been hard to generate content that's really as good as human expert generated stuff, but it can be tailored to the user. So really interested in ideas in that vein. And in general, any advice is greatly welcomed. Also of course willing to AMA. Happy to answer any questions about the tech stack, the apps architecture, etc Sorry the site requires sign-up. I've thought about allowing anonymous users, but haven't implemented that yet. However, the site is free, and I'm not even doing any kind of email verification. So I won't judge you if you go with "some-fake-email@example.com" Hope your day is going well and all the best! https://auracoder.com/ June 12, 2025 at 07:31AM

Show HN: I created an AI search engine for the Quebec Civil Code https://ift.tt/z6lnsYT

Show HN: I created an AI search engine for the Quebec Civil Code https://ift.tt/ONIHsYr June 12, 2025 at 06:33AM

Show HN: The Roman Industrial Revolution that could have been https://ift.tt/wp95HKz

Show HN: The Roman Industrial Revolution that could have been This is a proof-of-concept comic book that asks: What if knowledge from 2025 reached Rome and kicked off an industrial revolution? The story follows two voices: - Ulysses, a present-day archaeologist who finds a glowing slate in the dig site. - Marcus, an educated household slave in 79 AD who replies on that slate. Why I’m posting: I’d love narrative feedback. – Does the story make sense? – Are Ulysses and Marcus believable? – Which directions would you explore next (politics, tech, moral fallout)? What’s live today - First issue, 25 rough pages. - No paywall; just a PDF. Next steps Regular releases toward a 8 or 10 issues collection. I’ll revise based on your critiques and wild speculations. Grateful for any thoughts on pacing, historical plausibility, or character depth. Thanks for reading! https://ift.tt/XQWG5kg June 12, 2025 at 05:21AM

Show HN: Eyesite - experimental website combining computer vision and web design https://ift.tt/8WCmL3O

Show HN: Eyesite - experimental website combining computer vision and web design I wanted Apple Vision Pros, but I don’t have $3,500 in my back pocket. So I made Apple Vision Pros at home. This was just a fun little project I made. Currently, the website doesn't work on screens less than 1200x728 (Sorry mobile users!) It also might struggle on lower end devices. For best results, have a webcam pointing right at you. I tested my website with a MacBook camera. Any comments, questions, or suggestions are greatly appreciated! blog: https://ift.tt/VwyLbFG check it out: https://ift.tt/PpFC2Kf github: https://ift.tt/H6lEAf2 https://ift.tt/VwyLbFG June 12, 2025 at 06:07AM

Wednesday, June 11, 2025

Show HN: I made a 3D printed VTOL drone https://ift.tt/w0XrbJh

Show HN: I made a 3D printed VTOL drone I made this 130 mile capable VTOL drone in only 90 days. It can fly for 3 hours on a single charge. That would make it one of the longest range and endurance 3D printed VTOLs in the world. This is the thing I'm most proud of building to date! Before this project, I was a total CAD, 3D printing and aerodynamic modeling beginner. I had only built and flown one VTOL before. SPECS Wingspan: 3.9 ft (1200 mm) Length: 2.5 ft (770 mm) Weight: 5.6 lb (2.55kg) Airframe: foaming PLA (Bambu PLA-Aero) and PETG structural parts printed on A1 printer, CFRP booms and spars Battery: Li-ion silicon anode Amprius SA08 cells, 6s2p pack by Upgrade Energy Motors: 2807 AOS for lift and cruise (unoptimized) Lifting ESCs: 4 in 1 Holybro Tekko32 F4 45A Cruise ESC: Flycolor Raptor 5 45A Lifting and cruise props: 7042 Gemfan (unoptimized) Flight controller: Speedybee F405 Wing GPS: M10 Firmware: Ardupilot 4.6.0 --- This video edit ended up shorter than I planned. Being my first Youtube video with significant post production effort, I underestimated the work required to make a longer in-depth video with voiceover, edited footage, etc. https://ift.tt/E4jM0se June 11, 2025 at 02:17AM

Show HN: A "Course" as an MCP Server https://ift.tt/UyCqPGd

Show HN: A "Course" as an MCP Server We wanted to build a course for new Mastra devs to get started quickly. However, we knew videos would go out of date and be more difficult to maintain. We decided to launch our "course" as an MCP server. This way your coding agent actually teaches the course content to you and can help you write the code. We think this is a really interactive way to learn. Using an editor with MCP support (such as Cursor, Windsurf, or VSCode), your code agent will call the appropriate MCP tools which will return context for the agent. This context tries to instruct the agent that it should be teaching you the content, not just doing the work for you. The course is still pretty experimental and some models work better than others. Code is available in the Mastra Github repo in the mcp-docs-server package ( https://ift.tt/1pTFDHP... ) https://ift.tt/ATsrYib June 11, 2025 at 02:06AM

Show HN: MidWord – A Word-Guessing Game https://ift.tt/7ZjtMfe

Show HN: MidWord – A Word-Guessing Game https://midword.com/ June 11, 2025 at 12:12AM

Tuesday, June 10, 2025

Show HN: RenderDay: A GPU-only render farm for Blender https://ift.tt/6FVDYQn

Show HN: RenderDay: A GPU-only render farm for Blender Hey HN! I recently had to render my first longer Blender animation, and I found myself pretty frustrated with the existing render farms out there. Everything I tried was either buggy, overly complicated (I really don’t want to pick from a huge list of hardware options), or just *really* expensive. So, I did what anyone would do.. I built my own solution: https://renderday.com - a GPU-only render farm for Blender that’s super fast and dead simple to use. You just: 1. Upload your `.blend` file 2. Pick your settings 3. Get a price, pay, and render - done No subscriptions, no upfront costs, no contracts - just pay as you go. I pull in daily GPU prices from multiple providers (with a tiny margin to keep the lights on), so the pricing is transparent and competitive. Under the hood it's running on NVIDIA L40S GPUs (48GB RAM), with access to over 1,000 GPUs globally. Currently supports: * Blender 4.3 and 4.4 (can add more if needed) * Cycles and EEVEE * Real-time progress tracking with live preview frames * Full file encryption, auto-deletion after 30 days, no access/sharing --- But more importantly: I'd really appreciate your feedback. This started as a personal itch, but I want to build something genuinely useful for the Blender community - especially indie creators and small studios who can't afford big monthly plans or don't want to deal with complicated setup. - What do you wish render farms did better? - What features are missing for you right now? - Would you use something like this - and if not, why not? Would love to hear your thoughts - good or bad - so I can keep improving it. Thanks for reading! Sascha https://renderday.com June 10, 2025 at 02:24AM

Show HN: I made a mobile app that turns your step count into a race https://ift.tt/sV4EDyI

Show HN: I made a mobile app that turns your step count into a race I just launched my first-ever mobile app. It’s called STEPRACERS, a game where you compete with friends by tracking your steps. The idea came from someone close to me who completely changed their life by focusing on their health. Every night, they’d send me their step count - a small, daily ritual that became a powerful reminder of progress. So I turned it into a game. It’s fun. It’s simple. And it might just push you to hit your 10k steps a day. https://ift.tt/qNIgAsS June 10, 2025 at 02:28AM

Show HN: Somo – a human friendly alternative to netstat https://ift.tt/8PkUyH4

Show HN: Somo – a human friendly alternative to netstat https://ift.tt/N1UQTbi June 9, 2025 at 11:29PM

Show HN: Munal OS: a graphical experimental OS with WASM sandboxing https://ift.tt/cA2YOyd

Show HN: Munal OS: a graphical experimental OS with WASM sandboxing Hello HN! Showing off the first version of Munal OS, an experimental operating system I have been writing in Rust on and off for the past few years. https://ift.tt/s4ZHFYo It's an unikernel design that is compiled as a single EFI binary and does not use virtual address spaces for process isolation. Instead, applications are compiled to WASM and run inside of an embedded WASM engine. Other features: * Fully graphical interface in HD resolution with mouse and keyboard support * Desktop shell with window manager and contextual radial menus * PCI and VirtIO drivers * Ethernet and TCP stack * Customizable UI toolkit providing various widgets, responsive layouts and flexible text rendering * Embedded selection of applications including: * A web browser supporting DNS, HTTPS and very basic HTML * A text editor * A Python terminal Checkout the README for the technical breakdown. Demo video: https://ift.tt/KOfLlGb https://ift.tt/s4ZHFYo June 9, 2025 at 11:04PM

Monday, June 9, 2025

Show HN: Hexplain – Making medical papers accessible with AI https://ift.tt/t4g7jNR

Show HN: Hexplain – Making medical papers accessible with AI https://hexplain.ai/ June 9, 2025 at 02:40AM

Show HN: Chaum Pedersen ZK Protocol Using gRPC https://ift.tt/IAzlKn7

Show HN: Chaum Pedersen ZK Protocol Using gRPC Here is the protocol worklow. Let us define g as the generator of the multiplicative cyclic group G of order q. Let us define p = 2q + 1 (a safe prime). The values p, g, a1, b1, c1 are publicly available to the prover and the verifier. a1 = g^a mod q b1 = g^b mod q c1 = g^ab mod q where a and b are cryptographically secure randomly generated numbers. prover wants to prove he knows a secret x. the prover computes y1 = g^x mod q and y2 = b1^x mod q. the prover sends y1 and y2 to the verifier. The verifier then computes a challenge value s and sends it to the prover. the prover then computes z = (x + as) mod q. the prover sends z to the verifier. The verifier then does two checks, g^z mod q = a1^s * y1 mod q and b1^z mod q = c1^s * y2 mod q. If the checks are satisfied that means the prover has proved that he indeed knows x. It can be mathematically proven that these checks are indeed true if and only if the prover knows a valid x. https://ift.tt/NdjfEwK June 8, 2025 at 10:50PM

Show HN: CurveFit Pro – Advanced nonlinear curve fitting in the browser https://ift.tt/SnJTqyM

Show HN: CurveFit Pro – Advanced nonlinear curve fitting in the browser We are pleased to announce a new version of our curve fitting web app with a whole new backend, front end, and all of the bells and whistles. If you see anything left out, or that could be improved, please let us know!! We'd love to hear any feedback from this amazing community. https://ift.tt/yHzluLN June 8, 2025 at 09:01PM

Sunday, June 8, 2025

Show HN: Small tool to query XML data using XPath https://ift.tt/Nj0hkC3

Show HN: Small tool to query XML data using XPath https://ift.tt/Ki0awuC June 8, 2025 at 02:23AM

Show HN: AI that extracts brand identity from websites to generate ads https://ift.tt/kiscW18

Show HN: AI that extracts brand identity from websites to generate ads I built this because I kept procrastinating on creating ads for my projects. The technical challenge was interesting: how do you teach AI to extract "brand identity" from a website? Turns out websites are messy. Finding the actual logo vs random images, identifying brand colors vs generic link colors, understanding brand voice from homepage copy. The solution: Custom vision models + CSS parsing + GPT-4 for voice analysis. You paste a URL, it extracts brand elements, generates platform-specific ads. Not trying to "disrupt advertising" or anything dramatic. Just solving the specific problem of "I need a Facebook ad but Canva makes me want to cry." Built with Next.js, custom image processing pipeline, OpenAI API. The brand extraction accuracy is around 85% for well-structured sites, lower for sites that are... creative with their CSS. Happy to discuss the technical approach or share code snippets if anyone's curious about the brand extraction pipeline. https://board.ad https://www.board.ad June 8, 2025 at 10:45AM

Show HN: A free, fast, and modern vehicle diagnostics tool https://ift.tt/eHSZ074

Show HN: A free, fast, and modern vehicle diagnostics tool https://ift.tt/YxHn56f June 7, 2025 at 11:57PM

Saturday, June 7, 2025

Show HN: Solomon's Agent - a CLI to simplify the web https://ift.tt/jHoEDMb

Show HN: Solomon's Agent - a CLI to simplify the web https://ift.tt/Hc7kCWR June 6, 2025 at 10:54PM

Show HN: AI game animation sprite generator https://ift.tt/rIUE6gN

Show HN: AI game animation sprite generator I tried to build AI game animation generator last year ( https://ift.tt/LTxgMGn ), a lot of people were interested, but it failed, mainly because the technology was not good enough. 1 year passed, there were a lot of developments in video/image generation. I tried it again, I think it works super well now. Actually beyond my expectation. You can generate all kinds of game character animation sprites with only 1 image. 1, upload your image of your character 2, choose the action you want 3, generate! Support basic actions like Run, Jump, Punch and complicated ones like: Shoryuken, Spinning kick, etc. High quality sprite sheet will be directly generated to use in Unity and any game engine. If you are an indie game developer, you don't need to high an artist or animator to develop you game. For studios, it's 10x cost saving and 10x efficiency as no more creating animations for 100 NPCs 100 times. Please check it out, looking forward to your feedback! https://ift.tt/Qo9zu6D June 7, 2025 at 01:00AM

Show HN: Lightweight Durable Workflows Built on Postgres https://ift.tt/kMdEGje

Show HN: Lightweight Durable Workflows Built on Postgres Hi HN! This is Qian here with Peter (KraftyOne) and Jeremy (jedberg). We’re building DBOS, an open-source, lightweight durable workflows library that you can add to Python apps in just a few lines of code. It’s comparable to popular open-source workflow and queue libraries like Airflow and Celery, but more lightweight with a greater focus on reliability and automatically recovering from failures. Our goal in building DBOS is to make workflows lightweight and flexible so you can add them to your existing apps with minimal work. Everything you need to run durable workflows and queues is contained in this Python library. You don’t need to manage a separate workflow server: just install the library, connect it to a Postgres database (to store workflow/queue state) and you’re good to go. DBOS workflows make your program durable by checkpointing its state in Postgres. If your program ever fails, when it restarts all your workflows will automatically resume from the last completed step. You add durable workflows to your existing program by annotating ordinary functions as workflows and steps: from dbos import DBOS @DBOS.step() def step_one(): ... @DBOS.step() def step_two(): ... @DBOS.workflow() def workflow(): step_one() step_two() The workflow is just an ordinary Python function. You can call it any way you like–from a FastAPI handler, in response to events, wherever you’d normally call a function. We’ve just released DBOS Python 1.0. This enhances workflows with many powerful features we’ve been building over the last few months, including: - Durable queues. Postgres-backed queues with all the queuing features of BullMQ/Celery (concurrency limits, rate limits, timeouts, priority, deduplication, etc.). Plus, they integrate with durable workflows, so you can write a workflow that enqueues 1K tasks, waits for and processes their results, and automatically recovers from any interruption. - Programmatic workflow management. Your workflows are stored as rows in a Postgres table, so you have full programmatic control over them. Write scripts to query workflow executions, batch pause or resume workflows, or even restart failed workflows from a specific step. This makes it much easier to diagnose and recover from bugs and failures that affect thousands of workflows. - Full support for both sync and async Python–write your workflows and steps as code either synchronously or asynchronously, it all works out of the box. - Improved tooling, including dashboards, workflow graph visualization, workflow management via web UI, and more. We’d love to hear your feedback and hope you can try DBOS out! https://ift.tt/k48LbqE June 6, 2025 at 10:39PM

Friday, June 6, 2025

Show HN: Grab a Random ArXiv Paper https://ift.tt/I1uK7d0

Show HN: Grab a Random ArXiv Paper I needed a way to grab a random paper from arXiv, so I built one and wanted to share it with you. It 1) picks a random topic (of all the cs. , econ. , math.* etc. topics) 2) finds the maximum amount of papers in that topic, and 3) queries for a random paper in that topic. Note that this skews the distribution heavily in favor of topics that are less common, but it should get the job done. Suggestions for improvements are welcome. https://ift.tt/xncuhms June 5, 2025 at 11:13PM

Show HN: This database never puts you on hold https://ift.tt/9JwkIGN

Show HN: This database never puts you on hold Hey everyone! I hope you’re all having a great day. Today I’m sharing an experimental open-source project I’ve been working on for the past few months called Wildcat. Wildcat is an embedded persistent storage engine implementing an lsm tree similar to RocksDB and or LevelDB. The motivation for this system was to try to solve the multi-writer bottlenecks that most embedded systems incur. With that, during my journey with storage systems especially the log structured flavour I’ve implemented a lot of interesting optimizations and algorithms in regards to the write and read paths. I hope you check it out :) Alex https://ift.tt/3Hv4N1u June 5, 2025 at 11:02PM

Thursday, June 5, 2025

Show HN: Smart Palette – Reimagining AI Art https://ift.tt/XEQWf0O

Show HN: Smart Palette – Reimagining AI Art Hi HN, I'm Nick. Over the last 6 months I’ve been building Smart Palette – a platform to help anyone create unique, wall-ready art without needing to be a prompt expert. I started this because I wanted to unleash creativity in anyone and help them bring their art ideas onto their wall through a simple, guided and inspiring process. Instead of figuring out the “right” words to use, you just select your interior design style, room, art style, theme, and color palette. You can simply describe what you want to see and add your desired colors — or let Smart Palette handle it for you. Smart Palette uses a streamlined UI that my backend then translates into optimized, detailed prompts. A lot of the work went into this "translation" layer to ensure optimal model selection, settings and generation techniques depending on the user’s creative context. It also has a full print-on-demand (UHD) integration including various cusotmization options and an art preview feature. This is an early version, and I'd be very grateful for any feedback you have on the concept, the UX, or any technical aspects. Happy to answer any questions! You can try it out with a free trial and generate your first artwork. Here’s a quick walkthrough: https://ift.tt/z4RtanX?... https://ift.tt/GWwYCDf June 5, 2025 at 12:58AM

Making it Easier to Find and Pay for Parking: Behind Our Work to Upgrade Nearly 27,000 Meters

Making it Easier to Find and Pay for Parking: Behind Our Work to Upgrade Nearly 27,000 Meters
By Pamela Johnson

SFMTA crews replaced thousands of meters across the city with new ones that are easier to use. We recently finished upgrading every single parking meter in San Francisco – covering about 26,700 spaces -- to make it easier for you to park your car anywhere in the city. The new meters we installed through our Citywide Parking Meter Replacement Project: Make it easier to understand requirements and choose a payment option. Meters now have larger, brighter screens with more legible text and an intuitive user interface. Support customers who speak languages other than English. Meters now offer the...



Published June 04, 2025 at 05:30AM
https://ift.tt/Z4QLUv2

Show HN: Cloudflare Workers Compatible MCP Boilerplate with OAuth & PostgreSQL https://ift.tt/VRvyDQh

Show HN: Cloudflare Workers Compatible MCP Boilerplate with OAuth & PostgreSQL https://ift.tt/0Mo1jVy June 5, 2025 at 12:26AM

Wednesday, June 4, 2025

Show HN: Use Just Your Voice to autor flow charts https://ift.tt/Rp3Y7sm

Show HN: Use Just Your Voice to autor flow charts https://ift.tt/Y02iUyN https://ift.tt/XMB4Y01 June 4, 2025 at 12:48AM

Show HN: pgarrow – A SQLAlchemy PostgreSQL dialect for ADBC https://ift.tt/FjZQ3ek

Show HN: pgarrow – A SQLAlchemy PostgreSQL dialect for ADBC https://ift.tt/dcen7rm June 3, 2025 at 11:40PM

Tuesday, June 3, 2025

Show HN: I build one absurd web project every month https://ift.tt/HLpFt1V

Show HN: I build one absurd web project every month I’ve been building absurd, mostly useless web projects for fun — and I publish one every month at absurd.website. These are deliberately non-functional, weird, sometimes funny, sometimes philosophical — and usually totally unnecessary. Some examples: Sexy Math — solve math problems to reveal erotic images. Trip to Mars — a real-time simulation that takes 7 months to finish. Add Luck to Your e-Store — add a waving cat widget to boost your conversion via superstition. Microtasks for Meatbags — the future: AI gives prompts, humans execute. Invisible Lingerie — it’s sexy. And invisible. Artist Death Tracker — art prices spike when artists die. We track that. Open Celebrity — one open-source face, shared by all. Together we make her famous. I just enjoy exploring what the web can be when it doesn’t try to be “useful”. Would love to hear what you think — and absurd ideas are always welcome. https://absurd.website June 3, 2025 at 01:22AM

Show HN: Detect leaked asyncio tasks, threads, event loop blocks in Python https://ift.tt/MVCWfZt

Show HN: Detect leaked asyncio tasks, threads, event loop blocks in Python https://ift.tt/8ynl9iF June 2, 2025 at 10:24PM

Show HN: I created a free invoice generator tool. Generate pdf in realtime https://ift.tt/3MW9Kuz

Show HN: I created a free invoice generator tool. Generate pdf in realtime https://ift.tt/av4FBhC June 2, 2025 at 11:18PM

Monday, June 2, 2025

Show HN: I built an AI Agent that uses the iPhone https://ift.tt/cw2sxGu

Show HN: I built an AI Agent that uses the iPhone It’s powered by OpenAI’s GPT 4.1 model. Uses Xcode UI tests + accessibility tree to look into apps, and performs swipes, taps, etc to get things done. https://ift.tt/SriahwO June 2, 2025 at 08:07AM

Show HN: Open-source, Ad-free recipe site built with Next.js and MDX https://ift.tt/hNO0MG7

Show HN: Open-source, Ad-free recipe site built with Next.js and MDX https://ift.tt/TR1tSZy June 2, 2025 at 06:54AM

Show HN: Moon Phase Algorithms for C, Lua, Awk, JavaScript, etc. https://ift.tt/6sAf3aQ

Show HN: Moon Phase Algorithms for C, Lua, Awk, JavaScript, etc. https://ift.tt/UWAleBv June 2, 2025 at 04:52AM

Show HN: You2Aanki – Turn Videos into Anki Vocabulary Flashcards https://ift.tt/aiu6zkV

Show HN: You2Aanki – Turn Videos into Anki Vocabulary Flashcards Hey HN, this is my first product launch. I built You2Anki along my language learning journey to aid my vocabulary from any content I want. Most tools I tried weren’t particularly made for language acquisition. You2Anki was designed with that focus in mind. Simple, intuitive and distraction-free. I hope it helps you! https://you2anki.com/ June 2, 2025 at 01:02AM

Sunday, June 1, 2025

Show HN: AI in Email Conversations https://ift.tt/d9E0NUW

Show HN: AI in Email Conversations https://subjam.com/ May 28, 2025 at 10:27PM

Show HN: Purpose Reminders – One simple, positive act emailed monthly to all https://ift.tt/8InvgqJ

Show HN: Purpose Reminders – One simple, positive act emailed monthly to all Hi HN, I built Purpose Reminders ( https://ift.tt/lPHQzBy ). Our first monthly action – "Leave a positive review for a local business" – goes out June 1st (very soon!). The core idea: What if thousands of us did the same small, positive act each month? You get one email, choose to act or skip (no pressure), and then see the collective, anonymous impact. It's 100% free, built with Next.js/Supabase/Resend. My attempt at a simple way to foster some collective goodwill. What do you think of the concept? https://ift.tt/lPHQzBy June 1, 2025 at 03:21AM

Show HN: SoloDB – A document database build on top of SQLite with JSONB https://ift.tt/7e4RMTI

Show HN: SoloDB – A document database build on top of SQLite with JSONB https://ift.tt/pq01Ryg May 31, 2025 at 11:09PM

Show HN: A site for YC rejection stories https://ift.tt/caJFUWN

Show HN: A site for YC rejection stories Got rejected from YC a few times, so I built a site to collect lessons, reflections, and what people would do differently next time. Thought it could be helpful since most founders apply more than once anyway :) Hope it's helpful: https://ift.tt/QPWZqJl https://ift.tt/QPWZqJl June 1, 2025 at 12:45AM

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding https://ift.tt/IwYJfju

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding With the Mozilla Pocket shutdown coming up in about two weeks, I thought ...