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.RMar 7, 2026 10:24 PM
github.com
Show HN: Auto-Co – 14 AI agents that run a startup autonomously (open source)https://github.com/NikitaDmitrieff/auto-co-metaAuto-Co is an autonomous AI company OS — not a framework you build on, but a running system with an opinionated structure.Architecture: - 14 agents with expert personas (CEO/Bezos, CTO/Vogels, CFO/Campbell, Critic/Munger...) - Bash loop + Claude Code CLI — no custom inference, no vector stores - Shared markdown consensus file as the cross-cycle relay baton - Human escalation via Telegram for true blockers only (2 escalations in 12 cycles) - Every cycle must produce artifacts: code, deployments, docsThe repo IS the live company. It built its own landing page, README, Docker stack, GitHub release, and community posts — all autonomously across 12 cycles of self-improvement.What makes it different from AutoGen/CrewAI/LangGraph: those are building blocks. Auto-Co is the building. The decision hierarchy, safety guardrails, and convergence rules are baked in. You give it a mission and a Claude API key; it runs.The Critic agent (Munger persona) has been the most valuable: it runs a pre-mortem Mar 6, 2026 9:48 PM
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 — theMar 6, 2026 2:22 PM

spacedaily.com
Ancient impact may explain moons contrasting sideshttps://www.spacedaily.com/reports/Ancient_impact_may_explain_moons_contrasting_sides_999.htmlTokyo, Japan (SPX) Mar 05, 2026 For decades scientists have puzzled over why the moons two hemispheres look so different despite sharing a common origin in the early solar system. The near side that always faces Earth is dominated by dark flat volcanic plains called maria that create the familiar man in the moon pattern seen with the naked eye. In contrast the far side has a much thicker crust and appears as a rugged heaMar 5, 2026 9:54 AM

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.moatraMar 4, 2026 11:25 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
bing.com
El gobierno de España niega a EE. UU. el uso de sus bases militares para el ataque a Iránhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89035b023747f999f8951d7efdf657&url=https%3A%2F%2Fwww.nytimes.com%2Fes%2F2026%2F03%2F02%2Fespanol%2Fmundo%2Fespana-ejercito-trump.html&c=7459409063469076704&mkt=en-usLa nueva política es la crítica más reciente a Estados Unidos por parte de España, que ha destacado en Europa por su oposición constante al gobierno de Trump. Por Jason Horowitz Reportando desde ...Mar 1, 2026 4:00 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
github.com
Show HN: Context Harness – Local first context engine for AI toolshttps://github.com/parallax-labs/context-harnessContext Harness is a single Rust binary that gives AI tools like Cursor and Claude project-specific memory. It ingests docs, code, Jira tickets, Slack threads, and anything else into a local SQLite database, indexes them with FTS5 and optional vector embeddings, and exposes hybrid search via CLI and an MCP-compatible HTTP server.I built this because I kept hitting the same problem: AI tools are powerful but have no memory of my complex multi-repo project. They can't search our internal docs, past incidents, or architecture decisions. Cloud RAG services exist, but they're complex, expensive, and your data leaves your machine. I wanted something I could point at my sources and just run `ctx sync all`.Quick start: # Install (pre-built binaries available for macOS/Linux/Windows) cargo install --git https://github.com/parallax-labs/context-harness.git # Create config and initialize ctx init # Sync your data sources (filesystem, Git, S3, or Lua scripts) ctx sync all # Search from CLI ctx seaFeb 26, 2026 6:26 AM

spacedaily.com
Ganymede aurora study links moon and Earth space weatherhttps://www.spacedaily.com/reports/Ganymede_aurora_study_links_moon_and_Earth_space_weather_999.htmlLondon (SDX) Feb 25, 2026 New observations of Jupiter's largest moon, Ganymede, reveal that its auroras share detailed structural similarities with auroras on Earth, suggesting that the physical processes that generate these lights may be universal across different types of celestial bodies. A team from the Laboratory of Atmospheric and Planetary Physics (LPAP) at the University of Liege has used NASA's Juno spacecFeb 25, 2026 10:14 AM

spacedaily.com
Brain learns faster from rare rewards than from repetitionhttps://www.spacedaily.com/reports/Brain_learns_faster_from_rare_rewards_than_from_repetition_999.htmlLos Angeles CA (SPX) Feb 20, 2026 More than a century after Pavlov trained dogs to link a bell with food, neuroscientists at the University of California, San Francisco report that the brain may rely more on the timing of rewards than on sheer repetition when forming associative memories of cues and outcomes. Their work suggests that what matters for learning is how far apart cue-reward experiences are spaced in time, rather thaFeb 25, 2026 10:14 AM
bing.com
Volaris Reports Financial Results for the Fourth Quarter 2025: EBITDAR Margin of 37.2%http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a88f5376e124dcaafe0586ec0344c6f&url=https%3A%2F%2Fwww.nasdaq.com%2Fpress-release%2Fvolaris-reports-financial-results-fourth-quarter-2025-ebitdar-margin-372-2026-02-24&c=14960399069333100341&mkt=en-usMEXICO CITY, Feb. 24, 2026 (GLOBE NEWSWIRE) -- Controladora Vuela Compañía de Aviación, S.A.B. de C.V. (NYSE: VLRS and BMV: VOLAR) (“Volaris” or “the Company”), the ultra-low-cost carrier (ULCC) ...Feb 24, 2026 2:20 PM
news.ycombinator.com
Instance segmentation model that extracts 3D geometry from 2D floor planshttps://news.ycombinator.com/item?id=47092547Hey HN,I am an ML Engineer and a full-stack software engineer. For the past few weekends, I have been working on a pipeline to solve a PropTech problem: turning messy, highly occluded 2D floor plans into clean, structured data for 3D extrusion. Originally demoed for a firm hiring for the role.The Problem: If you try to use standard object detection (bounding boxes) or basic OCR (tested Qwen, DeepSeek) on architectural plans, it fails instantly. Walls intersect, doors swings and dimension lines heavily occlude the actual structures.The Stack & Architecture: I built an instance segmentation pipeline that relies strictly on pixel-perfect masking to pull the geometry.The Backbone: Swin Transformer + Detectron2.Model trained on 1024X1024 images, with RTX 4090Inference: Inference on CPUFeb 20, 2026 7:17 PM

europeanspaceflight.com
The UK Amends Launch Liability Rules as RFA Prepares for Inaugural Flighthttps://europeanspaceflight.com/the-uk-amends-launch-liability-rules-as-rfa-prepares-for-inaugural-flight/An amendment to the United Kingdom’s Space Industry Act will mandate that limits are set on how much launch operators are financially liable for if something goes wrong. The government has framed the change as a necessary step to strengthen the country’s position as a competitive launch location. The concept of states being liable for […] The post The UK Amends Launch Liability Rules as RFA Prepares for Inaugural Flight appeared first on European Spaceflight.Feb 20, 2026 3:01 PM

esa.int
Smile sets sail for Europe’s Spaceport in French Guianahttps://www.esa.int/Science_Exploration/Space_Science/Smile/Smile_sets_sail_for_Europe_s_Spaceport_in_French_GuianaJust over a year since Smile arrived in the Netherlands in two parts, the now-complete and thoroughly-tested spacecraft has left for good. With a launch window set for 8 April – 7 May on a Vega-C rocket, the joint European-Chinese mission is almost ready to embark upon its unique space mission.Feb 20, 2026 9:05 AM
arcraiders.website
Show HN: Arc Raiders companion – Quest tracker,maps,crafting and bots weaknesseshttps://arcraiders.websiteA fan-made tactical resource for ARC Raiders players. Built from playtest/open data, it includes:Full item database (499+ items) with loot sources, values, keep/sell/recycle adviceInteractive zone maps (Dam, Buried City etc.) showing danger levels & loot categories80+ active quests with requirements & rewardsMachine behaviors & weaknesses (Drones, Walkers, Titans)Crafting recipes, weapon classes, Hideout upgrade pathsLatest intel, patch notes & roadmap updatesNo affiliation with Embark Studios – just a community tool to help Raiders extract more efficiently and die less. Feedback welcome: missing data, UI suggestions, or want to contribute field reports? Drop a comment or hit the Contribute section on the site. Would love to hear how it helps (or doesn't) in your runs.Feb 20, 2026 1:02 AM

spacedaily.com
Curiosity Blog, Sols 4798-4803: Back for More Sciencehttps://www.spacedaily.com/reports/Curiosity_Blog_Sols_4798_4803_Back_for_More_Science_999.htmlPasadena CA (JPL) Feb 17, 2026 The results from our first visit to the "Nevado Sajama" drill location were intriguing enough to motivate our return to do a deeper dive into the minerals and compounds locked in this rock with SAM (the Sample Analysis at Mars instrument suite). As explained in the last blog, that deeper dive involves using the second of two vials of a chemical reagent, tetramethylammonium hydroxide (TMAH)Feb 19, 2026 12:07 PM

science.nasa.gov
NASA’s Hubble Identifies One of Darkest Known Galaxieshttps://science.nasa.gov/missions/hubble/nasas-hubble-identifies-one-of-darkest-known-galaxies/In the vast tapestry of the universe, most galaxies shine brightly across cosmic time and space. Yet a rare class of galaxies remains nearly invisible — low-surface-brightness galaxies dominated by dark matter and containing only a sparse scattering of faint stars. One such elusive object, dubbed CDG-2, may be among the most heavily dark matter-dominated […]Feb 18, 2026 3:00 PM

news.google.com
Best in Grass Lands in New York, Inviting 2,600 Consumers to Judge the State’s Top Cannabishttps://news.google.com/rss/articles/CBMihwFBVV95cUxNcEtFeVdCZkJwcnY1dXZKQWZYU3l6a0F5Uk9QYUVCVlVYZTlYMnBKajZ3am1Db181anU0VFpyWG5ROF92OEwtNUltbmRJaW5Kd0VMYXpIZXNubTZyZlUtaDlfdWwxeGJ2QXdQU3hSaXhTMm9XdUVRZl9aRDlBaEZBdmNaSE52M0U?oc=5Best in Grass Lands in New York, Inviting 2,600 Consumers to Judge the State’s Top Cannabis stupidDOPEFeb 17, 2026 8:00 AM