# Tech News Daily Summary - 2026-07-19 - Evening

*Generated at 2026-07-19 21:25:19*

---

## Quick Navigation

- [AI & Machine Learning](#ai--machine-learning) (0 articles)
- [Software Development](#software-development) (18 articles)
- [Programming Languages](#programming-languages) (9 articles)
- [Game Development](#game-development) (0 articles)
- [Gaming News](#gaming-news) (10 articles)
- [Robotics](#robotics) (2 articles)
- [Tech General](#tech-general) (23 articles)

---

## Software Development

### 1. Spark 4.2 has a feature that could retire your vector database

**Source:** The New Stack  
**Published:** 2026-07-19 16:00  
**Link:** [https://thenewstack.io/spark-4-2-ai-workloads/](https://thenewstack.io/spark-4-2-ai-workloads/)  

Apache Spark 4.2 launched last week, and it signals an expansion of Spark’s 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.

---

### 2. Move code review before the code

**Source:** The New Stack  
**Published:** 2026-07-19 14:00  
**Link:** [https://thenewstack.io/move-code-review-upstream/](https://thenewstack.io/move-code-review-upstream/)  

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.

---

### 3. Self-healing GPU nodes in Kubernetes: What we learned building the EKS node monitoring agent

**Source:** The New Stack  
**Published:** 2026-07-19 13:00  
**Link:** [https://thenewstack.io/self-healing-gpu-nodes/](https://thenewstack.io/self-healing-gpu-nodes/)  

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.

---

### 4. AI didn’t replace our security team — it multiplied it.

**Source:** The New Stack  
**Published:** 2026-07-18 16:00  
**Link:** [https://thenewstack.io/scaling-security-with-ai/](https://thenewstack.io/scaling-security-with-ai/)  

For years, the assumption in security has been straightforward: mature detection and response programs require a Security Operations Center (SOC). The post AI didn’t replace our security team — it multiplied it. appeared first on The New Stack.

---

### 5. The bottleneck for AI agents isn’t the model anymore. It’s the context layer.

**Source:** The New Stack  
**Published:** 2026-07-18 15:00  
**Link:** [https://thenewstack.io/ai-agent-infrastructure-bottleneck/](https://thenewstack.io/ai-agent-infrastructure-bottleneck/)  

There’s a pattern I’ve watched repeat for two years. A team builds an agent, hits reliability problems, upgrades the model, The post The bottleneck for AI agents isn’t the model anymore. It’s the context layer. appeared first on The New Stack.

---

### 6. Platform engineering’s new job: serving environments at agent speed

**Source:** The New Stack  
**Published:** 2026-07-18 14:00  
**Link:** [https://thenewstack.io/serving-environments-agent-speed/](https://thenewstack.io/serving-environments-agent-speed/)  

Platform engineering has won the argument. Some 90% of organizations have adopted at least one internal platform; golden paths are The post Platform engineering’s new job: serving environments at agent speed appeared first on The New Stack.

---

### 7. I trust Claude for everything. This test made me rethink that.

**Source:** The New Stack  
**Published:** 2026-07-18 13:01  
**Link:** [https://thenewstack.io/grok-opus-coding-tokens/](https://thenewstack.io/grok-opus-coding-tokens/)  

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.

---

### 8. Musk open-sourced Grok Build to fight Anthropic. Anthropic pays him $1.25 billion a month.

**Source:** The New Stack  
**Published:** 2026-07-18 10:39  
**Link:** [https://thenewstack.io/musk-spacexai-grok-open-source/](https://thenewstack.io/musk-spacexai-grok-open-source/)  

I’m 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.

---

### 9. Deploy a New Version of the Application (v2)

**Source:** DEV Community  
**Published:** 2026-07-20 02:05  
**Link:** [https://dev.to/jumptotech/deploy-a-new-version-of-the-application-v2-1kg0](https://dev.to/jumptotech/deploy-a-new-version-of-the-application-v2-1kg0)  

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...

---

### 10. Black-Scholes Explained Simply - With Python Code

**Source:** DEV Community  
**Published:** 2026-07-20 01:58  
**Link:** [https://dev.to/amit_kumarjha/black-scholes-explained-simply-with-python-code-5d0d](https://dev.to/amit_kumarjha/black-scholes-explained-simply-with-python-code-5d0d)  

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...

---

### 11. Dev Log: 2026-07-19

**Source:** DEV Community  
**Published:** 2026-07-20 01:54  
**Link:** [https://dev.to/nasrulhazim/dev-log-2026-07-19-2n7m](https://dev.to/nasrulhazim/dev-log-2026-07-19-2n7m)  

TL;DR Shipped an email broadcast module: audience filtering, suppression, queued per-recipient sends, delivery tracking. Fixed a silent implicit-route-binding bug — 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...

---

### 12. Building an Email Broadcast Engine That Survives Retries

**Source:** DEV Community  
**Published:** 2026-07-20 01:53  
**Link:** [https://dev.to/nasrulhazim/building-an-email-broadcast-engine-that-survives-retries-34ei](https://dev.to/nasrulhazim/building-an-email-broadcast-engine-that-survives-retries-34ei)  

TL;DR Shipped an email broadcast feature: audience filter → suppression gate → one queued job per recipient → 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 ...

---

### 13. Your Seeder Should Describe a Shape, Not Your Laptop

**Source:** DEV Community  
**Published:** 2026-07-20 01:53  
**Link:** [https://dev.to/nasrulhazim/your-seeder-should-describe-a-shape-not-your-laptop-mad](https://dev.to/nasrulhazim/your-seeder-should-describe-a-shape-not-your-laptop-mad)  

TL;DR Rewrote a bootstrap seeder so the deployment stack — DB engine, queue runner, PHP version — 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...

---

### 14. Optimizing RAG at Scale: Chunking, Retrieval, and the Bayesian Search That Cut Latency 40%

**Source:** DEV Community  
**Published:** 2026-07-20 01:51  
**Link:** [https://dev.to/imus_d7584cbc8ee9b0336256/optimizing-rag-at-scale-chunking-retrieval-and-the-bayesian-search-that-cut-latency-40-32if](https://dev.to/imus_d7584cbc8ee9b0336256/optimizing-rag-at-scale-chunking-retrieval-and-the-bayesian-search-that-cut-latency-40-32if)  

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...

---

### 15. Building Production-Grade LLM Evaluation Pipelines: From Vibes to Metrics

**Source:** DEV Community  
**Published:** 2026-07-20 01:51  
**Link:** [https://dev.to/imus_d7584cbc8ee9b0336256/building-production-grade-llm-evaluation-pipelines-from-vibes-to-metrics-3p8g](https://dev.to/imus_d7584cbc8ee9b0336256/building-production-grade-llm-evaluation-pipelines-from-vibes-to-metrics-3p8g)  

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 — 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...

---

## Programming Languages

### 1. A History of IDEs at Google

**Source:** programming  
**Published:** 2026-07-19 04:17  
**Link:** [https://www.reddit.com/r/programming/comments/1v0gkin/a_history_of_ides_at_google/](https://www.reddit.com/r/programming/comments/1v0gkin/a_history_of_ides_at_google/)  

submitted by /u/fagnerbrack [link] [comments]

---

### 2. The computer at the bottom of a canal

**Source:** programming  
**Published:** 2026-07-19 10:40  
**Link:** [https://www.reddit.com/r/programming/comments/1v0n806/the_computer_at_the_bottom_of_a_canal/](https://www.reddit.com/r/programming/comments/1v0n806/the_computer_at_the_bottom_of_a_canal/)  

submitted by /u/double-happiness [link] [comments]

---

### 3. transcribe.cpp

**Source:** programming  
**Published:** 2026-07-19 17:32  
**Link:** [https://www.reddit.com/r/programming/comments/1v0woh5/transcribecpp/](https://www.reddit.com/r/programming/comments/1v0woh5/transcribecpp/)  

submitted by /u/namanyayg [link] [comments]

---

### 4. Beyond Happy Path Engineering: Time

**Source:** programming  
**Published:** 2026-07-19 14:54  
**Link:** [https://www.reddit.com/r/programming/comments/1v0snnz/beyond_happy_path_engineering_time/](https://www.reddit.com/r/programming/comments/1v0snnz/beyond_happy_path_engineering_time/)  

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]

---

### 5. Commutative Complex Number Theory in Plain C

**Source:** programming  
**Published:** 2026-07-19 11:45  
**Link:** [https://www.reddit.com/r/programming/comments/1v0of6b/commutative_complex_number_theory_in_plain_c/](https://www.reddit.com/r/programming/comments/1v0of6b/commutative_complex_number_theory_in_plain_c/)  

submitted by /u/DataBaeBee [link] [comments]

---

### 6. Finding zombies in our systems: A real-world story of CPU bottlenecks

**Source:** programming  
**Published:** 2026-07-19 09:04  
**Link:** [https://www.reddit.com/r/programming/comments/1v0llyh/finding_zombies_in_our_systems_a_realworld_story/](https://www.reddit.com/r/programming/comments/1v0llyh/finding_zombies_in_our_systems_a_realworld_story/)  

submitted by /u/fagnerbrack [link] [comments]

---

### 7. The Zilog Z80 has turned 50

**Source:** programming  
**Published:** 2026-07-18 17:32  
**Link:** [https://www.reddit.com/r/programming/comments/1v01zwd/the_zilog_z80_has_turned_50/](https://www.reddit.com/r/programming/comments/1v01zwd/the_zilog_z80_has_turned_50/)  

submitted by /u/namanyayg [link] [comments]

---

### 8. A tutorial on building a merkle tree AIR script in Plonky3

**Source:** programming  
**Published:** 2026-07-19 16:43  
**Link:** [https://www.reddit.com/r/programming/comments/1v0vext/a_tutorial_on_building_a_merkle_tree_air_script/](https://www.reddit.com/r/programming/comments/1v0vext/a_tutorial_on_building_a_merkle_tree_air_script/)  

submitted by /u/badcryptobitch [link] [comments]

---

### 9. The fsync inside the WAL lock

**Source:** programming  
**Published:** 2026-07-18 22:06  
**Link:** [https://www.reddit.com/r/programming/comments/1v08tqo/the_fsync_inside_the_wal_lock/](https://www.reddit.com/r/programming/comments/1v08tqo/the_fsync_inside_the_wal_lock/)  

submitted by /u/dfbaggins [link] [comments]

---

## Gaming News

### 1. Riot quickly backpedals on paid old-school skins in League of Legends Classic after backlash

**Source:** PCGamer latest  
**Published:** 2026-07-19 17:25  
**Link:** [https://www.pcgamer.com/games/moba/riot-quickly-backpedals-on-paid-old-school-skins-in-league-of-legends-classic-after-backlash/](https://www.pcgamer.com/games/moba/riot-quickly-backpedals-on-paid-old-school-skins-in-league-of-legends-classic-after-backlash/)  

"Let's talk about the elephant on the rift."

---

### 2. 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'

**Source:** PCGamer latest  
**Published:** 2026-07-19 17:23  
**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/](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/)  

"I wanted it to be my show, and that was the first step of my ego creeping in right there."

---

### 3. What's the best summer-themed videogame track?

**Source:** PCGamer latest  
**Published:** 2026-07-19 17:00  
**Link:** [https://www.pcgamer.com/games/whats-the-best-summer-themed-videogame-track/](https://www.pcgamer.com/games/whats-the-best-summer-themed-videogame-track/)  

Get your ukuleles and steel pan drums at the ready.

---

### 4. '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

**Source:** PCGamer latest  
**Published:** 2026-07-19 15:00  
**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/](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/)  

The New Blood dev guides us through the games in his Steam library.

---

### 5. God of War Laufey star Deborah Ann Woll isn't phased by the negative reactions to its announcement: 'I feel totally unbothered'

**Source:** PCGamer latest  
**Published:** 2026-07-19 13:41  
**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/](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/)  

"I just know it's great."

---

### 6. 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'

**Source:** PCGamer latest  
**Published:** 2026-07-19 11:43  
**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/](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/)  

"Players just want to hop online with friends and shoot some stuff."

---

### 7. 'GTA 6 needs this': This GTA 5 prison mod turns one of roleplay's most enduring staples into a game within a game

**Source:** PCGamer latest  
**Published:** 2026-07-19 11:00  
**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/](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/)  

With flavours of Shawshank , this player-made masterstroke is a world unto itself.

---

### 8. 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'

**Source:** PCGamer latest  
**Published:** 2026-07-19 09:58  
**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/](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/)  

"You had the different agents working together."

---

### 9. Every new Pal in Palworld 1.0 and where to catch them

**Source:** PCGamer latest  
**Published:** 2026-07-19 08:30  
**Link:** [https://www.pcgamer.com/games/survival-crafting/palworld-every-new-pal-location/](https://www.pcgamer.com/games/survival-crafting/palworld-every-new-pal-location/)  

A wise man once told me, "Gotta catch 'em all," so I did.

---

### 10. Stardew Valley comes to Magic: The Gathering and fans aren't taking some of the new artwork well

**Source:** PCGamer latest  
**Published:** 2026-07-19 04:28  
**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/](https://www.pcgamer.com/games/card-games/stardew-valley-comes-to-magic-the-gathering-and-fans-arent-taking-some-of-the-new-artwork-well/)  

"Look how they massacred my boy."

---

## Robotics

### 1. How to avoid the teleoperation trap in robotics development

**Source:** The Robot Report  
**Published:** 2026-07-19 12:30  
**Link:** [https://www.therobotreport.com/how-to-avoid-teleoperation-trap-robotics-development/](https://www.therobotreport.com/how-to-avoid-teleoperation-trap-robotics-development/)  

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.

---

### 2. Palm Garden AI develops Coherence Guard relational decision layer for human-facing robots

**Source:** The Robot Report  
**Published:** 2026-07-18 12:30  
**Link:** [https://www.therobotreport.com/palm-garden-ai-develops-coherence-guard-relational-decision-layer-human-facing-robots/](https://www.therobotreport.com/palm-garden-ai-develops-coherence-guard-relational-decision-layer-human-facing-robots/)  

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.

---

## Tech General

### 1. Netflix paid $587M for Ben Affleck’s AI filmmaking startup

**Source:** TechCrunch  
**Published:** 2026-07-19 21:45  
**Link:** [https://techcrunch.com/2026/07/19/netflix-paid-587m-for-ben-afflecks-ai-filmmaking-startup/](https://techcrunch.com/2026/07/19/netflix-paid-587m-for-ben-afflecks-ai-filmmaking-startup/)  

Netflix revealed that it paid $587 million in cash for InterPositive, a startup co-founded by Ben Affleck.

---

### 2. What to watch for after Jensen Huang’s Japan visit

**Source:** TechCrunch  
**Published:** 2026-07-19 21:16  
**Link:** [https://techcrunch.com/2026/07/19/what-to-watch-for-after-jensen-huangs-japan-visit/](https://techcrunch.com/2026/07/19/what-to-watch-for-after-jensen-huangs-japan-visit/)  

Jensen Huang left Tokyo with deals spanning Japan's entire tech ecosystem.

---

### 3. Can an Apple lawsuit derail OpenAI’s hardware plans?

**Source:** TechCrunch  
**Published:** 2026-07-19 19:24  
**Link:** [https://techcrunch.com/2026/07/19/can-an-apple-lawsuit-derail-openais-hardware-plans/](https://techcrunch.com/2026/07/19/can-an-apple-lawsuit-derail-openais-hardware-plans/)  

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.

---

### 4. TechCrunch Mobility: The battle over robotaxi rules

**Source:** TechCrunch  
**Published:** 2026-07-19 16:05  
**Link:** [https://techcrunch.com/2026/07/19/techcrunch-mobility-the-battle-over-robotaxi-rules/](https://techcrunch.com/2026/07/19/techcrunch-mobility-the-battle-over-robotaxi-rules/)  

Welcome back to TechCrunch Mobility, your hub for the future of transportation and now, more than ever, how AI is playing a part.

---

### 5. ‘Odyssey’ director Christopher Nolan calls AI an obvious ‘Trojan horse’

**Source:** TechCrunch  
**Published:** 2026-07-19 14:52  
**Link:** [https://techcrunch.com/2026/07/19/odyssey-director-christopher-nolan-calls-ai-an-obvious-trojan-horse/](https://techcrunch.com/2026/07/19/odyssey-director-christopher-nolan-calls-ai-an-obvious-trojan-horse/)  

"Everybody knows the Greeks are inside."

---

### 6. Nonprofit Current AI is racing to build the World Wide Web of AI, free for all

**Source:** TechCrunch  
**Published:** 2026-07-19 14:00  
**Link:** [https://techcrunch.com/2026/07/19/nonprofit-current-ai-is-racing-to-build-the-world-wide-web-of-ai-free-for-all/](https://techcrunch.com/2026/07/19/nonprofit-current-ai-is-racing-to-build-the-world-wide-web-of-ai-free-for-all/)  

Current AI, a non-profit building AI that leaves no one culture behind, has made remarkable progress across devices, AI chat and more.

---

### 7. Waymo says San Francisco service has resumed after one-hour pause

**Source:** TechCrunch  
**Published:** 2026-07-18 19:30  
**Link:** [https://techcrunch.com/2026/07/18/waymo-appears-to-pause-san-francisco-service-amidst-power-outage/](https://techcrunch.com/2026/07/18/waymo-appears-to-pause-san-francisco-service-amidst-power-outage/)  

This isn’t the first time power outages have caused issues for Waymo.

---

### 8. Kimi: Threat or menace?

**Source:** TechCrunch  
**Published:** 2026-07-18 18:51  
**Link:** [https://techcrunch.com/2026/07/18/kimi-threat-or-menace/](https://techcrunch.com/2026/07/18/kimi-threat-or-menace/)  

Chinese company Moonshot AI released a new version of its Kimi model this week, prompting concern about "full AI communism."

---

### 9. All the EVs that were discontinued or killed off in the U.S. this year

**Source:** TechCrunch  
**Published:** 2026-07-18 16:30  
**Link:** [https://techcrunch.com/2026/07/18/all-the-evs-that-were-discontinued-or-killed-off-in-the-u-s-this-year/](https://techcrunch.com/2026/07/18/all-the-evs-that-were-discontinued-or-killed-off-in-the-u-s-this-year/)  

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.

---

### 10. Federal employees can download TikTok on their work phones again

**Source:** TechCrunch  
**Published:** 2026-07-18 15:54  
**Link:** [https://techcrunch.com/2026/07/18/federal-employees-can-download-tiktok-on-their-work-phones-again/](https://techcrunch.com/2026/07/18/federal-employees-can-download-tiktok-on-their-work-phones-again/)  

The Department of Justice says that federal employees can now download TikTok on their government devices.

---

### 11. This unpronounceable series of glyphs is an incredible side project from Kieran Hebden (aka Four Tet)

**Source:** The Verge  
**Published:** 2026-07-19 21:02  
**Link:** [https://www.theverge.com/entertainment/967696/four-tet-wingdings-album-review](https://www.theverge.com/entertainment/967696/four-tet-wingdings-album-review)  

Just why? ʅ͡͡͡͡͡͡͡͡͡͡͡(̸̢̛̼̞̭͋ͅ)̸͚̰͛̔̾̀̿͒͂:̴͓̞̑̌̂̆̊͋̀:̸͎̟̯̂̓̌ ҉ ͡ ͞ ͞ ͞ ҉● ࿀ ● ࿀ ● ҉⃝ ⃝͢ ͞ ͘ ͞⃝̕ ͢ ̛ ⃝ ̸ ̡ ͢⃝̧ ͡ ͡ ̀ ̧ ̢⃝͜ ҉ ͞ ͞ ⃝͞ ͞ ͡⃝ ⃝҉҈҉҈҉҈҉҈҉҈҉ :̶̢͙͙͕̠̩͆(̷̮͍͚̫͚͂̍)̵̳̗̊( ̟̞̝̜̙̘̗̖҉̵̴̨̧̢̡̼̻̺̹̳̲̱̰̯̮̭̬̫̪̩̦̥ 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 ⣎⡇ꉺლ༽இ•̛)ྀ◞ […]

---

### 12. Kodak EC35 is a dirt-cheap point-and-shoot film camera

**Source:** The Verge  
**Published:** 2026-07-19 19:26  
**Link:** [https://www.theverge.com/gadgets/967687/kodak-ec35-point-and-shoot-film-camera](https://www.theverge.com/gadgets/967687/kodak-ec35-point-and-shoot-film-camera)  

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 […]

---

### 13. I hate that I don’t hate this song made with Suno

**Source:** The Verge  
**Published:** 2026-07-19 17:35  
**Link:** [https://www.theverge.com/entertainment/967678/1010benja-semiramis-dream-suno-ai-music](https://www.theverge.com/entertainment/967678/1010benja-semiramis-dream-suno-ai-music)  

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 […]

---

### 14. The FBI reportedly won’t investigate ICE anymore

**Source:** The Verge  
**Published:** 2026-07-19 16:42  
**Link:** [https://www.theverge.com/policy/967674/fbi-wont-investigate-ice-assaults](https://www.theverge.com/policy/967674/fbi-wont-investigate-ice-assaults)  

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 […]

---

### 15. Orchid is a delightfully retro and approachable hipster synth

**Source:** The Verge  
**Published:** 2026-07-19 15:15  
**Link:** [https://www.theverge.com/entertainment/967485/telepathic-instruments-orchid-tame-impala-synth-review](https://www.theverge.com/entertainment/967485/telepathic-instruments-orchid-tame-impala-synth-review)  

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 […]

---

## Summary Statistics

- **Total Articles:** 62
- **Categories:** 7
- **Time Period:** Last 24 hours

