5,951 results for have

spacenews.com
FAA documents outline SpaceX plans for Starfall reentry vehicleshttps://spacenews.com/faa-documents-outline-spacex-plans-for-starfall-reentry-vehicles/Federal Aviation Administration documents have provided new details about a SpaceX project to develop and test reentry vehicles that could be used to support in-space manufacturing projects. The post FAA documents outline SpaceX plans for Starfall reentry vehicles appeared first on SpaceNews.
May 31, 2026 9:26 AM
spacenews.com
Bellatrix and TelePIX plan 2028 air-breathing VLEO imaging demonstrationhttps://spacenews.com/bellatrix-and-telepix-plan-2028-air-breathing-vleo-imaging-demonstration/South Korean optical payload developer TelePIX and Indian propulsion specialist Bellatrix Aerospace have teamed up on a very low Earth orbit geospatial demonstration mission slated for 2028. The post Bellatrix and TelePIX plan 2028 air-breathing VLEO imaging demonstration appeared first on SpaceNews.
May 29, 2026 1:36 PM
monochess.pages.dev
Show HN: Monochess – A chess variant with rule-bending action cardshttps://monochess.pages.devHey HN,A while back I saw a video[0] of people playing chess but using action cards to modify the rules mid-game (skip turns, reverse, draw 2, etc.). It looked incredibly chaotic and really fun to play, so I decided to actually build it as a playable online game. A small difference in Monochess is there's no need to call out a phrase if you just have one piece. I noticed while testing with the mrs. it became really annoying to keep doing this every move.That also gave me a really good reason to build on Cloudflare using their entire stack, something I've been meaning to get my hands dirty with for quite some time. The app is built using SvelteKit and hosted on Pages, there's a Durable Object worker-backed game server, and D1 as the database layer for accounts/games.This project included:- A Custom Engine: Standard chess engines panic when forced into illegal board states. The engine wraps standard chess logic to allow for mid-turn state changes—handling concepts like rolling back a com
May 28, 2026 1:58 PM
news.ycombinator.com
Propuesta TLBIC v4.1 – «La sabiduría de dialogar con un espejo imperfectohttps://news.ycombinator.com/item?id=48303533Queridas y queridos lectores: He añadido al final de la propuesta un nuevo apartado titulado «La sabiduría de dialogar con un espejo imperfecto». En él explico el enfoque y los principios con los que formulé preguntas y repetí conversaciones durante la elaboración de este documento. Les agradecería mucho que pudieran leerlo. Gracias de corazón por dedicar tiempo a este mensaje.Propuesta TLBIC – Ver. 4.1 en español: https://drive.google.com/file/d/15rlxbu23AscxHxZC1ViIht-hAP4-MBvH/view?usp=drive_linkPropuesta TLBIC – Ver. 4.1 en japonés: https://drive.google.com/file/d/1LqPFisBPr53kcOXGElk8AnBQoTeHrCO8/view?usp=drive_linkDear everyone, I have added a new section at the end of the proposal titled “The Wisdom of Dialoguing with an Imperfect Mirror.” It explains the approach and principles I followed while asking questions and refining the conversations during the creation of this proposal. I would be grateful if you could take a look. Thank you very much for reading this message.
May 28, 2026 2:12 AM
github.com
Show HN: Monkdev is a toolkit and methodology for coding with LLMshttps://github.com/oeo/monkdevI'm sure many people have some solutions similar to this but I've been using some variation of this since roughly the release of Opus 3 to get higher quality results. Like, significantly higher. So I decided to make it into a more structured package.Problem: bad decisions and short sighted solutions due to the LLM not having enough context before acting. They'd read one file, or a few segments of a set of files using a super conservative offset and limit, guess about the rest, apply a patch, run a unit test and then tell you with its entire chest that the code is production-ready.Those bandaids over time became debt, drift, complexity. Unnecessary LOC in a codebase where I find myself wondering is this thing even making me more efficient or should I be in VIM more often and just save myself the API costs (I use OpenCode + OpenRouter and have been known to blast through hundreds of dollars a day in spend using Frontier models).I found that, for whatever reason, LLMs respond to role-play
May 26, 2026 7:08 PM
spacenews.com
Exolaunch and SEOPS purchase Falcon 9 launches for dedicated rideshare missionshttps://spacenews.com/exolaunch-and-seops-purchase-falcon-9-launches-for-dedicated-rideshare-missions/Two companies best known for brokering payload space on SpaceX rideshare launches have each purchased Falcon 9 launches to meet the growing demand for such missions. The post Exolaunch and SEOPS purchase Falcon 9 launches for dedicated rideshare missions appeared first on SpaceNews.
May 26, 2026 6:00 AM
news.ycombinator.com
Is it too soon to built software factories?https://news.ycombinator.com/item?id=48268815I keep hearing about “software factories” / background coding agents that can autonomously work on production repos. It seems like the capabilities are there, but not sure if we have the right tools yet.There are already some companies providing software for this like ona/factory/codex/claude/cursorOpen-source alternatives - https://github.com/ColeMurray/background-agentsBig companies like stripe/ramp/uber/spotify built their own background-agents infrastructureBut nothing seems to be mature enough to just work fine. Is it too soon?
May 25, 2026 4:39 PM
objo.dev
Show HN: Objo Studiohttps://objo.devObjo Studio is a new development environment for building desktop and command line apps. It has a visual designer, a debugger, a compiler, and a modern BASIC-like language called ObjoBasic. The aim is simple: make it enjoyable to build real applications for macOS, Windows and Linux and learn how to program.I've been working on Objo Studio in one shape or another since about 2019. I've always loved tools that let you move quickly from idea to working prototype and that abstract a lot of complexity and get out of your way. This has been tried before (VisualBasic, Xojo, etc) but have either been abandoned, become expensive or lost focus on hobbyists.The whole stack is written in C#. There's a custom stack-based VM that is roughly on-par with Python for speed but this is not a high performance tool. It's an all-in-one IDE for visually developing cross-platform desktop apps. It tries to make it simple for users, abstracting runtimes and libraries to help newcomers learn but also let them th
May 11, 2026 3:38 PM
github.com
Show HN: Mobile-ink, an open-source mobile infinite drawing canvashttps://github.com/mathnotes-app/mobile-inkHello everyone, I have been working on this for a year and it is such a difficult problem. mobile-ink is an open-source mobile infinite drawing canvas. There is not a strong open-source drawing engine beyond toy demos. Thus, mobile-ink aims to solve this problem and provide a state-of-the-art mobile note-taking canvas package.mobile-ink uses native Skia/Metal to address issues with native rendering, pencil latency, eraser behavior, page virtualization, preview caching, memory stability, page interactivity, etc. It has many advanced features such as shape-snapping, primitives to integrate figures, custom backgrounds, pdf import, stroke selection, smooth zoom/scroll, and more.The package is iOS + React Native as of now.
May 8, 2026 5:01 PM
bing.com
Gas prices near $5 are changing how Americans drive, new poll findshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8920d4881e4e9388d5736d3eae23b7&url=https%3A%2F%2Fwww.usatoday.com%2Fstory%2Fcars%2Fresearch%2F2026%2F05%2F07%2Famericans-driving-less-gas-prices-poll%2F89964047007%2F&c=7314509635783480703&mkt=en-usA recent poll found that 44% of Americans have cut back on driving due to high gas prices. The same poll showed 34% of Americans are changing their vacation plans because of rising fuel costs. In ...
May 7, 2026 10:50 AM
nasa.gov
NASA’s Roman Poised to Transform Hunt for Elusive Neutron Starshttps://www.nasa.gov/missions/roman-space-telescope/nasas-roman-poised-to-transform-hunt-for-elusive-neutron-stars/Astronomers have long known that neutron stars, the crushed cores left behind after massive stars explode, should be scattered throughout the Milky Way galaxy. However, most of them are effectively invisible. A new study published in Astronomy and Astrophysics suggests NASA’s upcoming Nancy Grace Roman Space Telescope could spot them anyway. Using detailed simulations of […]
May 6, 2026 2:00 PM
science.nasa.gov
NASA Volunteers Double Known Population of Brown Dwarfshttps://science.nasa.gov/get-involved/citizen-science/nasa-volunteers-double-known-population-of-brown-dwarfs/A new paper from NASA’s Backyard Worlds: Planet 9 project announces that volunteers have essentially doubled the number of known brown dwarfs, with over 3,000 new discoveries made over the past 10 years since the project began. Brown dwarfs are balls of gas the size of Jupiter, less massive than stars. There’s one for every three or four stars near the Sun.
May 5, 2026 1:48 PM
github.com
Show HN: An Agent First Slack CLIhttps://github.com/tilework-tech/nori-slack-cliHey folks,My team and I have been building a background agents as a service product. One of the things we needed pretty early on was for some way for the agents to be able to drive slack.Right now, I don't think there are many good agent-first ways of doing this. I don't love MCP -- it's just too many tokens in the context window, and agents seem to do better with CLIs because they can embed them in code and so on. But other CLIs that exist are either a) subsets of the web api that only focus on human needs and b) have polished terminal UIs with spinners and colors and interactive things that make it hard for LLMs to actually use them.nori-slack-cli is a very thin dynamic wrapper over @slack/web-api (i.e. bolt). Whatever the SDK can call, the CLI can call. When slack adds a new method it should just work without a new release on our end. (Inspired by the GWS cli: https://github.com/googleworkspace/cli).So you(r agent) can do things like:`nori-slack chat.postMessage --channel C123 --tex
May 1, 2026 7:05 PM
news.ycombinator.com
Ask HN: Macbook or Linux Laptop for devs and heavy users?https://news.ycombinator.com/item?id=47974702Hey everyone, I'm really curious to hear from people who pushes high end MacBooks and Linux laptops to their limits in daily use. I'll share my daily experience with my Linux laptop below, and I'm hoping to use the feedback from those who have been on both sides to decide if I should make the jump to a MacBook in the future. My experience: I'm a web developer doing both frontend and backend. I also do some mobile dev with Flutter. Personally, I prefer using an Android phone and a Linux machine. I'm currently using an Acer laptop with an i7-13700H and 32GB of DDR4 RAM. I got my company to buy it for way cheaper than similar models on the market. While the overall performance is really good for the price, the speakers are absolute trash and the screen is just okay. Here is what's on my mind: Even though I can get about 3-4 hours of coding done on battery, it's obviously nowhere near a MacBook. I don't really need that long battery life most of the time, but it still sounds nice to have.
May 1, 2026 1:40 PM
science.nasa.gov
NASA Connects Little Red Dots with Chandra, Webbhttps://science.nasa.gov/missions/chandra/nasa-connects-little-red-dots-with-chandra-webb/A newly discovered object may be a key to unlocking the true nature of a mysterious class of sources that astronomers have found in the early universe in recent years. A “X-ray dot” found by NASA’s Chandra X-ray Observatory could explain what the hundreds or potentially thousands of these objects are. A paper describing the […]
Apr 28, 2026 8:21 PM
nasa.gov
NASA’s Perseverance, Curiosity Panoramas Capture Two Sides of Marshttps://www.nasa.gov/solar-system/planets/mars/nasas-perseverance-curiosity-panoramas-capture-two-sides-of-mars/NASA’s Curiosity and Perseverance rovers have captured two 360-degree landscapes that highlight how the missions are revealing details of the Red Planet’s formation, watery past, and potential for life. Located 2,345 miles (3,775 kilometers) apart from each other on Mars — about the distance from Los Angeles to Washington, D.C. — both rovers are exploring […]
Apr 27, 2026 5:02 PM
getcore.me
Show HN: Core – open-source AI butler that clears your backlog without youhttps://www.getcore.me/Hi HN, we're Manik, Manoj and Harshith, and we're building CORE (https://github.com/RedPlanetHQ/core), an open source AI butler that acts and clears out your backlog.Write `[ ] Fix the search auth bug` in a scratchpad. Three minutes later, without you at the keyboard, CORE picks it up, pulls the relevant context from your codebase, drafts a plan in the task description, and spins up a Claude Code session in the background to do the work. You review the output in the task chat and unblock it when it gets stuck.Every AI tool today is reactive. You open a chat, brief the agent, it responds. Before anything moves, you've already done the real work: opened the Sentry error, found the commit, read the Slack thread, grabbed the Linear ticket, and stitched it all together into a prompt. The model isn't the bottleneck. You are.Demo Video: https://www.youtube.com/watch?v=PFk4RJvQg1YCORE removes you from that loop. The interface is a shared scratchpad, think a page you and a colleague both have o
Apr 23, 2026 3:14 PM
notationchesscoach.app
Show HN: Notation – an iOS chess coach (Stockfish on device and optional BYOK)https://notationchesscoach.appHi HN. Solo iOS middle aged, slightly burnt out dad from the UK here, wondering if anyone is interested in what I've been building. Lifelong chess fan, not very good but always trying to improve and I started to build Notation: Chess coach a while back. It's been live a month now on the App Store, doing modest numbers, and I've been learning a lot... mainly make my add brain slow down, stop, test everything twice and never when tired. Submissions will always wait another day!Many people play on chess com, or lichess, just as many in apps and OTB. What my app does (differently I hope) is bring that data together.You can import PGNs of your games, connect to chess com and lichess and sync your games over or play in the app. If you have a Chessnut electronic board, you can play IRL on that as well.Every game, every move is then analysed by a series of on device detectors, and classifiers. And I'm not talking about"I run Stockfish 18 and get your move evals" like most tools do.... Theres a
Apr 22, 2026 7:46 AM
news.ycombinator.com
Show HN: Weekly Log, Old-school journaling social mediahttps://news.ycombinator.com/item?id=47843663Weekly Log is a minimalistic social media website designed for you to do journaling and creative writing.A lot of modern social media apps are set up in a way that addicts and detriments the users, meanwhile profiting off of their data. I really wanted to make a site that doesn't operate in that way.Some of its distinctions: - You can create one post per week. This encourages care and consideration. - Nobody knows who you follow or what posts you react to, besides you and the other user. These stats are personal, so people view your logs free of outside influence. - Posts are rich text-only, no images or videos, in an effort to reduce mental clutter. - Your feed only features users you follow, to give you increased control of what you see, unless you click the "global" checkbox to see all posts.quick demo: https://www.youtube.com/watch?v=7CTnORsGnL8 overview page: https://www.weekly-log.com/about/overview---I have soft-launched this website, and a handful of my friends have signed up a
Apr 21, 2026 2:02 AM
news.ycombinator.com
Getting back into photography, ditching the phone camera in 2026?https://news.ycombinator.com/item?id=47842292I've been looking through twenty-five-odd years of my own photos. The collection includes scanned 35mm and medium format images; digital pictures from a few Canon Powershot generations and a 20D SLR; and about five iPhones.I've noticed that the non-cell-phone pictures tended to be better, and that in general I seemed to have quite a bit more fun with photos taken with, well, "real" cameras. Probably the best ones were taken with the 20D, which for its time was a really nice camera, for which I was able to bring over some lenses from my film days.I wouldn't rule out more film photography but I think of that as a somewhat separate track. I'd like to get a digital camera that captures a bit more of what I enjoyed about film photography - that high image density, looking through a physical viewfinder, not necessarily curating images in real time... looking, shooting, and moving on.I've been following Fujifilm cameras for awhile in this market, having read about them here a few years ago. T
Apr 20, 2026 11:10 PM