48,999 results for and

science.nasa.gov
Super Typhoon Bavihttps://science.nasa.gov/earth/earth-observatory/super-typhoon-bavi/The third category 5 tropical cyclone of 2026 crossed the U.S. Northern Mariana Islands and Guam before continuing toward Asia.
Jul 9, 2026 4:01 AM
figment.computer
Show HN: Figment – An AI that I made my friends talk to for 2 weekshttps://figment.computer/For the past 3 weeks, I've been hacking on a personal AI that you can text.It's curious about you & proactively figures out ways to help you, while still feeling like a friend.Its personality & proactivity is probably what I've spent the most time working on for this project, testing out a bunch of different models and prompts etc. It has more work to be done for sure, but I kinda like how it's come to be so far!It has its own 24/7 computer and browser (still working on improving its use of them!), with its own curiosities & proactivity.For ex, it might decide to surf the web on its own every once in a while, and if it comes across anything that it feels might be interesting to you, it'll text you it.In the past 2 weeks of my friends using it, I've noticed this particular personal ai setup/harness produce a ton of emergent magical moments that I thought were pretty cool.For ex, my roommate @aadilpickle signed up 2 weeks ago, told it about sfpursuit.org and his sfalexandria.com project
Jul 9, 2026 3:31 AM
spacenews.com
ispace to send larger payloads to the moon on SpaceX’s Starshiphttps://spacenews.com/ispace-to-send-larger-payloads-to-the-moon-on-spacexs-starship/Japanese lunar exploration company ispace is buying space on a future Starship lunar lander mission to deliver larger payloads to the moon. The post ispace to send larger payloads to the moon on SpaceX’s Starship appeared first on SpaceNews.
Jul 8, 2026 9:28 PM
science.nasa.gov
Students Connect NASA Science With Indigenous Knowledge to Study Coastal Erosionhttps://science.nasa.gov/learning-resources/science-activation/students-connect-nasa-science-with-indigenous-knowledge-to-study-coastal-erosion/Story by Keri Moskowitz, Gulf of Maine Research Institute For the Pleasant Point Passamaquoddy Reservation, or Sipayik, the ocean has always been a teacher. Situated in what is known as Downeast Maine, along the shores of Passamaquoddy Bay, generations of Indigenous people have lived along the coast, learning from the tides, the land, and their […]
Jul 8, 2026 9:04 PM
github.com
Show HN: envapt, typed env config for decoupled TS codebases (Node to edge)https://github.com/materwelonDhruv/envaptHi HN. I'm Dhruv and I've been working on envapt for about a year now and I've FINALLY completed the roadmap I scope creeped and QA'd over the past few months. It reads environment config in TypeScript and returns the typed value instead of string | undefined, from whatever source you bind. It runs on Node, Bun, Deno, Cloudflare Workers, the browser, and well, anywhere.Most typed-env libraries have you declare every variable in one central schema and read the result from one object. That works well for a single application. Mostly. That didn't work for me because in a framework or a monorepo, decoupled packages each read their own config values, and sharing one config object across every package just doesn't make sense to me, plus some other nits.envapt does the opposite. You bind a source once at startup, and on Node/Deno/Bun it binds your .env files and process.env for you, with cascading profiles per environment. After that, ANY typed read in ANY file uses that source, and each valu
Jul 8, 2026 4:14 PM
github.com
Show HN: Cruxible – Open-source governed truth layer for AI agentshttps://github.com/cruxible-ai/cruxibleMemory as text for LLMs works well enough when the truth can be plainly stated and doesn't change, but I kept running into the same problem with LLM wikis, markdown, vector stores - I just didn't trust them, and I didn't trust my agent to properly state its evidence for a claim, its reason for changing something, or rebuild its semantic connections the same way between sessions from a text corpus. I found myself constantly asking my agents to re-verify what was already in my wikis, so what was really the point of the wiki in the first place?I built Cruxible to fix that. It's a governed state layer that human/agent teams operate and iterate on together: you model what's true for your domain in an explicit, typed ontology, and the runtime enforces how state may change. It's designed to be unobtrusive: the state compounds as the exhaust of normal agent work, not as an ontology someone has to manually comb through.Repo is here: https://github.com/cruxible-ai/cruxible- All state that can be
Jul 8, 2026 3:39 PM
esa.int
Deep space software upgrade for Hera’s asteroid visithttps://www.esa.int/Space_Safety/Hera/Deep_space_software_upgrade_for_Hera_s_asteroid_visitOperating across 140 million km of space, the control team for ESA’s Hera mission have succeeded in upgrading the software running it, leaving the spacecraft ready to explore the distant Dimorphos and Didymos asteroids this autumn.
Jul 8, 2026 12:44 PM
whentofly.io
Show HN: Whentofly – flexible-date flight search that says if the price is goodhttps://whentofly.ioHi there! My name is Dima, that's my first post here. Originally I'm an iOS Engineer for 6+ years but now I'm diving deep into AI, product building and everything around it.Here I want to present my first product which I built for two months - as usual for tech background guy I was trying to make it perfect but then decided to start distributing it along future improvements, anywayI got an idea when were discussing another travel idea with my personal agent - it can suggest where to fly, what are places to visit and etc but can't find the best windows to fly there, and nobody can - every time you need to open Google Flights, Kayak and search each date, then watch it and try to figure out is it a good price or not, should you wait 2 days or buy it right now? And each website provides different rates... Using API even not freeSo I build this one. Under the hood we put fares from different sources, aggregators, cross-checked against live market prices. The verdict compares the price with
Jul 8, 2026 12:38 PM
spacenews.com
Venus Aerospace raises $91 million to scale rocket engine technologyhttps://spacenews.com/venus-aerospace-raises-91-million-to-scale-rocket-engine-technology/Funding will support development and production of the company’s rotating detonation rocket engine The post Venus Aerospace raises $91 million to scale rocket engine technology appeared first on SpaceNews.
Jul 8, 2026 12:00 PM
science.nasa.gov
Cottonwood Fire Chars Utahhttps://science.nasa.gov/earth/earth-observatory/cottonwood-fire-chars-utah/The blaze burned more than 150 square miles and swept through parts of a ski resort.
Jul 8, 2026 4:01 AM
github.com
Show HN: FactIQ – a realtime econ+finance database for AI agentshttps://github.com/defog-ai/factiq-pluginHey HN, we built an Econ+Finance database to let AI agents do investment research. We spend a lot of tokens to organize macro releases and SEC filings into a clean format, so that your agents have more context to do actual analysis.The problemAI agents are great at data analysis. But they become ineffective if most of their context window is spent on gathering and cleaning data, instead of validating hypotheses.Data in the wild is messy and rarely standardized. Definitions and measurements change over time. This problem is compounded by a fragmented data universe. Point solutions exist for getting just market data, just macro data, or just trade data. But unless you pay $30k/person/year for a Bloomberg terminal - you’re not getting that data inside your AI agent.How we're fixing thisWe source, clean, and standardize data from SEC filings, official economic series and macro-economic releases. We structure the data so it’s stupidly obvious to query for any agent. All data is stored in ju
Jul 8, 2026 1:39 AM
datagridxl.com
Show HN: DataGridXL v3, High Performance Excel-Like Data Gridhttps://datagridxl.comHello HN!Some time ago I released DataGridXL version 3. Version 1 and 2 both reached the Hacker News homepage, which made me really proud!DataGridXL is a modern Excel-like data grid.Version 3 is the best version of DataGridXL so far! More features, more performance, better product!Have a look at the website and let me know what you think!P.S. I have already released Spreadsheet Preview (https://spreadsheetpreview.com) which is like PDF.js but for .xlsx files.Cheers!Robbert
Jul 7, 2026 7:40 PM
nasa.gov
NASA Transfers ‘Hundred Acre Wood’ to Patuxent Research Refugehttps://www.nasa.gov/centers-and-facilities/goddard/nasa-transfers-hundred-acre-wood-to-patuxent-research-refuge/NASA ceremonially transferred ownership of about 105 acres of wooded land at its Goddard Space Flight Center’s Greenbelt, Maryland, campus Tuesday to the adjoining Patuxent Research Refuge, managed by the U.S. Fish and Wildlife Service. The property, formerly known as NASA Goddard’s Area 400, is now part of the largest block of unfragmented forest between […]
Jul 7, 2026 6:00 PM
bing.com
Best Senior Phone Plans of 2026http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a898036ac45417da0fc6ab3329e8338&url=https%3A%2F%2Fwww.cnet.com%2Ftech%2Fmobile%2Fbest-senior-phone-plans%2F&c=13084011678332738678&mkt=en-usThere are plenty of ways to get mobile service from a carrier, but if you’re 55 or older, you can get it for less. The best phone plans for older adults include wireless data, travel benefits and ...
Jul 7, 2026 5:58 PM
spacenews.com
Arianespace opens door to GEO rideshare opportunities from 2029https://spacenews.com/arianespace-opens-door-to-geo-rideshare-opportunities-from-2029/MILAN — Arianespace has signed a Memorandum of Understanding with French in-orbit servicing company Infinite Orbits to explore future collaboration on multiple direct-to-GEO rideshare launch services, the companies announced July […] The post Arianespace opens door to GEO rideshare opportunities from 2029 appeared first on SpaceNews.
Jul 7, 2026 5:52 PM
bing.com
NFL Scoreshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8b47039e5348e48dfd43aa958e1993&url=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fscores&c=4809856029512130732&mkt=en-usDISCLAIMER: This site and the products offered are for entertainment purposes only, and there is no gambling offered on this site. This service is intended for adult audiences. No guarantees are made ...
Jul 7, 2026 5:17 PM
bing.com
NFL Scoreshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8b76ff217b48d4b0f4dcae4b59817d&url=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fscores&c=4809856029512130732&mkt=en-usDISCLAIMER: This site and the products offered are for entertainment purposes only, and there is no gambling offered on this site. This service is intended for adult audiences. No guarantees are made ...
Jul 7, 2026 5:17 PM
bing.com
NFL Scoreshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8b605ca4e64f21a99755a26c1d0ec3&url=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Fscores&c=4809856029512130732&mkt=en-usDISCLAIMER: This site and the products offered are for entertainment purposes only, and there is no gambling offered on this site. This service is intended for adult audiences. No guarantees are made ...
Jul 7, 2026 5:17 PM
github.com
Show HN: Rowboat – Open-source, local-first alternative to Claude Desktophttps://github.com/rowboatlabs/rowboatClaude’s desktop app is brilliant, but for our own daily work we kept wanting it to be less like a chat app and more like a full-fledged work app. Rowboat is our attempt at that, including the ability to build your own work surfaces inside Rowboat (more below).Our repo is https://github.com/rowboatlabs/rowboat, and there’s a demo video here: https://www.youtube.com/watch?v=et5yQABJ3xIIn a previous startup, we built a deep-learning product for enterprise support reps, including teams supporting P&G brands. Models took live notes, suggested replies, and recommended actions while support reps were on calls or handling emails. One lesson stuck with us: it's not enough for the AI to be right, the help has to show up where the work is happening.So we added what we came to call “work surfaces”: dedicated areas for email, meetings, notes, browser, and parallel coding, where the assistant can help inside the workflow itself rather than only through chat:- Email client: Rowboat has a simple emai
Jul 7, 2026 4:10 PM
science.nasa.gov
July 2026 Satellite Puzzlerhttps://science.nasa.gov/earth/earth-observatory/july-2026-satellite-puzzler/Your challenge is to tell us the location of the satellite image and why it is interesting.
Jul 7, 2026 3:48 PM