59,667 results for no

opencycle.net
Show HN: OpenCycle – A fun, free virtual cycling platformhttps://opencycle.net/I've been cycling for a number of years and have experienced the boredom of indoor training. I tried platforms like Zwift and Rouvy, which were nice, but a little too expensive for me.So I built my own. Every engineering decision I've made is around keeping the operating costs very lean. I have no team, minimal server costs, and want to making virtual cycling more fun and accessible for anyone (regardless of budget).It supports most indoor trainers, power meters, speed sensors, and hear rate monitors. There are many fun worlds to choose from and you can even import GPX files to make your own routes.It's called OpenCycle: https://opencycle.net. Any and all feedback is welcome. Have fun!
Aug 11, 2026 2:40 PM
bing.com
New CERN measurement challenges conventional models of how gluons behave inside atomic nucleihttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d9501757a49ac8fc6b21ca8c79694&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Ftechnology%2Fnew-cern-measurement-challenges-conventional-models-of-how-gluons-behave-inside-atomic-nuclei%2Far-AA29S9Gp&c=6590129094367335182&mkt=en-usA University of Kansas physicist played a leading role in a CERN study showing that two rival explanations for how gluons behave inside atomic nuclei can now be experimentally distinguished.
Aug 11, 2026 2:40 PM
bing.com
PlayStudios (NASDAQ:MYPS) misses Q2 CY2026 sales expectationshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d3040aef14298a609a7352602c679&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fmoney%2Fgeneral%2Fplaystudios-nasdaq-myps-misses-q2-cy2026-sales-expectations%2Far-AA29SG9F&c=11149842677260684917&mkt=en-usDigital casino game platform PlayStudios (NASDAQ:MYPS) in Q2 CY2026, with sales falling 7.3% year on year to $54.99 million. Its GAAP loss of $0.10 per share was significantly below analysts’ ...
Aug 11, 2026 2:37 PM
github.com
Show HN: Auracommit – Token-efficient AI Git commit generation from Git diffhttps://github.com/tigerlang/auracommitHi HN,auracommit is the tool to use when you need to quickly create commits without blowing through your API limits. Interactively, file by file, the AI will create commits for the features you’ve implemented or the bugs you’ve fixed—instead of a single monolithic commit like “added n1, n2, ...”Currently supports OpenAI, OpenRouter, Anthropic, and Groq APIs.You can also install the utility via npm: npm install -g auracommit
Aug 11, 2026 2:18 PM
nasa.gov
Building the Moon Base: NASA Stories at the Ionhttps://www.nasa.gov/missions/moon-base/building-the-moon-base-nasa-stories-at-the-ion/As NASA prepares to return astronauts to the lunar surface for longer stays and increasingly complex operations, building the Moon Base will require new ideas, advanced technologies, and expertise across many fields. During NASA Stories at the Ion on July 30, Shatel Bhakta, principal systems engineer for NASA’s Moon Base Program, presented “Building the Moon Base: Challenges and Opportunities at the Lunar South Pole.” He discussed the work required to establish a sustained human […]
Aug 11, 2026 2:16 PM
hellodeck.ai
Show HN: A capable AI assistant with its own inboxhttps://www.hellodeck.aiHey all,I'm Stasia, founder of Deck.Deck is an AI teammate for busy operators, professionals, and teams that is constantly working in the background. You can email it, use it in the app, sign it up for services you use, email alerts/newsletters, or set it up to run recurring work. It can read project files, summarize messy context, generate or edit decks/memos/sheets, answer questions over your knowledge base, and proactively surface things that need attention.Importantly, it doesn't require blanket inbox authorization to be effective and only emails you.We made email a first-class interface because delegation already happens there and it's a decades old, hardened protocol. People forward a thread, CC someone, attach files, subscribe it to email alerts and newsletters and ask for help. We believe Deck fits that behavior instead of asking users to move work into another chat app. But the system underneath is shared with the web app: automations, workflows, project search, document editi
Aug 11, 2026 2:07 PM
news.google.com
Florida State Partners with Aramark as Athletics Food Provider - Florida State Universityhttps://news.google.com/rss/articles/CBMioAFBVV95cUxQcXJSY09waVlJTXgxVGxIYVBvQzE2dDY1YkpoWHRHWW45cmxsQXBybWVDLUk0VkpFMHRWYWlldmdLQi01Ul9Ra1FvcXlTdlBCRUFibmstMmJCMEMzQXFfM29ZTjZ5T2NfTEh2cUhlcTBrc1BvQks5cGRYbklKVjByZlB2QXBheHRvLXJzcnZRUlMtUnhDTnQ4SGl6dEp1amdI?oc=5Florida State Partners with Aramark as Athletics Food Provider - Florida State University  seminoles.com
Aug 11, 2026 2:04 PM
github.com
Show HN: An open-source video editor built for coding agentshttps://github.com/diffusionstudio/editorHey HN! We’ve been working on this project for almost 3 years now, and recently decided to finally make it open source.It’s a local-first video editor that runs in the browser and is mostly built from scratch. We’re using WebCodecs for all the encoding and decoding work, which lets us get performance pretty close to native editors.Since day one the goal of the project was to solve LLM-based video editing, but the models have only recently become capable enough to make it genuinely useful. Instead of trying to force our own chat interface onto users, we built a CLI that is designed to work with existing coding agents like Claude Code.The idea is that agents can operate the editor directly, while you can still open the same project in a visual interface to review their work and change things yourself.A few things that set it apart from other NLEs: - The editor is an infinite canvas (kind of like Figma, but for video editing) - You can build compositions as SolidJS modules and mount them
Aug 11, 2026 1:19 PM
parley.weldra.dev
Show HN: Parley – your coding agent can talk to a teammate's agenthttps://parley.weldra.devHi HN,I saw one friction point when working as part of a team that uses coding agents extensively - there is nothing to enable coordination between agent used by people in a team. Many times my agent would ask me to decide upon something with a fellow teammate, for which I have to serve as the network layer.So I built Parley where agents can connect to the hub over MCP with their own team-scoped token. An agent addresses a teammate's agent by name and ask questions/handover tasks. Agents can also use file claims to signal what files they are working on, to highlight overlapping work. Everything is recorded for audit.If an agent needs human decision/approval, it can ping over Slack/Telegram, and get replies over the same.The hard part was making an agent wake up from an idle session and start working, so I built an optional feature called Claude Live Wake. If the exact project session is already running, Parley can wake the idle Claude session using channels, and notify it that eligible
Aug 11, 2026 1:18 PM
hqbase.io
Show HN: HQBase – team email that runs in your Cloudflare accounthttps://hqbase.io/I built HQBase, an open-source email workspace that runs in your Cloudflare account.I originally built it for myself. I wanted multiple addresses and domains - support@, sales@, personal addresses, etc. - without paying for a separate mailbox for every address or running a mail server.It uses Cloudflare Workers, Email Routing/Sending, D1 and R2.HQBase gives you one inbox for multiple domains and addresses, team invites with granular inbox access, a PWA with push notifications (including iPhone), and an MCP server.Setup takes about 2-3 minutes, and the infrastructure stays in your Cloudflare account.The project is AGPL-3.0 and fully open source.Would love feedback and any features you'd like to see.https://hqbase.io
Aug 11, 2026 1:11 PM
tryalchemize.com
Show HN: Alchemize – Review AI Slop PRs Fasterhttps://tryalchemize.com/Hey HN, we’re Robert and Sam. We’re building Alchemize, a code review platform that simplifies PRs to help you ship faster.Here’s a demo video: https://www.tella.tv/video/simplify-pr-reviews-with-alchemiz... Sample to try: https://app.tryalchemize.com/exampleAgentic coding has 10x’d code output. Teams are opening larger PRs more frequently, but the current tools don’t support this new coding paradigm. GitHub still presents files without structure.As engineers reviewing these massive diffs more frequently, we spent hours painstakingly reconstructing where changes began, mapping out data flows, and figuring out where human judgement is actually needed.Instead of adding another bug bot or just summarizing the PR, Alchemize analyzes diffs and pulls in prompting sessions to help reveal the author’s (human and agents) intent. PRs are broken down into smaller, manageable chunks that highlight exactly where the reviewer needs to jump in.After authorizing your GitHub account, Alchemize has a tw
Aug 11, 2026 1:06 PM
github.com
Show HN: Seal – Open-source P2P encrypted chat in Rust and Taurihttps://github.com/Emn4tor/SealHey y'all, I've built a completely free open-source p2p Messanger in my free-time. Most 'private' messengers still rely on central server infrastructure to queue and hold messages in an inbox - that makes it a target for metadata or message collection.With Seal there is NO Server-Side Inbox: Every Message directly travels from peer to peer via libp2p. Every Message is 'sealed' using Olm (1:1) and Megolm for groups via vodozemac The only server needed is a directory server, which purely acts asa short-lived adress lookup tableThe Architecture is interesting too, your chat identity is an Ed25519/Curve25519 keypair generated locally, your public ID is simply the key fingerprint.I'd love to hear your thoughts on the project.I used Claude to help draft the initial code comments explaining the reasoning behind key architectural decisions, but I manually reviewed, audited, and corrected every single comment.
Aug 11, 2026 1:04 PM
bing.com
July was the hottest month on record in the U.S.http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d8d4d56144936a76bc7343117ca58&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fweather%2Fmeteorology%2Fjuly-was-the-hottest-month-on-record-in-the-us%2Far-AA29RYYo&c=15250083601235026701&mkt=en-usJuly was just the hottest month on record in the US. So what does that mean for August? - Climate change and El Niño are working together to make your summer extra hot ...
Aug 11, 2026 12:57 PM
bing.com
Steam Deck OLED vs. ROG Ally: Which gaming handheld should you buy in 2026?http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d2fa0c2434f7991dbb6f734df94f0&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fgaming%2Fgaming-platforms%2Fsteam-deck-oled-vs-rog-ally-which-gaming-handheld-should-you-buy-in-2026%2Far-AA29Slz0&c=9080565820455252117&mkt=en-usThe Steam Deck OLED is a great piece of entertainment machinery, but there are other handheld devices that aren't outdated, nor do they cost an arm and a leg.
Aug 11, 2026 12:47 PM
spacenews.com
BlackSky wins seven-figure, multiyear international contracthttps://spacenews.com/blacksky-wins-seven-figure-multiyear-international-contract/SAN FRANCISCO — BlackSky announced Aug. 11 a seven-figure, multiyear contract to provide an international customer with persistent space-based monitoring and on-demand satellite tasking. Prior to the award, BlackSky conducted […] The post BlackSky wins seven-figure, multiyear international contract appeared first on SpaceNews.
Aug 11, 2026 12:30 PM
bing.com
How VB Spine is Building an AR Ecosystemhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cfe91228843f6b7a74bb5cbd70464&url=https%3A%2F%2Fwww.mddionline.com%2Forthopedic%2Fhow-vb-spine-is-building-an-ar-ecosystem&c=4998153491911704893&mkt=en-usVB Spine acquired Augmedics' CT-Fluoro technology to expand xvision AR navigation access, targeting ASCs and hospitals without intraoperative 3D imaging.
Aug 11, 2026 12:18 PM
popcorn.movie
Show HN: The Rotten Tomatoes for AI films, ranked by the tools that made themhttps://popcorn.movie/I wanted a rotten tomatoes for ai film, hence popcorn.movie, because AI films need a critical and technical review that's different to movies, and we're in the 1895-1920's of ai movies right now.Many festivals, people, industries, sites reject or suppress ai, for many great reasons (slop), and of course slopscrolling and other sites have the slop problem, as does this - the idea is to look past the slop to the real stories and technically great content, with an view that ai is a tool."is this stuff actually getting good, and which models are doing it?". Hot or slop.My personal interest in ai video, probably stupid - try to actually visualize my dreams through prompts. I've tried it, but it never quite works, but it's fun.--detailsThe site doesn't host video (everything plays via youtube-nocookie embeds). The product is the ranking, the many detailed breakdowns of voice sync, glitches, discussions.If you love looking at coherence and how models are moving along, while seeing short and l
Aug 11, 2026 12:07 PM
github.com
Show HN: ReadAware – an extensible eBook reader that evolves with youhttps://github.com/ahpxex/read-awareI enjoy reading books, and I wanted an ebook reader that could give me some help while I read, instead of making me wander around between different apps and lose my attention.Also, I never really found an existing ebook reader that fits my taste. To be honest they feel kind of clunky to me, and their AI integrations are usually pretty primitive or just feel like a chatbot added on the side. That's why I started ReadAware.So what makes it stand out?First, it's an agent-first reader. But that doesn't mean AI replaces you. You are still the one reading the book. The agent answers you, looks things up and does some small errands for you when needed. I imagine it more like a reading companion that knows your context, and being quiet when you are actually reading.Second, it's highly extensible. I spent quite a lot of effort building and polishing a real plugin system. Plugins can add dictionaries, themes, read-aloud voices, feeds, commands, even new tools that the agent can use.In the future
Aug 11, 2026 12:04 PM
bing.com
Wipro Stock Falls as Nifty 50 Exit Loomshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d09463af44a508e991721ad7beb13&url=https%3A%2F%2Ffinance.yahoo.com%2Fmarkets%2Fstocks%2Farticles%2Fwipro-stock-falls-nifty-50-190146053.html&c=261814132632863858&mkt=en-usWipro's removal follows a severe share-price decline as investors reassess how generative AI may reshape Indian technology services.
Aug 11, 2026 12:00 PM
fui-rs-demo.effindom.dev
Show HN: Replacing HTML/CSS/JS with Rusthttps://fui-rs-demo.effindom.dev/I've previously launched FUI-AS (retained UI in AssemblyScript) as a browser-only canvas framework. However, the dream was always something substantially bigger. It's to have a retained mode UI framework for the web, native and iOS/Android with SDKs available in multiple languages.This is the second slice of that dream.FUI-RS (retained UI in Rust) now runs the same retained application model (via the same EffinDOM runtime as FUI-AS) in browsers (including mobile browsers, so it has extensive touch gesture support / event system) and as native desktop applications without embedding a browser, thus no Electron/WebView. Major OSes supported are Windows (D3D12), macOS (Metal) and Linux (Vulkan). Comes with packaging tools for their respective OSes too (MSIX, DMG and AppImage).In the FUI-RS demo, have a play around to see and feel what a typical web app looks like with FUI-RS. Try: - VoiceOver on macOS (yes, we have extensive semantic roles / customization support in the SDK) - bring up the
Aug 11, 2026 11:49 AM