General Galactic aims to become “the galaxy’s energy logistics company”SAN FRANCISCO – Southern California startup General Galactic plans to launch a 500-kilogram satellite later this year to demonstrate a novel multimode propulsion system. When the Trinity mission travels to low-Earth orbit on the SpaceX Transporter-18 rideshare, no earlier than October, General Galactic will test its Genesis platform, which pairs chemical and electric engines. “We’re […] The post General Galactic aims to become “the galaxy’s energy logistics company” appeared first on SpaceNews.
About Airspace Operations and Safety Program (AOSP)The Airspace Operations and Safety Program (AOSP) accelerates the transformation of the National Airspace System (NAS) to meet the variety, density, and complexity of future airspace users. Our mission is to ensure that U.S. skies remain safe, innovative, and globally competitive while enabling Advanced Air Mobility and next-generation aviation technologies. AOSP partners with the FAA, industry, academia, and other government agencies to ensure seamless integration of […]
Ancient impact may explain moons contrasting sidesTokyo, Japan (SPX) Mar 05, 2026 For decades scientists have puzzled over why the moons two hemispheres look so different despite sharing a common origin in the early solar system. The near side that always faces Earth is dominated by dark flat volcanic plains called maria that create the familiar man in the moon pattern seen with the naked eye. In contrast the far side has a much thicker crust and appears as a rugged hea
Lunar dust model maps how charged grains stick to spacecraftTokyo, Japan (SPX) Mar 05, 2026 Researchers from Beijing Institute of Technology, China Academy of Space Technology, and the Chinese Academy of Sciences have developed a theoretical model that links electrostatic forces and contact mechanics to describe how low-velocity charged lunar dust particles either adhere to or escape from spacecraft surfaces within a surrounding plasma sheath. The work aims to clarify mechanisms that d
Networks ready to keep Artemis II crew connected around the MoonLos Angeles CA (SPX) Jan 30, 2026 NASA is preparing a pair of global communications networks to keep the four-person Artemis II crew connected with Earth as they travel from low Earth orbit to a loop around the Moon and back. The mission will fly astronauts aboard the Orion spacecraft and Space Launch System rocket as part of the agency's broader effort to build a sustained human presence in deep space and eventually send crews
NASA and DOE plan fission power plant on Moon by 2030Los Angeles CA (SPX) Jan 15, 2026 NASA and the U.S. Department of Energy have renewed their long standing partnership to develop a fission surface power system that can operate on the Moon as part of the Artemis campaign and future missions to Mars. The agencies plan to deploy a lunar surface reactor by 2030 to support sustained human and robotic activities and to advance U.S. leadership in space exploration and commerce.
Mutable Tactics raises $2.1 million for AI drone coordination in satellite-denied environmentsBritish startup Mutable Tactics has raised $2.1 million in pre-seed funding to develop AI software enabling groups of military drones to operate autonomously, even when satellite navigation and communications are disrupted. The post Mutable Tactics raises $2.1 million for AI drone coordination in satellite-denied environments appeared first on SpaceNews.
SLS upper stage helium flow problem fixedWorkers have completed repairs to the helium pressurization system in the upper stage of the Space Launch System, keeping a potential April launch of the Artemis 2 mission on track. The post SLS upper stage helium flow problem fixed appeared first on SpaceNews.
Show HN: Mozilla.ai introduces Clawbolt, an AI Assistant for the tradesHey everyone, Nathan here: I'm an MLE at Mozilla.ai. I can't tell you how many things around my house I've been saying "I would really like to have somebody take a look at that". But here's the problem: all the people in the trades are extremely overwhelmed with work. There is a lot to be done and not enough people to do it.One of my best friends runs his own general contracting business. He's extremely talented and wants to spend his time working on drywall, building staircases, and listening to Mumford and Sons while throwing paint onto a ceiling. But you know what gets in the way of that wonderful lifestyle that all us software engineers dream about?ADMINISTRATION.He thought running his own business would be 85% show up and do the work, but turns out a large chunk of the time is spent talking to clients to schedule time to get an estimate, working with home management companies to explain the details of an invoice, and generally just manage all of the information that he's gathering
European eyes on ArtemisWhen the four astronauts of Artemis II lift off to travel towards the Moon for the first time in over 50 years, Europe will be travelling with them – not only through the European Service Module that powers their spacecraft, but also through teams of engineers and medical specialists monitoring every move from Earth.
What is lipstick underwear? Find out why Paire is in everyone's bagAustralian brand Paire is launching its Lipstick Underwear in the United States. The underwear is designed for travel, packing into a lipstick-sized case for convenience. It features quick-dry, ...
Show HN: Local Emulator for Google Cloud WorkflowsGoogle Cloud Workflows has no official emulator. The dev cycle is: edit YAML, deploy to GCP, trigger, check logs. Repeat for every change. I built an open-source emulator in Go that runs locally: docker run -p 8787:8787 -p 8788:8788 \ -v $(pwd)/workflows:/workflows \ -e WORKFLOWS_DIR=/workflows \ ghcr.io/lemonberrylabs/gcw-emulator:latest What it does: - Watches your workflow directory and hot-reloads on save - Full REST and gRPC API compatibility (same endpoints, same request/response format) - Workflow http.* steps call your local services — so you can run your entire orchestration stack on localhost - Parallel execution, subworkflows, try/except/retry, expression engine - Most of the standard library: http, sys, text, json, base64, math, list, map, time, uuid, events, retry - Built-in web UI at /ui for triggering executions and inspecting results - CI-friendly: set WORKFLOWS_EMULATOR_HOST=localhost:8787 in your test env What it doesn't do: googleapis.* connectors (mock them with loc
Pentagon details cyber, space ‘first mover’ role in Iran operationsU.S. Cyber Command and U.S. Space Command have ‘continuously layered effects to disrupt, disorient and confuse the enemy’ The post Pentagon details cyber, space ‘first mover’ role in Iran operations appeared first on SpaceNews.
Open Cosmos unveils vision for imagery-linked sovereign satellite connectivityOpen Cosmos shed more light on its proposed sovereign broadband constellation for Europe March 2, branding the Ka-band network ConnectedCosmos while leaving how it will meet mid-2026 deployment deadlines in the dark. The post Open Cosmos unveils vision for imagery-linked sovereign satellite connectivity appeared first on SpaceNews.
Show HN: I built open source Gmail organizer because I refused to pay $30/monthFor the past few weeks I was looking for a decent Gmail tool but everything good costs $25-30/month and forces you to leave your Gmail inbox entirely. I also didn't trust where my email data was going. So I built NeatMail. It lives inside your Gmail, no new inbox to learn. What it does: - Auto-labels incoming emails instantly (Payments, University, Work etc — custom or pre-made) - Drafts replies automatically for emails that need a response, right inside Gmail - Everything is customizable — fonts, signature, labels, privacy settings The model is built in-house. Open source so you can read every line. Your data never hits a third party server. It's in beta. Looking for honest feedback from people who live in their inbox. GitHub: https://github.com/Lakshay1509/NeatMail Try it: https://www.neatmail.app/
Show HN: Epstein-Search – Local, AI-Powered Search Engine for the Epstein FilesHi HN, I built epstein-search, an open-source Python CLI and library to run semantic search and RAG over the publicly released Epstein Files (unsealed court documents, depositions, FBI reports, and flight logs). I wanted a way to easily navigate through these thousands of pages of unstructured legal PDFs without relying on a paid third-party service or sending data back and forth to a cloud provider. How it works under the hood: Running epstein-search setup downloads ~100K pre-computed document chunks and embeddings (using all-MiniLM-L6-v2) based on the public 20K document corpus. It imports these into zvec (a local vector database) so the index is ready in about a minute. Standard search (epstein-search search) embeds your query locally using sentence-transformers and does a vector similarity search. This step is 100% offline and requires no API keys. For the conversational RAG mode (epstein-search chat or ask), it uses LiteLLM. You can point it to an Ollama or LM Studio instance for
NASA announces overhaul of Artemis lunar program amid technical delaysCape Canaveral (AFP) Feb 27, 2026 NASA on Friday abruptly said it was shaking up its Artemis lunar program that has suffered multiple delays in recent years, a bid to ensure Americans can return to the Moon's surface by 2028. That goal remains unchanged, but the US space agency is shifting its flight lineup to include a test mission before an eventual lunar landing to improve launch "muscle memory," NASA administrator Jared
NASA rolls Moon rocket off launchpad for repairsWashington, United States (AFP) Feb 25, 2026 NASA on Wednesday was rolling its towering Moon rocket back to its hangar for repairs, after windows for liftoff were pushed back over technical issues. The US space agency said it would roll its 322-foot (98-meter) SLS rocket off the launchpad in Cape Canaveral, Florida after teams detected issues with helium flow. The decision means further delays for the highly anticipated Artemis 2 m
NASA’s Home for Experimental Flight Advances Aeronautics MissionNestled in the Mojave Desert, NASA’s Armstrong Flight Research Center in Edwards, California, pushes the boundaries of flight to advance the agency’s aeronautics mission. This is where Chuck Yeager broke the sound barrier and engineers are now pioneering the future of high-speed, autonomous, and electrified aircraft. Armstrong contributes to NASA’s broader mission of innovation and […]
Show HN: Tswap–Yubikey-backed secret injection for IaC and AI-assisted workflowsI built tswap after noticing that Claude Code, while genuinely useful for managing a Kubernetes cluster, was pulling plaintext secrets from every manifest it touched. I wanted the AI to be able to do its job without ever seeing the actual values.tswap keeps secrets in an AES-encrypted vault file on disk. The decryption key is derived from a YubiKey via HMAC challenge-response. At init you pair two YubiKeys — either unlocks the vault, so you have no single point of hardware failure.Config files use a comment-based placeholder that keeps them valid YAML: stringData: DB_PASSWORD: # tswap: db-password Deployment is a pipe: tswap apply values.yaml | helm upgrade myapp ./chart -f - The privilege split is the key design decision: `apply`, `run`, and `check` need no elevation (AI agent gets these). `get`, `list`, `delete`, and `export` require sudo/admin (human gets these). The AI can deploy; it can't read or enumerate secrets.Other features: burn tracking for rotation, `redact` for stripping















