
spacedaily.com
Course Correction or Controlled Crash? Inside NASA's Artemis Overhaul - Part 1https://www.spacedaily.com/reports/Course_Correction_or_Controlled_Crash_Inside_NASAs_Artemis_Overhaul_Part_1_999.htmlLos Angeles CA (SPX) Mar 09, 2026 NASA says it has finally found the 'back to basics' recipe to get Americans back on the Moon by 2028. A new intermediate mission, standardized hardware, a faster launch cadence: on paper, the Artemis overhaul looks like a sober course correction after years of drift. Look a little closer, though, and the same changes read like a managed soft-landing for a program that is structurally broken andMar 9, 2026 5:07 AM

spacedaily.com
Apollo Cosplay on a 21st-Century Clock - Why Artemis Keeps Slipping Toward 2029 - Part 3https://www.spacedaily.com/reports/Apollo_Cosplay_on_a_21st_Century_Clock_Why_Artemis_Keeps_Slipping_Toward_2029_Part_3_999.htmlLos Angeles CA (SPX) Mar 09, 2026 NASA's latest reboot of the Artemis Moon program comes with familiar language: 'back to basics,' 'muscle memory,' 'step-by-step,' and an explicit nod to the Mercury-Gemini-Apollo playbook. The agency wants to fly more often, change hardware less, and build up capability incrementally, just like the 1960s. The problem is that Artemis is trying to cosplay Apollo in a world with very different politics, partners and rivals - and the gaps are showing.Mar 9, 2026 5:07 AM
socialproof.dev
Show HN: SocialProof – collect written testimonials from clients with one linkhttps://socialproof.dev/I built SocialProof after noticing that most freelancers and small agencies have a bunch of happy clients but almost no written testimonials on their site – because asking for them is awkward and the follow-through rate is low.SocialProof gives you a single shareable link. You send it to a client, they fill a short form (name, text, optional photo), you approve it in your dashboard, and it appears on any page you embed the widget on.No login required for clients submitting testimonials. The collection form is open – you can try submitting one here: https://socialproof.dev/c/frm_iOEPvPH9TzPypGMFNhYPVStack: Cloudflare Workers + D1 + Pages, React frontend. Free to start, paid plans for multiple widgets.Happy to answer questions about the technical decisions or the problem space.Mar 9, 2026 4:58 AM
github.com
Show HN: Admiran: a pure, lazy functional language and self-hosting compilerhttps://github.com/taolson/AdmiranI wrote this over the past two years to explore how pure, lazy, functional languages like Haskell and Miranda are implemented and efficiently compiled. It has evolved into a fairly small (~7kloc) compiler written in itself, along with a library of pure, functional data structures. Even though the compiler is small enough to be read and understood by a single person, it implements:* lazy lists, tuples, pattern matching, range and list comprehension syntax, algebraic data types, abstract data types, modules, user-defined value and type operators, etc.* 19-pass compiler with whole-program compilation, inter-module inlining and optimizations, automatic derivation of comparison and show functions, module serialization / deserialization for caching module compiles* Hindley-Milner type inference and checking* Small runtime implements 2-generation compacting garbage collector* Library includes implementations of map, set, bag, immutable and mutable vectors, functor/applicative/monad for maybe,Mar 8, 2026 9:17 PM
github.com
Show HN: ForgeTerm – Terminal for multi-project workflows with auto-tilinghttps://github.com/codama-dev/forgetermForgeTerm is an open-source terminal emulator built for developers who juggle multiple projects at once.Key features: - Workspaces: group related projects and open them all with one click - Auto-tiling: windows arranged side-by-side, master-detail, or grid based on project count - Per-project color theming so you can tell windows apart at a glance (10 built-in presets + Peacock sync for VS Code) - Automatic sessions: define named terminal sessions (dev server, test watcher, shell) that auto-launch with each project - Import from VS Code Project Manager in one click — works with Cursor and Windsurf too - Per-project .forgeterm.json config that travels with the repoCurrently ships as a macOS DMG for Apple Silicon (v0.2.0). Windows/Linux/Intel Mac: build from source with `pnpm build`.Looking for feedback, contributors, and bug reporters. All contributions welcome!Mar 8, 2026 8:22 PM
github.com
Show HN: I built a real-time OSINT dashboard pulling 15 live global feedshttps://github.com/BigBodyCobain/ShadowbrokerSup HN,So I got tired of bouncing between Flightradar, MarineTraffic, and Twitter every time something kicked off globally, so I wrote a dashboard to aggregate it all locally. It’s called Shadowbroker.I’ll admit I leaned way too hard into the "movie hacker" aesthetic for the UI, but the actual pipeline underneath is real. It pulls commercial/military ADS-B, the AIS WebSocket stream (about 25,000+ ships), N2YO satellite telemetry, and GDELT conflict data into a single MapLibre instance.Getting this to run without melting my browser was the hardest part. I'm running this on a laptop with an i5 and an RTX 3050, and initially, dumping 30k+ moving GeoJSON features onto the map just crashed everything. I ended up having to write pretty aggressive viewport culling, debounce the state updates, and compress the FastAPI payloads by like 90% just to make it usable.My favorite part is the signal layer—it actually calculates live GPS jamming zones by aggregating the real-time navigation degradationMar 8, 2026 7:07 PM
news.ycombinator.com
I'd like to get everyone's thoughts on Solidhttps://news.ycombinator.com/item?id=47298697Personally, I prefer using JSX for frontend projects, and I believe that No-Virtual DOM is truly a "next-gen" concept. Because of this, I’ve been following SolidJS for several years now and have watched it mature step-by-step. However, I regretfully feel that Solid's development momentum hasn't been particularly strong. To me, it feels a bit like FreeBSD, something niche and geeky (though I would much prefer it to be the "Next-Gen React" and hope for its widespread adoption).What exactly is hindering its popularity? Is it the lack of a flagship application (as far as I know, the most popular project using Solid is OpenCode, but I’m not aware of many others), or is it the lack of backing from major tech companies?Speaking of corporate backing, from what I gather, among the new generation of No-Virtual DOM frameworks, Svelte seems to have higher adoption than Solid. For instance, Apple uses Svelte. What is the primary reason for this? Is it simply that people prefer Vue-style template syMar 8, 2026 4:40 PM
movie-chain.com
Show HN: Movie site built on a game enginehttps://movie-chain.com/I'm an ex-gamedev (Guitar Hero) who built a movie website that looks like a Trello board. Each column can contain a different movie or cast member. Load pre-made boards or create your own by dragging and dropping between the columns. You can share boards with others.For example, start with Quentin Tarantino’s movies in Column 1, put the cast of Once Upon a Time in Hollywood in Column 2, then put Brad Pitt’s entire filmography in Column 3. Keep going as long as you want, building a "chain" ala Six Degrees of Kevin Bacon.I was frustrated that all popular movie websites are page-oriented: one HTML page per movie or person. I asked myself what a movie site designed in 2026 would look like, in an era when full-screen canvas sites like Miro are common. And then asked what if the site was built on a game engine? I used PixiJS.I ingested TMDB movie data into my own SQLite database head of time, so there are no external API calls at runtime. This was necessary because opening a board with 100'sMar 8, 2026 3:17 PM
bing.com
Bankruptcy: Explaining Chapter 7 vs. Chapter 13http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8b85a12f7c42e68e66f2d3bfcf8e0a&url=https%3A%2F%2Fwww.investopedia.com%2Farticles%2Fpf%2F07%2Fbankruptcy.asp&c=10077129311764917857&mkt=en-usInvestopedia contributors come from a range of backgrounds, and over 25 years there have been thousands of expert writers and editors who have contributed. Thomas J Catalano is a CFP and Registered ...Mar 8, 2026 2:16 PM
news.ycombinator.com
Ask HN: How to be alone?https://news.ycombinator.com/item?id=47296547For the first time in my life, at 38, I'm alone. When I was 18 I basically moved out of my parents' straight in with my highschool sweetheart, and we were together ever since. That chapter of my life is over now, and I'm finding the adjustment very difficult.There are a few parts to the difficulty. One is that when I have something to say about my day, there's nowhere to say it; no one on HN cares whether I fixed up the blinds or cooked pork steaks. I hang out in an IRC chatroom for that, but sometimes nobody's around for hours.Another is that weekends are hard. I used to be in a house filled with life each weekend, and now it's me and my dog (and my cat, when he decides to grace me with his presence). Having animals helps somewhat, but it's still hard simply being alone with myself for ~60 hours.I'm also finding it difficult to think of things to do. My default action is to play games, but it feels empty, both because I used to be able to play games alongside someone else and because Mar 8, 2026 11:41 AM
bing.com
Amy Luciani claims Dwight Howard has a cocaine problem and coached stepson to lie to the policehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cf8e1b4d748549f50c50bc6d28492&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Flifestyle%2Frelationships%2Famy-luciani-claims-dwight-howard-has-a-cocaine-problem-and-coached-stepson-to-lie-to-the-police%2Far-AA1XLpGr&c=14326730951138902894&mkt=en-usDwight Howard has found himself at the center of a growing social media storm after his wife, Amy Luciani, posted a series of emotional videos detailing serious allegations about their marriage. In a ...Mar 8, 2026 5:34 AM
bing.com
St. Bonaventure GM Adrian Wojnarowski reacts to Mark Schmidt’s retirementhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d04a0be6d4725a2d61b9c1a9ea877&url=https%3A%2F%2Fsports.yahoo.com%2Farticles%2Fst-bonaventure-gm-adrian-wojnarowski-210031767.html&c=14506399423334572304&mkt=en-usYes, Scheyer has been great. Maybe the rest of the ACC can get better too. The Kentucky basketball team is targeting Mark Mitchell to fill the last roster spot, and he could make a decision soon.Mar 7, 2026 1:00 PM
rwsdk.com
Show HN: RedwoodSDK (v1.0 in a Few Days)https://rwsdk.comHey everyone,I'm the original co-creator of RedwoodJS. (The framework that myself and Tom Preston-Werner, Rob Cameron and David Price built during Covid.)I had tried to build a developer tool startup (Snaplet), and failed. I rejoined the efforts to add RSC to Redwood, but I realized that we needed a much simpler framework that was closely tied to a platform (We chose Cloudflare).We started building RedwoodSDK a year ago and this is the result. An insanely simple stack. I am incredibly proud of this work, please star our repo and let me know if there's anything that doesn't resonate with you.Mar 7, 2026 5:49 AM
bing.com
Community's Choice Awards spotlight: WishLane Aesthetics & Wellnesshttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a81222278a646e08bfba31f7beabc22&url=https%3a%2f%2fwww.postcrescent.com%2fstory%2fmoney%2f2026%2f03%2f07%2fcommunitys-choice-awards-business-spotlight-wishlane-aesthetics-wellness%2f89021213007%2f&c=11726446592776458246&mkt=en-usEditor's note: The Best of the Valley WI Community's Choice Awards celebrate the people and businesses that make the Appleton area special. Readers are invited each year to nominate and vote for their ...Mar 7, 2026 3:05 AM
bing.com
Community's Choice Awards spotlight: WishLane Aesthetics & Wellnesshttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a81222ff68349debf0f261aef24fee8&url=https%3a%2f%2fwww.postcrescent.com%2fstory%2fmoney%2f2026%2f03%2f07%2fcommunitys-choice-awards-business-spotlight-wishlane-aesthetics-wellness%2f89021213007%2f&c=11726446592776458246&mkt=en-usEditor's note: The Best of the Valley WI Community's Choice Awards celebrate the people and businesses that make the Appleton area special. Readers are invited each year to nominate and vote for their ...Mar 7, 2026 3:05 AM

nasa.gov
NASA’s DART Mission Changed Orbit of Asteroid Didymos Around Sunhttps://www.nasa.gov/missions/dart/nasas-dart-mission-changed-orbit-of-asteroid-didymos-around-sun/New research reveals that when NASA’s DART (Double Asteroid Redirection Test) spacecraft intentionally impacted the asteroid moonlet Dimorphos in September 2022, it didn’t just change the motion of Dimorphos around its larger companion, Didymos; the crash also shifted the orbit of both asteroids around the Sun. Linked together by gravity, Didymos and Dimorphos orbit each […]Mar 6, 2026 7:00 PM
news.ycombinator.com
Launch HN: Palus Finance (YC W26): Better yields on idle cash for startups, SMBshttps://news.ycombinator.com/item?id=47278980Hi HN! We’re Sam and Michael from Palus Finance (https://palus.finance). We’re building a treasury management platform for startups and SMBs to earn higher yields with a high-yield bond portfolio.We were funded by YC for a consumer-focused product for higher-yield savings. But when we joined YC and got our funding, we realized we needed the product for our own startup’s cash reserves, and other startups in the batch started telling us they wanted this too.We realized that traditional startup treasury products do much the same thing: open a brokerage account, sweep your cash into a money market fund (MMF), and charge a management fee. No strategy involved. (There is actually one widely-advertised treasury product that differentiates on yield, but instead of an MMF it uses a mutual fund where your principal is at considerable risk – it had a 9% loss in 2022 that took years to recover.)I come from a finance background, so this norm felt weird to me. The typical startup cashflow pattern isMar 6, 2026 6:26 PM
qurt.ai
Show HN: Qurt – open-source desktop AI coworker (BYOK, agent mode)https://qurt.ai/Hi HN — I built Qurt, an open-source desktop “AI coworker” for Windows + macOS.The goal: provider freedom + local-first UX. You bring your own API keys (no subscription / no lock-in), and your chats/keys/files stay on your machine (nothing stored on our servers).What it does: - BYOK + multi-provider model switching (keep control of keys/data) - Desktop-native chat with file/image attachments - Agent mode: web browsing/search, terminal commands, browser automation, and file edits — with “review before run”Downloads (GitHub Releases): https://github.com/qurtai/qurt/releases/tag/v0.1.1Repo: https://github.com/qurtai/qurtLanding page: https://qurt.ai/I’d love feedback on: 1) the “review-before-run” UX (too noisy? not strict enough?) 2) what provider/model integrations you’d want next 3) what would make you trust/install this faster (docs, sandboxing details, etc.)Mar 6, 2026 4:53 PM

spacenews.com
Hyperscalers are coming to an orbit near you. Power will decide the winners.https://spacenews.com/hyperscalers-are-coming-to-an-orbit-near-you-power-will-decide-the-winners/Amid the explosive growth surrounding telecommunications megaconstellations, orbital data centers and next-generation payloads, the space ecosystem is entering a period of rapid and irreversible change. Announcements and filings for satellite constellations numbering in the tens of thousands, hundreds of thousands and now even 1 million-plus are becoming commonplace. The waves that even a fraction of […] The post Hyperscalers are coming to an orbit near you. Power will decide the winners. appeared first on SpaceNews.Mar 6, 2026 2:00 PM
bing.com
4 obstacles impede paid Microsoft 365 Copilot adoptionhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cfec054254744a3081ed188bf67a6&url=https%3A%2F%2Fwww.nojitter.com%2Fai-automation%2F4-obstacles-impede-paid-microsoft-365-adoption&c=7533141504152117253&mkt=en-usOn its FY2026 Q2 earnings call, Microsoft announced they now have 15 million paid Microsoft 365 Copilot seats, or 3.3% of the 450 million paid commercial M365 seats. Microsoft 365 Copilot Paid Seats ...Mar 6, 2026 10:47 AM