{
  "AI & Machine Learning": [
    {
      "title": "AI agent crawlers now need permission. Here\u2019s how to get it",
      "link": "https://www.artificialintelligence-news.com/news/ai-agent-crawlers-cloudflare-rules/",
      "summary": "AI agent crawlers, the bots that fetch pages in real time on behalf of a person waiting for an answer, will be blocked by default on a slice of the web from September 15 onwards. Cloudflare announced the change on July 1, and most of the coverage since then has focused on Google. The more useful part [\u2026] The post AI agent crawlers now need permission. Here\u2019s how to get it appeared first on AI News.",
      "published": "2026-07-13 11:00",
      "source": "AI News"
    },
    {
      "title": "Building AI Agents? Here Are Some Anti-Patterns to Avoid.",
      "link": "https://machinelearningmastery.com/building-ai-agents-here-are-some-anti-patterns-to-avoid/",
      "summary": "Agent systems change constantly in production.",
      "published": "2026-07-13 12:00",
      "source": "MachineLearningMastery.com"
    }
  ],
  "Software Development": [
    {
      "title": "Anthropic extends Fable 5 again \u2014 and won\u2019t talk about what developers found inside Cursor",
      "link": "https://thenewstack.io/fable-5-honeycomb-opus/",
      "summary": "Anthropic has extended its enhanced access to Claude Fable 5 for all paid subscribers through July 19, marking the third The post Anthropic extends Fable 5 again \u2014 and won\u2019t talk about what developers found inside Cursor appeared first on The New Stack.",
      "published": "2026-07-13 17:10",
      "source": "The New Stack"
    },
    {
      "title": "What an ex-NSA red teamer wants every SOC to stop doing",
      "link": "https://thenewstack.io/ai-soc-alert-fatigue/",
      "summary": "Security teams have spent years trying to see more. More endpoints, more cloud services, more identities, more telemetry. For the The post What an ex-NSA red teamer wants every SOC to stop doing appeared first on The New Stack.",
      "published": "2026-07-13 13:50",
      "source": "The New Stack"
    },
    {
      "title": "Where AI saves me time and where it slows me down",
      "link": "https://thenewstack.io/ai-engineering-speed-tradeoffs/",
      "summary": "I use AI every day, and I would not want to go back. That is probably the simplest way to The post Where AI saves me time and where it slows me down appeared first on The New Stack.",
      "published": "2026-07-13 12:00",
      "source": "The New Stack"
    },
    {
      "title": "APIs aren\u2019t dead. Here\u2019s where MCP fits alongside them.",
      "link": "https://thenewstack.io/api-vs-mcp-incident-management/",
      "summary": "The allure of emerging technology is undeniable, but adopting it rarely means completely ripping out what already works. Instead, new The post APIs aren\u2019t dead. Here\u2019s where MCP fits alongside them. appeared first on The New Stack.",
      "published": "2026-07-12 18:00",
      "source": "The New Stack"
    },
    {
      "title": "How async processing hides latency and improves responsiveness",
      "link": "https://thenewstack.io/async-processing-hides-latency/",
      "summary": "Editor\u2019s Note: This article contains an exclusive excerpt from Latency by Pekka Engberg, which helps readers diagnose latency problems and The post How async processing hides latency and improves responsiveness appeared first on The New Stack.",
      "published": "2026-07-12 17:00",
      "source": "The New Stack"
    },
    {
      "title": "Anthropic\u2019s newest enterprise partner is training 20,000 people on Claude \u2014 here\u2019s the shift it signals",
      "link": "https://thenewstack.io/ust-anthropic-enterprise-ai-stack/",
      "summary": "The clearest signal of a major pivot in enterprise AI came this week when Anthropic announced its second Global Premier Partner in the The post Anthropic\u2019s newest enterprise partner is training 20,000 people on Claude \u2014 here\u2019s the shift it signals appeared first on The New Stack.",
      "published": "2026-07-12 17:00",
      "source": "The New Stack"
    },
    {
      "title": "Meet Brain, the AI that decides when Azure is officially down",
      "link": "https://thenewstack.io/inside-azure-brain/",
      "summary": "Microsoft recently took the wraps off Brain, the internal AI system that continuously monitors Azure\u2019s health and, increasingly, acts on The post Meet Brain, the AI that decides when Azure is officially down appeared first on The New Stack.",
      "published": "2026-07-12 15:00",
      "source": "The New Stack"
    },
    {
      "title": "Your merge gate was a compromise. Coding agents are making it a liability.",
      "link": "https://thenewstack.io/merge-gate-coding-agents/",
      "summary": "A merge is a contract. The moment a change lands on main, every other team in the organization starts building The post Your merge gate was a compromise. Coding agents are making it a liability. appeared first on The New Stack.",
      "published": "2026-07-11 17:00",
      "source": "The New Stack"
    },
    {
      "title": "Bumblebee: Perplexity AI Open-Sources a Safe Supply-Chain Scanner",
      "link": "https://dev.to/terminalchai/bumblebee-perplexity-ai-open-sources-a-safe-supply-chain-scanner-ief",
      "summary": "Auditing Developer Workstations: Meet Bumblebee When a new software supply-chain vulnerability is announced, security teams face a major challenge: how to quickly check if any developer's local machine is compromised. Developers install thousands of packages, VS Code extensions, and third-party tools weekly. In the era of AI coding agents, they are also frequently installing Model Context Protocol (MCP) servers to give AI models access to local databases and files. If one of these components is ...",
      "published": "2026-07-13 21:02",
      "source": "DEV Community"
    },
    {
      "title": "Backend/Domain foundation",
      "link": "https://dev.to/lksvn/backenddomain-foundation-24hl",
      "summary": "Today I continued my TypeScript learning project after a short break. Instead of jumping into React right away, I decided to keep working on the backend/domain side of the Candidate Tracker project. The main lesson today: TypeScript is not just useful for components and props. It also helps clarify ownership, data flow, and service boundaries. Some examples from today: using Omit and Partial to define create/update inputs deciding which fields the caller can change and which fields the service o...",
      "published": "2026-07-13 20:58",
      "source": "DEV Community"
    },
    {
      "title": "14 Browser Testing Articles That Changed How I Think About Release Confidence",
      "link": "https://dev.to/mellowthunder735/14-browser-testing-articles-that-changed-how-i-think-about-release-confidence-2a2o",
      "summary": "Modern browser testing is no longer just about clicking a button and checking whether the next page loads. Frontend applications now contain animated route changes, Shadow DOM components, dynamic validation, session refresh logic, AI-generated interfaces, visual transitions, and increasingly complex release pipelines. At the same time, AI is making it easier to generate both application code and automated tests. That sounds like it should simplify testing, but it also creates a new problem: team...",
      "published": "2026-07-13 20:57",
      "source": "DEV Community"
    },
    {
      "title": "How a mesh of peer AI workspaces catches what any single agent misses",
      "link": "https://dev.to/soulentheo/how-a-mesh-of-peer-ai-workspaces-catches-what-any-single-agent-misses-2ffh",
      "summary": "How a mesh of peer AI workspaces catches what any single agent misses Two things about agent fleets get most of the current attention. First: agents fail on stale state, so retrieval and memory hygiene matter. Second: the workspace inside a model is small enough that what you put into it, and how you keep it clean, matters more than raw context volume. Both true. Both incomplete. Here is the piece that changes what those two claims mean in practice. A single agent measuring its own workspace and...",
      "published": "2026-07-13 20:57",
      "source": "DEV Community"
    },
    {
      "title": "Podman in Production: The Book, and the Pipeline Behind It",
      "link": "https://dev.to/wkerschbaumer/podman-in-production-the-book-and-the-pipeline-behind-it-nie",
      "summary": "My first encounter with Podman back in 2020 was involuntary. A customer with air-gapped RHEL 7 machines that we needed to deploy a containerized microservices stack on. Installing third-party software like Docker on them would have been a major bureaucratic hurdle, so I looked at what we could use that came built in. The tooling had its quirks \u2014 at least the way we were using it \u2014 but the general daemonless architecture of the Podman ecosystem just felt right from the beginning. And needless to ...",
      "published": "2026-07-13 20:42",
      "source": "DEV Community"
    },
    {
      "title": "Bootcamp Grad Explores Open-Source AI APIs: What I Learned",
      "link": "https://dev.to/purecast/bootcamp-grad-explores-open-source-ai-apis-what-i-learned-3pc",
      "summary": "Here's the thing: bootcamp Grad Explores Open-Source AI APIs: What I Learned I graduated from a coding bootcamp about six months ago, and honestly, I thought I understood the AI landscape. GPT-4o, Claude, maybe Gemini if someone was feeling fancy \u2014 that was basically my mental model. Then I started building a side project and kept hearing people mention \"open-source models\" in tech Twitter threads, and I had no idea what they were talking about. I spent an entire weekend falling down this rabbit...",
      "published": "2026-07-13 20:37",
      "source": "DEV Community"
    },
    {
      "title": "SINGLE RESPONSIBILITY PRINCIPLE",
      "link": "https://dev.to/victorlisbronzo/single-responsibility-principle-1g20",
      "summary": "SINGLE RESPONSIBILITY PRINCIPLE (SRP) A class should have one, and exclusively one, reason to change. In other words, we shouldn't have a single class doing everything: receiving data, validating requests, applying business rules, and accessing the database... This class that \u201cdoes it all\u201d is the famous God Class, and it is an anti-pattern. IS IT REALLY THAT IMPORTANT? An analogy that explains its importance well is the comparison between a Swiss Army Knife vs. a Scalpel. I know it might sound w...",
      "published": "2026-07-13 20:35",
      "source": "DEV Community"
    },
    {
      "title": "PRINC\u00cdPIO DA RESPONSABILIDADE \u00daNICA",
      "link": "https://dev.to/victorlisbronzo/principio-da-responsabilidade-unica-301d",
      "summary": "PRINC\u00cdPIO DA RESPONSABILIDADE \u00daNICA Em Ingl\u00eas: SINGLE RESPONSIBILITY PRINCIPLE (SRP) Uma classe deve ter um, e exclusivamente um, motivo para ser alterada. Ou seja, n\u00e3o devemos ter uma \u00fanica classe fazendo de tudo: recebendo dados, validando requisi\u00e7\u00f5es, aplicando regras de neg\u00f3cio e acessando o banco de dados... Essa classe que \u201cfaz tudo\u201d \u00e9 a famosa God Class, e \u00e9 um anti-pattern. \u00c9 MESMO T\u00c3O IMPORTANTE? Uma analogia que explica bem a import\u00e2ncia, \u00e9 a compara\u00e7\u00e3o entre Canivete Su\u00ed\u00e7o vs. Bisturi...",
      "published": "2026-07-13 20:34",
      "source": "DEV Community"
    },
    {
      "title": "Validate Your LLM Workflow Before It Runs (Python + YAML Topology Checks)",
      "link": "https://dev.to/dobybaxter127/validate-your-llm-workflow-before-it-runs-python-yaml-topology-checks-35l1",
      "summary": "Your LLM app boots fine. It answers the first few messages fine. Then, ten minutes into a real conversation, it quietly walks from the support step into the billing step that doesn't exist anymore, or loops faq \u2192 support \u2192 faq \u2192 support until something times out. Nothing crashed at startup. The mistake was in the workflow's shape the whole time \u2014 you just didn't find out until runtime, in production, with a user watching. This is the same class of bug as a malformed config file: the error exists...",
      "published": "2026-07-13 20:30",
      "source": "DEV Community"
    },
    {
      "title": "Can you trust your sensor data? A developer's guide to the full stack",
      "link": "https://dev.to/mariusgjerd/can-you-trust-your-sensor-data-a-developers-guide-to-the-full-stack-3376",
      "summary": "Every data pipeline in industrial IoT starts the same way: something physical happens, a sensor detects it, and a number appears in your database. The gap between \u201csomething physical happens\u201d and \u201ca number appears in your database\u201d is where most data quality problems live. If you\u2019ve only ever worked on the database side, that gap is invisible. This post is a map of it. We\u2019ll trace a single temperature reading from a heat exchanger through to a cloud application, step by step. At each stage I\u2019ll ...",
      "published": "2026-07-13 20:30",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "VINs: The Encoding Stamped Into Steel",
      "link": "https://www.reddit.com/r/programming/comments/1uvb8bc/vins_the_encoding_stamped_into_steel/",
      "summary": "submitted by /u/bezomaxo [link] [comments]",
      "published": "2026-07-13 13:13",
      "source": "programming"
    },
    {
      "title": "Cloudflare Identifies Race Condition in hyper\u2019s HTTP/1 Implementation",
      "link": "https://www.reddit.com/r/programming/comments/1uvfzlz/cloudflare_identifies_race_condition_in_hypers/",
      "summary": "submitted by /u/Ok_Stomach6651 [link] [comments]",
      "published": "2026-07-13 16:12",
      "source": "programming"
    },
    {
      "title": "GhostLock, a stack-UAF that has existed in ALL Linux distributions for 15 years",
      "link": "https://www.reddit.com/r/programming/comments/1uvgdwm/ghostlock_a_stackuaf_that_has_existed_in_all/",
      "summary": "submitted by /u/mitousa [link] [comments]",
      "published": "2026-07-13 16:26",
      "source": "programming"
    },
    {
      "title": "Converting colors in JS at 6 billion operations per second",
      "link": "https://www.reddit.com/r/programming/comments/1uve7m2/converting_colors_in_js_at_6_billion_operations/",
      "summary": "submitted by /u/Either_Collection349 [link] [comments]",
      "published": "2026-07-13 15:07",
      "source": "programming"
    },
    {
      "title": "A peek into Reddit's anti-spam internals",
      "link": "https://www.reddit.com/r/programming/comments/1uuskff/a_peek_into_reddits_antispam_internals/",
      "summary": "submitted by /u/NXGZ [link] [comments]",
      "published": "2026-07-12 21:47",
      "source": "programming"
    },
    {
      "title": "Prefer STRICT tables in SQLite",
      "link": "https://www.reddit.com/r/programming/comments/1uuge0p/prefer_strict_tables_in_sqlite/",
      "summary": "submitted by /u/mitousa [link] [comments]",
      "published": "2026-07-12 14:04",
      "source": "programming"
    },
    {
      "title": "JavaScript Magic Objects",
      "link": "https://www.reddit.com/r/programming/comments/1uvdm2g/javascript_magic_objects/",
      "summary": "submitted by /u/noeldemartin [link] [comments]",
      "published": "2026-07-13 14:45",
      "source": "programming"
    },
    {
      "title": "C3 0.8.2 A modest improvement",
      "link": "https://www.reddit.com/r/programming/comments/1uuaukq/c3_082_a_modest_improvement/",
      "summary": "submitted by /u/Nuoji [link] [comments]",
      "published": "2026-07-12 09:36",
      "source": "programming"
    },
    {
      "title": "Control the ideas, not the code",
      "link": "https://www.reddit.com/r/programming/comments/1uvdxoq/control_the_ideas_not_the_code/",
      "summary": "submitted by /u/Either_Collection349 [link] [comments]",
      "published": "2026-07-13 14:57",
      "source": "programming"
    }
  ],
  "Game Development": [
    {
      "title": "The Alters and Frostpunk developer 11 Bit Studios is laying off 20 employees",
      "link": "https://www.gamedeveloper.com/business/the-alters-and-frostpunk-developer-11-bit-studios-is-laying-off-20-employees-",
      "summary": "The studio said it has managed to mitigate the number of job cuts by transferring employees to other internal teams.",
      "published": "2026-07-13 15:27",
      "source": "gamedeveloper"
    },
    {
      "title": "Games Done Quick apologizes for partnering with Saudi-owned studio SNK",
      "link": "https://www.gamedeveloper.com/business/games-done-quick-apologizes-for-partnering-with-saudi-owned-studio-snk",
      "summary": "The speedrunning event cancelled a sponsored stream with SNK after community members sounded the alarm.",
      "published": "2026-07-13 14:39",
      "source": "gamedeveloper"
    },
    {
      "title": "'A kick in the teeth:' Game workers protest alleged misconduct at MindsEye developer Build A Rocket Boy",
      "link": "https://www.gamedeveloper.com/business/-a-kick-in-the-teeth-game-workers-protest-alleged-misconduct-at-mindseye-developer-build-a-rocket-boy",
      "summary": "'Whilst the goingson at BARB sound extreme, game workers know that shocking treatment from bosses is rife across the sector.'",
      "published": "2026-07-13 11:06",
      "source": "gamedeveloper"
    }
  ],
  "Gaming News": [
    {
      "title": "LA Noire Could Have Featured A Different, Very Famous, And More Expensive Lead Actor",
      "link": "https://www.gamespot.com/articles/la-noire-could-have-featured-a-different-very-famous-and-more-expensive-lead-actor/",
      "summary": "The 2011 detective game LA Noire, which was published by GTA company Rockstar Games, starred Mad Men actor Aaron Staton as the lead character, Cole Phelps. A writer on the game has now revealed that a different Mad Men actor, Jon Hamm, was considered for the role as well. Staton portrayed Ken Cosgrove on Mad Men, with Hamm playing the show's leading role, Don Draper. Daniel McMahon told IGN that Mad Men and LA Noire had the same casting director, and that Hamm was \"discussed as a possibility for...",
      "published": "2026-07-13 20:45",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Beast of Reincarnation Could Be Something Really Special",
      "link": "https://www.gamespot.com/videos/beast-of-reincarnation-could-be-something-really-special/",
      "summary": "Jake had the chance to play 90 minutes of Game Freak's upcoming action game, Beast of Reincarnation. He started from the very beginning and played just after the first boss, and what he played has him excited. Alongside Pokemon, Game Freak might have another hit on their hands.",
      "published": "2026-07-13 20:31",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Kingdom Hearts 4 News Could Come Sooner Than You Think",
      "link": "https://www.gamespot.com/articles/kingdom-hearts-4-news-could-come-sooner-than-you-think/",
      "summary": "A special 25th-anniversary Kingdom Hearts panel at Disney's 2026 D23 event has fans of Square Enix's RPG series wondering if major Kingdom Hearts 4 news is right around the corner. Disney doesn't hold a D23 annually (the previous one was held in 2024), and in recent years the fan event has taken on newfound importance as a stage for the House of Mouse to make all kinds of major announcements about upcoming films, shows, and even, occasionally, video games. This year in particular may be worth pa...",
      "published": "2026-07-13 20:31",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Slay The Spire 2 Is Choosing \u201cShit\u201d Art Over Generative AI",
      "link": "https://www.gamespot.com/articles/slay-the-spire-2-is-choosing-shit-art-over-generative-ai/",
      "summary": "Throughout the past decade, we've seen the gaming industry grow increasingly concerned with optimization and the fruitless endeavor of chasing perfection. Including Larian, Pearl Abyss, and Sandfall Interactive, studios big and small seem to be relying more often on generative AI to create placeholder art for their titles--even if \"getting caught\" often leads to negative PR. It's for precisely this reason that Slay the Spire 2's \"shit\" placeholder art holds a special place in my heart. Upon its ...",
      "published": "2026-07-13 20:23",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Call Of Duty Season 5 Puts You Inside A Pinball Machine, Heavy Metal Heroes Mode Returns",
      "link": "https://www.gamespot.com/articles/call-of-duty-season-5-puts-you-inside-a-pinball-machine-heavy-metal-heroes-mode-returns/",
      "summary": "Call of Duty's Season 5 roadmap has been revealed for Black Ops 7 and Warzone, which includes a pinball-themed multiplayer map, the return of Heavy Metal Heroes in battle royale, and the final Zombies map for the Black Ops 7 storyline. Season 5 arrives on July 23, and all the major highlights can be found below. More weapons to unlock Season 5's Mammoth LMG Black Ops 7's weapon pool expands in Season 5 with four more additions. Some weapons will be available in the battle pass and others will ar...",
      "published": "2026-07-13 19:46",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Diablo 4 Update Will Drown You In Mythics",
      "link": "https://www.gamespot.com/articles/diablo-4-update-will-drown-you-in-mythics/",
      "summary": "Diablo 4 Season 14 will receive its first update on July 14, and while it does bring some welcome changes to what has proven to be an unpopular season so far, those hoping it would fix everything will have to keep waiting. Season 14 launched June 30, and its main hook is what Blizzard coined \"Mythic Uniques 3.0,\" an overhaul of the game's item chase that made it so every Unique in the game (of which there are well over 100) can become an even more powerful Mythic Unique. Patch 3.1.1 makes a few ...",
      "published": "2026-07-13 19:07",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Cousin, Where\u2019s The GTA 4 Remaster? Roman Bellic Actor Wants Answers",
      "link": "https://www.gamespot.com/articles/cousin-wheres-the-gta-4-remaster-roman-bellic-actor-wants-answers/",
      "summary": "Grand Theft Auto 5 has cemented itself as one of the best-selling games of all time with 230 million lifetime sales to date. Part of the success comes from the game being remastered for two new console generations, something that its predecessor, Grand Theft Auto 4, has never enjoyed. Considering how older GTA games have often popped up with fresher coats of paint, it's odd to see GTA 4 stuck in purgatory, and the actor behind the bowling-obsessed character of Roman Bellic is as puzzled about it...",
      "published": "2026-07-13 17:59",
      "source": "GameSpot - All Content"
    },
    {
      "title": "God Of War Laufey Will Be On A Disc, And That Tells Us When It Could Launch By",
      "link": "https://www.gamespot.com/articles/god-of-war-laufey-will-be-on-a-disc-and-that-tells-us-when-it-could-launch-by/",
      "summary": "Sony will stop supporting physical game discs beginning in January 2028, and that news has not gone over well, even if it makes good business sense. Following that announcement, Sony's own Santa Monica Studio has confirmed that its high-profile upcoming game, God of War Laufey, will be available on a disc, and this is sparking some theories as to when it could release. \"We can confirm God of War Laufey will be available on disc,\" the developer said. Given that Sony's plan to kill game discs begi...",
      "published": "2026-07-13 17:42",
      "source": "GameSpot - All Content"
    },
    {
      "title": "MARVEL Tokon: Fighting Souls \u2013 Official Spider-Man Character Gameplay Guide",
      "link": "https://www.gamespot.com/videos/marvel-tokon-fighting-souls-official-spider-man-character-gameplay-guide/",
      "summary": "Swing in fast and keep your opponents guessing!In this Character Guide, we break down Spider-Man\u2019s speed, web-powered mobility and close-range pressure so you can zip around the fight and turn every opening into damage. Learn how to use Web Zip, wall movement, and web-shooter tools to bind enemies, and reposition quickly. MARVEL T\u014dkon: Fighting Souls is coming to PS5 and PC on August 6th, 2026 PT!",
      "published": "2026-07-13 17:14",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Rockstar Won\u2019t Make Bully 2, But A New Game Will Let You Relive The Horrors Of High School",
      "link": "https://www.gamespot.com/articles/rockstar-wont-make-bully-2-but-a-new-game-will-let-you-relive-the-horrors-of-high-school/",
      "summary": "Although Rockstar Games is not returning to its Bully franchise anytime soon--at least not that we know of--another game is coming out soon that will allow you to relive the horrors of high school. Agefield High: Rock the School, from developer Refugium Games, is launching on August 12 via Steam, the studio has announced. The \"raunchy 2000s-era comedy\" game has players trying to become the \"big man on campus.\" https://www.youtube.com/watch?v=3qPYXGCQwHI&feature=youtu.be Agefield High takes place...",
      "published": "2026-07-13 16:10",
      "source": "GameSpot - All Content"
    },
    {
      "title": "My Chemical Romance front man Gerard Way pauses concert to talk classic RPGs, admits he hasn't played Baldur's Gate 3 yet: 'The first one was a lot of fun, the closest thing at the time to playing D&D'",
      "link": "https://www.pcgamer.com/games/baldurs-gate/my-chemical-romance-front-man-gerard-way-pauses-concert-to-talk-classic-rpgs-admits-he-hasnt-played-baldurs-gate-3-yet-the-first-one-was-a-lot-of-fun-the-closest-thing-at-the-time-to-playing-d-and-d/",
      "summary": "Somebody get this man a Steam Deck.",
      "published": "2026-07-13 20:45",
      "source": "PCGamer latest"
    },
    {
      "title": "Sick of holding F in Palworld? Change these two settings to make crafting and building less obnoxious",
      "link": "https://www.pcgamer.com/games/survival-crafting/sick-of-holding-f-in-palworld-change-these-two-settings-to-make-crafting-and-building-less-obnoxious/",
      "summary": "Your fingers will thank you\u2014no keyboard weights necessary.",
      "published": "2026-07-13 20:09",
      "source": "PCGamer latest"
    },
    {
      "title": "'I'm in this whole new world': Here's what Eric Barone had to say about the life-changing Stardew Valley 10 years ago this month",
      "link": "https://www.pcgamer.com/games/rpg/im-in-this-whole-new-world-heres-what-eric-barone-had-to-say-about-the-life-changing-stardew-valley-10-years-ago-this-month/",
      "summary": "Looking back at Stardew Valley's four-year journey to overnight acclaim.",
      "published": "2026-07-13 19:59",
      "source": "PCGamer latest"
    },
    {
      "title": "One week after going independent in the Xbox bloodbath, South of Midnight developer Compulsion Games is looking for work",
      "link": "https://www.pcgamer.com/gaming-industry/one-week-after-going-independent-in-the-xbox-bloodbath-south-of-midnight-developer-compulsion-games-is-looking-for-work/",
      "summary": "Compulsion says it's open to working with studios \"across the games and entertainment industry.\"",
      "published": "2026-07-13 19:40",
      "source": "PCGamer latest"
    },
    {
      "title": "How to get married in Moonlight Peaks, or divorced, if your undead heart wanders",
      "link": "https://www.pcgamer.com/games/life-sim/moonlight-peaks-marriage-divorce/",
      "summary": "After dozens of dates and gifts, seal the deal with a supernatural ceremony.",
      "published": "2026-07-13 19:31",
      "source": "PCGamer latest"
    },
    {
      "title": "The GoldenEye homage that left us 'shaken and stirred' in 2022 is finally launching in August",
      "link": "https://www.pcgamer.com/games/fps/the-goldeneye-homage-that-left-us-shaken-and-stirred-in-2022-is-finally-launching-in-august/",
      "summary": "A demo for Agent 64: Spies Never Die is still playable on Steam.",
      "published": "2026-07-13 18:22",
      "source": "PCGamer latest"
    },
    {
      "title": "Steam had a slow start on Monday just like the rest of us",
      "link": "https://www.pcgamer.com/games/steam-store-issues-july-13-2026/",
      "summary": "The Steam store was \"very slow\" with intermittent errors.",
      "published": "2026-07-13 17:11",
      "source": "PCGamer latest"
    },
    {
      "title": "Marvel Rivals has upset players yet again with some peculiar balances that buff some of the strongest heroes",
      "link": "https://www.pcgamer.com/games/third-person-shooter/marvel-rivals-has-upset-players-yet-again-with-some-peculiar-balances-that-buff-some-of-the-strongest-heroes/",
      "summary": "\"Adapt, react, and rule them all.\"",
      "published": "2026-07-13 16:48",
      "source": "PCGamer latest"
    },
    {
      "title": "More Windows security updates to come as Microsoft leverages AI vulnerability detection, but 'only the highest-confidence findings reach the engineering team'",
      "link": "https://www.pcgamer.com/software/ai/more-windows-security-updates-to-come-as-microsoft-leverages-ai-vulnerability-detection-but-only-the-highest-confidence-findings-reach-the-engineering-team/",
      "summary": "Humans still make the key decisions and handle fixes, though.",
      "published": "2026-07-13 16:24",
      "source": "PCGamer latest"
    },
    {
      "title": "Violent criminals keep escaping justice, but I sure am taking some nice photos of evidence in this crime scene simulator",
      "link": "https://www.pcgamer.com/games/sim/violent-criminals-keep-escaping-justice-but-i-sure-am-taking-some-nice-photos-of-evidence-in-this-crime-scene-simulator/",
      "summary": "I can't catch killers, but I like labeling blood stains and bullet holes. Is that a job?",
      "published": "2026-07-13 16:00",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "Yaskawa America gets information security certification",
      "link": "https://www.therobotreport.com/yaskawa-america-gets-information-seccurity-certification/",
      "summary": "Yaskawa America said that independent ISO/IEC 27001:2022 certification shows its focus on protecting customer information. The post Yaskawa America gets information security certification appeared first on The Robot Report.",
      "published": "2026-07-13 19:55",
      "source": "The Robot Report"
    },
    {
      "title": "The Robot Report parent company, WTWH Media, rebrands as Arrowfly",
      "link": "https://www.therobotreport.com/the-robot-report-parent-company-wtwh-media-rebrands-as-arrowfly/",
      "summary": "The Arrowfly name unifies more than 40 brands under a new identity built for the future of B2B content and events. The post The Robot Report parent company, WTWH Media, rebrands as Arrowfly appeared first on The Robot Report.",
      "published": "2026-07-13 12:04",
      "source": "The Robot Report"
    },
    {
      "title": "STEM education in the classroom, introducing BotBall",
      "link": "https://www.therobotreport.com/stem-education-classroom-introducing-botball/",
      "summary": "Botball addresses STEM education with autonomous robotics, real coding, and a level playing field driven entirely by students. The post STEM education in the classroom, introducing BotBall appeared first on The Robot Report.",
      "published": "2026-07-12 10:00",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "Satya Nadella has issued a shocking warning to companies using AI",
      "link": "https://techcrunch.com/2026/07/13/satya-nadella-has-issued-a-shocking-warning-to-companies-using-ai/",
      "summary": "In a surprising blog post on Monday, Microsoft CEO is warning enterprises of the dangers of using proprietary models like Anthropic's and OpenAI's.",
      "published": "2026-07-13 20:59",
      "source": "TechCrunch"
    },
    {
      "title": "Apple says former employee exploited \u2018rare\u2019 bug to download confidential files after leaving for OpenAI",
      "link": "https://techcrunch.com/2026/07/13/apple-says-former-employee-exploited-rare-bug-to-download-confidential-files-after-leaving-for-openai/",
      "summary": "Apple would not comment on the \"security breach,\" which allegedly allowed a former employee to download sensitive files from Apple's network long after he departed the company for rival OpenAI.",
      "published": "2026-07-13 20:00",
      "source": "TechCrunch"
    },
    {
      "title": "The wildest allegations in Apple\u2019s trade secrets lawsuit against OpenAI",
      "link": "https://techcrunch.com/2026/07/13/the-wildest-allegations-in-apples-trade-secrets-lawsuit-against-openai/",
      "summary": "Apple\u2019s trade secrets lawsuit against OpenAI contains allegations that range from employees joking about unauthorized access to Apple\u2019s systems to claims that job candidates were asked to bring Apple hardware to interviews. Here are the complaint\u2019s most eye-catching claims.",
      "published": "2026-07-13 18:22",
      "source": "TechCrunch"
    },
    {
      "title": "Sam Altman\u2019s space data center trash talk is what most experts already believe",
      "link": "https://techcrunch.com/2026/07/13/sam-altmans-space-data-center-trash-talk-is-what-most-experts-already-believe/",
      "summary": "Responding to Musk accusing him of being a scammer, Altman said, \"homeboy you're the one sellling [sic] public market investors on short-term space datacenters.\"",
      "published": "2026-07-13 17:28",
      "source": "TechCrunch"
    },
    {
      "title": "Investors send General Fusion soaring in debut as first publicly traded fusion company",
      "link": "https://techcrunch.com/2026/07/13/investors-send-general-fusion-soaring-in-debut-as-first-publicly-traded-fusion-company/",
      "summary": "General Fusion started trading on the Nasdaq following a reverse merger that saw high redemptions.",
      "published": "2026-07-13 17:03",
      "source": "TechCrunch"
    },
    {
      "title": "12 states sue to block Paramount\u2019s $110B Warner Bros. deal",
      "link": "https://techcrunch.com/2026/07/13/12-states-sue-to-block-paramounts-110b-warner-bros-deal/",
      "summary": "The states allege that the deal would harm movie theaters, basic cable distributors, and audiences.",
      "published": "2026-07-13 17:00",
      "source": "TechCrunch"
    },
    {
      "title": "Should AI help you get away with killing your spouse?",
      "link": "https://techcrunch.com/2026/07/13/should-ai-help-you-get-away-with-killing-your-spouse/",
      "summary": "What does a world of total user-aligned AI actually look like?",
      "published": "2026-07-13 16:31",
      "source": "TechCrunch"
    },
    {
      "title": "As TV-tracking app TV Time shuts down, its founder builds Bingers, a new home for fans",
      "link": "https://techcrunch.com/2026/07/13/as-tv-tracking-app-tv-time-shuts-down-its-founder-builds-bingers-a-new-home-for-fans/",
      "summary": "The creator of TV Time is building a successor app that will let users import their watch histories and preserve the community that formed around discussing their favorite shows.",
      "published": "2026-07-13 15:49",
      "source": "TechCrunch"
    },
    {
      "title": "Anthropic starts localizing Claude pricing for India, its biggest market after the US",
      "link": "https://techcrunch.com/2026/07/13/anthropic-starts-localizing-claude-pricing-for-india-its-biggest-market-after-the-us/",
      "summary": "Claude users in India are starting to see Indian rupee-denominated subscription plans.",
      "published": "2026-07-13 15:34",
      "source": "TechCrunch"
    },
    {
      "title": "SpaceX cleared to fly Starship again after booster failure in May",
      "link": "https://techcrunch.com/2026/07/13/spacex-cleared-to-fly-starship-again-after-booster-failure-in-may/",
      "summary": "This will be the first Starship test flight for SpaceX as a public company, testing the market's appetite for the company's \"fly, fail, fix\" approach to rocket development, which often ends in fireballs.",
      "published": "2026-07-13 14:19",
      "source": "TechCrunch"
    },
    {
      "title": "A two-pack of DJI&#8217;s most capable wireless mics just got its first price cut",
      "link": "https://www.theverge.com/gadgets/964914/dji-mic-three-bundle-deal-sale",
      "summary": "Smartphones these days have incredible cameras that are capable of taking smooth, sharp video, but the microphones are often lacking, to say the least. A wireless lavalier microphone can dramatically improve the audio quality of your videos, whether you\u2019re the only one talking, or if you\u2019re getting audio from multiple people. The DJI Mic 3 [\u2026]",
      "published": "2026-07-13 21:03",
      "source": "The Verge"
    },
    {
      "title": "The Shokz OpenRun Pro are the cheapest they\u2019ve been since January",
      "link": "https://www.theverge.com/gadgets/964982/shokz-openrun-pro-bone-conduction-headphones-summer-deal-sale",
      "summary": "Noise-canceling earbuds are great for flights and focusing, but they're not always ideal for outdoor workouts. The last-gen Shokz OpenRun Pro's open-ear design lets you enjoy music while staying aware of approaching cars, cyclists, and other potential hazards, and right now they're on sale for $109 ($50 off) at Amazon, Walmart, and B&H Photo. That [\u2026]",
      "published": "2026-07-13 20:57",
      "source": "The Verge"
    },
    {
      "title": "The Pixel colors might rule this year",
      "link": "https://www.theverge.com/tech/964972/google-pixel-11-colors-rumor",
      "summary": "This year's Google Pixel 11 lineup might come in a bunch of funky colors. A series of now-deleted Amazon listings spotted by 9to5Google show what appear to be placeholders for Google's upcoming Pixel 11 in hot pink Fuchsia (Hibiscus), vibrant green Moss (Pistachio), and Midnight (Obsidian) black. We've seen two sets of names for the [\u2026]",
      "published": "2026-07-13 20:52",
      "source": "The Verge"
    },
    {
      "title": "Apple\u2019s public betas for iOS 27 and more are out now",
      "link": "https://www.theverge.com/tech/964307/apple-public-betas-ios-27-siri-ai",
      "summary": "Apple has just released public betas for iOS 27 and other major OS updates that are set to publicly launch this fall. The big new feature this year is Siri AI, the delayed AI-powered revamp to Siri. It actually works - which is big praise! - though it keeps things brief. Other betas available now [\u2026]",
      "published": "2026-07-13 20:45",
      "source": "The Verge"
    },
    {
      "title": "Siri AI makes the Apple Watch finally feel like a wrist computer",
      "link": "https://www.theverge.com/tech/964800/watchos-27-preview-siri-ai-apple-watch-gestures-smartwatch",
      "summary": "Siri has been on the Apple Watch since day one, though I'm usually hard-pressed to find people who actually make good use of it. It's kind of just\u2026 been there - mostly as a way to set timers when my hands are full. But after playing around with the watchOS 27 developer beta, I get [\u2026]",
      "published": "2026-07-13 20:44",
      "source": "The Verge"
    },
    {
      "title": "Siri AI is already changing how I use my iPhone",
      "link": "https://www.theverge.com/tech/964714/siri-ai-public-beta-preview-ios-27-hands-on",
      "summary": "iOS 27 escaped the developer world today with the launch of the first public beta. I've been testing the new operating system since early June, looking for quirks and seeing if it can live up to the hype Apple promised in the keynote. This year's iOS upgrades are what one might call a Snow Leopard [\u2026]",
      "published": "2026-07-13 20:43",
      "source": "The Verge"
    },
    {
      "title": "The macOS 27 public beta is worth it just for the Liquid Glass tweaks",
      "link": "https://www.theverge.com/tech/964701/apple-macos-27-golden-gate-public-beta-impressions-liquid-glass-siri-ai",
      "summary": "The macOS 27 Golden Gate public beta is here, and anyone with an M-series Mac now has easier access to test-drive Apple's latest changes - including a more subdued Liquid Glass aesthetic. That's reason enough to be at least a little excited for macOS 27 (particularly if you're on Tahoe and disliking all the transparency). [\u2026]",
      "published": "2026-07-13 20:43",
      "source": "The Verge"
    },
    {
      "title": "States make last-ditch effort to stop the Paramount \u2018media behemoth\u2019",
      "link": "https://www.theverge.com/policy/964916/paramount-warner-bros-discovery-states-lawsuit",
      "summary": "A dozen state attorneys general are trying to block the $110 billion merger of Paramount and Warner Bros Discovery they warn would raise movie prices and crush cable TV distributors. The states - California, Arizona, Colorado, Connecticut, Massachusetts, Minnesota, Nevada, New Jersey, New Mexico, New York, Oregon, and Washington - filed suit on Monday, arguing [\u2026]",
      "published": "2026-07-13 18:35",
      "source": "The Verge"
    },
    {
      "title": "The EV market is on the road to recovery thanks to high gas prices",
      "link": "https://www.theverge.com/transportation/964663/ev-sales-q2-2026-gas-prices-tesla-toyota",
      "summary": "As the US war on Iran sent gas prices soaring, American car buyers flocked to electric vehicles - and in particular hybrids. After a sluggish winter and fall, EV sales rebounded in the second quarter of 2026, with automakers posting some of their best numbers since the elimination of the federal EV tax credit last [\u2026]",
      "published": "2026-07-13 18:03",
      "source": "The Verge"
    },
    {
      "title": "The 6 wildest claims in Apple&#8217;s lawsuit against OpenAI",
      "link": "https://www.theverge.com/tech/964843/apple-openai-lawsuit-wildest-claims",
      "summary": "When Apple employees interviewed for jobs at OpenAI, the AI startup's hardware head allegedly asked them to show up with something unusual: components they were working on and unreleased product samples. That's according to a blockbuster lawsuit filed by Apple, which accuses OpenAI of stealing confidential documents, spying on hardware prototypes, and tricking one of [\u2026]",
      "published": "2026-07-13 17:00",
      "source": "The Verge"
    },
    {
      "title": "The US government warns that Russia state hackers are coming after your router",
      "link": "https://arstechnica.com/security/2026/07/the-us-government-warns-that-russia-state-hackers-are-coming-after-your-router/",
      "summary": "With residential proxies all the rage, CISA urges router uses to be vigilant.",
      "published": "2026-07-13 21:03",
      "source": "Ars Technica"
    },
    {
      "title": "Ukrainian drone strikes forced Russia to stop shipping in vital sea corridor",
      "link": "https://arstechnica.com/gadgets/2026/07/ukrainian-drone-strikes-forced-russia-to-stop-shipping-in-vital-sea-corridor/",
      "summary": "Ukraine\u2019s drone blitz halted Russia\u2019s Sea of Azov shipping in under a week.",
      "published": "2026-07-13 20:41",
      "source": "Ars Technica"
    },
    {
      "title": "California creates $3,500 rebate for new electric vehicle buyers",
      "link": "https://arstechnica.com/cars/2026/07/first-time-ev-buyers-in-california-can-now-claim-a-new-rebate/",
      "summary": "There's a separate $1,750 rebate for used EVs, but both rebates have a price cap.",
      "published": "2026-07-13 19:52",
      "source": "Ars Technica"
    },
    {
      "title": "Apple sues OpenAI after ex-engineer allegedly used bug to steal trade secrets",
      "link": "https://arstechnica.com/tech-policy/2026/07/apple-sues-openai-after-ex-engineer-allegedly-used-bug-to-steal-trade-secrets/",
      "summary": "OpenAI accused of conspiring with former Apple employees to steal trade secrets.",
      "published": "2026-07-13 19:17",
      "source": "Ars Technica"
    },
    {
      "title": "Solution to Feynman's reverse sprinkler puzzle also applies to \"silly sprinklers\"",
      "link": "https://arstechnica.com/science/2026/07/solution-to-feynmans-reverse-sprinkler-puzzle-also-applies-to-silly-sprinklers/",
      "summary": "New study confirms 2024 \"momentum flux theory\" on how angular momentum of water flows drives rotation.",
      "published": "2026-07-13 19:00",
      "source": "Ars Technica"
    },
    {
      "title": "States sue to block Paramount/WBD merger that was approved by Trump admin",
      "link": "https://arstechnica.com/tech-policy/2026/07/states-sue-to-block-paramount-wbd-merger-that-was-approved-by-trump-admin/",
      "summary": "AG: Deal will bring \"higher prices, lower quality, and less content for film and TV.\"",
      "published": "2026-07-13 18:34",
      "source": "Ars Technica"
    },
    {
      "title": "Tom Cruise is utterly transformed in Digger trailer",
      "link": "https://arstechnica.com/culture/2026/07/digger-trailer-is-giving-big-dr-strangelove-vibes/",
      "summary": "\"If we can't control the force of nature, at least we can control the narrative.\"",
      "published": "2026-07-13 17:49",
      "source": "Ars Technica"
    },
    {
      "title": "Apple and Samsung benefit as memory shortage pushes smartphone shipments to historic lows",
      "link": "https://arstechnica.com/gadgets/2026/07/apple-and-samsung-benefit-as-memory-shortage-pushes-smartphone-shipments-to-historic-lows/",
      "summary": "The biggest smartphone makers keep on trucking in the face of component shortages and economic uncertainty.",
      "published": "2026-07-13 17:18",
      "source": "Ars Technica"
    },
    {
      "title": "Colorado will decide whether a \"right to natural gas\" is added to state constitution",
      "link": "https://arstechnica.com/tech-policy/2026/07/colorado-will-decide-whether-a-right-to-natural-gas-is-added-to-state-constitution/",
      "summary": "The amendment would restrict building codes that promote electrification.",
      "published": "2026-07-13 16:49",
      "source": "Ars Technica"
    },
    {
      "title": "Hackers quickly prove that Neo Geo Doom ports are not \"impossible\"",
      "link": "https://arstechnica.com/gaming/2026/07/hackers-quickly-prove-that-neo-geo-doom-ports-are-not-impossible/",
      "summary": "Clever coding and graphical compromises get a classic game on more classic hardware.",
      "published": "2026-07-13 16:37",
      "source": "Ars Technica"
    }
  ]
}