{
  "AI & Machine Learning": [
    {
      "title": "Ten advances in mathematics and theoretical computer science",
      "link": "https://openai.com/index/ten-advances-in-mathematics",
      "summary": "OpenAI shares new results on long-standing open problems in mathematics and theoretical computer science, including advances in geometry, cryptography, and complexity.",
      "published": "2026-08-01 00:00",
      "source": "OpenAI News"
    }
  ],
  "Software Development": [
    {
      "title": "Kubernetes upgrades don\u2019t have to break things: How EKS is making cluster lifecycle management simpler and safer",
      "link": "https://thenewstack.io/eks-kubernetes-upgrade-rollback/",
      "summary": "Kubernetes moves at a pace of three minor version releases per year, and staying current is not optional if you The post Kubernetes upgrades don\u2019t have to break things: How EKS is making cluster lifecycle management simpler and safer appeared first on The New Stack.",
      "published": "2026-08-01 15:00",
      "source": "The New Stack"
    },
    {
      "title": "Designing APIs for agents",
      "link": "https://thenewstack.io/designing-apis-for-agents/",
      "summary": "In early 2025, Webflow started building for MCP before there was a clear playbook for agent-ready APIs. We publicly announced The post Designing APIs for agents appeared first on The New Stack.",
      "published": "2026-08-01 14:00",
      "source": "The New Stack"
    },
    {
      "title": "What Claude\u2019s real-world breaches reveal about AI safety tests",
      "link": "https://thenewstack.io/anthropic-claude-containment-failure/",
      "summary": "This week, just days after OpenAI announced that two of its advanced AI models had interacted with real-world systems during The post What Claude\u2019s real-world breaches reveal about AI safety tests appeared first on The New Stack.",
      "published": "2026-08-01 13:00",
      "source": "The New Stack"
    },
    {
      "title": "Temporal 5x\u2019d AI spend and doubled revenue. CEO Samar Abbas says he can\u2019t prove they\u2019re connected.",
      "link": "https://thenewstack.io/temporal-ai-adoption-durable-execution/",
      "summary": "For the final two weeks of the year, Temporal clears its calendars. The company calls it a reading period: no The post Temporal 5x\u2019d AI spend and doubled revenue. CEO Samar Abbas says he can\u2019t prove they\u2019re connected. appeared first on The New Stack.",
      "published": "2026-08-01 10:30",
      "source": "The New Stack"
    },
    {
      "title": "Why Developer Experience (DevEx) Dies in the Backlog?",
      "link": "https://dev.to/remojansen/please-stop-calling-it-developer-experience-27ec",
      "summary": "\"Technical debt\" might be one of the most successful terms ever coined in software engineering. Not because it solved the problem. Technical debt is still everywhere. But it fundamentally changed the conversation. Before the term existed, engineers struggled to explain why seemingly harmless shortcuts eventually become expensive. Calling it technical debt gave business leaders a language they already understood. Debt accumulates interest. Debt carries risk. Debt demands attention. It was a brill...",
      "published": "2026-08-03 01:10",
      "source": "DEV Community"
    },
    {
      "title": "Bidirectional Sync Between Radar Chart Vertex Dragging and Sliders",
      "link": "https://dev.to/orca_forge/bidirectional-sync-between-radar-chart-vertex-dragging-and-sliders-48ll",
      "summary": "\ud83d\udcdd Originally published (in Japanese) at forge.workstyle.tech. Introduction to Interactive Radar Charts In a UI for adjusting multi-dimensional parameters, radar charts (also known as spider graphs) are very intuitive. Being able to see the current balance at a glance through the area and shape of an octagon is more intuitive than having eight sliders lined up. However, in many implementations, radar charts are read-only. Values are input through sliders, and the radar chart only displays the res...",
      "published": "2026-08-03 01:05",
      "source": "DEV Community"
    },
    {
      "title": "Migrating an Expo app from Japanese to multi-language support in stages",
      "link": "https://dev.to/hirodeath/migrating-an-expo-app-from-japanese-to-multi-language-support-in-stages-130l",
      "summary": "This article is an English translation of the original Japanese article. I migrated an Expo app from Japanese only to Japanese, English, and Simplified Chinese. Instead of translating everything at once, I divided the work into three stages: foundation, core flows, and remaining screens. The harder part was not gathering translations, but deciding device language versus manual setting priority, date formatting, and handling untranslated screens. Defined language setting responsibility first I us...",
      "published": "2026-08-03 01:04",
      "source": "DEV Community"
    },
    {
      "title": "A 7am Report on My Short-Term Rental",
      "link": "https://dev.to/syuja/a-7am-report-on-my-short-term-rental-27n",
      "summary": "This is what 7am looks like: Who's in which room, when they check out, how much battery the front door lock has left, and that two knowledge base topics are duplicated. All of it already sits in the software I use to run the place. What isn't in there is that message. So I built the thing that writes it. (Screenshots use synthetic data to protect guest privacy.) Why I run a short-term rental: one property, three listings on Hospitable, the whole unit plus two rooms rented separately. My question...",
      "published": "2026-08-03 01:01",
      "source": "DEV Community"
    },
    {
      "title": "COLDCARD Predictable RNG: From Seed Recovery to About $8.86M Bitcoin Theft",
      "link": "https://dev.to/anoymask/coldcard-predictable-rng-from-seed-recovery-to-about-886m-bitcoin-theft-21e0",
      "summary": "COLDCARD Predictable RNG: From Seed Recovery to About $8.86M Bitcoin Theft 1. Basic Information Article Title: COLDCARD wallet RNG flaw likely linked to $88 million Bitcoin theft Source: BleepingComputer Publication Date: August 2, 2026 Severity: Urgent Original Link: https://www.bleepingcomputer.com/news/security/coldcard-wallet-rng-flaw-likely-linked-to-88-million-bitcoin-theft/ Related Sources: Block Engineering \"Predictable RNG Fallback and 32-Bit Reseed in COLDCARD Firmware\": https://engine...",
      "published": "2026-08-03 00:56",
      "source": "DEV Community"
    },
    {
      "title": "I Spent 10x Longer Debugging AI Code Than Writing It \u2014 Here's What Changed",
      "link": "https://dev.to/shadie_ai/i-spent-10x-longer-debugging-ai-code-than-writing-it-heres-what-changed-2k1h",
      "summary": "I remember the day I hit my breaking point. I had spent the entire morning \u2014 five hours \u2014 wrestling with a React component that an AI assistant had generated for me in about four minutes. The code looked flawless at first glance. Proper hooks, clean JSX, even decent comments. But it didn't work. And worse, I couldn't figure out why. Everyone talks about how AI speeds up coding. And it's true \u2014 when it works, it's magical. I've personally seen my feature delivery time drop by maybe 40-50% on good...",
      "published": "2026-08-03 00:55",
      "source": "DEV Community"
    },
    {
      "title": "Self-Hosted SSO from Scratch with Laravel Passport",
      "link": "https://dev.to/cammanhhoang/self-hosted-sso-from-scratch-with-laravel-passport-491j",
      "summary": "A hands-on guide to being your own Identity Provider \u2014 with Laravel 12 and Passport v13. You will build a Central Portal that acts as an OAuth 2.0 Authorization Server, then wire up child sites (Site A, Site B, Site C) so a user logs in once and gets access to all of them. No Google. No Auth0. No Keycloak. No \"Sign in with\u2026\" anything. You own the users table, you issue the codes and tokens, you hold the signing keys. The only dependency is laravel/passport, which implements the OAuth 2.0 protoco...",
      "published": "2026-08-03 00:55",
      "source": "DEV Community"
    },
    {
      "title": "Okay Let me Switch to Unreal",
      "link": "https://dev.to/evedev/okay-let-me-switch-to-unreal-2g85",
      "summary": "Hello. No idea if anyone's going to read this, but writing it feels like I've done something, so here we go. And maybe it helps someone. For the past few years, I've been building a piece of software in Unity. It has actual users, somehow. My role was everything: founder, product owner, and whatever else needed doing. Development, UI, the website, the content. That's startup life. I'm good at learning fast and shipping, so it worked.(of course not all of it... I'm not trying to take all the cred...",
      "published": "2026-08-03 00:54",
      "source": "DEV Community"
    },
    {
      "title": "GitHub Actions for developers who still deploy manually",
      "link": "https://dev.to/carlosjcastrog/github-actions-for-developers-who-still-deploy-manually-22he",
      "summary": "Manual deployments follow a fairly predictable pattern. They work fine until someone on the team pushes a rushed change on a Friday, forgets to run the tests, and the bug hits production while everyone's offline. It's not a discipline problem. It's a process problem. A manual process fails exactly when there's the most pressure for it not to. GitHub Actions solves that by putting the pipeline inside the repository. There's no separate CI server to maintain, no external integrations to configure....",
      "published": "2026-08-03 00:51",
      "source": "DEV Community"
    },
    {
      "title": "The Missing Silver Layer Behind Social Campaign ROI",
      "link": "https://dev.to/lse-group-corporation/the-missing-silver-layer-behind-social-campaign-roi-full-blog-1def",
      "summary": "The ROI Black Hole in Social Marketing Consider a mid-market B2B software company whose social team manages campaigns across X, LinkedIn, Instagram, and TikTok from a single shared workspace. Each week the managers review platform-native dashboards that display rising follower counts, solid engagement rates on short-form video, and respectable click-throughs from carousel posts. They export weekly performance reports, paste the numbers into shared spreadsheets, and celebrate the month-over-month...",
      "published": "2026-08-03 00:46",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "Should you normalize RGB values by 255 or 256?",
      "link": "https://www.reddit.com/r/programming/comments/1vdjt5i/should_you_normalize_rgb_values_by_255_or_256/",
      "summary": "submitted by /u/fagnerbrack [link] [comments]",
      "published": "2026-08-02 14:40",
      "source": "programming"
    },
    {
      "title": "Every byte matters",
      "link": "https://www.reddit.com/r/programming/comments/1vdfij8/every_byte_matters/",
      "summary": "submitted by /u/fagnerbrack [link] [comments]",
      "published": "2026-08-02 11:20",
      "source": "programming"
    },
    {
      "title": "Project Valhalla -- JEP 401: Value Objects (Preview) JDK 28 integration",
      "link": "https://www.reddit.com/r/programming/comments/1vdywwj/project_valhalla_jep_401_value_objects_preview/",
      "summary": "submitted by /u/davidalayachew [link] [comments]",
      "published": "2026-08-03 00:56",
      "source": "programming"
    },
    {
      "title": "The Debate of Mockist v Classicist TDD Is Like OOP v FP.",
      "link": "https://www.reddit.com/r/programming/comments/1vdnb3e/the_debate_of_mockist_v_classicist_tdd_is_like/",
      "summary": "submitted by /u/fagnerbrack [link] [comments]",
      "published": "2026-08-02 17:00",
      "source": "programming"
    },
    {
      "title": "An Unexpected Computer \u2013 Universal computing with echo, ed, test and exec [pdf]",
      "link": "https://www.reddit.com/r/programming/comments/1vdiryk/an_unexpected_computer_universal_computing_with/",
      "summary": "In PagedOut #9 https://pagedout.institute/ submitted by /u/Dull_Replacement8890 [link] [comments]",
      "published": "2026-08-02 13:57",
      "source": "programming"
    },
    {
      "title": "Develop Cross-Platform CLI and GUI Tools With Tcl/Tk. Powerful, Event-Driven, Open-Source And Future-Proof Toolkit\u2026 From the Past?!",
      "link": "https://www.reddit.com/r/programming/comments/1vdcv3x/develop_crossplatform_cli_and_gui_tools_with/",
      "summary": "submitted by /u/CGM [link] [comments]",
      "published": "2026-08-02 08:46",
      "source": "programming"
    },
    {
      "title": "Understanding Raft Leader Election by building from scratch",
      "link": "https://www.reddit.com/r/programming/comments/1vd9q70/understanding_raft_leader_election_by_building/",
      "summary": "submitted by /u/Sushant098123 [link] [comments]",
      "published": "2026-08-02 05:47",
      "source": "programming"
    },
    {
      "title": "Project Valhalla, real-talk... what is it?",
      "link": "https://www.reddit.com/r/programming/comments/1vdy27t/project_valhalla_realtalk_what_is_it/",
      "summary": "For decades, Java's object model has powered one of the world's most successful programming languages. But the hardware we run on today looks very different from the world Java was born into in 1995. Modern CPUs are incredibly fast, but memory access, cache locality, and object allocation have become some of the biggest performance challenges in software. Project Valhalla is one of the most ambitious changes in Java's history. It isn't just about making Java faster... it's about rethinking what ...",
      "published": "2026-08-03 00:17",
      "source": "programming"
    },
    {
      "title": "Quantum Computers May Put Internet Traffic at Risk. NIST Is Safeguarding Computers With New Standards.",
      "link": "https://www.reddit.com/r/programming/comments/1vd7jnr/quantum_computers_may_put_internet_traffic_at/",
      "summary": "submitted by /u/donutloop [link] [comments]",
      "published": "2026-08-02 03:53",
      "source": "programming"
    }
  ],
  "Game Development": [],
  "Gaming News": [
    {
      "title": "Preorder Beast of Reincarnation At A Discount And Get Some DLC For Free",
      "link": "https://www.gamespot.com/articles/preorder-beast-of-reincarnation-at-a-discount-and-get-some-dlc-for-free/",
      "summary": "Beast of Reincarnation is an interesting action RPG. Developed by Game Freak, the studio behind the beloved Pokemon series, it's a chance for the developer to step out from Pikachu's enormous shadow and create something fresh. If you're looking to give it a chance, you can preorder a Steam key at a discount, making it cheaper than buying directly through Steam while also scoring some extra content. Forget the father-figure, adopted-daughter dynamic that games like The Last of Us and Pragmata del...",
      "published": "2026-08-01 14:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Pokemon Go August 2026 Events: Raid Bosses, Spotlight Hours, Pokemon Debuts, And More",
      "link": "https://www.gamespot.com/articles/pokemon-go-august-2026-events-raid-bosses-spotlight-hours-pokemon-debuts-and-more/",
      "summary": "August has arrived, marking the final month of Pokemon Go's Forever Forward season. The mobile game is closing the season out with a host of events and Pokemon debuts over the next few weeks, including the arrival of some big new monsters like Gigantamax Rillaboom and Mega Starmie. On top of that, players have a few summery festivities to look forward to this month, including an Arctic Embers event and a week-long Water Festival. There will also be new Raid bosses and Spotlight Hours, as well as...",
      "published": "2026-07-31 22:23",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Company that said it could scan and destroy books for AI data-harvesting has deleted that part of its website: 'no such service was ever brought to life'",
      "link": "https://www.pcgamer.com/software/ai/company-that-said-it-could-scan-and-destroy-books-for-ai-data-harvesting-has-deleted-that-part-of-its-website-no-such-service-was-ever-brought-to-life/",
      "summary": "Press X.",
      "published": "2026-08-03 00:21",
      "source": "PCGamer latest"
    },
    {
      "title": "Owlcat co-founder says the studio won't turn its back on hardcore RPGs as it hits 600 employees and preps its own Mass Effect killer",
      "link": "https://www.pcgamer.com/games/rpg/owlcat-co-founder-says-the-studio-wont-turn-its-back-on-hardcore-rpgs-as-it-hits-600-employees-and-preps-its-own-mass-effect-killer/",
      "summary": "At this point, I think I trust the process.",
      "published": "2026-08-02 22:13",
      "source": "PCGamer latest"
    },
    {
      "title": "One day Owlcat will make an RPG that's perfect out of the box, but 3 years after launch, it's time to get disgustingly into Warhammer 40K: Rogue Trader",
      "link": "https://www.pcgamer.com/games/rpg/one-day-owlcat-will-make-an-rpg-thats-perfect-out-of-the-box-but-3-years-after-launch-its-time-to-get-disgustingly-into-warhammer-40k-rogue-trader/",
      "summary": "I love builds.",
      "published": "2026-08-02 20:26",
      "source": "PCGamer latest"
    },
    {
      "title": "American Truck Simulator is headed to North Dakota in its latest DLC",
      "link": "https://www.pcgamer.com/games/sim/american-truck-simulator-is-headed-to-north-dakota-in-its-latest-dlc/",
      "summary": "Next stop: the Peace Garden State.",
      "published": "2026-08-02 19:35",
      "source": "PCGamer latest"
    },
    {
      "title": "Champion modder ports the OG 'Father' Nier back into the PC remaster, original voiceovers and all",
      "link": "https://www.pcgamer.com/games/action/champion-modder-ports-the-og-father-nier-back-into-the-pc-remaster-original-voiceovers-and-all/",
      "summary": "Daddy's home.",
      "published": "2026-08-02 17:33",
      "source": "PCGamer latest"
    },
    {
      "title": "Stellar Blade: Blood Rain's AI slop music video is terrible for us all",
      "link": "https://www.pcgamer.com/games/action/stellar-blade-blood-rains-ai-slop-music-video-is-terrible-for-us-all/",
      "summary": "ShiftUp's marketing tactic has backfired.",
      "published": "2026-08-02 17:00",
      "source": "PCGamer latest"
    },
    {
      "title": "Baldur's Gate 3 is the cheapest it's ever been to celebrate its third anniversary",
      "link": "https://www.pcgamer.com/games/baldurs-gate/baldurs-gate-3-is-the-cheapest-its-ever-been-to-celebrate-its-third-anniversary/",
      "summary": "Dungeons, dice, and bear sex await.",
      "published": "2026-08-02 16:13",
      "source": "PCGamer latest"
    },
    {
      "title": "One of Kerbal Space Program's biggest inspirations was a promotional Flash game for Top Gear: 'That was the most similar game to KSP that I could find back then'",
      "link": "https://www.pcgamer.com/gaming-industry/one-of-kerbal-space-programs-biggest-inspirations-was-a-promotional-flash-game-for-top-gear-that-was-the-most-similar-game-to-ksp-that-i-could-find-back-then/",
      "summary": "The creator of KSP talks us through what's on his PC, from Full Throttle to Old School Runescape.",
      "published": "2026-08-02 15:00",
      "source": "PCGamer latest"
    },
    {
      "title": "Perennial early access game Project Zomboid hit a new concurrent player record after a huge map update added reworked towns, a spooky orphanage and '400 procedural basements'",
      "link": "https://www.pcgamer.com/games/survival-crafting/perennial-early-access-game-project-zomboid-hit-a-new-concurrent-player-record-after-a-huge-map-update-added-reworked-towns-a-spooky-orphanage-and-400-procedural-basements/",
      "summary": "The zombie survival sim has also gone up in price.",
      "published": "2026-08-02 13:00",
      "source": "PCGamer latest"
    },
    {
      "title": "Space Marine 2's latest updates add Terminator Sorcerers and Steam Workshop support, so you can now play co-op with 9 other players if you want",
      "link": "https://www.pcgamer.com/games/action/space-marine-2s-latest-updates-add-terminator-sorcerers-and-steam-workshop-support-so-you-can-now-play-co-op-with-9-other-players-if-you-want/",
      "summary": "Terminator too.",
      "published": "2026-08-02 12:00",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "Google DeepMind says Gemini Robotics 2 enables full body control",
      "link": "https://www.therobotreport.com/google-deepmind-says-gemini-robotics-2-enables-full-body-control/",
      "summary": "Gemini Robotics 2 enables robots to reason through every movement, unlocking a broad range of tasks, DeepMind said. The post Google DeepMind says Gemini Robotics 2 enables full body control appeared first on The Robot Report.",
      "published": "2026-08-02 12:31",
      "source": "The Robot Report"
    },
    {
      "title": "Top 10 robotics stories of July 2026",
      "link": "https://www.therobotreport.com/top-10-robotics-stories-july-2026/",
      "summary": "In July, large funding rounds, new approaches to robot training, and new robot models drew our readers attention. The post Top 10 robotics stories of July 2026 appeared first on The Robot Report.",
      "published": "2026-08-01 12:00",
      "source": "The Robot Report"
    },
    {
      "title": "FCC robot ruling shines a spotlight on U.S. policy; how next-gen AI can help warehousing",
      "link": "https://www.therobotreport.com/fcc-robot-ruling-shines-spotlight-on-u-s-policy-how-next-gen-ai-can-help-warehousing/",
      "summary": "OSARO\u2019s Derek Pridmore says warehouse robots are advancing, but real-world safety and reliability still depend on specialized, layered AI systems. The post FCC robot ruling shines a spotlight on U.S. policy; how next-gen AI can help warehousing appeared first on The Robot Report.",
      "published": "2026-07-31 22:41",
      "source": "The Robot Report"
    },
    {
      "title": "KUKA deploys Automation Management Platform for North American automakers",
      "link": "https://www.therobotreport.com/kuka-deploys-automation-management-platform-north-american-automakers/",
      "summary": "KUKA has deployed its Automation Management Platform at KTPO, a major manufacturing facility in Ohio. The post KUKA deploys Automation Management Platform for North American automakers appeared first on The Robot Report.",
      "published": "2026-07-31 20:38",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "The global memory shortage hits the MacBook Air",
      "link": "https://techcrunch.com/2026/08/02/the-global-memory-shortage-hits-the-macbook-air/",
      "summary": "The global memory chip shortage appears to be affecting the availability of Apple\u2019s most popular Mac.",
      "published": "2026-08-02 21:33",
      "source": "TechCrunch"
    },
    {
      "title": "Sam Altman and AI\u2019s decel debate",
      "link": "https://techcrunch.com/2026/08/02/sam-altman-and-ais-decel-debate/",
      "summary": "On the latest episode of Equity, we discuss why Sam Altman has calling on the industry to \"pace the rate of AI development.\"",
      "published": "2026-08-02 20:54",
      "source": "TechCrunch"
    },
    {
      "title": "Malaysia is reportedly shutting down Balaji Srinivasan\u2019s Network School",
      "link": "https://techcrunch.com/2026/08/02/malaysia-is-reportedly-shutting-down-balaji-srinivasans-network-school/",
      "summary": "Let's see how this \"frontier community for techno-optimists\" is doing ...",
      "published": "2026-08-02 17:05",
      "source": "TechCrunch"
    },
    {
      "title": "TechCrunch Mobility: Two roads diverged \u2014 for robotaxis",
      "link": "https://techcrunch.com/2026/08/02/techcrunch-mobility-two-roads-diverged-for-robotaxis/",
      "summary": "Welcome back to TechCrunch Mobility, your hub for the future of transportation and now, more than ever, the role AI is playing in it.",
      "published": "2026-08-02 16:05",
      "source": "TechCrunch"
    },
    {
      "title": "These App Store hidden gems prove there\u2019s still room for great software in the AI era",
      "link": "https://techcrunch.com/2026/08/02/these-app-store-hidden-gems-prove-theres-still-room-for-great-software-in-the-ai-era/",
      "summary": "Despite predictions that AI agents could make traditional apps obsolete, developers are shipping new software faster than ever. From smarter bookmarking tools and neighborhood marketplaces to digital pen pals and nature journals, here are the latest App Store finds worth adding to your Home Screen.",
      "published": "2026-08-02 15:23",
      "source": "TechCrunch"
    },
    {
      "title": "Inside the London hacker house taking a stand against founder burnout",
      "link": "https://techcrunch.com/2026/08/01/inside-one-london-founder-house-rewriting-the-founder-house-rules/",
      "summary": "How one founder house is betting work-life balance can beat burnout .",
      "published": "2026-08-01 21:14",
      "source": "TechCrunch"
    },
    {
      "title": "Judge denies xAI\u2019s request to block Minnesota ban on \u2018nudify\u2019 apps",
      "link": "https://techcrunch.com/2026/08/01/judge-denies-xais-request-to-block-minnesota-ban-on-nudify-apps/",
      "summary": "Despite a lawsuit from xAI, a Minnesota ban on apps that allow users to \u201cnudify\u201d images can move forward.",
      "published": "2026-08-01 20:26",
      "source": "TechCrunch"
    },
    {
      "title": "YouTuber Hank Green says his AI usage is \u2018not healthy\u2019",
      "link": "https://techcrunch.com/2026/08/01/youtuber-hank-green-says-his-ai-usage-is-not-healthy/",
      "summary": "Green offered a remarkable apology, saying that \"the level of dopamine that I've been getting from interacting with LLMs ... is not healthy for me or good for the world.\"",
      "published": "2026-08-01 19:45",
      "source": "TechCrunch"
    },
    {
      "title": "Should you still buy your next smartphone \u2014 or subscribe to it instead?",
      "link": "https://techcrunch.com/2026/08/01/should-you-still-buy-your-next-smartphone-or-subscribe-to-it-instead/",
      "summary": "Apple's new Upgrade program is the latest sign that smartphone ownership is changing.",
      "published": "2026-08-01 18:47",
      "source": "TechCrunch"
    },
    {
      "title": "Sam Altman is still making the case for parenting via ChatGPT",
      "link": "https://techcrunch.com/2026/08/01/sam-altman-is-still-making-the-case-for-parenting-via-chatgpt/",
      "summary": "OpenAI's CEO seemed excited to share a \"cool use case\" for parents.",
      "published": "2026-08-01 17:07",
      "source": "TechCrunch"
    },
    {
      "title": "Rachika Nayar\u2019s Heaven Come Crashing is an instrumental epic of desperate longing",
      "link": "https://www.theverge.com/entertainment/974271/rachika-nayars-heaven-come-crashing-music-review",
      "summary": "Two minutes and thirty seconds into the title track of Rachika Nayar's Heaven Come Crashing, an absolutely massive drum and bass beat drops. As a fan of Nayar's debut record Our Hands Against The Dusk, it caught me off guard. That album has no percussion on it at all. Heaven Comes Crashing is almost entirely [\u2026]",
      "published": "2026-08-02 21:53",
      "source": "The Verge"
    },
    {
      "title": "Fender\u2019s CEO seems to think your bandmates are just analog AI",
      "link": "https://www.theverge.com/ai-artificial-intelligence/974265/fender-ceo-bud-cole-ai-music",
      "summary": "Fender CEO Edward \"Bud\" Cole gave an interview to T3 in May celebrating the 75th anniversary of the Telecaster with comments on AI and music that initially flew under the radar. But it has started making the rounds recently, pouring more fuel on an already raging fire of bad PR following the company pissing off [\u2026]",
      "published": "2026-08-02 19:36",
      "source": "The Verge"
    },
    {
      "title": "Xbox prices are increasing by up to \u20ac200 or \u00a3170",
      "link": "https://www.theverge.com/games/974253/xbox-prices-increasing-200-euros",
      "summary": "When Microsoft announced its latest round of Xbox price bumps in June, it only gave US pricing. Now we know the pricing increases for the EU and UK, and they're dramatic. Depending on the model, Xbox prices are increasing by up to \u20ac200 or \u00a3170. The 1TB Xbox Series X with a disc drive is [\u2026]",
      "published": "2026-08-02 16:14",
      "source": "The Verge"
    },
    {
      "title": "Skylight&#8217;s smart calendars are up to $90 off during its back-to-school sale",
      "link": "https://www.theverge.com/gadgets/973789/skylight-calendar-2-max-back-to-school-deal-sale",
      "summary": "The start of a new school year can feel hectic, as parents juggle their kids\u2019 classes, extracurriculars and sports on top of work, appointments, and other responsibilities. It\u2019s easy for things to slip through the cracks, but Skylight\u2019s shared smart calendars can help keep everyone on track, and from August 2nd through August 9th they\u2019re [\u2026]",
      "published": "2026-08-02 15:00",
      "source": "The Verge"
    },
    {
      "title": "HP\u2019s HyperX Omen 15 isn\u2019t quite the budget-friendly gaming laptop its predecessor was",
      "link": "https://www.theverge.com/tech/974155/hp-hyperx-omen-15-gaming-laptop-rtx-5050-review",
      "summary": "The HP HyperX Omen 15, which I first saw at CES, replaces the HP Victus 15, a longtime bestselling budget gaming laptop. The Victus cost just $800, or less when on sale, and was a good entry point to decent laptop gaming. The Omen 15 has nice little upgrades over the Victus. Its RTX 5050 [\u2026]",
      "published": "2026-08-02 14:00",
      "source": "The Verge"
    },
    {
      "title": "Is paying artists enough to convince them to embrace AI?",
      "link": "https://www.theverge.com/ai-artificial-intelligence/974018/pippa-seedance-artist-royalties",
      "summary": "Illustrators have spent years sounding the alarm about generative artificial intelligence startups training their models on artists' work without permission. They've pointed out how the practice is tantamount to theft, and in response, many gen AI boosters have argued that it's necessary for the technology's evolution. This has led to contentious legal battles, but it's [\u2026]",
      "published": "2026-08-02 13:00",
      "source": "The Verge"
    },
    {
      "title": "Foldables are sort of boring now \u2014 and that\u2019s great news for Apple",
      "link": "https://www.theverge.com/column/972937/foldable-phones-boring-apple",
      "summary": "This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more on smartphones and Android, follow Dominic Preston. The Stepback arrives in our subscribers' inboxes on Sunday at 8AM ET. Opt in for The Stepback here. How it started Believe it or not, it didn't all start with [\u2026]",
      "published": "2026-08-02 12:00",
      "source": "The Verge"
    },
    {
      "title": "Pixel 11 specs and price leak with no surprises",
      "link": "https://www.theverge.com/tech/974238/pixel-11-specs-and-price-leak",
      "summary": "Android Headlines claims to have the specs and price for the entire Pixel 11 lineup. What the site shared basically lines up with everything else that we've heard in the lead-up to the August 12th event. The Pixel 11 is expected to get a $100 price hike, starting at $899, but will come with 256GB [\u2026]",
      "published": "2026-08-01 21:31",
      "source": "The Verge"
    },
    {
      "title": "Angela Nissel faces down grief with a laugh",
      "link": "https://www.theverge.com/report/974226/angela-nissel-interview-good-grief-pass-the-bread-mom-is-dead",
      "summary": "Angela Nissel's latest book, Good Grief, Pass the Bread, Mom Is Dead, is my kind of memoir. Sure, it's a deeply emotional tale about caring for a terminally ill parent. But it's delivered with the sort of gallows humor that I often turn to to get me through tough times. Of course, that sort of [\u2026]",
      "published": "2026-08-01 20:15",
      "source": "The Verge"
    },
    {
      "title": "Is this Billboard Hot 100 hit AI slop?",
      "link": "https://www.theverge.com/ai-artificial-intelligence/974209/fenix-flexin-billboard-hot-100-rubberz-ai-slop",
      "summary": "Fenix Flexin is best known as a member of Shoreline Mafia, a rap duo from Los Angeles. But he's recently found solo success with the track \"Rubberz,\" which has climbed to number 58 on the Billboard Hot 100. Almost immediately, though, questions were raised about the song's origins, with many speculating that it was largely, [\u2026]",
      "published": "2026-08-01 18:20",
      "source": "The Verge"
    },
    {
      "title": "Here's how engineers plan to save the satellite sent to save NASA's Swift mission",
      "link": "https://arstechnica.com/space/2026/08/heres-how-engineers-plan-to-save-the-satellite-sent-to-save-nasas-swift-mission/",
      "summary": "\"We believe that a capture of Swift, an attempted capture of Swift, is very much in the cards.\"",
      "published": "2026-08-01 18:20",
      "source": "Ars Technica"
    },
    {
      "title": "Review: Yes, we're still arguing about Nolan's The Odyssey",
      "link": "https://arstechnica.com/culture/2026/08/review-yes-were-still-arguing-about-nolans-the-odyssey/",
      "summary": "Christopher Nolan's impressionistic remix of Homer's epic poem finds the man behind the myth.",
      "published": "2026-08-01 15:19",
      "source": "Ars Technica"
    },
    {
      "title": "As Reddit stock falls, CEO questions value of Google's AI Overviews",
      "link": "https://arstechnica.com/ai/2026/08/reddit-ceo-on-ai-overviews-were-still-looking-for-that-win-win/",
      "summary": "Reddit may still be considering ending its licensing deal with Google.",
      "published": "2026-08-01 12:30",
      "source": "Ars Technica"
    },
    {
      "title": "After noise complaints, judge orders Waymo to stop overnight charging in Santa Monica",
      "link": "https://arstechnica.com/tech-policy/2026/08/after-noise-complaints-judge-orders-waymo-to-stop-overnight-charging-in-santa-monica/",
      "summary": "Autonomous vehicle giant disturbs residents' sleep.",
      "published": "2026-08-01 11:30",
      "source": "Ars Technica"
    },
    {
      "title": "Defcon's new badge is a security key you can see inside",
      "link": "https://arstechnica.com/security/2026/08/defcons-new-badge-is-a-security-key-you-can-see-inside/",
      "summary": "A removable chip lets hackers inspect their badge\u2014and keep using it after Defcon.",
      "published": "2026-08-01 10:05",
      "source": "Ars Technica"
    },
    {
      "title": "How fruit flies chase invisible ribbons of smell to get to their source",
      "link": "https://arstechnica.com/science/2026/08/how-fruit-flies-chase-invisible-ribbons-of-smell-to-get-to-their-source/",
      "summary": "Tracking smells in turbulent air takes a keen sense of direction and sharp memory.",
      "published": "2026-08-01 10:00",
      "source": "Ars Technica"
    },
    {
      "title": "Not just Neanderthals: Ghost lineage in Africa left its mark on our DNA",
      "link": "https://arstechnica.com/science/2026/07/not-just-neanderthals-ghost-lineage-in-africa-left-its-mark-on-our-dna/",
      "summary": "Some group with no modern descendants contributed a lot to our genomes.",
      "published": "2026-07-31 22:17",
      "source": "Ars Technica"
    },
    {
      "title": "Doctors took a look at man's painful shoulder\u2014they found the joint was missing",
      "link": "https://arstechnica.com/health/2026/07/doctors-took-a-look-at-mans-painful-shoulder-they-found-the-joint-was-missing/",
      "summary": "The term \"Milwaukee Shoulder Syndrome\" was coined in 1981, based on cases in four women.",
      "published": "2026-07-31 21:51",
      "source": "Ars Technica"
    },
    {
      "title": "Google plans to exempt sanctioned nations from Android developer verification",
      "link": "https://arstechnica.com/gadgets/2026/07/google-plans-to-exempt-sanctioned-nations-from-android-developer-verification/",
      "summary": "Someone in Cuba or Iran can keep installing APKs with no new restrictions, but devs will suffer.",
      "published": "2026-07-31 21:35",
      "source": "Ars Technica"
    },
    {
      "title": "Reddit keeps its strange DMCA fight over Google search results alive",
      "link": "https://arstechnica.com/tech-policy/2026/07/reddit-keeps-weird-dmca-lawsuit-against-web-scraper-alive-despite-googles-loss/",
      "summary": "Reddit advances lawsuit accusing Perplexity AI of conspiring with web scraper.",
      "published": "2026-07-31 21:19",
      "source": "Ars Technica"
    }
  ]
}