68,437 results for do · 2.192s

News for “do”
20 results • 2188 ms server time
Illuminated in OrionIMAGE
nasa.gov• Apr 4, 2026• 1 min read
Illuminated in OrionNASA astronaut Christina Koch reads on a tablet in the dimly lit Orion crew capsule in this April 3, 2026, photo. To the right of the image’s center, CSA (Canadian Space Agency) astronaut Jeremy Hansen is seen in profile peering out of one of Orion’s windows. Lights are turned off to avoid glare on the […]
Hello, WorldIMAGE
nasa.gov• Apr 3, 2026• 1 min read
Hello, WorldNASA astronaut and Artemis II Commander Reid Wiseman took this picture of Earth from the Orion spacecraft’s window after completing the translunar injection burn. There are two auroras (top right and bottom left) and zodiacal light (bottom right) is visible as the Earth eclipses the Sun. This and another photo of Earth are the first […]
Europe’s strategic autonomy in space will define its role in the ‘second space age’IMAGE
spacenews.com• Apr 3, 2026• 1 min read
Europe’s strategic autonomy in space will define its role in the ‘second space age’Europe’s future in space really boils down to one question: can it stay ahead without relying on technology made somewhere else? As we step into what experts call the “second space age,” strategic autonomy is suddenly front and center for the European Union. And it is increasingly essential that Europe can get to, control and […] The post Europe’s strategic autonomy in space will define its role in the ‘second space age’ appeared first on SpaceNews.
Show HN: AptSelect – A local desktop app to test LLMs side-by-sideIMAGE
aptselect.com• Apr 2, 2026• 1 min read
Show HN: AptSelect – A local desktop app to test LLMs side-by-sideHi HN,Whenever I needed an LLM to reliably output JSON or follow strict formatting rules, I kept having to write throwaway JavaScript scripts just to test the same prompt against OpenAI, Anthropic, and Google APIs to see who actually followed the instructions. It was a tedious workflow, so I built a local desktop UI to just do it for me.What it does:* Sends one prompt to OpenAI, Anthropic, Mistral, and Google simultaneously so you can compare the outputs in a single grid.* Automatically checkpoints your runs. If you tweak a word and the output gets worse, you can just click back to the previous version.* Exposes raw API responses, latency stats, and token usage instead of hiding them behind a chat UI.* Saves your history to a local SQLite file on your disk.* Keeps your API keys encrypted locally (zero telemetry).Yes, it is built on Electron. I sincerely apologize to your RAM. I tried to mitigate the usual bloat by sticking to vanilla JS and native Web Components, so it idles around ~24
Advertisement
Agentic AI: the future of space warfareIMAGE
spacenews.com• Mar 31, 2026• 1 min read
Agentic AI: the future of space warfareThe future of space warfare will be determined by the speed of decision. As satellite constellations proliferate and adversaries field increasingly sophisticated counterspace capabilities, the ability to sense, analyze and act faster than an opponent will dictate who controls the space domain. Artificial intelligence is already improving complex military decision-making. But agentic AI — a […] The post Agentic AI: the future of space warfare appeared first on SpaceNews.
Rocket Lab wins German approval for Mynaric dealIMAGE
spacenews.com• Mar 30, 2026• 1 min read
Rocket Lab wins German approval for Mynaric dealDecision clears path for April closing after months of scrutiny over keeping key space technology in domestic hands The post Rocket Lab wins German approval for Mynaric deal appeared first on SpaceNews.
Show HN: Zerobox – Sandbox any command with file, network, credential controlsIMAGE
github.com• Mar 30, 2026• 1 min read
Show HN: Zerobox – Sandbox any command with file, network, credential controlsI'm excited to introduce Zerobox, a cross-platform, single binary process sandboxing CLI written in Rust. It uses the sandboxing crates from the OpenAI Codex repo and adds additional functionalities like secret injection, SDK, etc.Watch the demo: https://www.youtube.com/watch?v=wZiPm9BOPCgZerobox follows the same sandboxing policy as Deno which is deny by default. The only operation that the command can run is reading files, all writes and network I/O are blocked by default. No VMs, no Docker, no remote servers.Want to block reads to /etc? zerobox --deny-read=/etc -- cat /etc/passwd cat: /etc/passwd: Operation not permitted How it works:Zerobox wraps any commands/programs, runs an MITM proxy and uses the native sandboxing solutions on each operating system (e.g BubbleWrap on Linux) to run the given process in a sandbox. The MITM proxy has two jobs: blocking network calls and injecting credentials at the network level.Think of it this way, I want to inject "Bearer OPENAI_API_KEY" but I
Advertisement
ESA Seeks Commercial Provider to Transport Payload to the MoonIMAGE
europeanspaceflight.com• Mar 30, 2026• 1 min read
ESA Seeks Commercial Provider to Transport Payload to the MoonThe European Space Agency is seeking a commercial provider to deliver its NILS2 instrument to the Moon to measure negative ions on the lunar surface. On 1 June 2024, ESA’s original Negative Ions at the Lunar Surface (NILS) instrument touched down on the surface of the Moon aboard China’s Chang’e 6 lunar lander. The instrument […] The post ESA Seeks Commercial Provider to Transport Payload to the Moon appeared first on European Spaceflight.
I Am Artemis: Erik RichardsIMAGE
nasa.gov• Mar 27, 2026• 1 min read
I Am Artemis: Erik RichardsListen to this audio excerpt from Erik Richards, Near Space Network Mission Manager: For Erik Richards, supporting NASA’s first crewed Artemis mission to the Moon and back is the culmination of a career spent helping spacecraft communicate with Earth. Like many kids who grew up at the height of the Space Shuttle Program, Richards dreamed of spaceflight — a dream that eventually took him from the remote McMurdo Station in Antarctica to […]
Government use of commercial procurement models has limitations in spaceIMAGE
spacenews.com• Mar 26, 2026• 1 min read
Government use of commercial procurement models has limitations in spaceWhile government agencies are increasingly turning to commercial contracting mechanisms for space capabilities, that does not necessarily translate to additional business opportunities for the companies offering them. The post Government use of commercial procurement models has limitations in space appeared first on SpaceNews.
HTS Market Set to Reach $76B as Industry Enters Terabit EraIMAGE
spacenews.com• Mar 26, 2026• 1 min read
HTS Market Set to Reach $76B as Industry Enters Terabit EraParis, France – March, 2026 – Novaspace’s latest High Throughput Satellites (HTS) report shows global demand reaching 218 Tbps by 2034, while service revenues are set to more than double to $76 billion over the same period. The findings […] The post HTS Market Set to Reach $76B as Industry Enters Terabit Era appeared first on SpaceNews.
Show HN: Kora – An AI-native OS layer written in 370k lines of RustIMAGE
intuitivecompute.com• Mar 26, 2026• 1 min read
Show HN: Kora – An AI-native OS layer written in 370k lines of RustWe've been building this for ourselves over the last year. We wanted the computer from Star Trek, something you just talk to, that knows your context, controls your environment, and runs locally.Our core belief is digital sovereignty in that you should own your context. Your conversations, files, voice, memory, and identity never leave your machine unless you explicitly choose to route through a cloud provider. No telemetry, no accounts, no data collection. The AI that knows the most about you should be the one you control completely.Kora is an operating system layer built around an AI agent. On Linux it runs as the GUI directly in Wayland (OpenGL via femtovg). On macOS it's a native app with a Metal compositor.It's not a chatbot wrapper, it's closer to a full OS where the AI is a first-class service. The stack is ~8 services running locally:- UI: custom window manager with guest app compositing. Apps are standalone Rust binaries that communicate with the host over IPC.- Multi-device:
Advertisement
NASA Sets Coverage for First Artemis Crewed Mission Around MoonIMAGE
nasa.gov• Mar 25, 2026• 1 min read
NASA Sets Coverage for First Artemis Crewed Mission Around MoonA variety of prelaunch, launch, and mission events for NASA’s Artemis II mission around the Moon will stream online. The agency is targeting no earlier than Wednesday, April 1, for the test flight during a two-hour window that opens at 6:24 p.m. EDT, with additional launch opportunities through Monday, April 6. Artemis II is NASA’s […]
NASA Names Jennifer Lyons as Acting Launch Services Program ManagerIMAGE
nasa.gov• Mar 25, 2026• 1 min read
NASA Names Jennifer Lyons as Acting Launch Services Program ManagerNASA has selected Jennifer Lyons as acting program manager for the agency’s Launch Services Program (LSP) based at Kennedy Space Center in Florida. In this role, Lyons will lead NASA’s acquisition and management of domestic commercial launch services for science and robotic exploration missions beginning Wednesday, April 1. Lyons will oversee mission planning, launch vehicle […]
NASA-ISRO Satellite Captures Pacific Northwest Through CloudsIMAGE
nasa.gov• Mar 25, 2026• 1 min read
NASA-ISRO Satellite Captures Pacific Northwest Through CloudsSeattle and Portland, Oregon, are among the cloudiest cities in the United States. But that infamous cloud cover is no match for the U.S.-Indian Earth satellite NISAR (NASA-ISRO Synthetic Aperture Radar), which is designed to peer straight through clouds. Doing so allows scientists to study the Pacific Northwest’s natural landmarks and bustling port cities like […]