
science.nasa.gov
Girl Scouts Event Brings Space Science to the Next Generationhttps://science.nasa.gov/learning-resources/science-activation/girl-scouts-event-brings-space-science-to-the-next-generation/In early May 2026, NASA employees, contractors, and volunteers helped to bring Heliophysics to girls of all ages in a fun-filled weekend of hands-on science activities and experiments.May 27, 2026 6:27 PM
bing.com
Tomo Mortgage Review 2026http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d65d451e946278cfb6c7912c019c5&url=https%3A%2F%2Fwww.nerdwallet.com%2Fmortgages%2Freviews%2Ftomo-mortgage&c=9542409128244697850&mkt=en-usNerdWallet's mortgage content, including articles, reviews and recommendations, is produced by a team of writers and editors who specialize in home lending. Their work has appeared in The Associated ...May 27, 2026 5:00 PM

spacenews.com
Schaeffler AG joins forces with Spire to build sovereign European satelliteshttps://spacenews.com/schaeffler-ag-joins-forces-with-spire-to-build-sovereign-european-satellites/AMSTERDAM – Spire Global revealed another element of its campaign to rapidly scale satellite production in German: strategic cooperation with Schaeffer AG, a major German manufacturer of automotive systems and […] The post Schaeffler AG joins forces with Spire to build sovereign European satellites appeared first on SpaceNews.May 27, 2026 3:02 PM

esa.int
Webb reveals black hole that formed before its galaxyhttps://www.esa.int/Science_Exploration/Space_Science/Webb/Webb_reveals_black_hole_that_formed_before_its_galaxyUsing the unprecedented imaging and spectroscopic power of the NASA/ESA/CSA James Webb Space Telescope, researchers have mapped the motion and composition of gas orbiting a black hole in the centre of Abell2744-QSO1, a tiny galaxy more than 13 billion light-years away. The results suggest that the 50-million-solar-mass black hole predates its host galaxy, possibly forming within the first second of the Big Bang, and must have been immense from the start.May 27, 2026 3:00 PM
news.ycombinator.com
AI as Nervous Systemhttps://news.ycombinator.com/item?id=48295143Author here. Practitioner perspective from running a small construction consultancy via coordinated Claude Code agents. The most contestable claim is the dimensional framing. The post's own caveat names why.https://chenla-agathos.com/blog/ceo/ai-as-nervous-systemMay 27, 2026 2:41 PM

nasa.gov
National Institutes of Health Nutrition Education Challengehttps://www.nasa.gov/directorates/stmd/prizes-challenges-crowdsourcing-program/center-of-excellence-for-collaborative-innovation-coeci/national-institutes-of-health-nutrition-education-challenge/NASA’s Center of Excellence for Collaborative Innovation (CoECI) assists in the use of crowdsourcing across the federal government. CoECI’s NASA Tournament Lab offers the contract capability to run external crowdsourced challenges on behalf of NASA and other agencies. The National Institutes of Health (NIH) Office of Nutrition Research (ONR) invites U.S.-based, accredited, non-profit academic institutions […]May 27, 2026 2:09 PM

spacenews.com
European space industry watching SpaceX IPO planshttps://spacenews.com/european-space-industry-watching-spacex-ipo-plans/Space companies and investors in Europe are closely watching SpaceX’s plans to go public, an event that could spur new investment in other companies. The post European space industry watching SpaceX IPO plans appeared first on SpaceNews.May 27, 2026 11:33 AM
news.ycombinator.com
How to prevent ideological capture of sites like Wikipedia, HNhttps://news.ycombinator.com/item?id=48290346Someone submitted a link [1] to an article on Wikipedia's whitewashing of Mao titled Wikipedia Whitewashes Mao – The Anatomy of Ideological Capture [2], a topic which in a more generalized form is of interest to the current average HN denizen given the prevalence of Wikipedia in LLM training data. It did not take long for the flaggers and down-voters to take down the article which has only managed to get a few comments, the top one claiming the article to be 'a pretty political take on a Wikipedia article'. I think the subject deserves more discussion since it points out a clear problem with sources like Wikipedia but also because of the way this article was quickly flagged to death. The flagging and down-voting mechanisms make sites like HN vulnerable to the same type of ideological capture as what is discussed in the linked article in that a relatively small group of motivated users can suppress 'unwanted' subjects while boosting those which fit some desired narrative.[1] https://newMay 27, 2026 6:14 AM
bing.com
FutureProof Launches an AI E&S Program with Bridge Specialty Group to Target Condo and Renters Policies in Catastrophe-Exposed Southeasthttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d8f94baed48d796647707b03e38c4&url=https%3A%2F%2Ffinance.yahoo.com%2Fsectors%2Ftechnology%2Farticles%2Ffutureproof-launches-ai-e-program-130000561.html&c=6501634943762496593&mkt=en-usThe above button links to Coinbase. Yahoo Finance is not a broker-dealer or investment adviser and does not offer securities or cryptocurrencies for sale or facilitate trading. Coinbase pays us for ...May 27, 2026 5:59 AM
staxide.com
Show HN: STAX IDE – A zoomable macOS canvas of terminals and toolshttps://staxide.comHi HN. STAX IDE is a macOS app where every terminal session, code editor, and file browser is a movable, resizable window on a single zoomable canvas. `Cmd+wheel` to zoom out and see the whole workspace; zoom in to one window and use it like a normal app.I built it because I was running 8-10 Claude Code / Codex shells in parallel and tabbed terminal apps kept losing my place. I wanted to see every shell at once and drag them around like Post-its. And have my browsers and notes in there too.Implementation choices that might be interesting:• AppKit, not SwiftUI. I needed manual frame control during drag/zoom to avoid AppKit's display-cycle re-entrancy guard, and got it more reliably out of straight NSView land.• SwiftTerm (Miguel de Icaza's emulator) for VT100 + real PTYs (fork + openpty). One `LocalProcessTerminalView` per tab. OSC 7 → cwd → tab title.• `NSScrollView.magnification` for canvas zoom. Cmd+wheel events are coalesced to one mag-update per display frame and the resync broadcaMay 27, 2026 4:39 AM
github.com
Show HN: Posthorn, self-hosted mail gatewayhttps://github.com/craigmccaskill/posthornIntroducing Posthorn, a self hosted email gateway. One docker container (or Go binary) between every self hosted app on your VPS and your transactional email provider. Set up Posthorn once, point your apps to it, done.I was trying to deploy Ghost on a DigitalOcean droplet and found that DO and many different VPS services have started to block the default SMTP ports to try to combat the various types of abuse they get. To actually configure my app, I had to hack together a Postfix relay.In another project, I had a static site which had a contact form, but my free Formspree account was occasionally hitting usage limits and I desperately wanted some of the anti-spam features they had gated behind their paid accounts so I put together a caddy module to catch HTTP POSTs and bounce them to my provider.I kept bumping into these same email issues. Many of the services I wanted to host (Gitea, Mastodon, Umami, Comentario) ran into the same limitations. This felt like a really common issue that May 27, 2026 4:26 AM
news.ycombinator.com
Bill Gates AI on AI (one month later)https://news.ycombinator.com/item?id=48289469# The Agentic Tidal Wave*To:* Executive Staff and Direct Reports *From:* Bill Gates *Date:* April 26, 2026Our vision for the last 20 years can be summarized in a succinct way. We saw that exponential improvements in cloud would make great software quite available. In the next 20 years the improvement in computer power will be outpaced by the exponential improvements in autonomous expert systems. Verifiable trust will be crucial to delivering the benefits of these advances.Most users of software have not yet seen the price of trustworthy agent compute come down. Cloud platforms and SaaS networks are still depreciating networks built with old verification models, things like API keys and signed JWTs and trust-on-first-use. Universal authentication monopolies and vendor lock-in have kept verification costs high.You'll excuse me for an ad. Darwin Agentic Cloud sits between AI agents and the compute trust layer they need. An agent says "run this code." Darwin routes the workload to AWS LambMay 27, 2026 4:01 AM

spacenews.com
SpaceX wins $2.29 billion Space Force contract for military data networkhttps://spacenews.com/spacex-wins-2-29-billion-space-force-contract-for-military-data-network/The contract is for the development of the U.S. Space Force’s Space Data Network backbone The post SpaceX wins $2.29 billion Space Force contract for military data network appeared first on SpaceNews.May 26, 2026 10:40 PM
github.com
Show HN: Monkdev is a toolkit and methodology for coding with LLMshttps://github.com/oeo/monkdevI'm sure many people have some solutions similar to this but I've been using some variation of this since roughly the release of Opus 3 to get higher quality results. Like, significantly higher. So I decided to make it into a more structured package.Problem: bad decisions and short sighted solutions due to the LLM not having enough context before acting. They'd read one file, or a few segments of a set of files using a super conservative offset and limit, guess about the rest, apply a patch, run a unit test and then tell you with its entire chest that the code is production-ready.Those bandaids over time became debt, drift, complexity. Unnecessary LOC in a codebase where I find myself wondering is this thing even making me more efficient or should I be in VIM more often and just save myself the API costs (I use OpenCode + OpenRouter and have been known to blast through hundreds of dollars a day in spend using Frontier models).I found that, for whatever reason, LLMs respond to role-playMay 26, 2026 7:08 PM
bing.com
Humanity has already exceeded Earth’s limits, study warnshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cdbab721442a99e1e37206439b8bd&url=https%3A%2F%2Fwww.sciencedaily.com%2Freleases%2F2026%2F05%2F260526022021.htm&c=14865764893853429862&mkt=en-usHumanity may already be living far beyond what Earth can sustainably support, according to a sweeping new study analyzing more than 200 years of population and environmental data. Researchers found ...May 26, 2026 4:59 PM
bing.com
Humanity has already exceeded Earth’s limits, study warnshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cc278d72f4f4da7fb07fa67e90244&url=https%3A%2F%2Fwww.sciencedaily.com%2Freleases%2F2026%2F05%2F260526022021.htm&c=14865764893853429862&mkt=en-usHumanity may already be living far beyond what Earth can sustainably support, according to a sweeping new study analyzing more than 200 years of population and environmental data. Researchers found ...May 26, 2026 4:59 PM
congress.kadoa.com
Show HN: A website that tracks every stock trade Congress makeshttps://congress.kadoa.com/Congressional trading data is relatively commoditized, but I couldn't find any open-source version with the features I wanted.The data is lagged (median 28 days from trade to disclosure, and 19% miss this deadline), but there's still interesting patterns to explore.Repo: https://github.com/kadoa-org/congress-trading-monitorLet me know if you have any suggestions for improvements!May 26, 2026 4:28 PM
circleci.com
Show HN: Chunk sidecars for validating agent-generated code before pushing to CIhttps://circleci.com/blog/chunk-sidecars/Hi HN! My name is Olaf, I work at CircleCI as a technology advisor in the CTO office, came in through the acquisition of my company Vamp.io (progressive delivery for microservices on k8s) in 2021. Wanted to hear the HN community feedback and thoughts on a project we think could be very interesting when adding AI coding agents to the SDLC and your CI pipelines.Our team at CircleCI built Chunk sidecars after repeatedly running into the same issue internally: by the time our CI catches a failure, the agent has already moved on and most of the useful context is gone.The basic idea of Chunk sidecars is to move fast lightweight validation into the inner development loop.Chunk sidecars runs scoped “microbuilds” inside a lightweight microVM that mirrors your CI environment. It tries to auto-detect your stack and test commands, syncs changes from the agent session, and runs validations before commit/push.A few implementation details that might be interesting:validation hooks trigger automaticalMay 26, 2026 3:41 PM
playstratus.io
Show HN: Stratus: Open-Source Game Streaming Powered by WebTransport and Waylandhttps://www.playstratus.io/hey HN!We're a group of Computer Science students from Oregon State University. At the beginning of this school year, we thought we could create a better low-latency game streaming service from scratch as our capstone project.Unlike other open-source projects, we stream directly to the web via WebTransport a newer, QUIC based protocol allowing us to achieve glass to glass latency as low as 20 MS. We also host all game sessions on a bc-250 crypto-mining server.If this piqued your interest, I recommend check you out our architecture post below.architecture post: https://www.playstratus.io/blogs/architecture source: https://github.com/playstratus/stratusMay 26, 2026 2:40 PM
bing.com
Taylor Brown is redefining what leadership looks like in New York Cityhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d3b21132d4c8ba6ba6507027137b9&url=https%3A%2F%2Fwww.queerty.com%2Ftaylor-brown-is-redefining-what-leadership-looks-like-in-new-york-city-20260526%2F&c=6282699314457801834&mkt=en-usThis past March, Taylor Brown made history as the highest-ranking transgender official ever to serve in New York City government. Brown, 35, was appointed the inaugural director of the city’s new ...May 26, 2026 8:00 AM