{
  "AI & Machine Learning": [],
  "Software Development": [
    {
      "title": "Spark 4.2 has a feature that could retire your vector database",
      "link": "https://thenewstack.io/spark-4-2-ai-workloads/",
      "summary": "Apache Spark 4.2 launched last week, and it signals an expansion of Spark\u2019s decade-plus role at the center of enterprise The post Spark 4.2 has a feature that could retire your vector database appeared first on The New Stack.",
      "published": "2026-07-19 16:00",
      "source": "The New Stack"
    },
    {
      "title": "Move code review before the code",
      "link": "https://thenewstack.io/move-code-review-upstream/",
      "summary": "The pull request as we know it is roughly 20 years old, younger than the careers of many people now The post Move code review before the code appeared first on The New Stack.",
      "published": "2026-07-19 14:00",
      "source": "The New Stack"
    },
    {
      "title": "Self-healing GPU nodes in Kubernetes: What we learned building the EKS node monitoring agent",
      "link": "https://thenewstack.io/self-healing-gpu-nodes/",
      "summary": "When you run Kubernetes at the scale we do on Amazon EKS, nodes break constantly. GPUs fall off the PCIe The post Self-healing GPU nodes in Kubernetes: What we learned building the EKS node monitoring agent appeared first on The New Stack.",
      "published": "2026-07-19 13:00",
      "source": "The New Stack"
    },
    {
      "title": "AI didn\u2019t replace our security team \u2014 it multiplied it.",
      "link": "https://thenewstack.io/scaling-security-with-ai/",
      "summary": "For years, the assumption in security has been straightforward: mature detection and response programs require a Security Operations Center (SOC). The post AI didn\u2019t replace our security team \u2014 it multiplied it. appeared first on The New Stack.",
      "published": "2026-07-18 16:00",
      "source": "The New Stack"
    },
    {
      "title": "The bottleneck for AI agents isn\u2019t the model anymore. It\u2019s the context layer.",
      "link": "https://thenewstack.io/ai-agent-infrastructure-bottleneck/",
      "summary": "There\u2019s a pattern I\u2019ve watched repeat for two years. A team builds an agent, hits reliability problems, upgrades the model, The post The bottleneck for AI agents isn\u2019t the model anymore. It\u2019s the context layer. appeared first on The New Stack.",
      "published": "2026-07-18 15:00",
      "source": "The New Stack"
    },
    {
      "title": "Platform engineering\u2019s new job: serving environments at agent speed",
      "link": "https://thenewstack.io/serving-environments-agent-speed/",
      "summary": "Platform engineering has won the argument. Some 90% of organizations have adopted at least one internal platform; golden paths are The post Platform engineering\u2019s new job: serving environments at agent speed appeared first on The New Stack.",
      "published": "2026-07-18 14:00",
      "source": "The New Stack"
    },
    {
      "title": "I trust Claude for everything. This test made me rethink that.",
      "link": "https://thenewstack.io/grok-opus-coding-tokens/",
      "summary": "Can Grok 4.5 really match Opus for a quarter of the tokens? xAI released Grok 4.5 on July 8. It The post I trust Claude for everything. This test made me rethink that. appeared first on The New Stack.",
      "published": "2026-07-18 13:01",
      "source": "The New Stack"
    },
    {
      "title": "Musk open-sourced Grok Build to fight Anthropic. Anthropic pays him $1.25 billion a month.",
      "link": "https://thenewstack.io/musk-spacexai-grok-open-source/",
      "summary": "I\u2019m Matt Burns, Chief Content Officer at Insight Media Group. Each week, I round up the most important AI developments, The post Musk open-sourced Grok Build to fight Anthropic. Anthropic pays him $1.25 billion a month. appeared first on The New Stack.",
      "published": "2026-07-18 10:39",
      "source": "The New Stack"
    },
    {
      "title": "Deploy a New Version of the Application (v2)",
      "link": "https://dev.to/jumptotech/deploy-a-new-version-of-the-application-v2-1kg0",
      "summary": "you deployed version 1 of the application. Today, Jules (the developer) sends you a message: \"I fixed several bugs and added a new feature. Please deploy Version 2.\" As a DevOps Engineer, you do not change the code. You receive the updated code and deploy the new version safely. Learning Objectives By the end of this lab, you will: Pull the latest code from GitHub Build a new Docker image Tag the image as v2 Push the new image to Amazon ECR Update the ECS Task Definition Deploy the new version t...",
      "published": "2026-07-20 02:05",
      "source": "DEV Community"
    },
    {
      "title": "Black-Scholes Explained Simply - With Python Code",
      "link": "https://dev.to/amit_kumarjha/black-scholes-explained-simply-with-python-code-5d0d",
      "summary": "Black-Scholes Explained Simply - With Python Code The Black-Scholes model is the foundation of modern option pricing. Published in 1973 by Fischer Black, Myron Scholes, and Robert Merton, it revolutionized finance by providing the first closed-form formula for European option prices. Every quant interview starts here. This guide breaks down the model from first principles, implements it in Python, covers the Greeks, and explains where and why it fails. The Black-Scholes Formula Under the risk-ne...",
      "published": "2026-07-20 01:58",
      "source": "DEV Community"
    },
    {
      "title": "Dev Log: 2026-07-19",
      "link": "https://dev.to/nasrulhazim/dev-log-2026-07-19-2n7m",
      "summary": "TL;DR Shipped an email broadcast module: audience filtering, suppression, queued per-recipient sends, delivery tracking. Fixed a silent implicit-route-binding bug \u2014 the route param name didn't match the method parameter, so Laravel injected an empty model. Lesson of the day: Laravel's implicit binding fails quietly, not loudly. Email broadcasts The bulk of today. A campaign resolves an audience filter into a contact query, passes it through a suppression gate (unsubscribed, do-not-contact, no em...",
      "published": "2026-07-20 01:54",
      "source": "DEV Community"
    },
    {
      "title": "Building an Email Broadcast Engine That Survives Retries",
      "link": "https://dev.to/nasrulhazim/building-an-email-broadcast-engine-that-survives-retries-34ei",
      "summary": "TL;DR Shipped an email broadcast feature: audience filter \u2192 suppression gate \u2192 one queued job per recipient \u2192 per-recipient status ledger. The whole design rests on one idea: the recipient row is the source of truth, so retries and double dispatches are harmless. Delivery webhooks sync back onto that ledger with a rank guard so a late event never downgrades a status. The shape of it Sending one email is easy. Sending 5,000 and being able to answer \"what happened to contact #4127?\" is the actual ...",
      "published": "2026-07-20 01:53",
      "source": "DEV Community"
    },
    {
      "title": "Your Seeder Should Describe a Shape, Not Your Laptop",
      "link": "https://dev.to/nasrulhazim/your-seeder-should-describe-a-shape-not-your-laptop-mad",
      "summary": "TL;DR Rewrote a bootstrap seeder so the deployment stack \u2014 DB engine, queue runner, PHP version \u2014 is config, not hardcoded. Renamed it away from a phase-based name (MvpSeeder). If a class name describes when you wrote it, it expires. Trimmed a CI matrix from three PHP versions to one. Matrix breadth should match what you actually deploy. The seeder that only worked for me Bootstrap seeders rot predictably. Version one seeds exactly the environment the author had open at the time: one database en...",
      "published": "2026-07-20 01:53",
      "source": "DEV Community"
    },
    {
      "title": "Optimizing RAG at Scale: Chunking, Retrieval, and the Bayesian Search That Cut Latency 40%",
      "link": "https://dev.to/imus_d7584cbc8ee9b0336256/optimizing-rag-at-scale-chunking-retrieval-and-the-bayesian-search-that-cut-latency-40-32if",
      "summary": "Optimizing RAG at Scale: Chunking, Retrieval, and the Bayesian Search That Cut Latency 40% How we moved from \"semantic search + hope\" to a measured, tunable retrieval pipeline with 95% recall@10 The RAG Reality Check Everyone ships RAG the same way: chunk by 512 tokens, embed with text-embedding-3-small, top-k=5, stuff into context. It works for demos. Then you hit production: Legal contracts: 512 tokens splits clauses mid-sentence API docs: 1000-token chunks drown signal in noise Customer ticke...",
      "published": "2026-07-20 01:51",
      "source": "DEV Community"
    },
    {
      "title": "Building Production-Grade LLM Evaluation Pipelines: From Vibes to Metrics",
      "link": "https://dev.to/imus_d7584cbc8ee9b0336256/building-production-grade-llm-evaluation-pipelines-from-vibes-to-metrics-3p8g",
      "summary": "Building Production-Grade LLM Evaluation Pipelines: From Vibes to Metrics How we replaced \"looks good to me\" with automated evaluation catching 92% of hallucinations before deployment The Problem: Why \"Vibe Checks\" Fail in Production Three months ago, our team shipped a RAG-based customer support assistant. It worked great in testing \u2014 we'd ask it questions, read the answers, and say \"yeah, that looks right.\" Then it hit production. A customer asked about their billing cycle. The assistant confi...",
      "published": "2026-07-20 01:51",
      "source": "DEV Community"
    },
    {
      "title": "I built a spending gate for AI agents. Then I proved it doesn't hold under load",
      "link": "https://dev.to/ali_abdalla/i-built-a-spending-gate-for-ai-agents-then-i-proved-it-doesnt-hold-under-load-2ca8",
      "summary": "A2A \u2014 the open protocol that lets one AI agent hand off work to another \u2014 solves discovery and messaging well. It does not solve a question that matters the moment money is involved: when Agent A delegates a task to Agent B, what stops that from quietly running up a bill nobody capped? I built a small gateway to answer that. It sits between two agents, estimates what each delegated task costs, and can refuse to forward a request once an agent's spending limit is exhausted. It works. It's also go...",
      "published": "2026-07-20 01:48",
      "source": "DEV Community"
    },
    {
      "title": "How to Become a Quant in 2026: The Complete Career Guide",
      "link": "https://dev.to/amit_kumarjha/how-to-become-a-quant-in-2026-the-complete-career-guide-42g0",
      "summary": "How to Become a Quant in 2026: The Complete Career Guide The quantitative finance landscape has shifted dramatically in the past two years. AI models now write pricing code, LLMs summarize research papers in seconds, and yet the demand for human quants has never been higher. Why? Because the job has evolved - and the people who understand why models fail, not just how to run them, are the ones banks and funds are fighting to hire. This guide is not a generic \"study math and learn Python\" listicl...",
      "published": "2026-07-20 01:46",
      "source": "DEV Community"
    },
    {
      "title": "A Meteorite Fell Into a New Jersey Bedroom. Inside Was the Chemistry of Life",
      "link": "https://dev.to/rdinnovate/a-meteorite-fell-into-a-new-jersey-bedroom-inside-was-the-chemistry-of-life-1j03",
      "summary": "On the afternoon of 16 July 2024, a fireball crossed the sky over the northeastern United States and ended its journey in the ceiling of a home in Hillsborough, New Jersey. The rock punched through the roof, ricocheted around a master bedroom, and came to rest as a scatter of dark fragments weighing a little over two pounds. Two years later, the analysis of those fragments has just been published, and it turns an unlucky afternoon into one of the more interesting origin-of-life findings of the y...",
      "published": "2026-07-20 01:41",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "A History of IDEs at Google",
      "link": "https://www.reddit.com/r/programming/comments/1v0gkin/a_history_of_ides_at_google/",
      "summary": "submitted by /u/fagnerbrack [link] [comments]",
      "published": "2026-07-19 04:17",
      "source": "programming"
    },
    {
      "title": "The computer at the bottom of a canal",
      "link": "https://www.reddit.com/r/programming/comments/1v0n806/the_computer_at_the_bottom_of_a_canal/",
      "summary": "submitted by /u/double-happiness [link] [comments]",
      "published": "2026-07-19 10:40",
      "source": "programming"
    },
    {
      "title": "transcribe.cpp",
      "link": "https://www.reddit.com/r/programming/comments/1v0woh5/transcribecpp/",
      "summary": "submitted by /u/namanyayg [link] [comments]",
      "published": "2026-07-19 17:32",
      "source": "programming"
    },
    {
      "title": "Beyond Happy Path Engineering: Time",
      "link": "https://www.reddit.com/r/programming/comments/1v0snnz/beyond_happy_path_engineering_time/",
      "summary": "Clock drift, deadline mismatches, retries, and TTL behavior keep causing real incidents. Network companion: https://blog.gaborkoos.com/posts/2026-07-01-Beyond-Happy-Path-Engineering-the-Network/ submitted by /u/OtherwisePush6424 [link] [comments]",
      "published": "2026-07-19 14:54",
      "source": "programming"
    },
    {
      "title": "Commutative Complex Number Theory in Plain C",
      "link": "https://www.reddit.com/r/programming/comments/1v0of6b/commutative_complex_number_theory_in_plain_c/",
      "summary": "submitted by /u/DataBaeBee [link] [comments]",
      "published": "2026-07-19 11:45",
      "source": "programming"
    },
    {
      "title": "Finding zombies in our systems: A real-world story of CPU bottlenecks",
      "link": "https://www.reddit.com/r/programming/comments/1v0llyh/finding_zombies_in_our_systems_a_realworld_story/",
      "summary": "submitted by /u/fagnerbrack [link] [comments]",
      "published": "2026-07-19 09:04",
      "source": "programming"
    },
    {
      "title": "The Zilog Z80 has turned 50",
      "link": "https://www.reddit.com/r/programming/comments/1v01zwd/the_zilog_z80_has_turned_50/",
      "summary": "submitted by /u/namanyayg [link] [comments]",
      "published": "2026-07-18 17:32",
      "source": "programming"
    },
    {
      "title": "A tutorial on building a merkle tree AIR script in Plonky3",
      "link": "https://www.reddit.com/r/programming/comments/1v0vext/a_tutorial_on_building_a_merkle_tree_air_script/",
      "summary": "submitted by /u/badcryptobitch [link] [comments]",
      "published": "2026-07-19 16:43",
      "source": "programming"
    },
    {
      "title": "The fsync inside the WAL lock",
      "link": "https://www.reddit.com/r/programming/comments/1v08tqo/the_fsync_inside_the_wal_lock/",
      "summary": "submitted by /u/dfbaggins [link] [comments]",
      "published": "2026-07-18 22:06",
      "source": "programming"
    }
  ],
  "Game Development": [],
  "Gaming News": [
    {
      "title": "Riot quickly backpedals on paid old-school skins in League of Legends Classic after backlash",
      "link": "https://www.pcgamer.com/games/moba/riot-quickly-backpedals-on-paid-old-school-skins-in-league-of-legends-classic-after-backlash/",
      "summary": "\"Let's talk about the elephant on the rift.\"",
      "published": "2026-07-19 17:25",
      "source": "PCGamer latest"
    },
    {
      "title": "Cliff Bleszinski says ego played a role in LawBreakers' failure: 'People are loyal to the game, but they're not necessarily loyal to the person'",
      "link": "https://www.pcgamer.com/games/fps/cliff-bleszinski-says-ego-played-a-role-in-lawbreakers-failure-people-are-loyal-to-the-game-but-theyre-not-necessarily-loyal-to-the-person/",
      "summary": "\"I wanted it to be my show, and that was the first step of my ego creeping in right there.\"",
      "published": "2026-07-19 17:23",
      "source": "PCGamer latest"
    },
    {
      "title": "What's the best summer-themed videogame track?",
      "link": "https://www.pcgamer.com/games/whats-the-best-summer-themed-videogame-track/",
      "summary": "Get your ukuleles and steel pan drums at the ready.",
      "published": "2026-07-19 17:00",
      "source": "PCGamer latest"
    },
    {
      "title": "'The mid-2000s was the golden era of first-person shooters': David Szymanski, creator of Dusk and Iron Lung, discusses the games on his PC",
      "link": "https://www.pcgamer.com/gaming-industry/the-mid-2000s-was-the-golden-era-of-first-person-shooters-david-syzmankski-creator-of-dusk-and-iron-lung-discusses-the-games-on-his-pc/",
      "summary": "The New Blood dev guides us through the games in his Steam library.",
      "published": "2026-07-19 15:00",
      "source": "PCGamer latest"
    },
    {
      "title": "God of War Laufey star Deborah Ann Woll isn't phased by the negative reactions to its announcement: 'I feel totally unbothered'",
      "link": "https://www.pcgamer.com/games/action/god-of-war-laufey-star-deborah-ann-woll-isnt-phased-by-the-negative-reactions-to-its-announcement-i-feel-totally-unbothered/",
      "summary": "\"I just know it's great.\"",
      "published": "2026-07-19 13:41",
      "source": "PCGamer latest"
    },
    {
      "title": "Gears of War's creator is considering returning to game development, but whatever he makes won't be PvP like his last efforts: 'Good luck to anyone in that space'",
      "link": "https://www.pcgamer.com/gaming-industry/gears-of-wars-creator-is-considering-returning-to-game-development-but-whatever-he-makes-wont-be-pvp-like-his-last-efforts-good-look-to-anyone-in-that-space/",
      "summary": "\"Players just want to hop online with friends and shoot some stuff.\"",
      "published": "2026-07-19 11:43",
      "source": "PCGamer latest"
    },
    {
      "title": "'GTA 6 needs this': This GTA 5 prison mod turns one of roleplay's most enduring staples into a game within a game",
      "link": "https://www.pcgamer.com/games/grand-theft-auto/gta-6-needs-this-this-gta-5-prison-mod-turns-one-of-roleplays-most-enduring-staples-into-a-game-within-a-game/",
      "summary": "With flavours of Shawshank , this player-made masterstroke is a world unto itself.",
      "published": "2026-07-19 11:00",
      "source": "PCGamer latest"
    },
    {
      "title": "007: First Light was originally going to be less about James Bond and more of 'an ensemble piece', with 'all the 00s working together, as they do in Slovakia'",
      "link": "https://www.pcgamer.com/games/action/007-first-light-was-originally-going-to-be-less-about-james-bond-and-more-of-an-ensemble-piece-with-all-the-00s-working-together-as-they-do-in-slovakia/",
      "summary": "\"You had the different agents working together.\"",
      "published": "2026-07-19 09:58",
      "source": "PCGamer latest"
    },
    {
      "title": "Every new Pal in Palworld 1.0 and where to catch them",
      "link": "https://www.pcgamer.com/games/survival-crafting/palworld-every-new-pal-location/",
      "summary": "A wise man once told me, \"Gotta catch 'em all,\" so I did.",
      "published": "2026-07-19 08:30",
      "source": "PCGamer latest"
    },
    {
      "title": "Stardew Valley comes to Magic: The Gathering and fans aren't taking some of the new artwork well",
      "link": "https://www.pcgamer.com/games/card-games/stardew-valley-comes-to-magic-the-gathering-and-fans-arent-taking-some-of-the-new-artwork-well/",
      "summary": "\"Look how they massacred my boy.\"",
      "published": "2026-07-19 04:28",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "How to avoid the teleoperation trap in robotics development",
      "link": "https://www.therobotreport.com/how-to-avoid-teleoperation-trap-robotics-development/",
      "summary": "Teleoperation is necessary for training humanoid robots, but reinforcement learning and simulation are still necessary, says Flexion's CEO. The post How to avoid the teleoperation trap in robotics development appeared first on The Robot Report.",
      "published": "2026-07-19 12:30",
      "source": "The Robot Report"
    },
    {
      "title": "Palm Garden AI develops Coherence Guard relational decision layer for human-facing robots",
      "link": "https://www.therobotreport.com/palm-garden-ai-develops-coherence-guard-relational-decision-layer-human-facing-robots/",
      "summary": "Palm Garden AI is developing a hardware-agnostic software layer, including Coherence Guard, for human-robot interaction and relationships. The post Palm Garden AI develops Coherence Guard relational decision layer for human-facing robots appeared first on The Robot Report.",
      "published": "2026-07-18 12:30",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "Netflix paid $587M for Ben Affleck\u2019s AI filmmaking startup",
      "link": "https://techcrunch.com/2026/07/19/netflix-paid-587m-for-ben-afflecks-ai-filmmaking-startup/",
      "summary": "Netflix revealed that it paid $587 million in cash for InterPositive, a startup co-founded by Ben Affleck.",
      "published": "2026-07-19 21:45",
      "source": "TechCrunch"
    },
    {
      "title": "What to watch for after Jensen Huang\u2019s Japan visit",
      "link": "https://techcrunch.com/2026/07/19/what-to-watch-for-after-jensen-huangs-japan-visit/",
      "summary": "Jensen Huang left Tokyo with deals spanning Japan's entire tech ecosystem.",
      "published": "2026-07-19 21:16",
      "source": "TechCrunch"
    },
    {
      "title": "Can an Apple lawsuit derail OpenAI\u2019s hardware plans?",
      "link": "https://techcrunch.com/2026/07/19/can-an-apple-lawsuit-derail-openais-hardware-plans/",
      "summary": "On the latest episode of Equity, we debate whether Apple's lawsuit will cast over OpenAi's much-discussed plans to get into hardware and go public.",
      "published": "2026-07-19 19:24",
      "source": "TechCrunch"
    },
    {
      "title": "TechCrunch Mobility: The battle over robotaxi rules",
      "link": "https://techcrunch.com/2026/07/19/techcrunch-mobility-the-battle-over-robotaxi-rules/",
      "summary": "Welcome back to TechCrunch Mobility, your hub for the future of transportation and now, more than ever, how AI is playing a part.",
      "published": "2026-07-19 16:05",
      "source": "TechCrunch"
    },
    {
      "title": "\u2018Odyssey\u2019 director Christopher Nolan calls AI an obvious \u2018Trojan horse\u2019",
      "link": "https://techcrunch.com/2026/07/19/odyssey-director-christopher-nolan-calls-ai-an-obvious-trojan-horse/",
      "summary": "\"Everybody knows the Greeks are inside.\"",
      "published": "2026-07-19 14:52",
      "source": "TechCrunch"
    },
    {
      "title": "Nonprofit Current AI is racing to build the World Wide Web of AI, free for all",
      "link": "https://techcrunch.com/2026/07/19/nonprofit-current-ai-is-racing-to-build-the-world-wide-web-of-ai-free-for-all/",
      "summary": "Current AI, a non-profit building AI that leaves no one culture behind, has made remarkable progress across devices, AI chat and more.",
      "published": "2026-07-19 14:00",
      "source": "TechCrunch"
    },
    {
      "title": "Waymo says San Francisco service has resumed after one-hour pause",
      "link": "https://techcrunch.com/2026/07/18/waymo-appears-to-pause-san-francisco-service-amidst-power-outage/",
      "summary": "This isn\u2019t the first time power outages have caused issues for Waymo.",
      "published": "2026-07-18 19:30",
      "source": "TechCrunch"
    },
    {
      "title": "Kimi: Threat or menace?",
      "link": "https://techcrunch.com/2026/07/18/kimi-threat-or-menace/",
      "summary": "Chinese company Moonshot AI released a new version of its Kimi model this week, prompting concern about \"full AI communism.\"",
      "published": "2026-07-18 18:51",
      "source": "TechCrunch"
    },
    {
      "title": "All the EVs that were discontinued or killed off in the U.S. this year",
      "link": "https://techcrunch.com/2026/07/18/all-the-evs-that-were-discontinued-or-killed-off-in-the-u-s-this-year/",
      "summary": "Th Honda Prologue will no longer be sold in the U.S., joining a growing list of EV models to exit the market this year.",
      "published": "2026-07-18 16:30",
      "source": "TechCrunch"
    },
    {
      "title": "Federal employees can download TikTok on their work phones again",
      "link": "https://techcrunch.com/2026/07/18/federal-employees-can-download-tiktok-on-their-work-phones-again/",
      "summary": "The Department of Justice says that federal employees can now download TikTok on their government devices.",
      "published": "2026-07-18 15:54",
      "source": "TechCrunch"
    },
    {
      "title": "This unpronounceable series of glyphs is an incredible side project from Kieran Hebden (aka Four Tet)",
      "link": "https://www.theverge.com/entertainment/967696/four-tet-wingdings-album-review",
      "summary": "Just why? \u0285\u0361\u0361\u0361\u0361\u0361\u0361\u0361\u0361\u0361\u0361\u0361(\u0338\u0322\u031b\u033c\u031e\u032d\u034b\u0345)\u0338\u035a\u0330\u035b\u0314\u033e\u0300\u033f\u0352\u0342:\u0334\u0353\u031e\u0311\u030c\u0302\u0306\u030a\u034b\u0300:\u0338\u034e\u031f\u032f\u0302\u0313\u030c \u0489 \u0361 \u035e \u035e \u035e \u0489\u25cf \u0fc0 \u25cf \u0fc0 \u25cf \u0489\u20dd \u20dd\u0362 \u035e \u0358 \u035e\u20dd\u0315 \u0362 \u031b \u20dd \u0338 \u0321 \u0362\u20dd\u0327 \u0361 \u0361 \u0300 \u0327 \u0322\u20dd\u035c \u0489 \u035e \u035e \u20dd\u035e \u035e \u0361\u20dd \u20dd\u0489\u0488\u0489\u0488\u0489\u0488\u0489\u0488\u0489\u0488\u0489 :\u0336\u0322\u0359\u0359\u0355\u0320\u0329\u0346(\u0337\u032e\u034d\u035a\u032b\u035a\u0342\u030d)\u0335\u0333\u0317\u030a( \u031f\u031e\u031d\u031c\u0319\u0318\u0317\u0316\u0489\u0335\u0334\u0328\u0327\u0322\u0321\u033c\u033b\u033a\u0339\u0333\u0332\u0331\u0330\u032f\u032e\u032d\u032c\u032b\u032a\u0329\u0326\u0325 What am I supposed to do with this? It's un-Googleable. Unpronounceable. It doesn't even render the same way on various platforms. It looks one way on YouTube Music. Another on Apple Music. And yet another on Bandcamp. Even the artist name \u28ce\u2847\ua27a\u10da\u0f3d\u0b87\u2022\u031b)\u0f80\u25de [\u2026]",
      "published": "2026-07-19 21:02",
      "source": "The Verge"
    },
    {
      "title": "Kodak EC35 is a dirt-cheap point-and-shoot film camera",
      "link": "https://www.theverge.com/gadgets/967687/kodak-ec35-point-and-shoot-film-camera",
      "summary": "Following the success of its $99 Kodak-branded Snapic A1, Reto Project is releasing the Kodak EC35, an even more affordable 35mm film camera for just $34.99. The EC35 certainly isn't fancy. Its 25mm acrylic lens with a fixed f/10 aperture and 1/100 shutter speed basically put it on par with a drugstore disposable. The fact [\u2026]",
      "published": "2026-07-19 19:26",
      "source": "The Verge"
    },
    {
      "title": "I hate that I don\u2019t hate this song made with Suno",
      "link": "https://www.theverge.com/entertainment/967678/1010benja-semiramis-dream-suno-ai-music",
      "summary": "I would never go so far as to say there's no place for AI in music (I'm a fan of Holly Herndon, after all). But I generally find music made with generative AI to be offensively boring, especially the outputs of Suno. So I'm having a bit of a tough time processing the fact that [\u2026]",
      "published": "2026-07-19 17:35",
      "source": "The Verge"
    },
    {
      "title": "The FBI reportedly won\u2019t investigate ICE anymore",
      "link": "https://www.theverge.com/policy/967674/fbi-wont-investigate-ice-assaults",
      "summary": "According to the New York Times, federal agents have been told that the FBI will no longer be investigating confrontations involving ICE agents. The DHS and DOJ denied the change in policy to The Times. The reported change in guidance follows renewed scrutiny of violence by ICE agents who have killed two people in the [\u2026]",
      "published": "2026-07-19 16:42",
      "source": "The Verge"
    },
    {
      "title": "Orchid is a delightfully retro and approachable hipster synth",
      "link": "https://www.theverge.com/entertainment/967485/telepathic-instruments-orchid-tame-impala-synth-review",
      "summary": "In 2017, I bought an old Magnus chord organ off Craigslist for $10. It's one of my favorite music gear purchases. Electric chord organs let you play full chords with just a press of a button, making them perfect for aspiring singer-songwriters or fooling around at home. But chord organs largely fell out of favor [\u2026]",
      "published": "2026-07-19 15:15",
      "source": "The Verge"
    },
    {
      "title": "Birdfy&#8217;s solar-powered smart feeder is down to one of its best prices",
      "link": "https://www.theverge.com/gadgets/967336/birdfy-feeder-ai-powered-smart-bird-feeder-with-camera-deal-sale",
      "summary": "Birdfy has kicked off a midyear sale, taking up to 40 percent off a range of its smart bird feeders. One of the best deals is on Netvue\u2019s Birdfy Feeder AI-Powered Smart Bird Feeder with Camera, which has dropped to $149.99 at Birdfy and is its second-best price to date. The bundle, which includes a [\u2026]",
      "published": "2026-07-19 15:00",
      "source": "The Verge"
    },
    {
      "title": "US Marshals arrest the Tate brothers in Miami",
      "link": "https://www.theverge.com/policy/967651/us-marshals-arrest-the-tate-brothers-in-miami",
      "summary": "The manosphere influencers Andrew and Tristan Tate were arrested Saturday in Miami by US Marshals in relation to new rape and sex trafficking charges in England. According to the Associated Press, British authorities are seeking the brothers' extradition. The new charges facing Andrew Tate include seven counts of rape, three of sex trafficking, three counts [\u2026]",
      "published": "2026-07-19 14:20",
      "source": "The Verge"
    },
    {
      "title": "The Clapper was a bad smart home gadget \u2014\u00a0and a viral sensation",
      "link": "https://www.theverge.com/podcast/967642/the-clapper-version-history",
      "summary": "Clap on. Clap off. Well, more like, Clap, pause for half a beat but no longer because otherwise it'll stop hearing you, clap again because you waited too long, clap louder and faster, that didn't work, clap two more times, and suddenly: on. The Clapper didn't always work - and even when it did, it [\u2026]",
      "published": "2026-07-19 13:28",
      "source": "The Verge"
    },
    {
      "title": "The future of physical games is not looking great",
      "link": "https://www.theverge.com/column/967179/physical-discs-gta-vi-playstation-rockstar-games",
      "summary": "This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more on video games and physical media, follow Jay Peters. The Stepback arrives in our subscribers' inboxes on Sunday at 8AM ET. Opt in for The Stepback here. How it started As a kid, I relished trips to [\u2026]",
      "published": "2026-07-19 12:00",
      "source": "The Verge"
    },
    {
      "title": "The grueling, 630-mile road race where the only fuel is sunlight",
      "link": "https://www.theverge.com/transportation/966701/solar-car-challenge-high-school-student-race-texas",
      "summary": "On July 19th, dozens of teams of high school students will begin a five-day, 630-mile road race from Fort Worth to Fort Stockton in Texas. But this is not your typical contest. The students design and build the cars themselves, using off-the-shelf parts and 3D printed materials. The winner is the team that accumulates the [\u2026]",
      "published": "2026-07-19 11:00",
      "source": "The Verge"
    },
    {
      "title": "India's first privately-developed rocket reaches orbit on dramatic debut launch",
      "link": "https://arstechnica.com/space/2026/07/indias-first-privately-developed-rocket-reaches-orbit-on-dramatic-debut-launch/",
      "summary": "\"On the first attempt, reaching orbit, I never thought it was possible.\"",
      "published": "2026-07-19 22:11",
      "source": "Ars Technica"
    },
    {
      "title": "As mosquito ranges expand, better monitoring is key to preventing disease",
      "link": "https://arstechnica.com/science/2026/07/as-mosquito-ranges-expand-better-monitoring-is-key-to-preventing-disease/",
      "summary": "Monitoring is expensive and labor intensive. But it helps public health officials stop outbreaks.",
      "published": "2026-07-19 11:19",
      "source": "Ars Technica"
    },
    {
      "title": "Will AI fix prior authorization\u2014or make it worse?",
      "link": "https://arstechnica.com/ai/2026/07/will-ai-fix-prior-authorization-or-make-it-worse/",
      "summary": "The government is piloting a program that uses AI for insurance-coverage decisions.",
      "published": "2026-07-18 11:18",
      "source": "Ars Technica"
    }
  ]
}