bing.com
My old router is now the only thing standing between my smart devices and the internethttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a89803cba804317986f8793f56b2396&url=https%3A%2F%2Fwww.xda-developers.com%2Fold-router-is-now-the-only-thing-standing-between-smart-devices-and-internet%2F&c=14669791082159144587&mkt=en-usA few weeks ago, I turned my old router into a dedicated network for my smart home devices. I managed to isolate the smart home gadgets into a separate subnet from my laptop and other primary devices.Aug 19, 2026 10:00 PM

arstechnica.com
Framework responds to complaints that BIOS update bricks Ryzen 7040 laptopshttps://arstechnica.com/gadgets/2026/08/framework-responds-to-complaints-that-bios-update-bricked-ryzen-7040-laptops/Framework says it's replacing some out-of-warranty AMD mainboards.Aug 19, 2026 8:21 PM

hollywoodreporter.com
David Krumholtz Clarifies Status of Acting Career After Shocking Announcement: “Let it Heal”https://www.hollywoodreporter.com/movies/movie-news/david-krumholtz-acting-career-on-hold-announcement-retirement-1236677104/The actor, fresh off DC's 'Supergirl,' needs time to heal and figure out his next steps after enduring a handful of triumphs and mountain of disappointments: "More work to come," he shared, "gimme a sec."Aug 19, 2026 5:39 PM
demo.frugaltokens.com
Show HN: Frugal Tokens – explore costs and usage across coding agentshttps://demo.frugaltokens.com/I wanted to share a project I’ve been working on called Frugal Tokens. I originally built it because I was curious to see how much all of my sessions cost and how much cache misses affected that spend. I’d noticed people had widely different spend profiles and wanted to better understand what might contribute to that.As I’ve worked on this, the tool has grown to show more usage patterns across all of your sessions. It shows overall usage, estimated working time and overlapping sessions, and where your spend is coming from across models and cache misses. I also have a few session level metrics with percentile breakdowns, along with a list of your sessions and high level info.Clicking into a session opens an explorer where you can see individual model calls and tool inputs and outputs. You can also jump directly to where a cache miss happened. There’s also a rough cost comparison that shows what the recorded session would have cost with another model’s pricing, or for Anthropic, with 5m Aug 19, 2026 5:07 PM
bing.com
ASTRO guideline offers ‘practical framework’ for radiation therapy in pancreatic cancerhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a894ca9e4514a96809af61ab2b85858&url=https%3A%2F%2Fwww.healio.com%2Fnews%2Fhematology-oncology%2F20260820%2Fastro-guideline-offers-practical-framework-for-radiation-therapy-in-pancreatic-cancer&c=12210917361058191783&mkt=en-usAn updated clinical guideline is designed to clarify the settings in which radiation therapy is appropriate for pancreatic cancer and outline how the modality can be integrated safely with other ...Aug 19, 2026 5:01 PM
news.google.com
This 3-move ‘Tom Holland workout’ can help you get stronger in 20 minutes - The Washington Posthttps://news.google.com/rss/articles/CBMivAFBVV95cUxQZ0Vzc3g2NXRHTzZxQ2RnR1gzR2lsQXB6OHFvWVVHYllCWVB6ODQxLU5ZMGxKX1pxcXRQLTJseVRiZkRtalVETV84MTl0a3RVVjVpMlJIZW5RTmQzZk9uZkxuOVRVbnhZekxlckpqWS1NbUp5ODlYVnhXdFlGVUpKTVBVS0xRM3hHSzM2NkxaenF4c09VT29kNm5nQWhhQnBZMmVJMVFySDFDT282NDF3NzNyNEM4andXUlU3OQ?oc=5This 3-move ‘Tom Holland workout’ can help you get stronger in 20 minutes The Washington PostAug 19, 2026 5:00 PM
github.com
Show HN: RelArena-α – open-source releases for Relational Learninghttps://github.com/PriorLabs/relarenaI’m happy to announce our first release in relational learning at Prior Labs, continuing our commitment to open science.Most of the data that actually matters to a business- users, transactions, sessions, orders- lives in relational databases, not in a single spreadsheet. SQL is built for backward-looking analysis: what happened, how much, when. It can't tell you whether a given user will churn in the next 30 days. This is a relational machine learning problem: making predictions directly over the structure of a database. It's still a young field, where results are often hard to reproduce, hard to compare across methods, and rarely tested outside benchmarks like RelBench. We argue that these problems have slowed progress in relational learning.We open-source three pieces of software that we expect to accelerate research in the field towards meaningful, real-world impact.First and foremost, we release -α: a unified framework for running and comparing baselines on RelBench v1 tasks. BaseAug 19, 2026 4:48 PM

wired.com
Coders Say They Already Found Workarounds to Claude’s Invisible Watermarkshttps://www.wired.com/story/coders-say-they-already-found-workarounds-to-claudes-invisible-watermarks/Anthropic announced last week it would include invisible watermarks in AI-generated content to comply with new EU rules. Within hours, overrides were being touted online.Aug 19, 2026 4:44 PM
sports.yahoo.com
GameThread: Detroit Tigers vs. Pittsburgh Pirates, 12:35 p.m.https://sports.yahoo.com/articles/gamethread-detroit-tigers-vs-pittsburgh-163000682.htmlDetroit Tigers (61-64) vs. Pittsburgh Pirates (61-66) Time/Place: 12:35 p.m., PNC ParkSB Nation Site: Bucs DugoutMedia: Detroit SportsNet, MLB.TV, Tigers Radio NetworkPitching Matchup: RHP Jackson Jobe (1-1, 6.23 ERA) vs. RHP Paul Skenes (9-11, 3.88 ERA)Aug 19, 2026 4:30 PM
github.com
Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agentshttps://github.com/onecli/oneclihey HN, Jonathan and Guy here, creators of OneCLI (https://onecli.sh/). OneCLI is an open source vault for AI Agents.Traditional vaults are used to store your secrets and, on demand, provide them to you all in a secure way, trusting the person to keep them safe. We figured that in the agent's world, this is not the case, as you don't know what happens with the secret after it's delivered to the agent, or where it was saved. Or maybe someone even manipulated them to hand them over...From that understanding, we decided to build a network gateway that sits between your AI agents and the services they call. OneCLI matches the request by host/path, verifies the agent should have access, swaps the placeholder for the real credential, and forwards the request. the secrets set inside the OneCLI vault, encrypted on rest, or could fetch in realtime from your bitwarden / 1password wallets.Demo - https://www.youtube.com/watch?v=5e5pbPEzZfY.We started working on this by accident, even though our caAug 19, 2026 4:29 PM
sports.yahoo.com
The history of Hendrick Motorsports' most recent driver changes and how it worked outhttps://sports.yahoo.com/articles/history-hendrick-motorsports-most-recent-160820244.htmlIt's not often a new driver joins Hendrick Motorsports, but when it does happen, it's usually a notable moment in the history of the sportAug 19, 2026 4:08 PM

variety.com
‘Insidious: Out of the Further’ Review: Latest Entry in the Franchise Serves Up Genuinely Terrifying Setpieces Despite a Convoluted Final Acthttps://variety.com/2026/film/reviews/insidious-out-of-the-further-review-1236837868/If you’ve always been terrified of dental work and the idea of someone poking around your pearly whites with sharp tools, you’re not alone. With “Insidious: Out of the Further,” the sixth entry in the infinitely inventive “Insidious” horror franchise, writer-director Jacob Chase is unashamed to declare that he shares your fears, while having some […]Aug 19, 2026 4:04 PM
news.google.com
Georgia Forestry Commission. . ✈️? Happy National Aviation Day! When wildfire breaks out, some of GFC’s most important work happens from above. GFC Air Operations supports our wildland firefighters with an aerial view of fire activity, helping locate...https://news.google.com/rss/articles/CBMi9wFBVV95cUxQZ0wxOXVoaG5ReFFKb0RsazBCZmJ3TmFKZ2k4MDFkU2UyVHRlajdDWjl2Q1RaVlBpeXJzRjktaEtVcmZDZDhIWFprYnRJc0thdktBa19hLVZ6dG5lTF90aVA2WUhXNVpWOG9GbG9QaWQxT1cwY29jcU5EeWI3ZGtsRUNVSFAzNjRtX0xlQUFKYzVmOFJpR21FaF9NTmd3QkE3bko3QkFKcVIwbHRObUFJRmNSX0JVRk1aOGpuTUJwUldqdFQ5SE5sV25UUkZIMDVzekxpZ2JOaWJOT09QUS1FT0VtWXRjUTFMNXktN1NoanlpSXA3MEU0?oc=5Georgia Forestry Commission. . ✈️? Happy National Aviation Day! When wildfire breaks out, some of GFC’s most important work happens from above. GFC Air Operations supports our wildland firefighters with an aerial view of fire activity, helping locate fires, facebook.comAug 19, 2026 4:02 PM

fortune.com
Bank of America is splashing out $250 million a year on weight loss drugs for its staff: ‘We see a great impact on employees,’ CEO sayshttps://fortune.com/2026/08/07/bank-of-america-splashing-out-250-million-a-year-on-weight-loss-drugs-for-staff-great-impact-ceo-says/Weight-loss drugs are becoming a popular perk, with almost a third of workers saying they’d even switch jobs for it. Bank of America has them covered.Aug 19, 2026 3:52 PM
github.com
Show HN: Flow – Claude Code CLI for feature planning → review/testing → mergehttps://github.com/gavingolden/flow/Flow is my claude code supervisor for designing epics and shipping features really quickly. It was bootstrapped with itself so you can look at recent PRs to see what it produces.Usage:> flow feature create 'implement csv exports' --model opus --effort high• triage → plan → git worktree → code → verify → CI → review → merge• pauses only for plan approval and subjective pre-merge validation (if any)> flow epic create 'design app for making money' --model haiku --effort low• (same flow as `feature` but it only produces an epic PRD with phase dependency mappings)> flow epic run design-app-for-making-money• resolves current state of the epic and launches feature pipelines for unblocked phases> claude -p "Triage this list of bugs and launch a flow pipeline for each bundle with opus high: "• a flow pipeline can create new flow pipelines so fan-out is really powerful (eg if one pipeline discovers a bug that should be handled separately)> flow feature ls # show all active pipelines> flow epic lAug 19, 2026 3:47 PM
github.com
Show HN: a javascript engine written in C3 with native TS supporthttps://github.com/ricardobeat/boomkatHi HN! For the past three months I’ve been working on boomkat, a fully ES compatible, strict-only engine. It was written from scratch using the C3 language, with Duktape and QuickJS as reference engines.The engine passes 100% of test262 (subset, excluding legacy features, sloppy mode and proposal stage features), 10x faster than Duktape, matching QuickJS in performance, and can natively run TypeScript files including module support. Supports all modern JS features.It was built with a mix of several open-weight models and harnesses, with Claude Code as reviewer. I estimate 300+ hours of work, plus agents running nearly 24/7 for 12 weeks. 2000+ commits, all read (but not fully reviewed) by me. About €300 spent in total.As the README warns, this is not production-ready code, but I think it's at a state worth sharing. Surprisingly test262 still leaves a lot of surface uncovered, there are still small issues here and there but it runs a lot of real world code successfully (e.g. Zod).Would lAug 19, 2026 3:27 PM
bloomberg.com
Target Raises Sales Outlook as Turnaround Gains Strengthhttps://www.bloomberg.com/news/videos/2026-08-19/target-raises-sales-outlook-as-turnaround-gains-strength-videoJoe Feldman, senior research analyst and assistant director of research at Telsey, says there is a “strong signal that the turnaround is working” at Target. The retailer lifted its full-year guidance after results outpaced estimates in the second-quarter. (Source: Bloomberg)Aug 19, 2026 3:21 PM
bing.com
MS NOW to launch membership program for 'super fans'http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d260450bf4825a22e89712d9468b7&url=https%3A%2F%2Ffinance.yahoo.com%2Fmedia-advertising%2Farticles%2Fms-now-launch-membership-program-135802724.html&c=492253481943651679&mkt=en-usThe cable news network will roll out the program next month in an effort to grow its digital business and reach new audiences.Aug 19, 2026 3:13 PM
ihatelatex.com
Show HN: A LaTeX resume builder that compiles offline in the browserhttps://ihatelatex.com/Whenever my juniors used to ask me how to build an ATS-friendly resume, I used to advise them to create a LaTeX resume. I'd share a .tex file with my template.They opened it, copied and pasted it into Overleaf, compiled it, and whoa - it generated my resume.Then they went through the complex LaTeX code, figuring out what to change and where, ran into hundreds of errors, and even AI-generated code gave them bugs.Resume contains personal information, which students hesitate to share with everyone.To solve exactly this problem, I created a small tool: "IhateLaTex" IhateLaTex.comIt's the first free, offline LaTeX resume builder, without going through complex code. It works offline, right in your browser, without saving your sensitive information in any server.Aug 19, 2026 3:10 PM
github.com
Show HN: BRep Geometric CAD Kernel and Parametric Code CADhttps://github.com/yuechen-li-dev/Aetheris/I'm pretty excited to show off something I've been working on for the past few months. A free, open-source geometric kernel that allows humans/LLMs to write code (in this case, a DSL called Firmament) and generate 3D models of CAD parts, to finally provide an alternative to OpenCascade.To get some questions out of the way. - Full STEP import/export support for AP242, AP203 and AP214 are still experimental at the time, but everything produced by Aetheris should open in any CAD app with STEP support. - Support for single edge/planar fillets/chamfers right now, should be more than sufficient for most CNC/3D printing use cases. - Fillets: https://github.com/yuechen-li-dev/Aetheris/blob/master/testd... - Chamfers: https://github.com/yuechen-li-dev/Aetheris/blob/master/testd... - Supports dimensional/GD&T annotation via STEP 242's semantic PMI. - Kernel is written entirely in C#, with bindings for Go, Rust, Python, and TypeScript available.If you just want to vibe-CAD, clone the repo, run itAug 19, 2026 3:09 PM