hahooh.xyz
Show HN: Hahooh – Give AI agents the power to build their own MCP toolshttps://hahooh.xyz/downloadI built Hahooh because I was tired of writing the same boilerplate every time I wanted to give Claude or a local agent access to a new database schema or a random REST API.While there are many great MCP servers out there, they are often fragmented or require manual setup. I wanted to create a "WordPress for MCP" experience where:1. Non-authed/Public tools: You can quickly bridge a public API to an agent. 2. Agent-Centric CLI: Instead of a human configuring everything, the CLI is designed so an agent can eventually say "I need access to this DB" and (with permission) create its own bridge. 3. Security: I’m using GCP Secret Manager for credentials and bcrypt for API key hashing.The stack is Go (backend), Vue 3 (frontend), and a Go-based CLI.I’m really interested in the "agent-as-builder" paradigm. If agents can build their own tools, the engineering bottleneck for AI workflows disappears.I'd love to hear your thoughts on the security model and how you’re handling MCP server management.SiApr 28, 2026 1:45 PM
news.ycombinator.com
Show HN: Kompressr – One Step CDN which optimizes all your fileshttps://news.ycombinator.com/item?id=47933765In my previous organization, we went from a monolith to multiple FE & BE repos & then wanted Image Optimization, which took more than a year for us to get it right & even then it was not fully done for old images!!At first it looks like "we just need image optimization." Then the scope grows:- existing site assets need a CDN path - uploads need storage and permanent URLsI saw the pain & the thought of Kompressr was born. Kompressr is my attempt to make that pipeline boring & make things just work!There are two live paths:1. Prepend a project CDN URL to assets you already host: https://cdn.kompressr.com/PROJECT_ID/https://example.com/hero.jpg 2. Upload a file directly and get back a CDN URL: curl -X POST https://uploads.kompressr.com/api/upload \ -H "Authorization: Bearer $KOMPRESSR_API_KEY" \ -F file=@output.png The returned URL is usable immediately. If Kompressr already has an optimized version, it serves that. If not, the original goes out first while optimization runs in the backgrApr 28, 2026 12:43 PM
ghosttythemes.com
Show HN: Ghostty Theme Mixer (preview themes and fonts live)https://ghosttythemes.com/Quick context: I’ve been messing around with various coding tools and agents (GitHub Copilot, Lovable, Claude Code, Codex, etc.) for about 2 years. Before that I did zero development. I barely knew what GitHub was. I knew a bit of python and SQL but mostly spent my time in excel doing data analysis, sentiment analysis, and NLP. I never really thought of myself as a developer, and I’m not sure shipping this counts either. It’s the first open-source thing I’ve made, and I think might be useful to a few people so wanted to share it on here.I started using Ghostty recently and kept editing ~/.config/ghostty/config, reloading, squinting, editing again every time I wanted to try a theme. Built this over a weekend so you can preview 16 palettes and 4 fonts with a background-tint slider, then copy the config lines.One static HTML file. No build step, no tracking.Site: https://ghosttythemes.com/ Source: https://github.com/mcvalosborne/ghostty-theme-mixerHope it’s useful.Apr 28, 2026 10:47 AM
vaava.app
Show HN: Vaava – a baby routine tracker / logging apphttps://www.vaava.app/Vaava - it is a baby tracker / logging app. It was originally built mainly for my own use, but it is now available in both app stores. It has the same basic features that you could imagine. You can save built-in events feeding, sleep, diapers. You can also create custom events for any events you like. It has reminders, a week view, trends visualization, a 'my day' builder to help you think about the baby routines.The market for baby logging apps is already quite niche, but there is some aspects that make Vaava focus on a niche inside that niche.Core differentiators from established offering in this area for unique user experience: - Uncompromising data privacy; the tech choices and architecture was done from the start to support this. There is 0 user generated data collected to centralised servers - 0 behavioural analytics, even the anonymous technical app crash analytics are completely optional - No user account needed, no giving your email, no subscriptions - AI applied in a smart/liApr 28, 2026 4:37 AM
bing.com
Best Moving Companies For Small Moves Of 2026http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d30295e4e4f90998b91d9cd302e19&url=https%3A%2F%2Fwww.forbes.com%2Fhome-improvement%2Fmoving-services%2Fbest-moving-companies-for-small-moves%2F&c=16279069250521629767&mkt=en-usSome of the clearest differences between these movers show up before the move starts. Years in business, DOT registration and whether a company insists on an in-home visit all shape how formal or ...Apr 28, 2026 4:02 AM
cask.news
Show HN: Cask.news – discover and track new homebrew Mac appshttps://cask.news/homebrew has over 6,000 mac apps, this huge catalog is ever growing and there's no real way to keep up with what is actually new - except when you catch that line that shows new casks when you update brew in the terminal...in case some new open source alternative drops, as we just saw with macshot essentially completely obliterating cleanshotx, you'd have no idea unless you catch it when someone posts it on hn or X.well, now there is cask.news! it automatically stays up to date with the brew.sh json and sends out instant, daily, or weekly notifications about new apps. it's also great for just browsing all the casks and finding alternative apps.I have been building on this since mid february and I finally like how it looks, its features, its auto generated reviews and ratings... and my friends told me to post it on hn so I resurrected my 16 year old account to do so :Danyway, check it out and let me know what you guys think!Apr 28, 2026 3:53 AM
bing.com
Novartis CEO warns reality of Trump's drug pricing policy will set in over the next 18 monthshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d65a864904d6f9b3bc8ecdb244ac9&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fmoney%2Fmarkets%2Fnovartis-ceo-warns-reality-of-trump-s-drug-pricing-policy-will-set-in-over-the-next-18-months%2Far-AA21T9yU&c=10496895448445707247&mkt=en-usNovartis' CEO warned Tuesday that U.S. drug pricing policy under President Donald Trump poses a "very difficult situation." ...Apr 28, 2026 12:23 AM
news.ycombinator.com
Ask HN: Views on abilities of large cos to disrupt supplyhttps://news.ycombinator.com/item?id=47928745What do people here think of large cos' ability to disrupt supply by placing huge orders? Should there be regulations around/against it? I can understand the Thailand floods, and also the crypto-currency craze is forgivable. But it doesn't feel right that one dude got support of some super rich dudes and now I can't even buy RAMApr 27, 2026 11:43 PM
news.ycombinator.com
Ask HN: Why is Rust still hard to use as a scripting language?https://news.ycombinator.com/item?id=47925000I like Rust, but the edit-run loop still feels heavier than I’d like.Sometimes I don’t care about runtime performance. I just want to write some code, run it quickly, see what happens, and keep tweaking.I know there are things like rust-script, cargo-script, evcxr, and incremental builds, but I haven’t found a setup that feels as casual as Python/Ruby.Is this just the wrong way to think about Rust, or are people actually using it this way?Curious what setups people here use when they want Rust, but with faster feedback.Apr 27, 2026 6:00 PM

science.nasa.gov
You Can Help Humans Thrive in Spacehttps://science.nasa.gov/get-involved/citizen-science/you-can-help-humans-thrive-in-space/The second Artemis mission took four astronauts around the moon and back – the first crewed deep-space flight since 1972. Not everyone gets a chance to put on a space suit, but you can still be an important part of NASA’s human space exploration story by doing NASA science!Apr 27, 2026 3:54 PM
ogblocks.dev
Show HN: OgBlocks – Copy Paste Animations for React Developershttps://ogblocks.devHey, I'm KaranI'm a student who got tired of manually wrestling with complex animations in React, so I put together a collection of about 70 animated components built with Tailwind and Framer Motion.The coolest part (at least to me) is that I finally got a custom registry working. You don't have to copy-paste giant blocks of code or deal with weird dependency bloat—you can just grab whatever component you need directly via the shadcn-ui CLI.It's a solo bootstrapped project and definitely still a work in progressand I'm happy to answer any questions you might haveApr 27, 2026 8:00 AM
news.ycombinator.com
What type of code should you generate with AI?https://news.ycombinator.com/item?id=47917192I (and many people) have been thinking a lot about "what are the best tasks to do using AI." My personal framework I've been using is, you should use AI to generate code when: 1. The code is easy to validate 2. It is not important that a human understands itI find that the best thing to AI generate is something on the level of a pure function (easy to validate + not necessarily important to understand implementation as long as you understand the interface). I've tried doing things like generating whole services or applications, but those often violate rule 1 - it's hard to validate an entire application behaves "correctly" when "correctly" isn't really well defined - i.e., are there memory leaks, is it secure, is it able to be monitored, etc.I'm curious of others thoughts on this topic. The larger the task you complete using AI, the more time savings, but also the more likely that a catastrophic error exists in the generated code. A side effect of following these rules is there is not Apr 27, 2026 2:50 AM
bets.bernikins.com
Show HN: Friendly prediction markets to turn trips into a running tournamenthttps://bets.bernikins.com/On a trip with my friend, he introduced me to Kalshi and Polymarket and was shocked at how degenerate it was being able to bet on literally anything. So naturally I built an app ironically where we could do the same thing (with fake money) on group outings!Managed to get a prototype finished in time for our big 14-person annual ski trip and we had a blast 'betting' on things like "Will [friend that always breaks his phone] break his phone?" and "Who will win the first game of Jackbox?" Having a low-stakes running leaderboard during our trip was so fun that I decided to flesh it out and share it with others for their trips, wacky professors, etc.*How It Works*1. Create a group for your trip and give your friends the group code to join.2. Everyone starts with the same amount of Tokens/Points/Ski-bux that they can wager on each question.3. Place bets on the options that you think will win - the more bets on an option, the more it costs to pick that option.4. Anyone can propose when an outApr 27, 2026 2:06 AM

spaceflightnow.com
Live coverage: SpaceX to launch final ViaSat-3 satellite on Falcon Heavy rockethttps://spaceflightnow.com/2026/04/27/live-coverage-spacex-to-launch-final-viasat-3-satellite-on-falcon-heavy-rocket/This will be the 12th launch of a Falcon Heavy rocket to date and the first use of Landing Zone 2 and Landing Zone 40 simultaneously. Liftoff from Launch Complex 39A at NASA’s Kennedy Space Center is scheduled for 10:21 a.m. EDT (1421 UTC), the opening of an 85-minute window.Apr 27, 2026 12:46 AM
news.ycombinator.com
Proposed New Test of AI Capabilities:)https://news.ycombinator.com/item?id=47911835When Microsoft can turn a fleet of LLMs loose on the Azure UX, and Google can do the same for the Google Adwords UX, and reduce their level of dreadfulness substantially, it will go a long way to showing that frontier models are as good as claimed.Apr 26, 2026 5:03 PM
bing.com
Business Class or First Class: Which Offers a Better Flight Experience?http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8acb99989d41de9061bfceb0a130e8&url=https%3A%2F%2Fwww.travelandleisure.com%2Fbusiness-class-vs-first-class-tips-for-booking-6891862&c=14700204914900515368&mkt=en-usCompared to flying in economy, business class typically features perks like amenity kits, better meal service, and lie-flat seats. While domestic first class offers an experience similar to premium ...Apr 26, 2026 12:33 PM
bing.com
Business Class or First Class: Which Offers a Better Flight Experience?http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d41511ab245c59899cddfa26d0960&url=https%3A%2F%2Fwww.travelandleisure.com%2Fbusiness-class-vs-first-class-tips-for-booking-6891862&c=14700204914900515368&mkt=en-usCompared to flying in economy, business class typically features perks like amenity kits, better meal service, and lie-flat seats. While domestic first class offers an experience similar to premium ...Apr 26, 2026 12:33 PM
news.ycombinator.com
Ask HN: When did Spotify become YouTube/TikTok?https://news.ycombinator.com/item?id=47909136The tablet my child is using is mostly limited to Spotify to listen to music and audiobooks. Other apps are locked/limited and I have set up DNS so it's using Cloudflare's "family DNS" to filter adult content, set up safe search, etc.We have watched all Indiana Jones movies together so far, with the exception of Temple of Doom due to its frightening scenes.My child came to me today and showed me that on Spotify (!) he is watching the heart-ripping scene from the Temple of Doom movie.After checking out Spotify on the tablet, I was surprised to see that when I open it, the default view starts to play non-music related video content. I subscribed to Spotify to listen to music not for it to become YouTube / TikTok.According to a recent Spotify announcement[1] videos should now be possible to be disabled, but I don't see this option on any of my devices.A few things I'm trying to figure out:- Is this just my experience or how does everyone else cope with this?- Has anyone found the video diApr 26, 2026 10:34 AM
bing.com
11 Things People Think Are Normal, But Really Just Mean Your Nervous System Is Dysregulatedhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cba7bec274302bfea8dcdc23f86a2&url=https%3A%2F%2Fwww.yourtango.com%2Fself%2Fthings-people-think-are-normal-but-really-just-mean-your-nervous-system-is-dysregulated&c=1922624293641453176&mkt=en-usLiving in such a busy and stressful world means that many people are dealing with a dysregulated nervous system. When your nervous system is dysregulated, it feels like you can’t settle down because ...Apr 26, 2026 10:31 AM
bing.com
11 Things People Think Are Normal, But Really Just Mean Your Nervous System Is Dysregulatedhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cc9f542234f6893f26252f64e7f1c&url=https%3A%2F%2Fwww.yourtango.com%2Fself%2Fthings-people-think-are-normal-but-really-just-mean-your-nervous-system-is-dysregulated&c=1922624293641453176&mkt=en-usLiving in such a busy and stressful world means that many people are dealing with a dysregulated nervous system. When your nervous system is dysregulated, it feels like you can’t settle down because ...Apr 26, 2026 10:31 AM