6,752 results for been

nasa.gov
Young ‘Sun’ Caught Blowing Bubbles by NASA’s Chandrahttps://www.nasa.gov/missions/chandra/young-sun-caught-blowing-bubbles-by-nasas-chandra/For the first time, a much younger version of the Sun has been caught red-handed blowing bubbles in the galaxy, by astronomers using NASA’s Chandra X-ray Observatory. The bubble – called an “astrosphere” – completely surrounds the juvenile star. Winds from the star’s surface are blowing up the bubble and filling it with hot gas […]
Feb 23, 2026 8:07 PM
github.com
Show HN: AIOffice – Terminal tabs don't scale past 3 AI agents, so I built thishttps://github.com/ChristianFJung/AIOfficeI've been running multiple AI coding agents in parallel through Claude Code and Copilot CLI and imo once you get past 3 concurrent tasks, terminal tabs become unmanageable.So I built AIOffice — a pixel-art virtual office where each agent sits at a desk. You walk around as the boss, assign work, and see everyone's status at a glance. When you need to interact with an agent, you walk over and chat.How it works: - Each agent is a real CLI process running in a PTY on your machine - Server watches JSONL output, bridges messages over WebSocket - Phaser renders it all as a pixel-art office with spatial awareness - You chat with agents using their native CLI interfacesThe spatial metaphor turns out to be surprisingly useful — you naturally remember "Bob is at the desk by the window working on the API" instead of "which tab was that Claude instance in?"Runs on your machine and uses your CLI tools. Built with TypeScript, Phaser 3, node-pty, and WebSockets.Repo: https://github.com/ChristianFJung/
Feb 23, 2026 7:52 PM
ghostklan.com
Show HN: Shibuya – A High-Performance WAF in Rust with eBPF and ML Enginehttps://ghostklan.com/shibuya.htmlHi HN,I’ve been working on Shibuya, a next-generation Web Application Firewall (WAF) built from the ground up in Rust.I wanted to build a WAF that didn't just rely on legacy regex signatures but could understand intent and perform at line-rate using modern kernel features.What makes Shibuya different:Multi-Layer Pipeline: It integrates a high-performance proxy (built on Pingora) with rate limiting, bot detection, and threat intelligence.eBPF Kernel Filtering: For volumetric attacks, Shibuya can drop malicious packets at the kernel level using XDP before they consume userspace resources.Dual ML Engine: It uses an ONNX-based engine for anomaly detection and a Random Forest classifier to identify specific attack classes like SQLi, XSS, and RCE.API & GraphQL Protection: Includes deep inspection for GraphQL (depth and complexity analysis) and OpenAPI schema validation.WASM Extensibility: You can write and hot-load custom security logic using WebAssembly plugins.Ashigaru Lab: The project inc
Feb 23, 2026 6:36 PM
spacedaily.com
New Wenchang lunar pad completes first Long March 10 testhttps://www.spacedaily.com/reports/New_Wenchang_lunar_pad_completes_first_Long_March_10_test_999.htmlTokyo, Japan (SPX) Feb 18, 2026 At the future departure gate for Chinas crewed lunar journeys at the Wenchang Spacecraft Launch Site in the southern island province of Hainan, personnel in blue uniforms have been carrying out post launch operations around a newly built tower dedicated to human missions to the Moon. The tower and its associated systems are being checked after the facility handled its first launch. The new
Feb 23, 2026 2:45 PM
spacedaily.com
Study questions assumptions about hidden alien technosignalshttps://www.spacedaily.com/reports/Study_questions_assumptions_about_hidden_alien_technosignals_999.htmlBerlin, Germany (SPX) Feb 18, 2026 For more than sixty years, astronomers have conducted systematic searches for technosignatures, looking for artificial radio emissions, laser flashes, or excess heat that could reveal advanced civilizations in the Milky Way. Despite decades of monitoring across radio, optical, and infrared bands, no technosignature has been confirmed, a result often attributed to the fact that only a small
Feb 23, 2026 2:45 PM
surge.basalthq.com
Show HN: BasaltSurge – Web3 POS checkout and AI-agent commerce APIhttps://surge.basalthq.comI’m Michael, and my team at BasaltHQ has been building BasaltSurge. We originally started this under the name PortalPay, but recently rebranded as the scope expanded. It’s a payment engine designed to bypass legacy card rails at the physical point of sale and provide a standardized checkout layer for AI agents.Having worked extensively on data and payment solutions for high-friction retail environments where traditional processors take massive cuts or deny service entirely, we wanted to build something genuinely permissionless.Here is a breakdown of what we built:QR-Based POS Checkout: Merchants print a QR code on their standard POS receipt. Customers scan it to access a white-labeled, web3-native checkout on their phone. It accepts USDC, USDT, cbBTC, and ETH on the Base network. We utilize Account Abstraction (AA) for gas sponsorship so the end-user UX isn't bottlenecked by network fee friction.Built for the Machine Economy: We unified Google's Universal Commerce Protocol (UCP) with t
Feb 23, 2026 2:22 PM
news.ycombinator.com
Show HN: Coasty.ai – We just hit SOTA on OSWorld (computer-use agent benchmark)https://news.ycombinator.com/item?id=47117621Hey HN,We've been heads down building Coasty for the past few months and wanted to share a milestone, we just achieved state-of-the-art results on OSWorld, the most comprehensive benchmark for computer-use agents. For those unfamiliar, OSWorld tests whether AI agents can actually use a computer the way a human does navigating real desktop environments, clicking through UIs, filling out forms, managing files across apps.We're building an agent execution platform for computer-use AI. Think of it like Vercel but for AI agents that operate full desktop environments. You give Coasty a task, and it spins up a sandboxed environment where an agent can see the screen, move the mouse, type, and complete end-to-end workflows things like filing expenses, canceling subscriptions, filling out insurance forms, or navigating legacy enterprise software. Why this mattersMost "AI automation" today is really just API glue between apps that have APIs. But the vast majority of business workflows still live
Feb 23, 2026 3:13 AM
news.ycombinator.com
Ask HN: Freelance full-stack dev in between contractshttps://news.ycombinator.com/item?id=47117393Hi HN,I’m a freelance web developer (Python, JavaScript). I’ve been between contracts longer than expected and have run out of runway.I need about $2,000 to cover essential expenses while I continue my job search and outreach.I’m staying anonymous for privacy reasons, and I understand that this reduces trust, and I respect that some people may be skeptical.To make this more concrete, I’m happy to take on small paid tasks (bug fixes, feature builds, automation scripts), or help with MVPs.You can reach me at: downbad1253 at yahoo dot comIf someone prefers to help directly, I’m accepting USDC (BEP20) at:0x9357fc346afe270faab8f873400a39cc9cdc6b3bIf this post isn’t appropriate here, I understand and apologize to the mods.Thanks for reading.
Feb 23, 2026 2:39 AM
github.com
Show HN: I'm building a pure-Rust reimplementation of rsync (Protocol 32)https://github.com/oferchen/rsyncYears ago, I was tasked with a massive data migration: multiple disks, each containing over 100 million files, with a strict, non-negotiable 24-hour downtime window. Using the standard tools available at the time was a painful experience. The single-threaded file discovery crawled, and memory usage was a constant source of anxiety. I promised myself that one day, I would come back and build a tool that could actually handle that scale natively.What started as a side project has evolved into a full systems-level undertaking. The project is oc-rsync - a complete client, server, and daemon implementation targeting rsync protocol 32, written entirely in pure Rust.I find it incredibly ironic that I am currently shipping a data migration tool while my life is packed in suitcases, as I'm migrating to another country myself. I’ve been pushing git commits multiple times a day between packing boxes.I want to be completely transparent upfront: I am actively working on this, and not everything is
Feb 22, 2026 10:51 PM
news.ycombinator.com
Show HN: I tracked 800 Reddit URLs on Google – 56% die within 48hhttps://news.ycombinator.com/item?id=47114771I've been experimenting with parasite SEO (ranking Reddit/Quora threads on Google) and noticed my traffic kept dying after a few days.To see if this was systemic, I built a custom scraper and tracked 800 unique UGC URLs across high-competition commercial keywords for a month.The data showed a massive "churn" rate: Out of the 611 threads that dropped out of the Top 10, 56.1% were completely rotated out of the SERPs within 48 hours. Only a tiny fraction survived more than 2 weeks.I published the raw CSV data from the study here if anyone wants to run the URLs through Ahrefs and look for backlink patterns: https://contentrankr.com/ugc-churn-dataStandard rank trackers check weekly, so you don't even realize a thread is dead until days later. I also embedded a tiny free tool on that page using the Serper API where you can paste a Reddit URL and instantly check if Google has dropped it from the index.Curious if anyone else has looked into the "half-life" of Google's new UGC rankings?
Feb 22, 2026 9:18 PM
news.ycombinator.com
Show HN: OctoFlow v1.0.0 – GPU VM where the GPU runs autonomously, CPU is BIOShttps://news.ycombinator.com/item?id=47113604Three days ago I posted OctoFlow 0.83 here (GPU-native programming language, 2.2 MB binary). The feedback was great. Since then I've pushed v1.0.0 with the thing I've actually been building toward: a GPU Virtual Machine.The idea: the GPU is the computer, the CPU is the BIOS.You boot a VM, program a dispatch chain of kernel instances, submit once with vkQueueSubmit, and everything — layer execution, inter-layer communication, self-regulation, compression, database queries — happens on the GPU without CPU round-trips. The CPU just provides I/O. let vm = vm_boot() let prog = vm_program(vm, kernels, 4) vm_write_register(vm, 0, 0, input) vm_execute(prog) let result = vm_read_register(vm, 3, 30) 4 VM instances, one submit, no CPU involvement between stages.The memory model is 5 SSBOs: Registers (per-VM working memory), Metrics (regulator signals), Globals (shared mutable — KV cache, DB tables), Control (indirect dispatch params), Heap (immutable bulk data — quantized weights).What makes it i
Feb 22, 2026 6:55 PM
news.ycombinator.com
Show HN: Vexp – graph-RAG context engine, 65-70% fewer tokens for AI agentshttps://news.ycombinator.com/item?id=47113273I've been building vexp for the past months to solve a problem that kept bugging me: AI coding agents waste most of their context window reading code they don't need.The problemWhen you ask Claude Code or Cursor to fix a bug, they typically grep around, cat a bunch of files, and dump thousands of lines into the context. Most of it is irrelevant. You burn tokens, hit context limits, and the agent loses focus on what matters.What vexp doesvexp is a local-first context engine that builds a semantic graph of your codebase (AST + call graph + import graph + change coupling from git history), then uses a hybrid search — keyword matching (FTS5 BM25), TF-IDF cosine similarity, and graph centrality — to return only the code that's actually relevant to the current task.The core idea is Graph-RAG applied to code:Index — tree-sitter parses every file into an AST, extracts symbols (functions, classes, types), builds edges (calls, imports, type references). Everything stored in a single SQLite file
Feb 22, 2026 6:14 PM
news.ycombinator.com
Ask HN: How do new blogs break the backlink–indexing loop?https://news.ycombinator.com/item?id=47110054We run a small coding blog sharing our learning experience and I keep hitting the same loop: Google won't index most of our pages because the site has no authority. Authority comes from backlinks. But nobody links to a site that doesn't show up in search results. 110+ posts and almost nothing showing up on Google. Bing has started indexing them, but Google won't budge. Google indexed us in the beginning, just a bit, then after one of their updates we were destroyed and never re-covered.We've tried long-form guides, short tutorials, long-tail keywords, competitive keywords, niche topics with zero competition. I'm not sure anymore if content is the problem.We have no noindex issues, no missing sitemaps, no crawl errors — all the basic SEO boxes are checked. Site is submitted to Search Console, PageSpeed Insights performance is good (99% desktop, 85+ mobile).We started cross-posting to Medium, Dev.to, and Hashnode but we can't even be sure that's the right path. We've been posting consist
Feb 22, 2026 11:04 AM
news.ycombinator.com
Ask HN: How do you test your MyBatis dynamic SQL queries?https://news.ycombinator.com/item?id=47104032(Full Disclosure: I am developing this plugin and drafting this post with the assistance of AI agents. It’s been an eye-opening experiment in how AI can help "scratch an itch" faster than ever.)I’m currently working on a project using MyBatis, and one of the biggest friction points for me is verifying dynamic SQL. Whenever I have a complex query with , , or OGNL expressions, the feedback loop is painfully slow.My current "workflow" (which I find incredibly tedious) is: 1. Copy the raw SQL from the XML mapper. 2. Manually scrub the XML tags like and . 3. Replace all #{param} placeholders with actual values, one by one. (or :param) 4. Finally, paste the cleaned-up SQL into the IDE’s database console to see if it even runs.I was surprised to find that, despite many MyBatis plugins existing, none of them seem to offer a "direct execution with parameters" feature within the IDE. I expected this to be a standard feature by now, but it feels like we’re still stuck with manual labor for query
Feb 21, 2026 7:52 PM
news.ycombinator.com
A perceptual-first mobile audio DSP experimenthttps://news.ycombinator.com/item?id=47097362Hi HN,I’ve been working on a long-running personal DSP experiment that started from a simple observation: most real-world listening happens on constrained systems — phone speakers, budget earbuds, car audio, Bluetooth, and heavily compressed streams. In that environment, “accurate” or “flat” processing often doesn’t survive contact with reality.Instead of optimizing for frequency response, I tried optimizing for perceptual survival under constraints. The system is built around a few principles:• Virtual pitch / harmonic reconstruction to preserve perceived low-end on small transducers • Targeted removal of low-mid intermodulation zones that create perceived “mud” on cheap hardware • A biologically-informed notch around the ear-canal resonance region to reduce fatigue at higher listening levels • Minimum-phase, high-headroom internal processing to preserve transient coherence • Treating codecs, OS mixers, and streaming artifacts as first-class constraints, not edge casesThe interesting
Feb 21, 2026 4:00 AM
super-launch.app
Show HN: Super Launch – A platform for you to get discovered and grow traffichttps://super-launch.appI've been launching side projects for a while and realized that after the initial Product Hunt spike, there's not many places to get consistent visibility. So I built Super Launch — a curated directory where indie developers can list their startups and keep getting discovered.Here's what it offers:Submit your product and reach thousands of potential users looking for new tools AI-powered submission — auto-fill your listing with generated copy, logos, and screenshots Friend links — build reciprocal link partnerships with other makers to boost SEO SEO tools — analyze domain authority, keyword difficulty, and track your online presence Analytics dashboard — track views, clicks, and engagement for your listings It also automatically imports trending products from Product Hunt daily, so there's always fresh stuff to discover. Categories cover AI tools, SaaS, open source, affiliate programs, and more.Would love feedback from fellow indie hackers. What features would make this more useful for
Feb 20, 2026 10:44 PM
news.ycombinator.com
Reddit Ads support is leaking PII and actively crossing user sessionshttps://news.ycombinator.com/item?id=47092914I have been dealing with a Reddit Ads account issue over the last week, and it has quickly escalated into a severe privacy and security red flag. It appears their customer support tools (or the agents themselves) are actively bleeding PII and crossing user sessions entirely.Over the last week, I have experienced three separate incidents in their live chat:Incident 1: Account Cross-Contamination (Feb 14) While chatting with an agent (Sonam B), they managed to associate my personal email to a completely unrelated, bizarrely named ad account ("No Panties Games Ad Account"). When I pointed out they were pasting data related to someone else's account alongside my email, they tried to brush it off as an "error" and told me to "kindly ignore."Incident 2: Direct PII Leak (Feb 20) Today, while following up on the issue with a different agent (Naheeda M), they inexplicably dropped the email address (info@REDACTED.com) and the full legal business entity name of an entirely different advertiser in
Feb 20, 2026 7:45 PM
aethercamera.pro
Show HN: AetherCam, a video recorder focusing on audiohttps://aethercamera.proHey everyone,I wanted to share one of my passion projects that I've been working on for the past year. AetherCam is a video recording app that allows you to apply effects to the audio track in real-time. You can boost volume, add reverb, compressor, eq, and delay. Everything on the fly.The idea for AetherCam came to me when I was recording myself playing guitar and thought that the part that I came up with would sound really cool if there was some reverb applied to it. Day after that "revelation", I sat down and started coding the app. I had some prior experience with AVFoundation and Core Audio, as I worked in a startup that dealt with audio for a brief moment, so knew what I needed to get the ball rolling, but still, the effects were one of the toughest part to write.I already have version 1.1 in the works that significantly improves the reverb engine. Would love to know what you think! :)
Feb 20, 2026 7:22 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 CPU
Feb 20, 2026 7:17 PM
news.ycombinator.com
Seedance 2.0 API launch postponed due to copyright threats from Disney/Warnerhttps://news.ycombinator.com/item?id=47090096Hearing the Seedance 2.0 API timeline is slipping: docs that were supposed to land Feb 22 and the API on Feb 24 are now delayed.The stated reason is adding pre-release safeguards before public API access, after deepfake/copyright controversy around “real person reference” + low-effort prompts producing high-fidelity actor/celebrity lookalikes.What they’re reportedly planning to ship before opening up includes:stricter content filtering rules explicitly blocking unlicensed real-person likeness video generation compliance monitoring mechanisms (so commercialization doesn’t outpace legal/ethical boundaries) No new ETA yet.Source: Atlas Cloud (they’ve been in ongoing comms with the ByteDance team and have an API integration partnership in place). They also reached out to ByteDance to confirm the delay.
Feb 20, 2026 4:25 PM