
nasa.gov
NASA-ISRO Satellite Captures Pacific Northwest Through Cloudshttps://www.nasa.gov/missions/nisar/nasa-isro-satellite-captures-pacific-northwest-through-clouds/Seattle 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 […]Mar 25, 2026 3:51 PM
news.ycombinator.com
We Replaced Every Tool Claude Code Ships Withhttps://news.ycombinator.com/item?id=47468649Claude Code ships with Bash, Read, Write, Edit, Glob, Grep, WebFetch, Task, Plan. For a single agent on a single task, they're fine. Once you're running a multi-agent system, the defaults break fast.The problems we hit:1) No cross-repo exploration. Want an agent to read another project's code? You need to manually configure permissions. There's no "go explore this OSS repo and answer my question."2) Summarized web fetching. WebFetch is actually a subagent that summarizes a single page into a haiku-length response. Can't trace links or browse related pages. Fetches fresh every time — no caching.3) Text-level editing. Edit has fuzzy matching, which helps — but it's still raw text. When tree-sitter can give you an AST with named symbols, why make the model reproduce strings to target a function?4) Ephemeral tasks and plans. Tasks don't persist outside the session. Plans vanish when context resets. Neither supports multi-round review or structured editing.5) Flat delegation. The Agent toolMar 21, 2026 4:44 PM
news.ycombinator.com
Building a high-end, documentation-first API for DualHeart Financial Associationhttps://news.ycombinator.com/item?id=47394206We just wrapped up the public API layer for DualHeart Financial Association. Instead of treating the API as an afterthought, we used a documentation-first approach to ensure the integration experience matches our minimalist design philosophy.Key technical focus for DualHeart Financial Association:Strict Typing: Leveraged a custom schema validator to ensure 100% data integrity across all DualHeart Financial Association endpoints.Performance: Implemented a granular rate-limiting engine that prioritizes low-latency responses for mission-critical data fetches.Developer Experience: Built a high-end, interactive playground that generates code snippets in real-time, reducing onboarding time for new partners.What’s your current go-to strategy for maintaining clear, high-performance APIs as your data models evolve?Mar 16, 2026 1:51 AM
news.ycombinator.com
Ask HN: Can a word game work as a competitive strategy esport?https://news.ycombinator.com/item?id=47347625I've been experimenting with a browser game design problem.Most word games (Scrabble, Wordle, etc.) are either slow or mostly about vocabulary. I wanted to see if it was possible to build one that behaves more like a competitive strategy game — something closer to chess in terms of tension and reversals.The result is a prototype called The Word Gambit. The board grows organically from placed words, and late-game detonations from long words can swing the match dramatically.The surprising thing during testing is that matches often feel more like territory control than spelling.Players also started creating AI opponents ("gladiators") and pitting them against each other, which I didn't originally plan.I'm curious about a few design questions:• Can vocabulary realistically function as a competitive skill in an esport context? • What mechanics would make a word-based game strategically deep rather than dictionary-driven? • Would spectators even enjoy watching something like this?If anyone iMar 12, 2026 7:37 AM

science.nasa.gov
Mars Global Localization Pinpoints Perseverance’s Locationhttps://science.nasa.gov/photojournal/mars-global-localization-pinpoints-perseverances-location/Description These images were part of the first successful use of a new technology called Mars Global Localization, developed at NASA’s Jet Propulsion Laboratory. Using its navigation cameras, NASA’s Perseverance captured a 360-degree view of the surrounding terrain that was matched to orbital imagery, enabling the rover to pinpoint its location on Mars on Feb. 2, […]Feb 18, 2026 5:21 PM

science.nasa.gov
Perseverance Pinpoints Its Location at ‘Mala Mala’https://science.nasa.gov/photojournal/perseverance-pinpoints-its-location-at-mala-mala/Description Using its navigation cameras, NASA’s Perseverance Mars rover captured the five stereo pairs of images that make up this panorama on Feb. 2, 2026, the 1,762nd day, or sol, of the mission. A new technology called Mars Global Localization matched this 360-degree view to onboard orbital imagery from the agency’s Mars Reconnaissance Orbiter (MRO), […]Feb 18, 2026 5:14 PM

spacedaily.com
Experts warn of urgent need to address human reproduction risks in spacehttps://www.spacedaily.com/reports/Experts_warn_of_urgent_need_to_address_human_reproduction_risks_in_space_999.htmlLos Angeles CA (SPX) Feb 04, 2026 As commercial spaceflight moves closer to routine operations and missions extend in duration, a new expert report argues that reproductive health in space has shifted from a theoretical concern to an urgently practical issue. The authors warn that space is an environment fundamentally hostile to human biology, yet human activity beyond Earth is rapidly expanding without matching standards for maFeb 4, 2026 1:04 PM
asktotle.com
Show HN: I turned my PDFs into audiobooks I can have conversations withhttps://asktotle.comHey HN,TLDR: Upload any document, get an audiobook with synced highlighting you can pause and talk to.I'm a self-taught dev (admittedly mediocre), currently between jobs and my brain is absolutely fried from social media. I can't read anymore. My eyes glaze over after two paragraphs.So I went down a rabbit hole looking for scientifically proven ways to actually focus while reading:- Encoding info visually AND aurally reduces mind wandering by up to 40% - Retrieval practice (asking questions) beats passive re-reading every time - Background music matched to content keeps you in flowCouldn't find anything that did all this. So I built it myself:- Synced text highlighting while you listen - Talk with your book; pause and ask "wait what does that mean?" and it knows exactly where you are (won't spoil what's ahead) - Adaptive background music that matches the mood of each pageI've removed all slop. No flashy features, no gamification etc. etc. Just reading on steroids for fried brains, likeFeb 2, 2026 11:49 AM

spacedaily.com
Primordial magnetism offers fresh angle on the Hubble constant puzzlehttps://www.spacedaily.com/reports/Primordial_magnetism_offers_fresh_angle_on_the_Hubble_constant_puzzle_999.htmlLos Angeles CA (SPX) Jan 21, 2026 A Simon Fraser University cosmologist reports that new theoretical work on primordial magnetic fields could move researchers closer to resolving the longstanding Hubble tension, the mismatch in measurements of how fast the universe is expanding today. The Hubble tension arises because two precise approaches to determining the Hubble constant give significantly different results, despite drJan 21, 2026 1:11 PM
app.photoweather.app
Show HN: I built a weather alert system for photographershttps://app.photoweather.app/demo/live-demoI kept missing the good stuff (fog, aurora, beautiful sunsets) because I wasn't checking forecasts at the right time, so I built PhotoWeather...You define rules like: `aurora_quality > 60 AND cloud_cover < 20% AND moon_below_horizon` `fog_prob > 70% AND within 30min of sunrise AND wind < 5 mph`When a rule matches, you get an email and/or an iCal event. The iCal feed is the part I am maybe most proud of: subscribe once and upcoming "shoot windows" show up in your calendar.One example that made me sure this wasn't just a toy: last October it alerted "clear skies + no moon + strong aurora" and I drove to a nearby high spot in Helsinki. Ended up catching aurora and Comet C/2025 A6 (Lemmon) in one frame: https://reddit.com/r/Finland/comments/1obc5nz/Not my best photo ever, but probably the most unique and memorable, and I'll continue to remember my real-life "photoweather actually works" moment through it.A few things that differentiates this from your average weather app:Spatial sampling AJan 1, 2026 12:54 PM
bing.com
Hello, Trionda. Adidas’ new World Cup ball and everything you need to know about ithttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89580c23414ccc87a3f1bfecbfd5d3&url=https%3A%2F%2Fwww.nytimes.com%2Fathletic%2F6684748%2F2025%2F10%2F02%2Ftrionda-adidas-world-cup-ball%2F&c=5211006038374145224&mkt=en-usWith eight months until the 2026 World Cup, the tournament’s official match ball is here. Adidas on Thursday unveiled its latest creation, named “Trionda,” which will take center stage across 104 ...Oct 2, 2025 3:59 PM
vizzly.dev
Show HN: Vizzly – Visual testing platform with built-in review workflowshttps://vizzly.devHey HN! I’m Robert. I worked on [Percy’s SDKs/support from 2018–2022.](https://github.com/percy/cli/graphs/contributors) If you ever reached out to support or opened an issue, I probably helped you. Hopefully it was positive :) After a few years away, visual testing still felt stuck, so I'm building Vizzly.The problem: Design handoffs kinda suck. Designers make beautiful specs, devs implement them, then everyone realizes the details got lost somewhere. Current visual testing tools catch broken CSS but miss the real issue - making sure what ships actually matches what was designed, functionally (like really in the browser/OS/etc).What it is- Visual testing + review where you send actual screenshots (not DOM re-renders). Can be _any_ image to review (PDFS!)- Collaboration built-in: reviewer assignment, approvals, @mentions, screenshot-level threads.- Baselines: automatic (Git-aware), manual (not Git-based), or hybrid.- Team-based pricing; generous free plan for OSS; on-prem available.WhaSep 7, 2025 3:44 PM
bing.com
When Does the New Season of French Ligue 1 Start?http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a88eac247c24ee18dedf72baba7e9b7&url=https%3A%2F%2Fwww.beinsports.com%2Fen-us%2Fsoccer%2Fligue-1%2Farticles%2Fwhen-does-the-new-season-of-french-ligue-1-start-2025-07-17&c=1306844579138164560&mkt=en-usLigue 1 season kicks off on August 17. Discover the must-watch matches, the new stars joining the league, and the common goal: to bring down PSG.Jul 16, 2025 8:45 PM
cutmuse.com
Show HN: Cutmuse – AI tool for haircut recommendations by face shapehttps://www.cutmuse.com/Hi HN,A few months ago, I started building Cutmuse after hearing the same thing over and over from friends and family:“I never know what haircut suits me.”The idea was to create a tool that uses AI and facial analysis to recommend personalized haircuts, hair colors, and even glasses based on each user’s unique features.You upload a photo (no login required or payment for the free version), and within minutes get a custom style report that includes:Haircuts that fit your face shapeHair color suggestions based on your skin toneEyewear styles that match your proportionsAnd optional grooming/skincare tipsThis isn't like Instagram filters or beauty apps that overlay random looks. What makes Cutmuse different is the depth of the analysis. It applies real visagism principles — a method used in professional image consulting — combined with facial landmark detection and color analysis to give you results that are not just aesthetic, but structured.We're currently live with users in 10+ countrieJun 22, 2025 4:56 AM
aestheticrank.com
Show HN: AI Physique Analysis from Photoshttps://aestheticrank.com/Hi HN,I've built Aesthetic Rank, an AI tool that analyzes your physique from photos and gives you a detailed report in under 60 seconds.Many of us work hard on our physiques but struggle to get objective, comprehensive feedback beyond the mirror or scale. I wanted to create a tool that offers deep insights quickly and easily.Simply upload your photos to :Get your Aesthetic Rank: See where you stand on a scale from Iron to Supreme tier. Detailed Body Analysis: In-depth assessment of muscle groups, key body ratios (e.g., shoulder-to-waist), body composition (BMI, estimated body fat, vascularity, somatotype), posture, and symmetry.Personalized Insights: Understand your genetic potential, get sport recommendations, and identify areas of strength or weakness.Discover your "Warrior Archetype": A unique feature that matches your physique to a historical warrior (e.g., Spartan, Samurai).Natural Status Assessment: Professional analysis on whether the physique appears naturally obtained, based oMay 7, 2025 3:45 PM

bbc.co.uk
BBC News apphttps://www.bbc.co.uk/news/10628994?at_medium=RSS&at_campaign=rssTop stories, breaking news, live reporting, and follow news topics that match your interestsApr 30, 2025 2:04 PM
news.ycombinator.com
TakeGuru – New Active Hobby Global Marketplacehttps://news.ycombinator.com/item?id=11026671New powerful Internet start-up in the field of travelling and active outdoor and indoor activities, namely TakeGuru, has been launched at the end 2015. Presentation of the service took place at the Internet summit Fast Track Lisbon.TakeGuru (http://takeguru.com/) is the first online service which helps people who travel to other countries in getting a hobby or continuing to be engaged in active outdoor and indoor activities. Now people, who for certain reasons are going on a trip, can online reserve the air tickets, accommodation and excursions. They rent a car, effect an insurance in advance. However they should still look for the corresponding their interest activities upon arriving to the destination place or spend much time studying the sites among searching systems of Internet.Mean a particular active hobby? Arrive to a special spot? Previously to your landing at any place in the world TakeGuru takes over for the fast online matching and agreeing the short-term courses with the loFeb 3, 2016 2:45 PM