Veo 3 and Imagen 4, and a new tool for filmmaking called Flow

https://storage.googleapis.com/gweb-uniblog-publish-prod/images/5.20v2_Hero_2097x1182.width-200.format-webp.webp
Google announces new generative media models Veo 3, Imagen 4, and Lyria 2, which create high-quality images, videos, and music, empowering artists to bring their creative vision to life. These models are available in various apps and platforms, including Gemini, Flow, and Vertex AI, and are designed to unleash human creativity and enable artists to bring their ideas to life faster and more easily.

DDoSecrets publishes 410 GB of heap dumps, hacked from TeleMessage

https://images.unsplash.com/photo-1642204705127-accc0dcc5779?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDN8fGxhbmRmaWxsfGVufDB8fHx8MTc0NzY3MTQzMnww&ixlib=rb-4.1.0&q=80&w=1200
Distributed Denial of Secrets published 410 GB of hacked data from TeleMessage, an Israeli firm that archives encrypted messages. The data includes plaintext messages and metadata, and is being shared with journalists and researchers.

Making video games (without an engine) in 2025

https://noelberry.ca/posts/making_games_in_2025/2005.jpeg
The user prefers making games without commercial game engines, finding it more fun and less overhead, and has developed a custom workflow using C#, SDL, and other open-source libraries. They believe that making games "from scratch" is not an impossible task, especially with the state of open-source frameworks and libraries, and encourages others to try it if it sounds fun.

Deep Learning Is Applied Topology

https://substackcdn.com/image/fetch/w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa606ec47-0259-445b-80f1-8f6b06db7b31_812x612.png
The author discusses how neural networks can be viewed as topology generators, creating a high-dimensional space where data has certain properties. They argue that reasoning itself lives on a manifold and can be trained using neural networks to sort out the topology for good and bad reasoning.

Litestream: Revamped

https://fly.io/blog/litestream-revamped/assets/litestream-revamped.png
Litestream is an open-source tool that makes SQLite applications recoverable from object storage, and it has been updated with new features from LiteFS, including transaction-awareness and a time-based lease. The updates will enable features like read-replicas, failovers, and rollbacks, making Litestream a more robust and efficient solution for SQLite applications.

Gemma 3n preview: Mobile-first AI

https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/image3_OjwrVp1.original.png
Google introduces Gemma 3n, a new open model for on-device AI, offering faster performance, reduced memory usage, and multimodal understanding. Gemma 3n enables developers to build interactive experiences and power deeper understanding with combined audio, image, and text inputs, all processed privately on-device.

AI in my plasma physics research didn’t go the way I expected

https://substackcdn.com/image/fetch/w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37cc7a6c-a9d3-4c9a-b9ce-f515b811e219_2004x1325.png
Nick McGreivy, a physicist, questions AI's potential to accelerate science due to overoptimistic results and methodological errors. He argues that AI adoption in science is driven more by benefits to scientists than benefits to science itself.

Show HN: 90s.dev – Game maker that runs on the web

The user created an API for building and sharing apps, including game maker tools and games, with a 320x180 canvas. The API has a simple GUI, auto-layout system, and refs for watchable properties, allowing for extensibility and community-driven app development.

The emoji problem (2022)

Something appears to not have loaded correctly.

Google AI Ultra

https://storage.googleapis.com/gweb-uniblog-publish-prod/images/IO25_social_share.width-512.format-webp.webp
Google AI Ultra is a new AI subscription plan offering highest usage limits and access to premium features for $249.99/month, available in the US with a special offer for first-time users. It includes Gemini, Flow, Whisk, NotebookLM, Gemini in Google apps, and more.

Why does the U.S. always run a trade deficit?

https://libertystreeteconomics.newyorkfed.org/wp-content/uploads/sites/2/2025/05/LSE_2025_trade-deficit_Klitgaard_460.jpg?w=460
The US runs a trade deficit due to insufficient domestic saving to finance investment spending, requiring foreign borrowing. The deficit is equal to the gap between saving and investment spending.

AI's energy footprint

https://wp.technologyreview.com/wp-content/uploads/2025/05/cooling-tower-blue-grid.png?resize=1200,600
The emissions from individual AI text, image, and video queries seem small—until you add up what the industry isn’t tracking and consider where it’s heading next.

Is-even-ai – Check if a number is even using the power of AI

The code uses the IsEvenAi library to perform basic math operations using AI. It imports functions for checking even/odd numbers, equality, and comparisons.

The NSA Selector

https://raw.githubusercontent.com/wenzellabs/the_NSA_selector/main/pics/NSA_selector_LAN_flow.png
The NSA selector is a Eurorack module that converts network traffic into 4-bit audio. It taps into network traffic and converts it to audio using a delta-sigma modulator.

Show HN: A Tiling Window Manager for Windows, Written in Janet

https://agent-kilo.github.io/jwno/img/jwno-emacs-repl.jpg
Jwno is a highly customizable tiling window manager for Windows 10/11, built with Janet and ❤️. It brings to your desktop magical parentheses power, which, I assure you, is not suspicious at all, and totally controllable. Note: This documentation is work-in-progress. Some links may return 404, because I have not finished writing those pages yet 😅.

A simple search engine from scratch

https://bernsteinbear.com/assets/img/search-top-k.png
A search engine was built from scratch using word embeddings, ranking posts by cosine similarities to query embeddings. The search engine was optimized for web use by splitting the word2vec dictionary into smaller files and using HTTP Range requests to download only needed parts.

What are people doing? Live-ish estimates based on global population dynamics

https://upload.wikimedia.org/wikipedia/commons/thumb/4/41/Simple_world_map.svg/1920px-Simple_world_map.svg.png
Est. Births/sec: 0.0 Est. Deaths/sec: 0.0 Est. Net Gain/sec: 0.0

“ZLinq”, a Zero-Allocation LINQ Library for .NET

https://miro.medium.com/v2/resize:fit:281/1*_pyu2LwhltriPXPlbNvg4w.png
Zlinq implements 100% coverage of all methods and overloads in.net 10 (including new ones like shuffle, rightjoin) implementing optimizations beyond just allocation reduction to outperform in most scenarios. a superior alternative to the standard library, we have no plans for commercialization. maintenance has become challenging due to growing scale. when developing large libraries, i need ...

Reports of Deno's Demise Have Been Greatly Exaggerated

https://avatars.githubusercontent.com/u/80?v=4
Deno is not fading away, its adoption has more than doubled since Deno 2's release, and it's now used more widely and seriously than ever. The company is addressing criticism by sharing its plans for Deno Deploy, KV, and Fresh, and is committed to improving communication and transparency.

Red Programming Language

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-ipzNCeWoKszMhyphenhyphen3My5TZK7xAnpvQBa8LBx6kZo2CVYCuGBD9-BaBg2A5qGn1IO_BiFdTaBpxXR4Nv2lWjtU-H85Yn3xok1IsvnZhpswRoulh6QZen1w23DWwyCeUA1TUZxhM_2pkxJ4/s1600/reichart-abstraction-diagram.png
Red is a next-gen programming language inspired by REBOL, aiming to be a full-stack language for system programming and high-level scripting. It offers a single executable for any platform, literate code, and top-flight performance.

The behavior of LLMs in hiring decisions: Systemic biases in candidate selection

https://substackcdn.com/image/fetch/w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdeb9fd81-a752-4d8f-a28b-67051d50a2bd_3800x1784.png
Large Language Models (LLMs) consistently favored female-named candidates over male-named candidates when selecting the most qualified candidate for a job. This bias was observed across 22 LLMs and 70 professions, with female candidates selected in 56.9% of cases.

The Dawn of Nvidia's Technology

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMPqstsWtfLASYMqdm9Zx18OV8zMInvJl3axT4qASYmp6A72o14Usk_GKXclyD0fUBGZXpQCakkOiEC-kcggp2YPdcHRPBgOuup17UoCJ84lIk_enUh0GeF1XGpyKQMkuALHWeEQnZJdQ3KK9OIAMDjUp3tjCe7eCRmIRArEY3iw6wu5qRIAEdCgkFpFQq/w200-h126/Dedge3d.jpg
The user, a former Nvidia engineer, compares two books about Nvidia's rise to success, highlighting the accuracy of one author's account of the company's early history and criticizing the other for lacking technical understanding. The user then explains the technical innovations behind Nvidia's early success, including the use of quadric patches and a virtualized objects architecture that ...

OpenAI Codex hands-on review

https://zackproser.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcodex-hero.0b31348f.webp&w=2048&q=75
Codex is a chat-first experience that allows users to spin up multiple tasks in parallel, but its current limitations make it more suitable for maintenance-level updates and small chores rather than significant refactoring or feature-building. The user is excited about Codex's potential and plans to use it mainly for quick wins, but hopes for future improvements to make it a more effective ...

Clojuring the web application stack: Meditation One

https://www.evalapply.org/posts/clojure-web-app-from-scratch/http-headers-status-v3.jpg
A minimal web application stack must, at the very least, facilitate the drudgery of interpreting http requests and creating http responses. ring-jetty-adapter is our interface, which wraps over jetty's java apis. this pattern is nothing but the poor man's object-oriented factory pattern. we can't have an eta-reduction in lambda calculus terms. but it is

Robin: A multi-agent system for automating scientific discovery

https://arxiv.org/static/browse/0.3.4/images/icons/smileybones-pixel.png
Robin is a multi-agent system that automates the scientific process, generating hypotheses, proposing experiments, and analyzing data. It discovered a novel treatment for dry age-related macular degeneration using ripasudil, a clinically-used rho kinase inhibitor.

Semantic search engine for ArXiv, biorxiv and medrxiv

https://arxivxplorer.com/icons/icon-512x512.png
Thank you to arXiv, bioRxiv and medRxiv for their open access interoperability.

The value isn't in the code (2022)

https://jonayre.uk/blog/wp-content/uploads/2022/10/code.jpg
You argue that software code is not as valuable as people think, citing the time and skill required to create it. You claim that the real value lies in the team, business logic, design, and not the code itself.

Biff – a batteries-included web framework for Clojure

https://platypub.sfo3.cdn.digitaloceanspaces.com/10e428a3-30b4-4ba7-bed8-f601f26ae543
Biff is a backend framework that enforces schema with Malli and allows for interactive UIs with hyperscript. It supports live development and deployment with Docker or an Ubuntu VPS.

A shower thought turned into a Collatz visualization

The author had a shower thought about the Collatz Conjecture and came up with a way to visualize it using binary fractions. He created an interactive plot that shows the distribution of Collatz fractions for the first N positive integers.

Gemma 3n preview: Mobile-first AI

https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/image3_OjwrVp1.original.png
Google introduces Gemma 3n, a new open model for on-device AI, offering faster performance, reduced memory usage, and multimodal understanding. Gemma 3n enables developers to build interactive experiences and power deeper understanding with combined audio, image, and text inputs, all processed privately on-device.

Instagram Addiction

https://blog.greg.technology/assets/instagram/settings.jpg
The writer was addicted to Instagram for a month, realizing it was an undesirable habit, and left the app for three to four months. They struggled with self-control and found it hard to escape the app's addictive nature, even after reinstalling it.

LLM-D: Kubernetes-Native Distributed Inference

https://llm-d.ai/assets/images/image5_46-77b3747418c1ebc4bab0a38f9543e824.png
llm-d is a Kubernetes-native framework for high-performance distributed LLM inference. It leverages optimizations like disaggregated serving and prefix-aware routing to achieve high performance per dollar.

Show HN: Juvio – UV Kernel for Jupyter

https://gist.githubusercontent.com/OKUA1/d6e65e883546021ea774857878fd0537/raw/4de2ea217e25d9ff7b3d2a73899e85665ed7d94c/juvio_logo.svg
This script requires Python 3.10.17 and installs dependencies like numpy and pandas in an ephemeral virtual environment. It converts notebooks to script-style format for easy version control.

GPU-Driven Clustered Forward Renderer

https://logdahl.net/i/gpu-driven/dragons.png
The user developed a GPU-driven forward renderer using clustered shading that can render 27,000 Stanford dragons with 10,000 lights at 1080p in over 60fps on a GTX 1070 GPU. The renderer uses indirect multi-draws, a contiguous buffer for entity data, and clustered shading to reduce the number of draw calls and lighting calculations.

If an AI agent can't figure out how your API works, neither can your users

https://cdn.sanity.io/images/3jwyzebk/production/f95d21f9758bdc86f5aacb9968f3843fe71842ba-1024x1024.png?auto=format&fit=max&w=2048&q=75
Improving API developer experience for AI agents requires clear documentation, consistent patterns, and actionable error messages to help them learn and use the API efficiently. By treating agent failures as usability bugs and merging DX and AX, developers can create a seamless experience for both humans and machines, leading to reduced support tickets and increased word-of-mouth.

The Lisp in the Cellar: Dependent types that live upstairs [pdf]

https://zenodo.org/api/communities/50f9b62c-7bcb-4347-a055-b0f685c5db52/logo
Dependent types allow code to compute types, enabling powerful patterns. The Deputy system is a Clojure-hosted language for dependently-typed programming with inductive datatypes.

The Last Letter

https://images.aeonmedia.co/user_image_upload/4005/bloncourt_photo_1_0.jpg?width=3840&quality=75&format=auto
The author takes refuge in a Bordeaux bookshop and discovers a collection of last letters written by those executed by the Nazis during World War II. These letters offer a raw portrait of the human condition, revealing the emotions, hopes, and regrets of those facing imminent death.

Ogmo – free, open source, 2D level editor

https://ogmo-editor-3.github.io/img/screenshot.png
OGMO Editor offers a holistic workflow with project data flowing to level files. It features various layers for level creation, saving to a JSON file for easy access.

Ann, the Small Annotation Server

Ann is a decentralized social media built around Web Annotations, allowing users to store and share comments on content. It enables self-hosted annotation servers for various applications, promoting choice, privacy, and control.

Teachable Machine

https://teachablemachine.withgoogle.com/assets/img/contentpage/home/poster.jpg
Teachable Machine is a web-based tool that creates machine learning models without coding. It allows users to gather examples, train models, and export them for various projects.

Show HN: Text to 3D simulation on a map (does history pretty well)

Cleo, the mathematician that tricked Stack Exchange

https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/KeyholeContourLeftTikz.tif/lossless-page1-300px-KeyholeContourLeftTikz.tif.png
Cleo was a mysterious mathematician on Stack Exchange who provided precise answers to complex integration problems without showing intermediate steps. Cleo was revealed to be Vladimir Reshetnikov, a software developer from Uzbekistan, who created the persona to generate interest in mathematical problems.

Show HN: A free, privacy preserving, archive of public Discord servers

https://searchcord.io/_app/immutable/assets/background-dark.CSclcuAo.png
I loved this project and I was happy to work on it. A research article is in the works and will be published soon... thanks! ♡

It's Breathtaking How Fast AI Is Screwing Up the Education System

https://gizmodo.com/app/uploads/2025/05/Sam-Altman.jpg
The AI industry is disrupting education, causing students to rely on AI for assignments and learning, leading to intellectual stagnation. This trend is also affecting teachers, who are using AI to create lesson plans, further exacerbating the problem of intellectual decline.

Show HN: Astra – a new js2exe compiler

https://raw.githubusercontent.com/astracompiler/cli/main/astra.png
Astra is a tool for compiling servers and CLIs, not replacing Electron. It supports ESM-based applications with Node.js workarounds.

Ask HN: When will managers be replaced by AI?

AI may replace middle-management roles that focus on information flow and team facilitation, but top-level management and leadership skills like networking may remain human domains. The real concern is not AI replacing managers, but rather overemphasizing AI-related skills in entry-level workers.

The Fractured Entangled Representation Hypothesis

https://raw.githubusercontent.com/akarshkumar0101/fer/master/assets/pngs/teaser.png
Researchers Akarsh Kumar, Jeff Clune, Joel Lehman, and Kenneth O. Stanley compared neural networks evolved and trained via SGD, finding internal representation differences. Evolved networks lack "fractured entangled representation" and approach a unified factored representation.

Memory Consistency Models: A Tutorial

https://jamesbornholt.com/blog/memory-models/wb.png
Memory consistency is a challenge in computer science where multiple threads access shared memory, and different models like sequential consistency and total store ordering define how these threads can observe their shared memory state. Modern architectures often use store buffers and weak memory models to optimize performance, but this can lead to unintuitive behaviors and the need for ...

Hypervisor as a Library

https://seiya.me/_next/image?url=%2Fmedia%2Fhypervisor-as-a-library%2Fcatsay.png&w=3840&q=75
The author created a Linux compatibility layer for the Starina OS by running the real Linux kernel in a lightweight virtual machine. This approach allows for seamless integration with Linux and provides a simple API for running Linux binaries on Starina.

Quantum Picturalism

https://quantuminpictures.org/wp-content/uploads/2024/11/Copy-Rule-Green-Pink-Spiders.png
Quantum Picturalism breaks down complex quantum concepts into simple visual learning experiences using addition, subtraction, and angles. This approach makes quantum math accessible and inclusive for teachers and learners of all ages.

Show HN: A Simple Server to Match Long/Lat to a TimeZone

https://raw.githubusercontent.com/LittleGreenViper/LGV_TZ_Lookup/main/img/icon.png
This project is a simple PHP server that accepts GeoJSON output and provides a basic API to match longitude/latitude locations with timezones. It uses a shapefile to locate points within polygons and returns the standard TZ time zone designator of the timezone that covers the point.

Questioning Representational Optimism in Deep Learning

https://raw.githubusercontent.com/akarshkumar0101/fer/master/assets/pngs/teaser.png
Researchers Akarsh Kumar, Jeff Clune, Joel Lehman, and Kenneth O. Stanley compared neural networks evolved and trained via SGD, finding internal representation differences. Evolved networks lack "fractured entangled representation" and approach a unified factored representation.

ChatGPT Helps Students Feign ADHD: An Analogue Study on AI-Assisted Coaching

https://media.springernature.com/w215h120/springer-static/image/art%3A10.1007%2Fs44202-024-00134-5/MediaObjects/44202_2024_134_Fig1_HTML.png
A preregistered study aimed to assess whether ai-generated coaching helps students to successfully feign attention-deficit/hyperactivity disorder (adhd) in adulthood. researchers have found that examinees seek out online information to help them produce test results that mimic those of individuals genuinely diagnosed with adhd while evading detection. the scientific examination of coaching’s ...

Show HN: JavaFactory – IntelliJ plugin to generate Java code

https://raw.githubusercontent.com/JavaFactoryPluginDev/javafactory-plugin/master/docs/images/demo_thumnail.png
JavaFactory uses LLMs to generate repetitive Java code with predictable results. It operates based on pattern definitions and user-configurable prompts to automate code generation.

Old Growth Wood

https://brenthull.com/image/static/post/old-growth-wood-brent-hull.png?fm=png&fit=crop-center&q=80&w=1280&h=1326&s=afda9602dc5fc5f2956fdad5b51b14b6
Historic windows made with old growth wood last longer due to better stability and durability. New growth wood, used in most modern windows, begins to rot and warp after 20 years.

Show HN: Olelo Foil - NACA Airfoil Sim

NACA airfoils are mathematical representations of airfoil shapes developed by the National Advisory Committee for Aeronautics (NACA). These airfoils are widely used in aerodynamics for designing wings, blades, and other aerodynamic surfaces. You can learn more about airfoils here.

Launch HN: Opusense (YC X25) – AI assistant for construction inspectors on site

Roya and Michael co-founded Opusense AI to help engineers generate construction site reports automatically from typed or voice notes, photos. The tool uses LLMs to transform structured inputs into structured outputs, reducing tedious reporting work.
https://blog.ericgoldman.org/wp-content/uploads/2025/05/woodland-1.jpg
A court case involved a freelance artist, Rodney Woodland, suing Lil Nas X for copyright infringement over semi-naked photos. The court ruled that Woodland failed to prove access and similarity, dismissing the case due to lack of evidence.

I trapped an AI model inside an art installation [video]

Our Journey Through Linux/Unix Landscapes

https://cdn.blog.kalvad.com/2020/03/loic.jpg
Cnn's john sutter recently visited a university in dubai. he was looking for fresh talent and decided to switch to freebsd and alpine linux instead of rpm based distros. the team is impressed by the number of vulnerabilities they've been able to reduce. check out the full list of winners here. and don't forget to share your thoughts on the distributions you're considering.

Can Sam Altman Be Trusted with the Future?

https://media.newyorker.com/photos/682b649851f9802805decd8d/master/w_2560%2Cc_limit/TNY-SamAltman-final-01.jpg
OpenAI's Sam Altman led a team that created the breakthrough language model GPT-2, but his leadership was marked by controversy and power struggles. Altman's vision for AI was shaped by his Silicon Valley upbringing and his desire to create a technology that would "belong to the world."

What happened to American manufacturing is not unusual

https://substackcdn.com/image/fetch/w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6ea2c1a0-e906-4c75-bb85-420be5ed0dc1_2364x2109.png
President Trump's protectionist trade policies won't reverse US de-industrialization. Economists recommend public investment in declining communities through education and job training.

Firewalls and BIOS's and Coreboot (2020)

https://hagensieker.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-09-at-3.41.33-PM.jpg
You're a computer security enthusiast who values Open Source software and believes it's essential to have Open Source firmware for maximum security. You've taken steps to secure your hardware firewall appliance by installing Coreboot and updating the firmware.

The Entropy of Thought: Why Our Minds Gravitate Toward Divided Realities

https://miro.medium.com/v2/resize:fit:1200/1*ubhQkkRt3gCZkLknRxSd4g.png
Beliefs form through emotional associations with external stimuli, stored in an unconscious library, influencing our perception of the world. This process, called the intelligence of rhythm, affects both physical and digital patterns, impacting our mental state and behavior.

Show HN: Output – An AI Agent That Controls Your Computer (Mac and Windows)

https://theoutput.co/lovable-uploads/1ca15d33-d446-4bf3-857f-d15b372cb161.png
Output is the first AI that truly uses your computer for you. Everything you'd do, now done for you.

On-device small language models with multimodality, RAG, and Function Calling

https://storage.googleapis.com/gweb-developer-goog-blog-assets/images/KerasRecommendersBlog-Evergreen-Me.2e16d0ba.fill-800x400.png
Google AI Edge introduces RAG for on-device Retrieval Augmented Generation and function calling for interactive language models. These features enable developers to create intelligent features grounded in user-relevant information and allow language models to call predefined functions or APIs within applications.

KumoRFM: Gen-purpose model for making instant predictions over relational data

https://kumo.ai/_next/image/?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fs3lh42f5%2Fproduction%2F55c684d7352b8f9fd3cfe672dc8c939b4ce04a62-400x400.jpg&w=3840&q=100
KumoRFM is a Relational Foundation Model that makes accurate predictions on relational databases without task-specific training. It outperforms conventional approaches by 2-8% and is orders of magnitude faster.

Center for AI Safety's new spokesperson suggests „burning down labs"

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

A Scientist Fighting Nuclear Armageddon Hid a 50-Year Secret

https://static01.nyt.com/images/2025/05/20/science/00HS-garwin-top/00HS-garwin-top-articleLarge-v3.jpg?quality=75&auto=webp&disable=upscale
Richard L Garwin, a nuclear scientist, was inspired by Enrico Fermi to speak out on public policy after Fermi's death in 1954. Garwin spent his life countering nuclear horrors, leaving a legacy after his own death at 97.

Still Booting: People Stuck Using Ancient Windows Computers

https://ichef.bbci.co.uk/images/ic/480xn/p0lbrjny.jpg.webp
Microsoft's legacy of outdated software and hardware continues to impact society, with many systems still relying on Windows XP and older operating systems. This phenomenon is due to Microsoft's business strategy of supporting older software and hardware, making it difficult to upgrade and replace outdated systems.