27,713 results for one

pacetraining.co
Show HN: Pace MCP server that connects all your wearables to Claudehttps://pacetraining.co/Hi everyone,I built Pace, an MCP server that pulls your wearable data into Claude so you can actually talk to it.You connect your devices once (Garmin, Oura, Whoop, Polar, Fitbit, 20+) and Claude gets 15 tools: sleep analysis, workout detail with lap splits, HR zone breakdown, recovery status, 30/90-day trends, and more.The thing that surprised me most: Claude's artifact/visualization feature turns this into something way more useful than I expected. You ask "analyze my last 10 runs" and you get an interactive chart of pace trends, HR zones per run, and a written summary — all in one response. No dashboard needed.Tools available right now: - get_sleep_data — deep sleep, REM, HRV, SpO2, sleep score - get_workout_detail / get_workout_laps / get_workout_samples — full session breakdown - get_recovery_status — readiness, resting HR trend, HRV baseline - get_training_summary — load, volume, consistency over time - get_trends — any metric over 7d/30d/90d with baseline comparisonStack: Python
Apr 2, 2026 3:30 PM
news.ycombinator.com
Stripe closed my UAE business account and is withholding $3.5Khttps://news.ycombinator.com/item?id=47615145I can't believe this After a very tedious process to get my business account fully verified, I was finally happy to be able to use stripe services but alas..I invoiced a client for some software service, about 6 or 7 invoices, after they paid them, stripe decided that my account was high risk and suspended it, even after asking for a review, they didn't change their mind and said the transactions will be refundedThey refunded all of the invoices but one worth $3.5k or so. I tried to contact their support but got no response, so I sent a complaint through their complains form, they responded with the following: "Summary: You have contacted Stripe to express your concern regarding the closure of your account.Details of our review: We reviewed your account further, and we’ve determined that we still won’t be able to support [company name] moving forward. The closure of your account is in accordance with Stripe's Services Agreement: https://stripe.com/ae/legal/ssa#terminationNote that, in
Apr 2, 2026 2:39 PM
quip.network
Show HN: Open-source distributed quantum compute networkhttps://quip.networkHey HN. I'm Colton (YC S21, ex-Acorns), one of the founders of Postquant Labs. My cofounder Richard is a cryptographer out of Draper Labs and DARPA. We're building Quip.Network, the first distributed quantum compute network. We just opened our testnet and wanted to share it here.The basic problem: quantum hardware is here and already competitive on certain optimization problems, but for most people, there's no way to access it. The machines cost millions and the hardware and research are gated by the companies who own them.Also, quantum providers regularly have machines sitting idle because demand isn't consistent, and that's a problem because many architectures need to be cooled near absolute zero and can't just be turned off. There's currently no equivalent of spinning up an on-demand cloud instance for quantum compute.So we're building one. Quip.Network is a spot clearinghouse and marketplace where quantum providers contribute excess capacity, developers deploy their best solvers to
Apr 2, 2026 2:14 PM
reinhardt-web.dev
Show HN: Reinhardt – Django/DRF-inspired full-stack web framework for Rusthttps://reinhardt-web.dev/quickstart/Reinhardt is a full-stack web framework for Rust inspired by Django and DRF. It bundles HTTP, ORM, auth, DI, and background tasks into one crate — feature flags let you pull in only what you need (minimal/standard/full), or use individual crates.Published as `reinhardt-web` on crates.io, imported as `reinhardt` in your code.I built it after moving from Django/DRF to Rust and repeatedly assembling the same Axum + ORM + migrations + auth stack.Two things I'd especially like feedback on: a built-in WASM+SSR reactive frontend (Pages), where a DSL-to-Rust codegen step (page!/head!/form! macros) produces both client WASM and server HTML from one source; and auto-generated migrations from #[model(...)] definitions.Quickstart is here for anyone who wants to try it immediately: - Website: https://reinhardt-web.dev - Crates.io: https://crates.io/crates/reinhardt-webv0.1.0-rc.15 (https://github.com/kent8192/reinhardt-web/releases/tag/reinh...), BSD 3-Clause. Looking for feedback on the API design
Apr 2, 2026 2:07 PM
apps.apple.com
Show HN: Octopoddy – iOS Podcast App Using Transcripts and LLMs to Skip Adshttps://apps.apple.com/us/app/octopoddy-alpha/id6753860890TL;DR I'm a fan of podcasts and I despise ads. I built an iOS app to detect and skip in audio ad content.Motivation: I love podcasts, especially multi hour ones that go into detail on niche topics. One thing that puts me off some podcasts is having the flow become interrupted, especially mid sentence by dynamically inserted ads. Last year this led me down a rabbit hole of experimenting with removing ads from the podcasts I listen to.Experimentation: At first I tried using Whisper for ad detection to generate a transcript of an episode, then feed this to ChatGPT and ask it to find the ad timestamps. This worked surprisingly well. I had a proof of concept working but I wanted something I could actually use on my phone.Productionization: Next I wondered if I were to productionize my prototype how would I do that? From experimenting the main issue would be volume of audio transcription required to satisfy a moderate-heavy podcast listener. I estimated ~100 hours of audio per month would be
Apr 2, 2026 1:42 PM
news.ycombinator.com
Google banned our mobile AI agent app for doing what Gemini should do,but doesnthttps://news.ycombinator.com/item?id=47613614Hi HN,My brother and I built Sova AI (https://ayconic.io/sova), an Android agent that actually controls your installed apps.We were incredibly frustrated with the current state of mobile AI. Built-in assistants like Gemini are deeply integrated into the OS, yet if you ask them to "Order an Uber to the airport" or "Send a Telegram message to friends group I'm late", they mostly just give you web search results or a button to open the app yourself. They don't do the work. (The Perplexity "assistant" is just a browser agent :/ )So, we built an agent that does operate your phone. (NO root, NO adb, NO PC, NO appium/whatever, NO usb, NO browser)How it works: You give Sova a prompt - either voice or text, you can make it a default assistant if you like. Instead of relying on non-existent official app APIs, Sova acts as a virtual human - clicks, scrolls, types etc. It uses the Android Accessibility API to read the screen's UI node tree. About AI models - currently we support main AI cloud prov
Apr 2, 2026 12:35 PM
news.ycombinator.com
Show HN: DataRamen, navigate your DB without a single line of SQL (no AI)https://news.ycombinator.com/item?id=47613383Let me address the elephant in the room first: DataRamen does not use AI, it performs static analysis of your DB to figure out joins and data anchors. It runs on your local machine or can be self hosted, so your data stays yours. It's 100% open source with verified NPM release from GitHub action.DataRamen is designed to simplify and make it more accessible navigating your database by removing SQL and replacing it with UI to query, join and jump from one record to another. The core idea was to make it feel like you are using a spreadsheet, but with live data in your DB (currently supports MySQL and Postgres).Smart anchors let you move from one record to another with a simple click. Most of the current SQL clients have this feature but it usually works just one way: it allows you to open referenced records, but not vice versa. DataRamen goes further by allowing you to navigate both ways.Let's say you have a table User, and each user can have multiple Document (Document.userId references
Apr 2, 2026 12:13 PM
github.com
Show HN: SparrowDB, SQLite of graph DB, written in Rust, Cypher compatiblehttps://github.com/ryaker/SparrowDBSparrowDB is an embedded Cypher graph database written in Rust. It links into your process the way SQLite does.I built it because I wanted a graph DB without running Docker or a cloud instance.SparrowDB kicks butt at point lookups, global COUNT(*), and top-10 by degree but lags on traversals (1-hop, 2-hop, and variable-length paths).It's an embedded engine with no parallel execution vs a warmed JVM server with a mature query planner. The traversal workload is not the target. Agents, CLIs, serverless functions that need a knowledge graph without provisioning one, that's the target.Cold start is ~27ms. If you're in a serverless context where Neo4j's startup time is disqualifying, that matters.Bindings for Python, JavaScript/Typescript, and Ruby. All open the same on-disk format. Built-in MCP server for Claude Desktop. A Bolt protocol server was just added, so gdotv and other Bolt clients can connect. At-rest encryption with XChaCha20-Poly1305. MIT.https://sparrowdb.dev Demo: https://www.
Apr 2, 2026 12:11 PM
cyberalert.com.pl
Post-mortem of the EU Europa breach: A masterclass in IAM misconfigurationhttps://cyberalert.com.pl/articles/shinyhunters-eu-europa-breach-analysis.htmlI’ve spent the last 48 hours dissecting the leak from the European Commission’s "Europa" platform. New evidence from the dump suggests the breach is far larger than initially reported—up to 350GB of exfiltrated data, not just 90GB.My technical analysis confirms:Stolen DKIM Signing Keys: Total loss of email authenticity. This allows for perfect impersonation of EU domains, bypassing DMARC.SSO Directory Exposure: The "Skeleton" of their AWS Organizations was exposed, likely due to a lack of proper Service Control Policies (SCPs). IAM Failures: Evidence points to over-privileged roles (Resource: "*") and failure to enforce IMDSv2, explaining how such a massive volume (350GB) could be exfiltrated.It is deeply ironic that the institution enforcing GDPR on everyone else failed at basic cloud hygiene.The site is a 45KB static HTML to stay accessible. I’m curious to hear from other AWS architects—how does an organization of this scale miss such fundamental guardrails?
Apr 2, 2026 12:03 PM
bing.com
Call Of Duty Gets Anti-Cheat Upgrades And New 2FA Requirements For Season 3http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d847e400b4a9590e9f6ec05bb1c50&url=https%3A%2F%2Fwww.gamespot.com%2Farticles%2Fcall-of-duty-gets-anti-cheat-upgrades-and-new-2fa-requirements-for-season-3%2F1100-6539193%2F&c=12503138198658058659&mkt=en-usSeason 3 of Call of Duty: Black Ops 7 and Warzone is loaded with new content across all modes, and the big update also comes bundled with additional anti-cheat protections. Activision’s latest ...
Apr 2, 2026 10:57 AM
bing.com
5 Cheapest Moving Truck Rentals of 2026http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d84d794504702a1fa0b8f5d0afb47&url=https%3A%2F%2Frealestate.usnews.com%2Fhome-services%2Fmoving%2Fcheapest-moving-truck-rentals&c=14096458979803443497&mkt=en-usAdvertising disclosure: When you use our links to explore or buy products we may earn a fee, but that in no way affects our editorial independence. Going the DIY route when moving is a money-saver, ...
Apr 2, 2026 7:57 AM
news.ycombinator.com
Tell HN: Trying to update to macOS 15.7.5 bricked my M2 MacBook Prohttps://news.ycombinator.com/item?id=47609716It looks like the latest versions of macOS are bricking certain M2 devices:Sequoia: https://www.reddit.com/r/mac/comments/1s5np92/macbook_pro_m2_max_bricked_sequoia_1575/Tahoe:- https://www.reddit.com/r/mac/comments/1s47kcx/m2_macbook_pro_completely_bricked_after_updating/- https://forums.macrumors.com/threads/macos-26-4-update-broke-mbp.2480025/My machine completely blacked out after rebooting to update. That was quite a shock.I managed to fix it by forcing it into DFU mode (it required quite a few attempts), begging a family member to let me use Apple Configurator on their Mac, and reviving using the 15.6.1 IPSW. I'm not sure everyone has my resources or luck.I've never had to do crap like this in the 21 years I've owned a Mac. Apple's software team is in the gutter these days.
Apr 2, 2026 3:39 AM
news.ycombinator.com
I, Sysadminhttps://news.ycombinator.com/item?id=47607210My title has changed a bit over the years. Trends have changed, tech stacks have changed. But I know what I am. I haven't changed.DevOps, System Engineer, Cloud Engineer, Platform Engineer. Cut through it all, and I still am and have always been a sysadmin.A lot of people look down on the "Systems Administrator" title. Employees don't like it because it doesn't have "engineer" in the title, and employers hate it because it implies the absolute godhood of the one who wields it.Us sysadmins hold the keys. Maybe that's why some compare us to janitors. But possessing keys is about where the similarities stop. Janitors clean messes up. Sysadmins know what the messes are for. Some messes we untangle. Others we step around. It comes with the territory. We plug things together that were never designed to be plugged together.And by what can be by God's will alone - they work. Most of the time. And if it's not working, the sysadmin is honor-bound to come running at any time of the day, to get to
Apr 1, 2026 10:13 PM
computerpoker.ai
Show HN: ComputerPoker.ai – Learn GTO tournament poker strategy vs. GTO botshttps://computerpoker.aiComputerPoker.ai is a website where users can play simulated poker tournaments against GTO Bots to learn GTO poker strategy in a fun and low-risk environment.My motivation for creating CompterPoker.ai was feeling a bit overwhelmed by some of the professional poker tools out there for learning GTO play. For some tools, learning how to simply operate the tool itself felt like a second job. With ComputerPoker.ai players can play against bots themselves simulating GTO play to learn what it "feels like" to play GTO vs. GTO opponents without having to turn any knobs or dials (feedback is real-time as you play).The Beta tester code for HN Users is: HackerNews2026. All feedback is welcome! Please send suggestions for improvement or bugs to contact@computerpoker.ai or alternatively leave a comment below. Any questions I will do my best to answer.As for the product offering the website is designed to teach players how to play optimal poker strategy (GTO) in simulated Texas Hold 'Em poker tournam
Apr 1, 2026 6:03 PM
spacenews.com
Teledyne forms dedicated space unit to capture rising demandhttps://spacenews.com/teledyne-forms-dedicated-space-unit-to-capture-rising-demand/The aerospace supplier is combining imaging, electronics and component lines under Teledyne Space The post Teledyne forms dedicated space unit to capture rising demand appeared first on SpaceNews.
Apr 1, 2026 5:29 PM
github.com
Show HN: AirplaneMode – Simulate realistic airplane WiFi on macOShttps://github.com/freeze-rey/airplanemode-simI needed to test how my app performed on airplane WiFi and found that existing tools (Network Link Conditioner, comcast, Chrome DevTools, etc) weren't sufficient.AirplaneMode is a macOS CLI and menu bar app that uses a local MASQUE relay to provide:1. Jitter. All of the mac os network simulators I tried apply a fixed constant delay with no jitter model. Real airplane satellite WiFi follows a log-normal distribution — most packets arrive near base RTT, but a few percent spike to 5-10x. AirplaneMode samples jitter from a log-normal distribution fit to real flight measurements.2. Userspace, with domain scoping and UDP support. No root required. A .mobileconfig profile routes only matched domains through the relay — the rest of your network is unaffected. The relay operates at the UDP packet level via MASQUE, so HTTP/3 and QUIC congestion control respond naturally to simulated conditions.3. Realistic Profiles. Airlines use performance-enhancing proxies that inflate speed test results. Pres
Apr 1, 2026 5:09 PM
thedream.work
Show HN: A platform to help you find the best tech jobshttps://thedream.work/Hey everyone,Long time lurker finally took the leap to share something with the community.From a long time I wanted to build something and I had this idea about a job board but not just a simple aggregator or just a job board. Basically I don't like any of the existing websites for jobs and most of the job boards are just aggregators that you constantly get redirected to third party links not the best experience. I also don't have the best experience with recruiters been ghosted, conversation looping in meaningless question and so on.And the current job market is kind of disheartening non existing entry level jobs pretty brutal stuff.The idea of the platform is to an extent to be fully autonomous in terms of you as user not browsing jobs but you automatically get matched with opportunities. Also companies looking for talent will have the same ability to view the people who are best matches. One of the main aspects is to basically to get a really good starter conversation between the co
Apr 1, 2026 5:01 PM
spacenews.com
Saltzman: Space ‘baked into’ modern combat operationshttps://spacenews.com/saltzman-space-baked-into-modern-combat-operations/Space Force personnel supporting operations under U.S. Central Command are positioned in the Middle East, at headquarters in Tampa, Florida, and at Shaw Air Force Base in South Carolina The post Saltzman: Space ‘baked into’ modern combat operations appeared first on SpaceNews.
Apr 1, 2026 3:49 PM
spacenews.com
Creating near-term lunar settlements: lessons from space historyhttps://spacenews.com/creating-near-term-lunar-settlements-lessons-from-space-history/March 16, 2026, was the 100th anniversary of Robert Goddard’s first flight of a liquid fueled rocket. It reached an altitude of 41 feet. 31 years later, in 1957, Sputnik began a lonely beep as the first satellite in orbit. In 1969, 12 years after Sputnik and 43 years after Goddard’s first flight, Neil Armstrong […] The post Creating near-term lunar settlements: lessons from space history appeared first on SpaceNews.
Apr 1, 2026 1:00 PM
bing.com
15 Best Places to Visit in August 2026http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d757a4f6040c2874f402ef0d728b8&url=https%3A%2F%2Ftravel.usnews.com%2Frankings%2Fbest-places-to-visit-in-august%2F&c=8211475738854488418&mkt=en-usLate summer is generally marked by hot days and the desire to squeeze in one more vacation. That's why U.S. News evaluated attractions, events and weather (among other factors) to bring you this list ...
Apr 1, 2026 11:20 AM