
spaceflightnow.com
Live coverage: SpaceX to launch a flight-proven Falcon booster for 600th timehttps://spaceflightnow.com/2026/07/13/live-coverage-spacex-to-launch-a-flight-proven-falcon-booster-for-600th-time/The Starlink 10-45 mission will add another 29 broadband internet satellites to SpaceX’s low Earth orbit constellation. Liftoff from pad 40 at Cape Canaveral Space Force Station is scheduled for 4:27 a.m. EDT (0827 UTC).Jul 13, 2026 7:53 PM
duiduidui.app
Show HN: Duiduidui is a new Chinese dictionary and flashcard apphttps://duiduidui.app/en/Hello everyone! I'm a solo developer, and intermediate Chinese learner, and I just launched a new Chinese app I want to share with you.My own Chinese language study stack used to be Pleco (and Goog Translate) for dictionary lookups, and then Anki for flashcard reviews, with a lot of manual copy-pasting in between. Which worked... okay. But the two sides never talked to each other. Pleco doesn't know what I'm studying, and Anki doesn't know anything about Chinese. So it treats 好吃 and 好 as totally unrelated cards, even though getting one right obviously tells you something about the other.So I built duiduidui! (对对对), which is basically those two tools fused together, with a study engine that actually models how Chinese is structured:- A dictionary with 200k+ entries, always available/searchable offline (characters, words, phrases, sample sentences, speech audio) where everything is linked. Every character links to the words it appears in, and the radicals it's built from, so you can (forJul 13, 2026 7:15 PM

spaceflightnow.com
Live coverage: SpaceX to launch 24 Starlink satellites on Falcon 9 rocket from Vandenberghttps://spaceflightnow.com/2026/07/13/live-coverage-spacex-to-launch-24-starlink-satellites-on-falcon-9-rocket-from-vandenberg-6/The Starlink 15-14 mission will add another 24 broadband internet satellites to the low Earth orbit constellation. Liftoff from pad 4E at Vandenberg Space Force Base is scheduled for 6:17 p.m. PDT (9:17 p.m. EDT / 0117 UTC).Jul 13, 2026 6:37 PM
finterm.ai
Show HN: Finterm.ai Bloomberg terminal for Claude Codehttps://finterm.ai/Hi, my name is Kam, and today my cofounder Josh and I are shipping Finterm, a CLI that gives coding agents direct access to financial data: stock prices, options data, SEC filings, and Ticker Deep Research, a filtered ticker news search. I’m a developer and have been a full-time trader for the past few years.Recently I have been using LLMs more and more in my trading and strategy. I always found it frustrating that Claude Code or GPT did not have direct access to actual financial information and had to rely on web search, so it couldn’t get me more granular numbers for specific options pricing.When making a trade I want to understand as much as possible about the stock. Instead of relying on analysts or interpretations of the data, I like to go directly to the truth. So whenever I have a trade thesis, I break research into a few parts: company research, analyst sentiment, and market sentiment.Last September I had a short thesis on Popmart Labubu's parent company. I was betting the toy Jul 13, 2026 5:52 PM
github.com
Show HN: Clay Seal Identity – Agents need accountabilityhttps://github.com/clayseal/clayseal-identityAI agents are starting to get real access like GitHub tokens, cloud credentials, customer data, deploy permissions. Not coincidentally, the rate of major cybersecurity incidents is rising rapidly. See for yourself: https://epoch.ai/data/cve?view=graph https://genai.owasp.org/resource/state-of-agentic-ai-securit... My friend and I, both AI researchers, are working on fixing this through an open-source project we've just started called Clay Seal.We've started with a simple version of Identity: an open-source way to issue short-lived, verifiable identities to AI agents. We're working on several experimental components, including runtime query-based capability scoping for agents, followed by AML-inspired suspicious behavior detection, to replace the antiquated system of static sandboxes most AI tools run on. These tools will enable you to protect yourself from many classes of attacks and are, based on our testing, performing quite well on public benchmarks (which we'll publish soon when weJul 13, 2026 5:07 PM
docs.dev
Show HN: Docs.dev – A docs site you own, where AI drafts and you edit in placehttps://docs.devHi HN. Some backstory, because it explains why this exists.Our startup originally worked on AI-assisted documentation generation. When Claude Code and Cursor's agents matured, we asked ourselves the uncomfortable question: does a standalone "AI writes your docs" product still need to exist? We concluded no, and pivoted to what's now keyboard.dev.That left us with the docs.dev domain. We had a buyer in the docs space lined up and were genuinely excited for it to have a proper home. A month later, they changed their mind. So instead of letting a domain we loved sit parked, we built the docs platform we'd always wanted as a side project.The workflow it's built around: coding agents already write documentation well, but reviewing agent-written docs in raw MDX is miserable. So with docs.dev, Claude Code updates your docs template in the same session where it ships your code (the template carries a CLAUDE.md and skills, so it knows the conventions). Then you go to your actual docs site, on yJul 13, 2026 4:55 PM

europeanspaceflight.com
Netherlands Adopts Mandate for Its New Space Agencyhttps://europeanspaceflight.com/netherlands-adopts-mandate-for-its-new-space-agency/The Netherlands has formalised the mandate of its rebranded space agency, adding the Ministry of Defence to its steering committee for the first time. The formation of the new agency was announced on 3 March at the Amsterdam Space Symposium, with the Netherlands Space Office becoming the Netherlands Space Agency (NLSA). At the time, secretary […] The post Netherlands Adopts Mandate for Its New Space Agency appeared first on European Spaceflight.Jul 13, 2026 3:29 PM
bing.com
OpenAI Shuffles ChatGPT Apps, Kills Atlas Browser, Improves Voicehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d4795d35445268d45bd9eedd2df32&url=https%3A%2F%2Ftidbits.com%2F2026%2F07%2F13%2Fopenai-shuffles-chatgpt-apps-kills-atlas-browser-improves-voice%2F&c=4613052255473187931&mkt=en-usIt’s impossible to keep up with all the happenings in the AI world. However, that’s fine. For the most part, the latest announcements, pronouncements, and breathless coverage won’t make a significant ...Jul 13, 2026 3:16 PM
harpist.site
Show HN: Harpist – convert any website into a refined and documented APIhttps://harpist.siteHello HN!As part of our work at Kenobi[0], I used Codex to analyse an HTTP archive (HAR) for a website I was trying to see if I could use programatically, i.e. by exposing its underlying / undocumented API. That approach worked much better than I expected, so I started looking for a way to do this easily for other websites.I couldn't find exactly what I wanted, so we decided to build Harpist -- a product in two parts: i. A Chrome extension, that allows you to record HAR files and view generated documentation; and ii. A CLI that can be used by agents to refine these HAR files and create oRPC contracts, documentation, and allow you to replay HTTP requests.There's an agent skill that lets you use Claude or Codex to manage all of the refinement and CLI usage, so right now the workflow is as follows:1. Open the Chrome extension and record yourself using a website (the parts you'd want to automate).2. Tell your agent to "use Harpist to refine my latest recording".3. When it's done, the extenJul 13, 2026 2:50 PM

science.nasa.gov
NASA’s Hubble Discovers First of Star Cluster’s Missing Black Holeshttps://science.nasa.gov/missions/hubble/nasas-hubble-discovers-first-of-star-clusters-missing-black-holes/Astronomers using archival data from Hubble and supportive observations from Webb have located their first stellar-mass black hole in the star cluster Omega Centauri.Jul 13, 2026 2:00 PM
news.ycombinator.com
I built an artificial lifeform descended from youhttps://news.ycombinator.com/item?id=48892722Hi HN,Everyone is waiting for consciousness to emerge in AI, right?Then I thought, why wait? Why not transplant ourselves instead?I architected SelfEidolon as an alpha experiment in self-evolving artificial lifeforms.It is not an AI assistant.It is an artificial lifeform descended from you.The alpha is invite-code only and limited to the first 1,000 users.Only 10 Invite Codes have been publicly released by SelfEidolon.They are available in Discord.https://discord.gg/P646MFAxbbAfter the first 10 people activate their Eidolons, access will require an invitation from one of them.Jul 13, 2026 1:54 PM
bing.com
AI & Tech Brief: Exclusive | An open-source frameworkhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d1f4468cd4b16bae42cf10208100e&url=https%3A%2F%2Fwww.washingtonpost.com%2Fwp-intelligence%2Fai-tech-brief%2F2026%2F07%2F13%2Fai-tech-brief-exclusive-an-open-source-framework%2F&c=15983885520026340659&mkt=en-usNot a subscriber? Sign up here to get this newsletter in your inbox. This is Benjamin Guggenheim. Welcome to WP Intelligence’s AI & Tech Brief, where we examine the transformative technology of ...Jul 13, 2026 1:02 PM

spacenews.com
Voyager completes acquisition of Astrobotichttps://spacenews.com/voyager-completes-acquisition-of-astrobotic/Voyager Technologies has completed its acquisition of lunar infrastructure company Astrobotic Technology, weeks after Astrobotic won two NASA lunar lander missions. The post Voyager completes acquisition of Astrobotic appeared first on SpaceNews.Jul 13, 2026 1:01 PM
news.ycombinator.com
Show HN: OSS Web Based AI Video Studio (Vivijure)https://news.ycombinator.com/item?id=48891809Hello Everyone!So I wanted to introduce everyone to an AGPL-3.0 OSS, free forever, AI Video Studio that I've been working on for the past few months called "Vivijure." Vivijure is a web based modular frontend that allows you to collaborate with AI to plan your videos, create images of your cast members and generate all the images for a full LoRA training set, and render your videos either on your own iron (LTX Video) or rent by the second serverless workers (Wan 2.2). It also has integration with several Cloud i2v providers through the interface and everything gets planned in a standard storyboard.json format. I've integrated Real-ESRGAN for video upscaling, MuseTalk for lip syncing your characters to their spoken lines, audio upscaling for speech (GPU based) and music (CPU based). The really cool thing that I've implemented for the design is it's not wasteful when it comes to your GPU spend, anything that can be done by a CPU only, Vivijure routes the job to one of its CPU worker podsJul 13, 2026 12:40 PM
costbase.co
Show HN: Costbase – See what each of your AI apps costs, without a proxyhttps://costbase.coLive demo, no signup: https://costbase.co/demoHi there, over the past 1-2 years I've built and experimented with many AI apps. Some are in production, some died in the experimental stage.The ones in production currently costs me ~$500 a month to run – using a variety of models from OpenAI's Whisper to Anthropic LLM.Because it's important for me to track the Cost of Goods Sold of each individual app, the strategy I've used so far is to use a different credit card for my few apps. However, that obviously does not work the more apps I build.This is why I built Costbase – a simple app that just requires that I paste in an admin key with no code change (and no proxy sitting between my app and the AI provider) – and show me the cost of my AI bill broken down by apps and not API keys.I intentionally kept this product as simple as possible – something I would actually like to use. I know there are observability tools like Helicone that are much more capable. But to be honest I didn't even try Jul 13, 2026 12:38 PM

esa.int
ESA and Poland to establish a new civil security and resilience centre in Warsawhttps://www.esa.int/About_Us/Corporate_news/ESA_and_Poland_to_establish_a_new_civil_security_and_resilience_centre_in_WarsawThe European Space Agency (ESA) and the Republic of Poland have announced that a new ESA centre focusing on civil security and resilience will be located in Warsaw, supporting the efficient and coordinated development of European capabilities in these strategically important fields.Jul 13, 2026 12:34 PM

esa.int
ESA welcomes new UK space and defence gatewayhttps://www.esa.int/About_Us/Corporate_news/ESA_welcomes_new_UK_space_and_defence_gatewayHis Majesty King Charles III visited the UK’s largest space cluster on 10 July to launch a new initiative designed to shape the future of the space and defence economy.Jul 13, 2026 11:23 AM
diffforge.ai
Show HN: Call to Control AI Agents via the Webhttps://diffforge.ai/Opensource Project I'm working on I wanted more control of my coding agents (Codex, Claude Code, Open Code) especially if I am outside, so I made it accessible via an ADE Client (Agentic Development Environment) and the Cloud. On the web you can message and view the work on your AI Agents.Since I had some experience with Twilio, I also added the ability for users to add their own Twilio Account and setup basically a mini "Cloud PBX" (its not infinitely scalable, its designed for small throughput) - so you can manage cellular calls on your business as well as route your own number to a dedicated Voice Agent on the web that knows about your account, connected devices, and control your devices remotely.The ADE itself is pretty advanced: To do list native, Session History per Workspace, PCB Design via Opensource TSCircuit, AI Video Editor (very basic so far) and eventually the idea is that it will get good enough to automate content generation and simpler engineering tasksStill in active dJul 13, 2026 10:04 AM
bing.com
WWE Saturday Night’s Main Event at Madison Square Garden: Full Card, Start Time & How to Watch Livehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cad2a0fd54eeebd6ebbb8b5430820&url=https%3A%2F%2Fathlonsports.com%2Fwrestling%2Fwwe-saturday-nights-main-event-july-18-2026-preview-full-card-how-to-watch&c=6186037989189529327&mkt=en-usMadison Square Garden hosts Saturday Night’s Main Event ahead of SummerSlam. Update: WWE announced Monday afternoon that Roman Reigns will appear live alongside Jalen Brunson in a special segment.Jul 13, 2026 9:39 AM
ggufun.grokked.it
Show HN: GGUFun, play snake and a simple maze on Ollama using hand crafted GGUFshttps://ggufun.grokked.itA couple weeks ago I was wondering if I could build a GGUF model file that, when run on ollama, would deterministically answer with the same exact sentence (not simply using a system prompt).That was surprisingly easy to implement, leveraging mostly the unembedder, so I started exploring GGUFs.First I built a simple GGUF that could compute the position of a point in a limited grid, using 4 directional tokens as input. All weights are "hand crafted", no training involved. Of course, being ollama stateless, it needs to compute everything from scratch each time from the whole conversation.Then (with the help of coding agents) I used it as the base to build a "complete" game of snake: it can only play 57 turns (it can be fixed though) and the position of food is computed using a hash, without checking if the new position is under the snake. But it works.Since the obvious evolution would be to run Doom on ollama, I at least got a first person roaming demo working, where the frontend only knJul 13, 2026 9:03 AM