30,483 results for do

haraldrevery.com
Show HN: Two-Dimensional Phase Portrait Plotterhttps://haraldrevery.com/notebook_pages/2dphaseportraitHi! I made a two-dimensional phase portrait plotter website page.Purpose: If you don't have any study guide for exercises related to dynamic systems or too lazy to run python and set up sliders to visually see potential bifurcations, you can play around with said dynamic system (numerically) to visually get a feel of the system.It includes numerical approximations for:- Euler/4th Order Runge-Kutta solver for the system --> You can also pick initial point + backwards integration.- Poincaré Index (index theory)- Nullclines- Eigenvalues of the Jacobian matrix (sometimes called "stability matrix" in the literature)It's based on old python code that I made for a dynamic system course that I converted to JavaScript using Grok, Sonnet 4.5 and Gemini Pro.Does not include:- Bifurcation diagrams - can't make it without a computer algebra system (CAS), way above my skill level...- Anything that isn't two-dimensional (for one dimension you can just use a regular calculator) - 3D got highly computa
Feb 14, 2026 1:35 PM
cloudrouter.dev
Show HN: Skill that lets Claude Code/Codex spin up VMs and GPUshttps://cloudrouter.dev/I've been working on CloudRouter, a skill + CLI that gives coding agents like Claude Code and Codex the ability to start cloud VMs and GPUs.When an agent writes code, it usually needs to start a dev server, run tests, open a browser to verify its work. Today that all happens on your local machine. This works fine for a single task, but the agent is sharing your computer: your ports, RAM, screen. If you run multiple agents in parallel, it gets a bit chaotic. Docker helps with isolation, but it still uses your machine's resources, and doesn't give the agent a browser, a desktop, or a GPU to close the loop properly. The agent could handle all of this on its own if it had a primitive for starting VMs.CloudRouter is that primitive — a skill that gives the agent its own machines. The agent can start a VM from your local project directory, upload the project files, run commands on the VM, and tear it down when it's done. If it needs a GPU, it can request one. cloudrouter start ./my-project cl
Feb 13, 2026 7:02 PM
spacepolicyonline.com
Crew-12 Lifts Off on Eight-Month ISS Missionhttps://spacepolicyonline.com/news/crew-12-lifts-off-on-eight-month-iss-mission/Crew-12 headed to the International Space Station this morning aboard their SpaceX Crew Dragon Freedom. When they arrive tomorrow, the ISS will be restored to its normal crew complement of […]
Feb 13, 2026 12:18 PM
github.com
Show HN: Machine-readable CV portfolio (llms.txt, capabilities.json)https://github.com/vassiliylakhonin/vassiliylakhonin.github.ioI rebuilt my CV site as a recruiter/AI-friendly portfolio:One-page profile + downloadable CV 3 case studies (including private-sector SaaS/e-commerce launch) AI-friendly article briefs (summary + source links) llms.txt, capabilities.json, sitemap.xml, robots.txt, JSON-LD Live: https://vassiliylakhonin.github.io/ Repo: https://github.com/vassiliylakhonin/vassiliylakhonin.github....I’m testing what actually improves discoverability and credibility for program/PMO/compliance roles. Feedback welcome: what should I remove, and what signal is still missing?
Feb 13, 2026 9:11 AM
spacedaily.com
Ariane 6 four booster launcher completes on schedule missionhttps://www.spacedaily.com/reports/Ariane_6_four_booster_launcher_completes_on_schedule_mission_999.htmlParis, France (SPX) Feb 13, 2026 Europe's Ariane 6 launcher has completed its first mission using a four booster configuration, delivering a full suite of payloads to orbit in a demonstration of its maximum performance variant. Designated flight VA267, the mission lifted off from Europe's Spaceport in Kourou, French Guiana, during a launch window between 16:45 and 17:13 GMT, carrying 32 satellites for Amazon's Leo constel
Feb 13, 2026 5:20 AM
news.ycombinator.com
Ask HN: We're building a saving app for European savers and need GTM advicehttps://news.ycombinator.com/item?id=46994985Hey HN, I'm Alessandro, founder of unflat.finance. We're an Italian startup building a stablecoin yield app for everyday Europeans people who have never touched a wallet, don't know what Morpho is, and have no interest in learning.What we do today: Users deposit euros via cooinbase pay. We convert to USDC, split their deposit across multiple isolated Morpho vaults on Base chain (each with different collateral types and borrowers pledging 150-200% of what they receive), and they earn 4-7% APY. They see one number: their balance growing daily. No wallet, no gas fees, no tokens. We have apps built for both iOS and Android, currently in beta.The market context: This category is exploding in the US. Axal (a16z CSX, $2.5M), Nook (Coinbase Ventures, $2.5M, ~7.6% avg APY, built by ex-Coinbase/Uber team), YieldClub ($2.5M), and Aave itself launched a consumer savings app with up to 9% APY and $1M deposit protection. They're all live or in waitlist. They all run on the same proven infrastructure
Feb 12, 2026 8:52 PM
nasa.gov
Shimmering Light in Egg Nebulahttps://www.nasa.gov/image-article/shimmering-light-in-egg-nebula/This image from NASA’s Hubble Space Telescope released on Feb. 10, 2026, reveals a dramatic interplay of light and shadow in the Egg Nebula, sculpted by freshly ejected stardust. Located approximately 1,000 light-years away in the constellation Cygnus, the Egg Nebula features a central star obscured by a dense cloud of dust — like a “yolk” nestled […]
Feb 12, 2026 4:07 PM
github.com
Show HN: Scan your codebase for off-brand copy (open source CLI)https://github.com/zeronelabs/brandlint-clihey,built a cli that scans your codebase for off-brand product copy. think eslint but for your brand voice.`npx brandlint`it extracts user-facing strings (jsx text, error messages, placeholders, i18n), checks them against a voice template (professional, casual, technical), and reports issues with file and line number.works with anthropic or openai keys. nothing leaves your machine except the score summary if you choose to share it :)supports ts/tsx, vue, svelte, html, json, yaml, markdown, php, python, and more.would love feedback. what brand voice rules do you usually enforce in your products, if any?
Feb 12, 2026 2:09 PM
sornic.com
Show HN: I built a Telegram bot that converts any article URL to audiohttps://sornic.comI read a lot of articles but rarely have time to sit and read them all. So I built @SornicBot on Telegram - you send it any article URL and it sends back an MP3 you can listen to right inside Telegram.How it works:Open @SornicBot on Telegram Send any article link Get back an MP3 in seconds It extracts the article text (strips ads, popups, cookie banners), then converts it to natural-sounding audio. You get 3 free articles per day.Just forward an interesting article link to the bot and listen to it later.If you prefer a web experience, there's also https://sornic.com where you can:Choose from 6 different AI voices Queue up multiple articles for back-to-back listening Download MP3s for offline use Get HD audio quality with credits The bot is free to use with a daily limit. Would love feedback on the audio quality and any article sources that don't work well.Bot: https://t.me/SornicBot Web: https://sornic.comMake sure to read the list of not allowed URLs before using it on the how it work
Feb 12, 2026 1:40 PM
flipcloc.com
Show HN: An aesthetic customizable online flip clock and my first ever apphttps://flipcloc.com/I know there are many flip clocks out there, but flip clocks are truly wonderful and my version FlipCloc is smooth, optimized, detailed, and fully customizable to match your workflow / aesthetics / mood.Often, flip clocks online feel half baked: choppy animations, bad flipping animations, lazy flap separations, sometimes not even distinct top and bottom flaps, zero customization, and so on. After playing with time related concepts in various projects, I wanted to build an app of my own and made this using WebGL and React. This is my first ever app and I’m quite proud of this beta version.Try the full experience for free in any browser. No ads, just a beautiful clock you can run in a tab, window, or PiP while working or studying. (One-time purchase unlocks saving custom themes, settings, and presets and is usable on the web, app, or screensaver.) You can start by trying out some of the different preset styles and then customizing it to your preferences.Key features:• Show/hide seconds,
Feb 12, 2026 12:52 PM
thenomadtracker.com
Show HN: Nomad Tracker, a local-first iOS app to track visas and tax residencyhttps://www.thenomadtracker.comHi HN, I’m full stack developer (formerly iOS) and I just launched Nomad Tracker, a native iOS app to help digital nomads track physical presence across countries for visa limits and tax residency.Key idea: everything runs on-device. No accounts, no cloud sync, no analytics.Features:- Calendar-based day tracking per country. - Schengen 90/180 and other visa “runways”. - Fiscal residency day counts and alerts. - Optional background location logging (battery-efficient, never overwrites manual data). - Photo import using metadata only (no image access). - On-device “Fiscal Oracle” using Apple’s Foundational Models to ask questions about your own data. Also you can choose AI models for this, but not local.I created this because other apps felt limiting and didn’t do what I needed. This app is visual, user-focused, and designed to make tracking easy and clear.Happy to answer questions or discuss the technical tradeoffs.
Feb 11, 2026 6:12 PM
klava.space
Show HN: Privacy-first iOS Keyboard with above-key predictionshttps://www.klava.space/Hey y'all, building Klava – an iOS keyboard inspired by BlackBerry, Windows Phone and other iconic aesthetics. It's pretty cool, I love it.It started because I missed BlackBerry keyboard's above-key predictions dearly. That is, suggestions are displayed above individual keys as you type, and you can flick them up to input words. Then came the realisation that I am violently nostalgic for the design languages of the past, when phones were fun – and have been looking for something like that on iOS for ages. Lastly, I realised that everything should be highly customisable and privacy-first because that's nice for me and for everyone.v1.2 now out with 25+ languages supported. Any Qs on the peculiarities (there are a ton) of building a custom iOS keyboard – feel free to shoot, and any thoughts & feedback.
Feb 11, 2026 6:11 PM
github.com
Show HN: CodeRLM – Tree-sitter-backed code indexing for LLM agentshttps://github.com/JaredStewart/coderlm/blob/main/server/REPL_to_API.mdI've been building a tool that changes how LLM coding agents explore codebases, and I wanted to share it along with some early observations.Typically claude code globs directories, greps for patterns, and reads files with minimal guidance. It works in kind of the same way you'd learn to navigate a city by walking every street. You'll eventually build a mental map, but claude never does - at least not any that persists across different contexts.The Recursive Language Models paper from Zhang, Kraska, and Khattab at MIT CSAIL introduced a cleaner framing. Instead of cramming everything into context, the model gets a searchable environment. The model can then query just for what it needs and can drill deeper where needed.coderlm is my implementation of that idea for codebases. A Rust server indexes a project with tree-sitter, builds a symbol table with cross-references, and exposes an API. The agent queries for structure, symbols, implementations, callers, and grep results — getting back e
Feb 11, 2026 1:10 PM
clawhosters.com
Show HN: I built managed OpenClaw hosting with 60s provisioning in 6 dayshttps://clawhosters.com/blog/posts/how-i-built-60-second-vps-provisioningHey HN,I'm Daniel, solo dev from Germany. I built ClawHosters (https://clawhosters.com), a managed hosting platform for OpenClaw, the open-source AI agent framework.Quick timeline: domain registered February 5th. First paying customer six days later. I probably should have spent more time on it, but it works.If you haven't seen OpenClaw, it lets you run a personal AI assistant that connects to Telegram, Discord, Slack, and WhatsApp. Self-hosting it is absolutely possible, but it's a pain. You're dealing with Docker setup, SSL certs, port forwarding, security hardening, keeping the image updated. Most people don't want to deal with any of that. They just want the thing running.That's what ClawHosters does. You pick a tier (EUR 19-59/mo), click create, and you've got a running instance with a subdomain. About 60 seconds if we have prewarmed capacity, maybe 90 seconds from a cold snapshot.Some technical details that might interest this crowd:*Subdomain routing chain.* Every instance gets
Feb 11, 2026 11:35 AM
news.ycombinator.com
Show HN: GHOSTYPE – AI voice input that learns your writing stylehttps://news.ycombinator.com/item?id=46971643Hello HN,I’m the creator of GHOSTYPE.I built this because I wanted a voice input workflow that didn't feel like talking to a chatbot. I wanted something that felt like a "neural extension" of my keyboard.It’s a macOS-native app that sits between your voice and your active window. Here is what it actually does:The Core Input Workflow:Push-to-Talk & Smart Send: Hold a global shortcut to speak. It detects the active app to determine the correct send method (e.g., Cmd+Enter for Slack vs Enter for Discord).Inline Editing: You can format while speaking. Need a line break, a specific spelling, or a bulleted list? You just say it, and it handles the formatting inside the sentence before outputting."Call Ghost": Post-processing commands (translate, polish, expand) are available immediately after speaking, before the text is typed out.The Experimental Stuff (WIP):1. Ghost Twin (Style Transfer): I call this a "Virtual Personality Engine" (a bit pretentious, I know). It analyzes your local writing
Feb 11, 2026 6:35 AM
ezclaw.app
Show HN: EZClaw – Deploy OpenClaw agents in – 1 minute – no tech skills neededhttps://ezclaw.appHey HN,I built EZClaw (https://www.ezclaw.app) to solve a problem I kept running into: non-technical friends and family wanted their own AI assistant, but the setup barrier was too high. Self-hosting means Docker, API keys, cloud accounts, SSH — none of that is reasonable to ask of normal people.EZClaw is managed hosting for OpenClaw (https://github.com/openclaw), an open-source personal AI assistant that lives in Telegram. You sign up, connect your Telegram, pick an AI model through OpenRouter (or use your openai/anthropic api key), and you're done. No cloud accounts, no API keys to manage, no servers to maintain.What you get: - A personal AI assistant in Telegram that can search the web, manage files, run code, control smart home devices, and more - Choice of AI model (Claude, GPT-4, Gemini, Llama, etc.) via OpenRouter — you can bring your own OpenRouter/OpenAI/Anthropic key so you control model costs separately -- or rely solely on managed solution - Each user gets their own isolate
Feb 10, 2026 8:26 PM
news.ycombinator.com
Ask HN: Why is everyone here so AI-hyped?https://news.ycombinator.com/item?id=46965731I get it - LLMs do have some value, but not as much as everyone (especially those from AI labs) is trying to pitch. I can't help thinking that it's so obvious we are almost at the very top of this bubble - but here it feels like the majority of HN doesn't think like that...Yet just in 2026 we had:- AI.com was sold for $70M - Crypto.com founder bought it to launch yet another "personal AI agent" platform, which promptly crashed during its Super Bowl ad debut.- MoltBook-mania - a Reddit clone where AI bots talk to each other, flooded with crypto scams and "AI consciousness" posts. 250,000+ bot posts burning compute for what actual value? [0]- OpenClaw - a "super open-source AI agent" that is a security nightmare.- GPT-5.3-Codex and Opus 2.6 were released. Reviewers note they're struggling to find tasks the previous versions couldn't handle. The improvements are incremental at best.I understand there are legitimate use cases for LLMs, but the hype-to-utility ratio seems completely out of
Feb 10, 2026 7:45 PM
meat.offer-spider.com
Show HN: Update UK Butchers Meat Price Trackerhttps://meat.offer-spider.comHey all!Following up on a previous post (had a bit of a hug of death) - https://news.ycombinator.com/item?id=46255827Have made a lot of improvements to make it actually useful and move to a stable domain (desktop still best, but it at least works now on mobile):Butcher list - Lots more butchers added to the scraper.Browse by Cut - This is the big one. Instead of scrolling through 1000+ individual products, you can now browse by standardised cut (Ribeye, Brisket, Lamb Leg, etc). I've mapped products from a selection of popular butchers to ~154 canonical cuts. Click a cut and see every matching product across all sites, sorted by price/kg. Looking to improve taxonomy over time with ongoing missed matches/remaps where the automation was wrong.90-day price ratings - I've been collecting price data for a while now, so the site can tell you if a product is at its lowest price in 90 days () or within 5% of that low (). Handy for spotting whether a "sale" is actually a good deal.Fresh vs Froze
Feb 10, 2026 6:41 PM
github.com
Show HN: Stripe-no-webhooks – Sync your Stripe data to your Postgres DBhttps://github.com/pretzelai/stripe-no-webhooksHey HN, stripe-no-webhooks is an open-source library that syncs your Stripe payments data to your own Postgres database: https://github.com/pretzelai/stripe-no-webhooks.Here's a demo video: https://youtu.be/cyEgW7wElcsWhy is this useful? (1) You don't have to figure out which webhooks you need or write listeners for each one. The library handles all of that. This follows the approach of libraries like dj-stripe in the Django world (https://dj-stripe.dev/). (2) Stripe's API has a 100 rpm rate limit. If you're checking subscription status frequently or building internal tools, you'll hit it. Querying your own Postgres doesn't have this problem. (3) You can give an AI agent read access to the stripe.* schema to debug payment issues—failed charges, refunds, whatever—without handing over Stripe dashboard access. (4) You can join Stripe data with your own tables for custom analytics, LTV calculations, etc.It creates a webhook endpoint in your Stripe account to forward webhooks to your backen
Feb 10, 2026 5:14 PM
science.nasa.gov
NASA’s Hubble Captures Light Show Around Rapidly Dying Starhttps://science.nasa.gov/missions/hubble/nasas-hubble-captures-light-show-around-rapidly-dying-star/This stunning image from NASA’s Hubble Space Telescope reveals a dramatic interplay of light and shadow in the Egg Nebula, sculpted by freshly ejected stardust. Located approximately 1,000 light-years away in the constellation Cygnus, the Egg Nebula features a central star obscured by a dense cloud of dust — like a “yolk” nestled within a […]
Feb 10, 2026 3:00 PM