15,621 results for you

spacenews.com
Seraphim closes second early-stage space fund above $100 million targethttps://spacenews.com/seraphim-closes-second-early-stage-space-fund-above-100-million-target/Seraphim Space announced Feb. 25 it has completed fundraising for its second private early-stage venture fund, after exceeding its $100 million target to back young space technology startups. The post Seraphim closes second early-stage space fund above $100 million target appeared first on SpaceNews.
Feb 26, 2026 12:01 AM
news.ycombinator.com
Seedream 5.0 Lite API Pricing Breakdownhttps://news.ycombinator.com/item?id=47146196Seedream 5.0 Lite just dropped. Seedream 5.0 Lite just dropped. If you're curious about the most cost-effective way to run this in a production workflow, I put together a quick breakdown of the features and a price comparison across a few providers.1. Seedream 5.0 Lite Key Enhancements Here is what stands out in the 5.0 Lite update: - Stronger Feature Consistency: Noticeable jump in facial consistency and detail when using multi-image references. - Detail Preservation: It maintains natural skin tones and postures much better across batch outputs. - Precise Instruction Following: Handles complex camera angles and specific brush-style effects more reliably. - Multimodal Reasoning: You can feed it rough sketches or abstract logic, and it translates them into commercial-ready designs. - Visualizing Complex Data: Great for turning raw data or knowledge sets into clean visuals for presentations. - Broad Use Cases: Fast enough for marketing/E-commerce but high-quality enough for film/game pre
Feb 25, 2026 1:39 AM
bing.com
Shiri Shapira’s Yiddish stories reflect the anxieties of millennialshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89e566f12342b786efa350a7123247&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Fworld%2Fshiri-shapira-s-yiddish-stories-reflect-the-anxieties-of-millennials%2Far-AA1WYhC3&c=16792107186209155663&mkt=en-usThe Forward brings you independent, nonprofit journalism with trusted, nonpartisan news and analysis of the Middle East, campus conflicts, and more. Sign up for the free morning newsletter today. This ...
Feb 24, 2026 5:12 AM
bing.com
Shiri Shapira’s Yiddish stories reflect the anxieties of millennialshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89d8b3034a4dafa8b248143dbed6f1&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Fworld%2Fshiri-shapira-s-yiddish-stories-reflect-the-anxieties-of-millennials%2Far-AA1WYhC3&c=16792107186209155663&mkt=en-usThe Forward brings you independent, nonprofit journalism with trusted, nonpartisan news and analysis of the Middle East, campus conflicts, and more. Sign up for the free morning newsletter today. This ...
Feb 24, 2026 5:12 AM
news.ycombinator.com
Show HN: PaperBanana – Paste methodology text, get publication-ready diagramshttps://news.ycombinator.com/item?id=47132143I got tired of spending hours in PowerPoint and TikZ drawing methodology diagrams for my papers. So I built PaperBanana — you paste your Method section text, and it generates a publication-ready figure in about 2-3 minutes.How it works under the hood:1. A Retriever agent searches a curated database of real academic diagrams to find structurally similar references 2. A Planner agent reads your text and generates a detailed visual description (layout, components, connections, groupings) 3. A Stylist agent polishes the visual aesthetics without changing content 4. Then it enters an iterative loop: a Visualizer generates the image, and a Critic evaluates it and suggests revisions — this repeats 1-5 times (you choose)The key insight is that academic diagrams follow conventions — Transformer architectures, GAN pipelines, RLHF frameworks all have recognizable visual patterns. By retrieving relevant references first, the output is much closer to what you'd actually put in a paper vs. generic A
Feb 24, 2026 2:34 AM
apps.apple.com
Show HN: Touch Trigonometry – interactive way to understand the trig functionshttps://apps.apple.com/us/app/touch-trigonometry/id6758712159I started to teach myself to code around 15 years ago. At the time I was working service industry jobs (restaurant kitchens, coffee shops) and desperate to change my career and life.Around that time there was a new thing called available in HTML5 that you could use to render graphics in web pages without plugins; despite my limited knowledge of tech and lack of coding skills, I knew I wanted to be a part of that.Around that same time, I had also enrolled at the community college for night classes in math. I wanted to "work in tech" after all, so a mathematics brush-up seemed wise. I had always struggled with math. But now that I was both incentivized to learn it, I found myself facing a familiar terror: trigonometry.The other students, just out of high school, seemed to know this stuff. I was simply confused. The same frustration I had felt in high school returned: No one could clearly answer why this stuff worked. Why did we need a "sine" function?So I decided to combine my struggles
Feb 23, 2026 8:56 PM
news.ycombinator.com
Haitless: Quit Addictionhttps://news.ycombinator.com/item?id=47128248Break bad habits and track your recovery.Break the cycle. Reclaim your freedom. Habitless is the science-backed tracker built specifically for the discipline of quitting. Whether it’s smoking, alcohol, vaping, or social media, Habitless provides the visual proof and psychological tools you need to stop addictions for good and stay sober. WHY HABITLESS? Most apps track new routines. Habitless tracks your freedom. By combining high-precision streak counting with real-time financial savings, we turn your recovery into a rewarding journey you can actually see.KEY FEATURES • Precision Streak Counter: Track your sobriety down to the second. See exactly how long you’ve been habit-free with our emerald-on-black interface. • Financial Savings Tracker: See the real-world impact. Input your daily spend on cigarettes or drinks and watch your total savings grow in real-time. • Milestone Journey & Badges: Unlock 20+ psychological badges as you progress from "24 Hours Clean" to "Long-term Freedom." •
Feb 23, 2026 8:23 PM
github.com
Show HN: Irpapers – Visual embeddings vs. OCR trade-offs in scientific PDFshttps://github.com/weaviate/query-agent-benchmarkingHey HN, we are releasing IRPAPERS to answer a highly pragmatic question: when building a RAG pipeline over PDFs, should you OCR the text or just embed the raw page images?Processing PDFs in production usually involves stringing together brittle OCR heuristics. While recent multimodal embeddings (like ColModernVBERT or ColPali) allow you to skip OCR entirely and retrieve directly from visual layouts, we wanted to measure if the computational overhead is actually worth the utility.The short answer: Transformer-based image pipelines won't be perfect for every use-case, but they fix exactly what OCR breaks.Here is what we found benchmarking 3,230 pages of dense scientific literature:Complementary Bottlenecks: Text representations (BM25 + dense vectors) are highly efficient for exact lexical constraints (e.g., finding a specific acronym like "HyDE"). Conversely, image embeddings shine on spatial architecture diagrams and t-SNE plots where OCR serialization just turns into structural garbage
Feb 23, 2026 5:10 PM
github.com
Show HN: Aethene – Open-source AI memory layerhttps://github.com/akhilponnada/aetheneHey HN, I'm shipping my first open-source project and I'm pretty nervous about it. Aethene is an AI memory API – it gives your AI apps persistent memory. Store conversations, extract facts automatically, search semantically, handle contradictions gracefully. It works well thank most of the memory projects available on the market currently.Why I built this: I was building AI agents and kept running into the same problem – they forget everything. Every conversation starts from zero. I wanted something that could: - Auto-extract facts from conversations (not just store raw text) - Handle "user moved from SF to NYC" without keeping both as true - Search by meaning, not just keywords - Version everything (who said what, when) Tech stack: - TypeScript + Hono (fast, edge-ready) - Convex (real-time DB + vector search) - Gemini (embeddings + extraction) What it does: # Store memory curl -X POST /v1/content -d '{"content": "User loves hiking, lives in SF"}' # Recall naturally curl -X POST /v1/re
Feb 22, 2026 1:57 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
streakout.app
Show HN: Minimalistic workout tracker for iPhone – Stats, Trends, Streakshttps://streakout.app/Streakout is a minimal iOS workout tracker designed to extend Apple Health & Fitness. It reads your existing workout data and turns it into beautiful tiles, charts, and timelines – helping you answer one of the most important questions for your health: “How often did I move this week, this month, this year…?”Because what really matters is showing up.There’s no signup, no clutter, no subscription, no data sharing, and no noise – only the most relevant stats and insights, neatly packaged into two simple screens: overview and calendar feed.Would deeply appreciate some feedback.LET'S MOVE
Feb 20, 2026 3:06 PM
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
news.ycombinator.com
Show HN: AFS – filesystem-native memory layer for AI agentshttps://news.ycombinator.com/item?id=47062802I've been building multi-agent AI pipelines and kept running into the same structural problem: agents are stateless by default. Every session restart discards everything they learned. In multi-agent systems it compounds — Agent-1 learns something Agent-2 will never know. I started calling it "agent amnesia." AFS is my attempt to fix this. The central architectural decision is unusual: your filesystem IS the memory layer. There's no separate database process to run, no cloud service to authenticate against. AFS stores memories as JSON files in a `.afs/` directory, with SQLite FTS5 for full-text search, HNSW indices for vector similarity, and msgpack-encoded graph edges for relationships. *Three-tier memory lifecycle (automatic)* Memories auto-migrate without explicit management: - Working memory (< 24h): raw observations, fast access, no compression- Episodic memory: full history with provenance, searchable - Semantic memory: auto-consolidated knowledge (scheduler synthesizes patterns f
Feb 18, 2026 4:31 PM
github.com
Show HN: Corral – Auth and Stripe billing that AI coding agents can set uphttps://github.com/llama-farm/corralHey HN. I built Corral because every time I asked an AI coding agent to "add auth and payments," it hallucinated for an hour and produced broken code. Wrong imports, phantom endpoints, a login page wired to nothing.The problem isn't the agent. It's that auth-to-billing-to-gating is genuinely hard to wire, and there's no machine-readable spec for how to do it.Corral is an open-source CLI (MIT) that gives your agent a spec it can read (llms.txt), then scaffolds auth + Stripe billing into your existing project. It detects your framework (Express, Next.js, Hono, Fastify, and 13+ more), embeds into your existing server (doesn't create a new one), and generates working components: profile page, admin dashboard, plan gating, Stripe checkout, usage metering. One YAML config file controls everything.The agent workflow is 9 commands. Every command supports --json. Errors include a "fix" field. Exit 0 means deploy-ready.I hardened this across 10 framework/DB combos with blind agent tests: 3 AI mo
Feb 17, 2026 9:03 PM
coolwulfAI.com
Show HN: CoolWulf AI – A personal AI assistant built in Go, optimized for macOShttp://coolwulfAI.comHey HN,I've been building CoolWulf AI (https://coolwulfai.com), a self-hosted personal AI assistant. After seeing OpenClaw blow up, I wanted to share what I've been working on — a different approach to the same problem.*Why I built this:*I tried OpenClaw and found the Node.js/TypeScript stack heavy for what's essentially a local agent. pnpm, Node 22+, React — lots of moving parts. I wanted something that's a single binary, zero runtime dependencies, and feels native on macOS. So I built it in Go.*How it's different from OpenClaw:*- *Single binary, no runtime needed.* Download, set your API key, run. No Node.js, no pnpm, no build step. One ~100 MB binary. - *Built in Go.* Fast startup, low memory footprint, compiles to a native executable. No garbage collector pauses from a JS runtime sitting in the background. - *macOS-native integrations.* Deep AppleScript-based control of Apple Notes, Reminders, Calendar, Terminal.app, and WeChat desktop. These aren't browser hacks — they use the nat
Feb 17, 2026 5:32 AM
mindweave.space
Show HN: Mindweave – AI-powered personal knowledge hub with semantic searchhttps://www.mindweave.space/Hi HN,I built Mindweave to solve a problem I kept running into — I'd save bookmarks, notes, and links across different apps, then never find them again when I actually needed them.Mindweave lets you capture notes, links, and files in one place. The interesting part is what happens after: - Semantic search — find content by meaning, not just keywords. "That article about improving deep work" finds it even if those words don't appear in the content. Powered by pgvector cosine similarity on Gemini embeddings. - AI auto-tagging — Gemini generates tags on save, so you don't have to organize anything manually. - Knowledge Q&A — ask questions about your saved content using RAG. Retrieves relevant pieces, feeds them as context to Gemini, returns a grounded answer. Stack: Next.js 15 (App Router, Server Actions), PostgreSQL 16 + pgvector, Google Gemini (text-embedding-004, 768d), Drizzle ORM, Auth.js v5, Tailwind/shadcn. Deployed on Cloud Run. A few things I found interesting while building this
Feb 16, 2026 5:20 AM
bing.com
How to make Background Transparent in Paint 3Dhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a86530b20fc4c7dbb4c2179bcb830a6&url=https%3a%2f%2fwww.thewindowsclub.com%2fremove-background-image-with-paint-3d-in-windows-10&c=2815641755163138857&mkt=en-usBefore we go ahead with the editing, there is a fundamental idea that you should know. Paint 3D uses an algorithm and bit of user input to figure out what should be removed. The less distraction or ...
Feb 14, 2026 10:57 PM
bing.com
How to make Background Transparent in Paint 3Dhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a865314d89742b194b9decba8a2d3f5&url=https%3a%2f%2fwww.thewindowsclub.com%2fremove-background-image-with-paint-3d-in-windows-10&c=2815641755163138857&mkt=en-usBefore we go ahead with the editing, there is a fundamental idea that you should know. Paint 3D uses an algorithm and bit of user input to figure out what should be removed. The less distraction or ...
Feb 14, 2026 10:57 PM
bing.com
How to make Background Transparent in Paint 3Dhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a8652f6c05647099082cf82e4d568e9&url=https%3a%2f%2fwww.thewindowsclub.com%2fremove-background-image-with-paint-3d-in-windows-10&c=2815641755163138857&mkt=en-usBefore we go ahead with the editing, there is a fundamental idea that you should know. Paint 3D uses an algorithm and bit of user input to figure out what should be removed. The less distraction or ...
Feb 14, 2026 10:57 PM
bing.com
How to make Background Transparent in Paint 3Dhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a86531be742407198f8280597e2c1a1&url=https%3a%2f%2fwww.thewindowsclub.com%2fremove-background-image-with-paint-3d-in-windows-10&c=2815641755163138857&mkt=en-usBefore we go ahead with the editing, there is a fundamental idea that you should know. Paint 3D uses an algorithm and bit of user input to figure out what should be removed. The less distraction or ...
Feb 14, 2026 10:57 PM