8,899 results for ken · 1.983s

News for “ken”
20 results • 1976 ms server time
At the Edge of LightIMAGE
nasa.gov• Apr 16, 2026• 1 min read
At the Edge of LightIn this photo taken on April 6, 2026, a portion of the Moon’s far side is seen along the terminator—the boundary between lunar day and night—where low-angle sunlight casts long shadows across the surface. A section of Orientale Basin is visible along the upper right portion of the lunar disk, its structure subtly revealed under […]
I Am Artemis: Rebekah TolatoviczIMAGE
nasa.gov• Apr 15, 2026• 1 min read
I Am Artemis: Rebekah TolatoviczListen to this audio excerpt from Rebekah Tolatovicz, a mechanical technician lead supporting the Orion spacecraft’s main contractor Lockheed Martin: At NASA’s Kennedy Space Center in Florida, there is a fleet of Orion spacecraft in work, and Rebekah Tolatovicz’s hands have helped build each one. Tolatovicz works to build, integrate, and test the spacecraft used […]
Show HN: Kontext CLI – Credential broker for AI coding agents in GoIMAGE
github.com• Apr 14, 2026• 1 min read
Show HN: Kontext CLI – Credential broker for AI coding agents in GoWe built the Kontext CLI because AI coding agents need access to GitHub, Stripe, databases, and dozens of other services — and right now most teams handle this by copy-pasting long-lived API keys into .env files, or the actual chat interface, whilst hoping for the best.The problem isn't just secret sprawl. It's that there's no lineage of access. You don't know which developer launched which agent, what it accessed, or whether it should have been allowed to. The moment you hand raw credentials to a process, you've lost the ability to enforce policy, audit access, or rotate without pain. The credential is the authorization, and that's fundamentally broken when autonomous agents are making hundreds of API calls per session.Kontext takes a different approach. You declare what credentials a project needs in a .env.kontext file: GITHUB_TOKEN={{kontext:github}} STRIPE_KEY={{kontext:stripe}} LINEAR_TOKEN={{kontext:linear}} Then run `kontext start --agent claude`. The CLI authenticates you via
Curiosity Blog, Sols 4845-4851: Bye-Bye Boxwork, Bye-ByeIMAGE
science.nasa.gov• Apr 13, 2026• 1 min read
Curiosity Blog, Sols 4845-4851: Bye-Bye Boxwork, Bye-ByeWritten by Lucy Thompson, APXS Strategic Planner and Planetary Geologist at the University of New Brunswick, Canada Earth planning date: Friday, March 27, 2026 Last weekend’s drive took us just over the southernmost contact of the boxwork terrain with the surrounding layered sulfate unit. This was our third time crossing this contact, providing an excellent […]
Advertisement
I Am Artemis: Dan FlorezIMAGE
nasa.gov• Apr 9, 2026• 1 min read
I Am Artemis: Dan FlorezListen to this audio excerpt from Dan Florez, test director for NASA’s Exploration Ground Systems Program: At 1:47 a.m. EST November 16, 2022, as the Artemis I engines ignited, NASA astronaut Reid Wiseman and Dan Florez, NASA test director for the agency’s Exploration Ground Systems, watched from Kennedy’s Launch Control Center roof as the midnight […]
Watching Over the Deep Space Network Before Artemis II Signal AcquisitionIMAGE
science.nasa.gov• Apr 9, 2026• 1 min read
Watching Over the Deep Space Network Before Artemis II Signal AcquisitionDescription Blanca Renteria, Artemis Deep Space Network (DSN) operations chief, monitors data at the Space Flight Operations Facility at NASA’s Jet Propulsion Laboratory in Southern California shortly after Artemis II launched from the agency’s Kennedy Space Flight Center in Florida on April 1, 2026, at 6:35 p.m. EDT. The Space Flight Operations Facility operates the […]
Show HN: OpenFable – Open-source RAG engine using tree-structured indexesIMAGE
github.com• Apr 8, 2026• 1 min read
Show HN: OpenFable – Open-source RAG engine using tree-structured indexesHi HN, I built OpenFable, an open-source retrieval engine that implements the FABLE algorithm (https://arxiv.org/abs/2601.18116) for RAG pipelines. I'm using it in another project and thought that others might benefit. Most RAG systems chunk documents into flat segments and retrieve by vector similarity. This works for simple lookups but breaks when answers span multiple sections, when relevant content is buried in a subsection, or when you need to control how many tokens you're sending to an LLM. OpenFable takes a different approach: when you ingest a document, it uses an LLM to identify discourse boundaries (not fixed-size windows), then builds a hierarchical tree, root, sections, subsections, leaf chunks, with embeddings at every level. Retrieval combines two paths: 1. LLM-guided path: the LLM reasons about which documents and subtrees are relevant from summaries 2. Vector path: similarity search with structure-aware score propagation through the tree Results from both paths are fus
Artemis 2 science gets underway as Orion begins its return tripIMAGE
spacenews.com• Apr 8, 2026• 1 min read
Artemis 2 science gets underway as Orion begins its return tripAs Artemis 2 begins its return to Earth, scientists are just starting to review the images and observations taken by the crew as they flew around the moon. The post Artemis 2 science gets underway as Orion begins its return trip appeared first on SpaceNews.
Experience the Rollout of SLS Hardware for Artemis IIIIMAGE
nasa.gov• Apr 7, 2026• 1 min read
Experience the Rollout of SLS Hardware for Artemis IIIDigital creators and social media users are invited to register to attend the rollout of the third SLS (Space Launch System) core stage as it is prepped to head from NASA’s Michoud Assembly Facility to NASA’s Kennedy Space Center. Are you passionate about social media and communications? Do you love to create content for an […]
Italy’s Argotec plans to scale Florida satellite facility to meet rising US demandIMAGE
spacenews.com• Apr 3, 2026• 1 min read
Italy’s Argotec plans to scale Florida satellite facility to meet rising US demandItaly’s Argotec has officially opened its first U.S. satellite production facility, cementing a foothold near Kennedy Space Center in Florida to join other foreign space firms pursuing growing demand from American programs. The post Italy’s Argotec plans to scale Florida satellite facility to meet rising US demand appeared first on SpaceNews.
Advertisement
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
Artemis II mission beginsIMAGE
esa.int• Apr 1, 2026• 1 min read
Artemis II mission beginsAt 00:35 CEST today (18:35 local time on 1 April), NASA's Space Launch System rocket lifted off from the Kennedy Space Center in Florida, carrying four astronauts aboard the Orion spacecraft on Artemis II. At the heart of the mission is ESA's European Service Module, which powers, propels and sustains the Orion spacecraft and its crew on their journey around the Moon and safely back to Earth.
SpaceX quietly files for big bang IPOIMAGE
spacenews.com• Apr 1, 2026• 1 min read
SpaceX quietly files for big bang IPOSpaceX has taken a key step toward going public after confidentially filing for a potentially record-breaking initial public offering, according to multiple reports citing people familiar with the matter, in what space leaders hope is a watershed moment for the industry. The post SpaceX quietly files for big bang IPO appeared first on SpaceNews.
U.S.-Canadian Astronaut Crew Ready for Flight Around the MoonIMAGE
spacepolicyonline.com• Mar 27, 2026• 1 min read
U.S.-Canadian Astronaut Crew Ready for Flight Around the MoonThe four astronauts who will fly around the Moon as soon as next week and their backups arrived at Kennedy Space Center this afternoon. Full of enthusiasm, they also conveyed […]
I Am Artemis: Michael GuzmanIMAGE
nasa.gov• Mar 27, 2026• 1 min read
I Am Artemis: Michael GuzmanListen to this audio excerpt from Michael Guzman, Artemis II main propulsion systems engineer: A clue to what Mike Guzman, main propulsion systems engineer at NASA’s Kennedy Space Center in Florida, loves most can be found in the signature of his work email: a complex string of equations for rocket thrust, specific impulse, and the […]
Advertisement
NASA Releases Artemis II Moon Mission Launch CountdownIMAGE
nasa.gov• Mar 26, 2026• 1 min read
NASA Releases Artemis II Moon Mission Launch CountdownBefore NASA sends its astronauts Reid Wiseman, Victor Glover, Christina Koch, and CSA (Canadian Space Agency) astronaut Jeremy Hansen on their Artemis II mission around the Moon, the launch team at NASA’s Kennedy Space Center in Florida and teams across the country will begin counting down about two days before liftoff. A launch countdown contains […]
NASA’s IXPE Gets Fresh Look at SupernovaIMAGE
nasa.gov• Mar 26, 2026• 1 min read
NASA’s IXPE Gets Fresh Look at SupernovaNASA’s IXPE (Imaging X-ray Polarimetry Explorer) mission has taken a new observation of a supernova, RCW 86, seen here in an image released on March 24, 2026. This observation helps fill in a fuller picture of what other telescopes have seen. The full image combines IXPE’s data with legacy observations from two other X-ray telescopes: […]
Artemis Moon Tree Dedicated in Honor of Mary W. JacksonIMAGE
science.nasa.gov• Mar 25, 2026• 1 min read
Artemis Moon Tree Dedicated in Honor of Mary W. JacksonOn March 18, 2026, students, staff, and members of NASA’s Langley Research Center gathered at Mary W. Jackson Elementary School in Hampton to celebrate the dedication of a remarkable addition to the campus – an Artemis Moon Tree. Although formally dedicated on this day, the loblolly pine had already taken root months earlier, having been […]