webcast.social
Show HN: webcast.social – Got MP3s? Host your own radio show from the browserhttps://webcast.socialTiny browser radio booths. Grab your mp3s and host a radio show! Listeners can send likes and call in.Jul 15, 2026 9:03 PM
developer.puter.com
Show HN: Firefox in WebAssemblyhttps://developer.puter.com/labs/firefox-wasm/This is the entire Firefox browser rendering to a element. Gecko, all UI components, and the Spidermonkey JS engine are all compiled and running in WebAssembly.Here are a few things you might find interesting:- This is fully end to end encrypted! We use the WISP protocol for TCP-over-websockets.- There is a novel WASM->JS JIT for experimental site speedup- This port cost over 25k in opus/fable tokens for debugging and JIT researchThis was just a fun experiment to push the boundaries of WebAssembly. For a more usable "browser in browser" experience, we also built https://github.com/HeyPuter/browser.js that eats a bit less RAM.Jul 15, 2026 9:00 PM
spellsurf.com
Show HN: Spellsurf – Create words from wordshttps://spellsurf.com/Hey HN!I've always loved beautiful words. I also enjoy coming up with fun names for all the side projects and businesses that I'm working on, trying to find something unique with an available .com.After spending countless hours brainstorming names for different stuff, I built Spellsurf.It lets you explore words and combine their syllables to create new ones. You can also set rules for the generated words, making it easy to search for names that fit what you're looking for.People say to open a dictionary to a random page when you're looking for ideas. Spellsurf is like that, just a bit faster!I've already found tons of interesting available .com's using it (spellsurf.com was one of them!)I recommend setting it to generate one- or two-syllable words and combining those for the best results for catchy "startup-y" names.Hope it helps or inspires you, and I'd love to hear any feedback!/AlexJul 15, 2026 8:36 PM
withmurph.ai
Show HN: OpenClaw for Your Healthhttps://www.withmurph.aiHey HN! I built https://withmurph.ai, an open-source personal health assistant to help you build healthy habits that actually stick. Everyone has something they want to improve, but it's way too hard to change your behavior.I've been using Murph myself for weeks, I've started a few sleep improvement experiments with Murph that've improved my deep sleep already, and run some challenges over group-text with friends.Murph has three key features 1) Talk to Murph on iMessage, Telegram, and Email and connect labs/wearable data 2) Run health experiments with proactive check-ins and discover what protocols improve your health. 3) Run health challenges with friends inside group-textsSome other things our users are doing: - help manage chronic pain and track what causes symptom flareup over iMessage - watch calories and protein intake every day by sending voice memos/photos of meals - find workout insights in mountains of lab and wearable data - build a physical therapy habit to improve lower baJul 15, 2026 8:02 PM

nasa.gov
How NASA’s Artemis III Lander Test Will Pave Way for Moon Landingshttps://www.nasa.gov/directorates/esdmd/artemis-campaign-development-division/human-landing-system-program/how-nasas-artemis-iii-lander-test-will-pave-way-for-moon-landings/Before Artemis astronauts land on the Moon’s surface in 2028, NASA will conduct the Artemis III demonstration mission in 2027, allowing teams on Earth and in orbit to practice rendezvous and docking operations between commercial human landing systems and the Orion spacecraft. Data from that mission, along with future uncrewed demonstration missions at the Moon, […]Jul 15, 2026 6:50 PM
github.com
Show HN: ForkUnion v3 – Faster OpenMP-style thread-pool for C, C++, Rust, & Zighttps://github.com/ashvardanian/ForkUnionHi community! Wanted to share a project of mine that is now enabling parallelism across many of my open-source projects: ForkUnion.The absolute majority of "thread pool" projects on GitHub are `std::deque` task queues guarded by a `std::mutex`. I'm not sure which part of that equation I'm more allergic to, but I knew I had to find an alternative. It probably exists somewhere, but I ended up implementing everything from scratch last year.This thread pool is designed around hardware properties. It avoids dynamic memory allocations (obviously), mutexes (less obviously), and even Compare-And-Swap atomics (what?!). It's designed exclusively around Read-Modify-Write atomics and basic `for_n` and `for_n_dynamic` verbs. A very minimalistic vocabulary with a lot of machinery under the hood.Namely, it can leverage WFET on Arm and Zawrs on RISC-V, it knows how to demote cache lines on x86, and it tracks the NUMA topology and measures compute-domain to memory-domain affinity itself, instead of relJul 15, 2026 6:00 PM
stillwind.ai
Show HN: Stillwind – PCB part selection as constraint solvinghttps://stillwind.aiHi HN,We run an electronic parts search engine, and Stillwind Builder is our attempt to automate the selection step itself: it turns a project description into a PCB bill of materials.At its core, it frames part selection as a constraint satisfaction problem, since your picks depend on each other — a motor driver can't draw more current than the power source is rated for, and every part's supply pin has to be within the voltage range of the rail feeding it. Once the constraints are set up, we evaluate combinations of parts from our database against them. If no combination works, the system adjusts the constraints and tries again. At the end it spits out a BOM.You can try it directly at the link — the purple examples run with one click, or you can describe any project you like. We wrote up how it works in more detail here: https://stillwind.ai/blog/stillwind-system-builderWe'll be in the comments for the next few hours and happy to answer questions. If you'd want to use this on real proJul 15, 2026 5:03 PM
withfork.co
Show HN: Fork – Customize the web, just by askinghttps://withfork.coFork lets you add features to any existing web app: describe what you want, and our coding agent builds it live.Some of our favorites: grouped table rows on Gmail (50 sec. demo: https://www.youtube.com/watch?v=JQ292bncO_c), highlighting hold times and sharing on Google Calendar.Chrome extension (free, no login): https://chromewebstore.google.com/detail/fork-for-the-web/mf...We keep limited traces of coding sessions for 30 days to troubleshoot and improve Fork. No data from the apps is ever logged or retained.Would love any and all feedback! Dalton & PaulJul 15, 2026 4:36 PM
bing.com
My 3 favorite AI stocks to buy on the continued chip sell-offhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d44f30a794421ba790e239c17e8f1&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fmoney%2Fsavingandinvesting%2Fmy-3-favorite-ai-stocks-to-buy-on-the-continued-chip-sell-off%2Far-AA27ZvFr&c=6796404344213205841&mkt=en-usNvidia's chips continue to dominate AI model training and are well positioned in the inference market. AMD is riding two powerful trends: the growth of inference workloads and the advent of agentic AI ...Jul 15, 2026 4:19 PM
github.com
Show HN: OtoDock, run Claude Code and Codex as a team of agents on your serverhttps://github.com/OtoDock/oto-dock/Hi HN, i am Dimitris,I have been using Claude Code and Codex agents, for some time now from the beggining i had been using them from inside my terminal mainly for coding.For the past 3 years i kept building so i have a homelab and a business server, which already has a lot of vms, so a lot of things to manage.So i decided to start building my own ideal version of using claude code, and codex flexibly and connect them easily with all my vms and infra but at the same time keep using them for coding, and as a personal assistant for daily use.So for the past months I built OtoDock. Its a self hosted platform, that runs real CLaude code and Codex as the engine. On top of them i build a live dashboard with websockets and integrated in depth the clis, so its even nicer to work with the cli through the dashboard instead of working on the terminal. I even ended up integrating interactive terminals as well (due to the subscription change Anthropic was trying to do for harnesses) so you can also Jul 15, 2026 4:11 PM

spacenews.com
Laying the groundwork for the first human mission to Marshttps://spacenews.com/laying-the-groundwork-for-the-first-human-mission-to-mars/Sending humans to Mars and returning them safely to Earth would be one of the most complex endeavors that humans have ever carried out. The number of issues that must […] The post Laying the groundwork for the first human mission to Mars appeared first on SpaceNews.Jul 15, 2026 1:00 PM
news.ycombinator.com
Show HN: Lessel, a Message pipeline frameworkhttps://news.ycombinator.com/item?id=48919534I have developed an open-source project called Lessel. Imagine it as a "webbed system" of different "vessels," where all the vessels can transport data in multiple directions from a central junction.Currently, Lessel supports Discord, Slack, and WhatsApp for message transport, making it easier for developers and engineers to create message automation workflows quickly; think of it as Zapier for devs, but more flexible, with its own plugin system. The tech stack consists of TypeScript, JavaScript, and Docker.If you wanna try Lessel, you could try to connect WhatsApp with your Discord server to send a quiz every Sunday on both (it's a system, so it can travel in any direction!), building your own plugin for quiz generation and opening a PR on the lessel-plugins repo to also let others use your plugin.Open to contributions and feedback, here is the Repository link:https://github.com/Terminay/lessel https://github.com/Terminay/lessel-plugins [Plugin Registry]Jul 15, 2026 12:03 PM
bing.com
HUEY MAGOO'S RANKED NO. 4 IN USA TODAY 10BEST READERS' CHOICE AWARDS FOR FAST FOOD FRIED CHICKENhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d846bf06b4e618d31247bb41f7648&url=https%3A%2F%2Ffinance.yahoo.com%2Fsmall-business%2Farticles%2Fhuey-magoos-ranked-no-4-181300146.html&c=16517490087741399771&mkt=en-usORLANDO, Fla., July 15, 2026 /PRNewswire/ -- Huey Magoo's, the fast-casual chicken tenders brand known for serving "The Filet Mignon of Chicken®," has earned the No. 4 spot in USA TODAY 10BEST's 2026 ...Jul 15, 2026 11:13 AM
news.ycombinator.com
Ask HN: How do you do marketing in the age of slop?https://news.ycombinator.com/item?id=48918150Hi dear hackernewsfolks, vocal contributors and lurkers alike.We (that is to say my business partner and I) are building SaaS products, but we are really struggling to find enough users. This is an age old problem, but I find it has gotten particular bad after LLMs made it trivially to make apps and services. Whether these products end up good or bad is mostly irrelevant, the end effect is the same: the market just seems so heavily saturated with new products, that it's incredibly hard to break through the constant drone of people vying for attention (the irony of me finding a way to do the same isn't lost on me).Even briefly mentioning what we are building in a comment on a "what are you working on" thread yesterday, had my inbox filled with AI outreach from questionable SEO, "How to optimize your product", "let me create a garbage video for you" style e-mails.My conclusion so far are: - e-mail outreach (and particularly cold outreach) really doesn't work, and I never found it quite eJul 15, 2026 9:08 AM
bing.com
Build or buy a shed: Here's the cheaper option for outdoor storagehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8ce2ea66d243aabef8463de03f20ee&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Flifestyle%2Fshopping%2Fbuild-or-buy-a-shed-heres-the-cheaper-option-for-outdoor-storage%2Far-AA27Zcau&c=8199837468609187397&mkt=en-usWhether you're remodeling your kitchen or building a garden shed, big DIY construction projects rarely end up coming in under budget. Even when you add padding to your cost and timeframe estimates, ...Jul 15, 2026 8:30 AM
news.ycombinator.com
Ask HN: Evidence for JavaScript ecosystem being more vulnerable than Rust's?https://news.ycombinator.com/item?id=48917666Suppose you have to deal with vulnerability findings reported by some automated tools that seem to scan JavaScript projects's dependency lists and compare them against some CVE database. Suppose it seems as if there's a lot more of this work in JavaScript projects than in Rust projects. There might be several reasons for this feeling:- Maybe you're just unlucky and your projects happen to have bad dependencies, and the constant churn is not representative of the wider JavaScript ecosystem.- Maybe the tooling is better equipped against JavaScript than Rust projects. Maybe the scanner doesn't know how to analyze Rust projects as effectively as it does with JavaScript ones.- Maybe current Rust ecosystem is actually less vulnerable than current JavaScript ecosystem.The last reason itself may have multiple reasons behind it. Maybe there's just less Rust than JavaScript in the world, maybe one is newer than the other, maybe one has some inherently superior features over the other, who knows!Jul 15, 2026 8:04 AM
news.google.com
The history of England vs Argentina: Football’s fiercest rivalry dates back to 1982https://news.google.com/rss/articles/CBMingFBVV95cUxOVGlURTVUbDlVQl9KSnVlVmlITE9ZZ0VGRmp1MzRaZlMtZzRtLU1BZzJLVjJpWlRJSUJmWVdpV1FxRzM4b0s0UDljOFpSYm80SG9YbFMzQkxjUEs4RzJpVk1pMl9raGNmQzFhQm1MQUxfYUVnZ25QUG9kOVg5emxrUTZoYUZlNmp0aGJnNGpnaFBiSTRxeVdaYV9IcTBtZw?oc=5The history of England vs Argentina: Football’s fiercest rivalry dates back to 1982 The IndependentJul 15, 2026 7:00 AM
cli.poker
Show HN: Multi-player poker on SSH – ssh cli.pokerhttps://www.cli.poker/my motivation - i was looking for some CLI games to play when the agent is working and this idea came into my head. this was when fable was available for 3 days, so seemed like a good use of tokens to try and build this out. spent some time polishing to finally get this out.the public matchmaking connects you on a first come first serve basis to anyone else in the world. there is a bot that will connect in-case a match is not found for 45 seconds. games last about 5-10 minutes (tournament style fast paced). and each game impacts your rating (glicko-2). so they're quite nice for idle time when the agents are running :)some other ideas in my head... - add a 1v1 mode where you can play against a co-worker/friend - company/college specific leaderboardswould love feedback / advice please!Jul 15, 2026 6:58 AM
bing.com
How Eagles’ offseason changes could benefit star WR DeVonta Smithhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8ceed124db40f88cd9e97ef94b227b&url=https%3A%2F%2Fsports.yahoo.com%2Farticles%2Feagles-offseason-changes-could-benefit-130030403.html&c=11965957172623953184&mkt=en-usEagles news: Dontayvion Wicks rep earns 'very dangerous' declaration from Philly legend When news broke that AJ Brown was officially traded to the New England Patriots on June 1 , fans of the ...Jul 15, 2026 6:00 AM
bing.com
How Eagles’ offseason changes could benefit star WR DeVonta Smithhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d751fde1b48ec8d3ffd367e9639f4&url=https%3A%2F%2Fsports.yahoo.com%2Farticles%2Feagles-offseason-changes-could-benefit-130030403.html&c=11965957172623953184&mkt=en-usEagles news: Dontayvion Wicks rep earns 'very dangerous' declaration from Philly legend When news broke that AJ Brown was officially traded to the New England Patriots on June 1 , fans of the ...Jul 15, 2026 6:00 AM