24,352 results for no

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
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's
Mar 8, 2026 3:17 PM
bing.com
BMO Raises Alliant Energy Corporation (LNT) Target to $78, Maintains Outperformhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a88d2760d6d41aea0cf836ac76856d9&url=https%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbmo-raises-alliant-energy-corporation-153142523.html&c=6784988269171988375&mkt=en-usThe above button links to Coinbase. Yahoo Finance is not a broker-dealer or investment adviser and does not offer securities or cryptocurrencies for sale or facilitate trading. Coinbase pays us for ...
Mar 8, 2026 8:31 AM
github.com
Show HN: PolyClaude – Using math to pay less for Claude Codehttps://github.com/ArmanJR/PolyClaudeHi HN!I built this tool specifically for Claude Code users who hit the 5-hour rate limit wall mid-flow. There's no official plan between Pro ($20/mo) and Max ($100/mo). it's a fixed gap with nothing in between.The workaround most people do manually: running multiple Pro accounts and switching when one is limited. This actually works, but naive rotation wastes a lot of capacity. When you activate an account turns out to matter as much as which one you use. A single throwaway prompt sent a few hours before your coding session can unlock an extra full cycle.PolyClaude automates this. You tell it your accounts, your typical coding hours, and how long you usually take to hit the limit. It uses combinatorial optimization to compute the exact pre-activation schedule, then installs cron jobs to fire those prompts automatically. When you sit down to work, your accounts are already aligned.It's free and open source. Install is one curl command, then an interactive setup wizard handles the rest.R
Mar 7, 2026 10:24 PM
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
github.com
Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scriptinghttps://github.com/moongate-community/moongatev2I've been building a modern Ultima Online server emulator from scratch. It's not feature-complete (no combat, no skills yet), but the foundation is solid and I wanted to share it early.What it does today: - Full packet layer for the classic UO client (login, movement, items, mobiles) - Lua scripting for item behaviors (double-click a potion, open a door — all defined in Lua, no C# recompile) - Spatial world partitioned into sectors with delta sync (only sends packets for new sectors when crossing boundaries) - Snapshot-based persistence with MessagePack - Source generators for automatic DI wiring, packet handler registration, and Lua module exposure - NativeAOT support — the server compiles to a single native binary - Embedded HTTP admin API + React management UI - Auto-generated doors from map statics (same algorithm as ModernUO/RunUO)Tech stack: .NET 10, NativeAOT, NLua, MessagePack, DryIoc, KestrelWhat's missing: Combat, skills, weather integration, NPC AI. This is still early — the
Mar 6, 2026 2:22 PM
esa.int
Work ongoing to restore contact with Proba-3's Coronagraphhttps://www.esa.int/Enabling_Support/Space_Engineering_Technology/Work_ongoing_to_restore_contact_with_Proba-3_s_CoronagraphAn anomaly onboard the Proba-3 mission’s Coronagraph spacecraft led to loss of contact between the spacecraft and ground control. The root cause of the anomaly is under investigation and mission teams are working hard to recover the situation.
Mar 6, 2026 10:00 AM
liftstack.com
Show HN: Liftstack – Snippet-level A/B testing for CRM marketershttps://www.liftstack.com/I've spent years in CRM and email marketing, and one thing has always driven me mad: the constant pressure from the business to "test everything" when you know damn well you'll never reach statistical significance.Most ESP's use frequentist models. You need a fixed sample size calculated upfront, you can't peek at results early without inflating your false positive rate, and if your list isn't massive, you're waiting weeks for a result that often comes back inconclusive anyway. So teams either ignore the statistics entirely and just pick whichever variant "looks better" after a day, or they stop testing altogether. Either way, you learn nothing.On top of that, the testing workflow itself is painful. You duplicate your entire template, change the one thing you want to test (a subject line, a hero image, a CTA), split your audience, send, and wait. Want to test two things at once? Now you need four template versions. Three things? Eight versions. It scales terribly, and most teams just d
Mar 5, 2026 3:18 PM
esa.int
Training for the εpsilon missionhttps://www.esa.int/ESA_Multimedia/Videos/2026/03/Training_for_the_epsilon_missionESA astronaut Sophie Adenot began her training at the European Astronaut Centre in Cologne, Germany, where she studied spacecraft systems and crew operations — learning to think and act as an astronaut. Alongside this, she conditioned her body for spaceflight and prepared for the physical and operational demands of her mission.
Mar 5, 2026 12:00 PM
nasa.gov
High-Speed Flight Project Overviewhttps://www.nasa.gov/directorates/armd/aavp/hsf/high-speed-flight-project-overview/What We do The High-Speed Flight (HSF) project develops technologies that make high-speed, airbreathing, commercial flight possible from Mach 1 to Mach 5 and above. HSF creates tools, technologies, and knowledge that will help eliminate today’s technical barriers to practical supersonic flight, most notably sonic boom. The project supports the X-59 quiet supersonic vehicle testing […]
Mar 5, 2026 1:05 AM
moatradar.com
Show HN: MoatRadar – AI investment research through Warren Buffett's principleshttps://www.moatradar.com/?promo=HACKERNEWSHey HN,I’m a non-developer and this is the first app I’ve ever shipped in my life. I built it over the last few days using Claude and a lot of vibe coding.The idea came from my own investing workflow: I often look at companies through the lens of specific investors (Buffett, Lynch, Taleb, etc.). I wanted a tool that could generate investment ideas filtered through those frameworks.What the app does:You choose an investor (Buffett, Lynch, Soros, Damodaran, etc.) and an asset class (stocks, startups, crypto). The app then generates 10 opportunities and explains why that investor might find them interesting, based on their known principles.Under the hood: • Node.js server (no frameworks) • Vanilla JS frontend • GPT-4o for research / synthesis • live price data • Stripe + Google OAuth • hosted on RailwayIt’s still an experiment and I’m curious if the idea actually makes sense to other investors.You can try it here:https://www.moatradar.comHN users can get 10 free credits:https://www.moatra
Mar 4, 2026 11:25 PM
spacepolicyonline.com
Isaacman’s “NASA Force” Envisions Term-Limited Industry Positions in NASAhttps://spacepolicyonline.com/news/isaacmans-nasa-force-envisions-term-limited-industry-positions-in-nasa/Four weeks after announcing that he wants to restore NASA’s core competencies, NASA Administrator Jared Isaacman said today that includes recruiting “technical talent” from industry to join the agency for […]
Mar 4, 2026 4:49 AM
spacenews.com
When space is hot, Washington holds a matchhttps://spacenews.com/when-space-is-hot-washington-holds-a-match/A lesson from private equity investing in defense and space technology is that while the sector has become trendy among investors, success in the long run depends on sustained government engagement The post When space is hot, Washington holds a match appeared first on SpaceNews.
Mar 3, 2026 4:00 PM
news.ycombinator.com
Ask HN: How are you structuring Markdown-based context for AI coding agents?https://news.ycombinator.com/item?id=47231386I’ve recently transitioned from using LLMs in-browser to a local agentic workflow in VS Code (Gemini Code Assist). I can approve/disapprove changes which is nice, but I’ve hit a wall regarding context management. Initially, I provided all the whole repo as context to the non-agentic version of Gemini code assist and it performed well.I read the agentic mode is "better" so to keep the agent aligned with my project's architecture, I’ve manually built 7 dense Markdown files that serve as the system instructions for the project. I require Gemini to update these files as we implement features.gemini.md (instructs gemini to read the other md files and handle updating) project_overview.md, architecture.md, features.md, database.md, api.md, security.mdEach file is between 500–1,500 words so I’m concerned if f this is the right way to go. There seems to be no consensus on context file best practices. I’m seeing strong arguments for both minimalist, lean instructions and dense, project-wide spec
Mar 3, 2026 12:29 PM
bing.com
Trump amaga con cortar comercio con España tras negativa a uso de bases militareshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89035b023747f999f8951d7efdf657&url=https%3A%2F%2Fwww.msn.com%2Fes-mx%2Fnoticias%2Fmundo%2Ftrump-amaga-con-cortar-comercio-con-espa%25C3%25B1a-tras-negativa-a-uso-de-bases-militares%2Far-AA1Xs508&c=11444046602644011705&mkt=en-usEl presidente Donald Trump amenazó este martes con cortar todo el comercio con España, cuyo gobierno de izquierdas se negó a permitir que aviones estadunidenses usaran bases españolas para atacar Irán ...
Mar 3, 2026 9:51 AM
science.nasa.gov
Collaborating Through Data: Inside the PSI Users Grouphttps://science.nasa.gov/science-research/biological-physical-sciences/collaborating-through-data-inside-the-psi-users-group/About the PSI Users Group The Physical Sciences Informatics (PSI) Users Group is a recurring Webex forum that brings together researchers, open-science practitioners, and collaborators from across the physical sciences community. Designed to foster collaboration, knowledge-sharing, and data-driven discovery, each meeting provides participants with a platform to directly engage with leading researchers and PIs. Each […]
Mar 2, 2026 5:30 PM
github.com
Show HN: Stash – AI-powered self-hosted bookmark managerhttps://github.com/ayoub9360/stash-bookmarkI built Stash, a self-hosted bookmark manager that uses AI to automatically process your links.Paste a URL and it fetches the content, parses it, summarizes it, auto-assigns categories and tags, and generates a vector embedding for search.Search is hybrid — it combines pgvector cosine similarity (semantic) with PostgreSQL tsvector (keyword) and merges both with Reciprocal Rank Fusion. You can search in natural language ("articles about distributed systems tradeoffs") or with simple keywords.It's single-tenant by design: one password, no user accounts, no tracking. Your data stays on your machine.The project is MIT licensed don't hesitate to contribute. Some areas where help would be great: browser extension, bookmark import/exportGitHub: https://github.com/ayoub9360/stashHappy to answer questions about the architecture or the hybrid search approach.
Feb 27, 2026 2:11 PM
esa.int
World-first gigabit-per-second laser link between aircraft and geostationary satellitehttps://www.esa.int/Applications/Connectivity_and_Secure_Communications/World-first_gigabit-per-second_laser_link_between_aircraft_and_geostationary_satelliteFaster, more secure connections from space could one day make broadband on planes, ships and even remote roads as easy as turning on a light. The European Space Agency (ESA), Airbus Defence and Space, the Netherlands Organisation for Applied Scientific Research (TNO) and German payload manufacturer TESAT (as subcontractor) successfully connected an aircraft to a geostationary satellite using laser communications, bringing people closer to seamless, high‑speed connections in daily life.
Feb 26, 2026 9:44 AM