46,128 results for no

spacedaily.com
Hydrogen sulfide detected in distant gas giant exoplanets for the first timehttps://www.spacedaily.com/reports/Hydrogen_sulfide_detected_in_distant_gas_giant_exoplanets_for_the_first_time_999.htmlLos Angeles CA (SPX) Feb 13, 2026 Hydrogen sulfide is what makes rotten eggs stink. But the discovery of this gas in the atmospheres of four distant, Jupiter-like planets is turning heads for a pleasant reason: It solves the mystery of how some gas giants form. The discovery, made by UCLA and University of California San Diego astronomers, marks the first time that hydrogen sulfide has been detected in a distant gas giant outsid
Feb 13, 2026 5:20 AM
spacedaily.com
Swift observatory changes operations ahead of planned orbit reboosthttps://www.spacedaily.com/reports/Swift_observatory_changes_operations_ahead_of_planned_orbit_reboost_999.htmlLos Angeles CA (SPX) Feb 13, 2026 NASA has adjusted operations of the Neil Gehrels Swift Observatory to reduce atmospheric drag and prepare the spacecraft for a planned orbit-raising mission. On Feb. 11 the mission team temporarily suspended most science activities so controllers can keep the satellite in an orientation that minimizes drag and slows its gradual loss of altitude. Swift normally slews rapidly to observe tran
Feb 13, 2026 5:20 AM
bing.com
'Pinay Gold Medalist' Zyan Cabrera Faces Breakup Rumours As Boyfriend Accused Of Leaking Viral Video Scandalhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d30bbdfd44149a6ec53c2af12e96f&url=https%3A%2F%2Fwww.ibtimes.co.uk%2Fzyan-cabrera-viral-scandal-phishing-campaign-1778630&c=7962933348382679183&mkt=en-usZyan Cabrera, the Filipino content creator also known as Jerriel Cry4zee, has been caught in a social media storm after posts claimed a private video of her had gone viral. The messages, often ...
Feb 13, 2026 2:39 AM
news.ycombinator.com
Show HN: MicroGPT in 243 Lines – Demystifying the LLM Black Boxhttps://news.ycombinator.com/item?id=46998295The release of microgpt by Andrej Karpathy is a foundational moment for AI transparency. In exactly 243 lines of pure, dependency-free Python, Karpathy has implemented the complete GPT algorithm from scratch. As a PhD scholar investigating AI and Blockchain, I see this as the ultimate tool for moving beyond the "black box" narrative of Large Language Models (LLMs).The Architecture of Simplicity Unlike modern frameworks that hide complexity behind optimized CUDA kernels, microgpt exposes the raw mathematical machinery. The code implements:The Autograd Engine: A custom Value class that handles the recursive chain rule for backpropagation without any external libraries.GPT-2 Primitives: Atomic implementations of RMSNorm, Multi-head Attention, and MLP blocks, following the GPT-2 lineage with modernizations like ReLU.The Adam Optimizer: A pure Python version of the Adam optimizer, proving that the "magic" of training is just well-orchestrated calculus.The Shift to the Edge: Privacy, Latency
Feb 13, 2026 2:38 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
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
news.ycombinator.com
Camera based true random number generator Betahttps://news.ycombinator.com/item?id=46988432I’m an electromechanical engineer who usually tinkers with RPis and Arduinos more than software, but a few weeks ago I went down the rabbit hole of randomness. I read about Cloudflare’s lava lamp wall and thought: if they’re ultimately using cameras, why not use the image sensor noise directly?Modern CMOS sensors produce a lot of grainy, unstable pixels—even when pointed at a static scene. You can film the same white wall at 30 fps and never get an identical frame. That felt like a decent physical entropy source, so I built a TRNG around it and called it Aegis Optikon(.com).The pipeline right now looks like this: Capture frames from a camera (client devices) Extract “noisy” pixel data Whiten and compress it Send entropy packets to the server Mix multiple streams together Extract with BLAKE3 Attach timestamps and hashes per packet for basic verifiability I’m not a seasoned backend/security engineer—I leaned heavily on AI tools (Copilot/DeepSeek) to get the code into shape, then iterated
Feb 12, 2026 1:13 PM
furtiv.com
Show HN: TalkTick – Speech to (big) text, one word at a time (iPhone/iPad App)https://furtiv.com/talktick.htmlHi! I vibecoded this with my daughter. It uses the SpeechAnalyzer framework in iOS 26, so all speech-to-text processing happens entirely on-device. One interesting thing we noticed is that real-time transcription is noticeably faster in English than in other languages. My guess is that the English model benefits from more training data compared to Spanish, French, German, etc. It works slightly better with earphones, but it’s surprisingly good even if you just point your phone away from you and speak in a normal voice. The transcription runs a few seconds behind, but it can handle continuous speech quite well, and you quickly get used to the delay.You can use the app to communicate at a distance, during presentations, when learning a language, or if you have difficulty hearing. Some unexpected use cases we’ve found: ad hoc captions when the TV subtitles are already set to another language, a backup when people can’t hear me on Zoom calls, captions while listening to the radio, or tryin
Feb 12, 2026 1:03 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
github.com
Show HN: SuperLocalMemory– Local-first AI memory for Claude, Cursor and 16+toolshttps://github.com/varun369/SuperLocalMemoryV2The Problem AI assistants have amnesia. Every new Claude/ChatGPT/Cursor session starts from zero. You waste hours re-explaining your project architecture, coding preferences, and previous decisions. Existing solutions (Mem0, Zep, Letta) are cloud-based, cost $40-50+/month, and your private code goes to their servers. Stop paying → lose all your data. My Solution: Local-First, Free Forever Built a universal memory system that stores everything on YOUR machine, works with 16+ AI tools simultaneously, requires zero API keys, costs nothing. 10-Layer Architecture Each layer enhances but never replaces lower layers. System degrades gracefully if advanced features fail. Layer 10: A2A Agent Collaboration (v2.6) Layer 9: Web Dashboard (SSE real-time) Layer 8: Hybrid Search (Semantic + FTS5 + Graph) Layer 7: Universal Access (MCP + Skills + CLI) Layer 6: MCP Integration (native Claude tools) Layer 5: Skills (slash commands for 16+ tools) Layer 4: Pattern Learning (Bayesian confidence) Layer 3: K
Feb 12, 2026 10:11 AM
github.com
Show HN: Consciousness Gateway – AI routing with consciousness-first alignmenthttps://github.com/Move37LLC/consciousness-gatewayI built a self-hosted AI gateway that implements all 3 layers of the GATO alignment framework (Model, Agent, Network) using consciousness-aware routing based on Donald Hoffman's conscious agent theory.What makes it different from standard gateways:1. Product Algebra routing (Kronecker fusion) selects models based on cross-modal interaction patterns, not just cost/capability2. Dharma constraints (no-self regularization, entropy optimization, mindfulness, compassion) are built into every request pipeline3. RBAC + reputation engine creates Nash equilibrium incentives for good agent behaviorLive metrics from first requests: - Ego formation: 0.000 (no persistent self-representation) - Compassion score: 0.970 - Ethos validation: passingThe routing is based on empirically validated research - we trained 439 models proving Product Algebra fusion beats attention baselines at cross-modal tasks (10 statistically significant wins, p
Feb 12, 2026 3:34 AM
github.com
Show HN: Carapace – A security-hardened Rust alternative to OpenClawhttps://github.com/puremachinery/carapaceCarapace is an open-source personal AI assistant gateway written in Rust. It connects to Anthropic, OpenAI, Ollama, Gemini, and Bedrock, and works through Discord, Telegram, Signal, Slack, and webhooks. Apache-2.0 licensed.I started building it after the January 2026 OpenClaw security disclosures — 42K exposed instances on Shodan (78% still unpatched), 3 CVEs with public exploits, 341+ malicious skills on ClawHub (Snyk found 36% of all skills have security flaws), 1-click RCE via the Control UI, plaintext credentials harvestable by commodity infostealers. The problems weren't bugs; they were architecture decisions — open by default, no signing, full host privileges, secrets in JSON files. The February wave from Kaspersky, Palo Alto, Snyk, and SecurityScorecard made it worse, not better.Carapace takes the opposite defaults: localhost-only binding, fail-closed auth, OS keychain credential storage, Ed25519-signed WASM plugins with capability sandboxing, prompt guard with exec approval, SS
Feb 12, 2026 3:13 AM
bing.com
What’s New This Year at TurboTaxhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d209466204152a3b713538997b327&url=https%3A%2F%2Fwww.wired.com%2Fstory%2Fwhats-new-this-year-at-turbotax%2F&c=757314697277292474&mkt=en-usSigh. Another tax season is upon us. I filed my 2025 taxes with TurboTax, exploring its newest features and free or low-cost filing options. The service makes it super easy for returning users by ...
Feb 12, 2026 12:37 AM
spacenews.com
SpaceX IPO may suck oxygen from market before unleashing broad capital surgehttps://spacenews.com/spacex-ipo-may-suck-oxygen-from-market-before-unleashing-broad-capital-surge/Space investors and dealmakers anticipate SpaceX’s planned IPO this year will trigger a surge of capital across the industry, but not without the risk of pulling investor attention away from other companies in the run-up. The post SpaceX IPO may suck oxygen from market before unleashing broad capital surge appeared first on SpaceNews.
Feb 11, 2026 10:49 PM
bing.com
Harding Loevner Global Developed Markets Equity Q4 2025 Commentaryhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d1137618a447eb352048a1429f669&url=https%3A%2F%2Fseekingalpha.com%2Farticle%2F4869178-global-developed-markets-equity-q4-2025-commentary&c=17930413522013849145&mkt=en-usWhile valuations of US and international markets were once similar, the US now trades at nearly twice the multiples of foreign stocks. Harding Loevner managers avoided several of the highest-flying AI ...
Feb 11, 2026 10:30 PM
esa.int
ESA will engage global leaders at the Munich Security Conference 2026https://www.esa.int/About_Us/Corporate_news/ESA_will_engage_global_leaders_at_the_Munich_Security_Conference_2026The European Space Agency (ESA) will take part in the upcoming Munich Security Conference (MSC), one of the world’s leading forums for international security policy. ESA Director General Josef Aschbacher will join senior political leaders, industry executives and security experts to highlight how space systems underpin Europe’s competitiveness, resilience and strategic autonomy.
Feb 11, 2026 10:02 PM
github.com
Show HN: Open-source React Native templates (trading, messaging, AI chat)https://github.com/craftreactnative/templatesI built and open-sourced a collection of 20 production-ready React Native templatesEach template is a single, self-contained screen. All built with React Native New Architecture, TypeScript, and 4 core libraries: Reanimated, Gesture Handler, Unistyles, and React Native SVG. No UI framework, no heavy dependencies. Framework-agnostic, works with Expo Router, React Navigation, or custom navigation.I started this project before AI got good at writing UI code. The plan was different then. But building UI screens is becoming a commodity, AI makes it cheaper every day, and the trend is clear.Developers can move much faster now — no need to rebuild the same onboarding flow every time. So these are more useful as open reference implementations, showing what's achievable with a focused, minimal stack, than as a gated product.Templates also include some basic documentation to help AI coding assistants understand the structure if you want to use them for customization.Demo app available on TestFli
Feb 11, 2026 8:41 PM
spacenews.com
Integrate Raises $17M to Commercialize the World’s First Ultra-Secure Project Management Platform for Classified Programshttps://spacenews.com/integrate-raises-17m-to-commercialize-the-worlds-first-ultra-secure-project-management-platform-for-classified-programs/SEATTLE, Feb. 11, 2026 — Integrate, the developer of the world’s first ultra-secure project management platform for dynamic multi-entity execution, today announced a $17 million Series A raise led by FPV Ventures with participation from Fuse […] The post Integrate Raises $17M to Commercialize the World’s First Ultra-Secure Project Management Platform for Classified Programs appeared first on SpaceNews.
Feb 11, 2026 8:40 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