92,779 results for at

nasa.gov
NASA Photographer Captures Images from F-18 Over Washingtonhttps://www.nasa.gov/image-article/nasa-photographer-captures-images-from-f-18-over-washington/NASA flight photographers capture history from a perspective few ever experience, getting a rare bird’s-eye view of the agency’s missions in action. Their photos document key NASA research and give the public a front-row seat to the work happening behind the scenes. Jim Ross, a photographer at NASA’s Armstrong Flight Research Center in Edwards, California, […]
Jul 10, 2026 4:36 PM
github.com
Show HN: Real-time n-body tree code in CUDAhttps://github.com/lechebs/nbodySharing an old project of mine, on my RTX 500 Ada laptop GPU, it can simulate up to 4 million particles at ~400 ms per step using the Barnes-Hut algorithm, saturating the 4GB of VRAM available.The octree construction is fast, as well as the traversal. The major bottlenecks are the VRAM usage (1 million bodies require ~1GB), which could be probably halved by reusing intermediate buffers, and the particle to leaf evaluation, which would benefit from more fp32 FLOPS. Moreover, I still don't have a good heuristic to predetermine the size of the BFS queue, perhaps some sort of memory paging could solve the issue.
Jul 10, 2026 3:47 PM
nasa.gov
Waxing Gibbous Moonhttps://www.nasa.gov/image-article/waxing-gibbous-moon-6/The waxing gibbous moon is nestled in the darkness of space in this June 26, 2026, image from the International Space Station. The space station was 264 miles above the Indian Ocean southeast of Madagascar at the time. The waxing gibbous phase comes before the full moon phase. During this time, the Moon appears brighter […]
Jul 10, 2026 3:08 PM
github.com
Show HN: PastPage – Find archived versions of dead linkshttps://github.com/nabertronic/pastpagehi, i'm a journalist and i made PastPage because i often need to check for archived versions of urls. this browser extension helps me a lot. it autmates the process of checking lots of different web archives. also, it helps with 404 etc.i made it free and open source, and it have great privacy practices, e.g. i don't see which url you are searching. i'd like feedback and i don't want to make money.
Jul 10, 2026 2:43 PM
github.com
Show HN: Postern, an email system for both humans and agentshttps://github.com/skyphusion-labs/posternHello everyone! I wanted to introduce you to a new project of mine, postern, which is an email system for both humans and agents. You can give your agents their own email addresses, the ability to respond to emails if you want, and all emails are presented in one nice unified mailbox. The email stack runs on Cloudflare Workers (email sending does require a subscription to the $5/mo Cloudflare Workers Plan), messages can be ingested into Vectorize (this is optional) to allow your agents to easily retrieve information and answer your questions about your email, attachments are stored in R2, and message state/contents are stored in D1. There’s also a RFC compliant SMTP relay server that runs on your server to translate anything that speaks the 1982 SMTP RFC spec into API calls so you can send emails from your server through the postern stack. There’s a python based IMAP proxy which allows you to use any client (tested extensively with iOS Mail, Apple Mail, Thunderbird, and Evolution) as w
Jul 10, 2026 2:34 PM
bing.com
The AI race is shifting from bigger models to cheaper, smarter systemshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a895633888e42399a133f9473236eaa&url=https%3A%2F%2Fwww.cnbc.com%2F2026%2F07%2F10%2Fthe-ai-race-is-shifting-from-bigger-models-to-cheaper-smarter-systems.html&c=15162782660498037441&mkt=en-usAI companies are moving beyond a simple race over who has the biggest or newest model. Perplexity CEO Aravind Srinivas says the real product is becoming the system that chooses which model to use for ...
Jul 10, 2026 2:22 PM
esa.int
8 things to know about this year’s solar eclipsehttps://www.esa.int/ESA_Multimedia/Videos/2026/07/8_things_to_know_about_this_year_s_solar_eclipseFrom the path of totality and the spectacular Baily's beads to why this eclipse will be especially beautiful at sunset, discover what makes the 12 August 2026 total solar eclipse so special.
Jul 10, 2026 1:36 PM
spacenews.com
Space capitalism needs more than a bull markethttps://spacenews.com/space-capitalism-needs-more-than-a-bull-market/By most measures, commercial space is thriving. Washington produced a flurry of activity over the past year: two major executive orders, a raft of directives, and “space superiority” elevated to […] The post Space capitalism needs more than a bull market appeared first on SpaceNews.
Jul 10, 2026 1:00 PM
mojavepaint.app
Show HN: Mojave Paint for macOS, edit images like it's 1999https://mojavepaint.app/We all need a swiss army knife for images. A tool for really getting in there and dealing with the pixels precisely. You might be combining images into a sprite sheet, you might be matting images to squares, cutting out solid backgrounds, re-tinting graphical elements. For a website, a video game, for an app.There's a million photo editors, there's a million design tools, and Mojave Paint can do those things in varying degrees but "graphical asset production" is its first and primary mission.It's cheap! $9.99 (one-time, sad I even have to say that) for the "Pro" version. It's Mac-only, and Apple Silicon Mac at that. Does it look a little like Photoshop 5.5 from the year 1999? Maybe a little but also it's got plenty of its own original ideas. (Blog post on that is forthcoming…)I've always been passionate about image editing tools for the technically-minded so I'm throwing my hat in the ring in that space. And sure GIMP is for the technically-minded but boy is it ugly on the Mac!
Jul 10, 2026 12:29 PM
bing.com
OpenAI's GPT-5.6 becomes the preferred model in Microsoft 365 Copilot0 0http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8ccba740ab46fa988b02f7d658f718&url=https%3A%2F%2Fwww.neowin.net%2Fnews%2Fopenais-gpt-56-becomes-the-preferred-model-in-microsoft-365-copilot%2F&c=15487401459313321032&mkt=en-usMicrosoft has announced day-one integration of OpenAI's newly launched GPT-5.6 model series into Microsoft 365 Copilot. Yesterday, OpenAI announced the public rollout of its GPT-5.6 model series, ...
Jul 10, 2026 11:02 AM
github.com
Show HN: The Flint Programming Languagehttps://github.com/flint-lang/flintcI am happy to finally announce the language I have been working on for the last 2 years, [Flint](https://flint-lang.github.io)!Flint is a high-level, statically and strongly typed, compiled language which centers around transparency as its core pillar. The compiler is entirely written in C++. It originated from one simple idea and core concept:> What happens when you center the whole language on an ECS-inspired composition-based paradigm?And so the journey began. The core idea is simple: data and functionality are separated and then composed deterministically into larger entities. This idea is not new at all, ECS exists since a long time. But a composition-based workflow can only be "emulated" in Object-Oriented languages and I find it often painful or unergonomic.In Flint, composition is the core paradigm. I have put great effort into making it ergonomic and "just work". The result is a system which can be described as a cool mix of OOP and ECS. I gave the "new" paradigm a name, since
Jul 10, 2026 10:59 AM
vuci.ai
Show HN: Vuci – make the spoken word searchablehttps://vuci.ai/feed/hi, I'm Reuben Over the past few months I've been building a platform where all the information is sourced from spoken conversations, and I wanted to make this content searchable, savable, and shareable. Presented in a well-designed format, similar to Yahoo but with higher IQ content.Like most, I listen to a lot of podcasts, but I wanted to connect the dots on different topics and read the parts which are interesting more deeply. Sharing bits and pieces with friends was also a motivating factor, as well as alerts which feed into my other pipelines.That said, I'm not sure which parts of the platform will resonate with users or not, so it's an experiment in progress.Technicals: I love my craft (both design, and code), so I took ample time to think about UX and design it in Figma. It's cookiecut from ample projects I have in Django and HTMX, and scaffolded my way through. Hosted on Digitalocean, and AI agnostic from an LLM perspective. I can go deeper into these, but they probably deserve
Jul 10, 2026 9:10 AM
bing.com
Yahoo Sports is getting into college fantasy footballhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d0e87f2924fee85ab3a11cf5e5852&url=https%3A%2F%2Fsports.yahoo.com%2Farticles%2Fyahoo-sports-getting-college-fantasy-143001630.html&c=13913056223879535821&mkt=en-usFinding college fantasy football sleepers is less about identifying unknown players and more about exploiting gaps between talent, opportunity, and draft cost. The transfer portal has created several ...
Jul 10, 2026 7:30 AM
bing.com
We Tested 6 Famous Chefs’ Fried Chicken Recipes and Found a Clear Favoritehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8c264d607e4d9d8ee4a028e3735089&url=https%3A%2F%2Fwww.foodandwine.com%2Fbest-fried-chicken-recipes-from-famous-chefs-12014405&c=301890873996694028&mkt=en-usThe winning recipe produced an audible crunch that you simply have to experience. Erin Merhar is a creative entrepreneur and food stylist with over a decade of experience developing recipes for ...
Jul 10, 2026 6:29 AM
science.nasa.gov
Where Venezuela’s Earthquakes Shifted the Groundhttps://science.nasa.gov/earth/earth-observatory/where-venezuelas-earthquakes-shifted-the-ground/Radar data from the NISAR satellite show that La Guaira and nearby areas experienced significant ground displacement from the June 2026 temblors.
Jul 10, 2026 4:00 AM
bing.com
The sunglasses of Sun Valley: See the shades CEOs wore to the 'summer camp for billionaires'http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d0ca986c7405c8805d7d5934d0492&url=https%3A%2F%2Fwww.businessinsider.com%2Fsun-valley-fashion-sunglasses-shades-alex-karp-karlie-kloss-2026-7&c=6854501676504447420&mkt=en-usCEOs and media moguls are gathering at the annual Allen & Co. Sun Valley conference, where corporate summer casual fashion was on display.
Jul 10, 2026 3:02 AM
news.ycombinator.com
Ask HN: Why so few consumer AI companies?https://news.ycombinator.com/item?id=48853063I feel like everyone in SF is doing agentic b2b saas. For ai consumer founders-whats been your experience building?I have some hypothesis 1) almost all consumers dont accept ai(80%+) therefore market is small 2) investors dont believe it so no founders do it 3) consumers are used to free apps and LLM costs creates a cost floor which is unsustainableIf I had to guess its most likely reason 3
Jul 9, 2026 10:13 PM
ello.com
Building a real-time AI tutor for 5-year-oldshttps://www.ello.com/blog/teaching-a-child-in-1000-msHey HN! We've spent the good part of this past year building an AI tutor that teaches kids ages 4-9 reading, math, ESL and more. Getting an AI tutor to effectively teach a child turns out to be a really hard technical challenge, this took getting the underlying architecture right.Our tutor steers the UX in real-time and makes complex decisions on the fly. Doing both at conversation speed required us to replace the standard tool-use loop. We built our own tutor harness that utilizes a streaming interpreter that executes actions, while an asynchronous planner model reasons ahead of the conversation and makes calls that drive the child's learning. On top of it all, we developed a safety system that checks every turn without it causing an interruption to the activity and conversation flow.Effective teaching isn't just about answering a child's question quickly, rather making the right move at the right moment. AI is also going to be an integral part shaping how this generation of kids lear
Jul 9, 2026 8:51 PM
news.ycombinator.com
Reality of Commercial AI World from a 16 Year Old's Perspectivehttps://news.ycombinator.com/item?id=48851812Let me tell you who I am first. I'm 16, a mad scientist. Started coding and AI at 12 — before ChatGPT existed. Built AI voice assistants in 2022 when nobody knew what AI was. Worked 10 hours a day at 12, building anonymously. I HAVE 1 THING: ASK ME TO BUILD ANYTHING — IMPOSSIBLE OR POSSIBLE — I WILL FIGURE IT OUT. AI, MATHS, SCIENCE, WHATEVER. THAT'S IT. At 15, I started selling AI automation and voice agents. Cold called, cold emailed, worked hundreds of hours for 4 straight months. Never got a single sale. Fine — selling wasn't my strength. Then I tried building real products — made an OpenClaw clone that ran on low-end laptops, built AI researchers. I'm not a salesman. I'm the guy who if you say "build Claude from scratch including model training" — I'll somehow do it. But "build something cool" — I freeze. Still, I tried the startup routes. Here's what I found: 1) INVESTORS & VCs: Completely opposite of what they sound. They claim to find talent and take risks. They don't. A16Z has
Jul 9, 2026 8:16 PM
science.nasa.gov
NASA Space Telescope Maps Magnetic Fields of ‘Lighthouse’ Pulsarhttps://science.nasa.gov/missions/ixpe/nasa-space-telescope-maps-magnetic-fields-of-lighthouse-pulsar/For the first time, scientists have used NASA’s IXPE (Imaging X-ray Polarimetry Explorer) to directly measure the magnetic fields of PSR J1101−6101, a pulsar located within what is often referred to as the Lighthouse Nebula. The results provide new insight into the structure of some of the most extreme objects in the cosmos, as NASA […]
Jul 9, 2026 8:08 PM