Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: mem Clear Filter

A Spellchecker Used to Be a Major Feat of Software Engineering

A Spellchecker Used to Be a Major Feat of Software Engineering Here's the situation: it's 1984, and you're assigned to write the spellchecker for a new MS-DOS word processor. Some users, but not many, will have 640K of memory in their PCs. You need to support systems with as little as 256K. That's a quarter megabyte to contain the word processor, the document being edited, and the memory needed by the operating system. Oh, and the spellchecker. For reference, on my MacBook, the standard dictio

Anthropic’s Claude chatbot can now remember your past conversations

is The Verge’s senior AI reporter. An AI beat reporter for more than five years, her work has also appeared in CNBC, MIT Technology Review, Wired UK, and other outlets. Posts from this author will be added to your daily email digest and your homepage feed. On Monday, Anthropic released a hotly anticipated memory function for its Claude chatbot. In a YouTube video, the company demonstrated a user asking what they had been chatting about with Claude before their vacation. Claude searches past c

Operation Costs in CPU Clock Cycles (2016)

Author: “No Bugs” Hare Follow: Job Title: Sarcastic Architect Hobbies: Thinking Aloud, Arguing with Managers, Annoying HRs, Calling a Spade a Spade, Keeping Tongue in Cheek UPDATED: TLB and CAS/atomics (including different NUMA node) added Click to enlarge NB: scale is logarithmic! Premature Pessimization Easy on yourself, easy on the code: All other things being equal, notably code complexity and readability, certain efficient design patterns and coding idioms should just flow naturally

Connex Credit Union data breach impacts 172,000 members

Connex, one of Connecticut's largest credit unions, warned tens of thousands of members that unknown attackers had stolen their personal and financial information after breaching its systems in early June. Founded in 1940, this member-owned organization is a non-profit with over $1 billion in assets, providing banking, insurance, and credit card services to more than 70,000 members across eight branches throughout the greater New Haven area, including New Haven, Hartford, Middlesex, and Fairfie

Inside OS/2 (1987)

by Vaughn Vernon from the December 1987 issue of Computer Language OS/2, Microsoft’s latest addition to its operating system line, could well become the operating system of the next decade for Intel 80286/80386 microcomputers. Its multitasking capabilities, full-featured application programming interface (API), and extendability to future hardware almost guarantee its success. Microsoft sees microcomputing as a platform for office automation hardware and software: The office of the future (re

Booting 5000 Erlangs on Ampere One 192-core

Booting 5000 Erlangs on Ampere One 192-core Underjord is an artisanal consultancy doing consulting in Elixir, Nerves with an accidental speciality in marketing and outreach. If you like the writing you should really try the pro version. In the previous post on 500 virtual linux devices on ARM64 I hinted that I expected serious improvements if we got KVM working. Well. We’re there. Let’s see what we got going on. Disclosure: I am running a conference called Goatmire Elixir which Ampere is a sp

9 Best WIRED-Tested Cooling Mattresses (2025)

BedJet BedJet Other Cooling Options There are a ton of mattresses and related on the market that claim to have cooling benefits. Here are a few others we tested and liked, but not as much as the options above. BedJet 3 for $387: WIRED reviewer Christopher Null liked this climate-control device a lot because it allowed him to sleep cool without having to buy a whole new mattress. This device uses a large blower under your bed to blast hot or cool air beneath your covers. If you like your exist

Mysterious Crime Spree Targeted National Guard Equipment Stashes

A string of previously undisclosed break-ins at Tennessee National Guard armories last fall marks the latest in a growing series of security breaches at military facilities across the United States, raising fresh concerns about the vulnerability of US armories to theft and intrusion. A confidential memo from the Tennessee Fusion Center reviewed by WIRED details four break-ins at Tennessee National Guard armories over a seven-week span. In one incident, thieves made off with night vision goggles

For the first time in the US, Spotify is letting your family get access to this feature

Tech Team / Android Authority TL;DR Spotify is expanding its Audiobooks Plus plans to users in the US. Audiobooks Plus is an add-on that grants 15 additional hours of audiobook listening per month. Audiobooks Plus for Plan Members allows other members of your Premium Family or Duo plan access to 15 hours of audiobook listening. Through Spotify Premium, you have access to 15 hours of audiobook listening per month. While this is plenty of time for most people, it isn’t enough for some to satia

Spotify expands audiobooks access to family plan members in the US for the first time

Spotify is expanding access to its audiobooks to more U.S. subscribers. The company on Tuesday announced the launch of its $11.99 per month Audiobooks+ plan in the market, which allows subscribers or their household members on a Family or Duo plan to add 15 hours of audiobook listening during the month on top of the base plan. Though Spotify launched its audiobooks service in the U.S. back in 2022, household members on Duo and Family plans have long been left out. The offering makes audiobooks

Best Cheap Laptop: Budget Computers for Every Use

There are a ton of models for less than $1,000 on the market at any given moment, and a large fraction of those are less than $500. As long as you manage your expectations regarding options and specs, you can still get quite a bit from a budget laptop model, including good battery life and a reasonably lightweight laptop body. (If you're replacing an old Windows laptop that's not up to running Windows anymore, consider turning it into a Chromebook.) Price If the statistics Intel and PC manufac

Content-Aware Spaced Repetition

Content-aware Spaced Repetition Spaced repetition systems are powerful, but they have a fundamental blind spot: they don’t understand what your flashcards are about. To your SRS, a card asking “what’s the capital of Italy?” and another asking “what country is Rome the capital of?” are treated independently, each with its own isolated review history. It has no concept that reviewing related material should reinforce your memory of the whole topic. At the heart of every SRS is a memory model wh

What Can a Cell Remember?

Then, in a process Kukushkin described as a tedious choreography of clockwork pipetting, they exposed the cells to precisely timed bursts of chemicals that imitated bursts of neurotransmitters in the brain. Kukushkin’s team found that the both the nerve and kidney cells could finely differentiate these patterns. A steady three-minute burst activated CRE, making the cells glow for a few hours. But the same amount of chemicals, delivered as four shorter pulses spaced 10 minutes apart, lit up the p

A deep dive into Rust and C memory interoperability

“Memory oppresses me.” - Severian, The Book of the New Sun Interviewer: “What happens if you allocate memory with C’s malloc and try to free it with Rust’s dealloc, if you get a pointer to the memory from C?” Me: “If we do it via FFI then there’s a possibility the program may continue working (because the underlying structs share the same memory layout? right? …right?)” Now if you have any experience working with memory management, you know that this is a dangerous answer. But I didn’t know it a

Topics: 00 bytes free memory size

Part 1: A Deep Dive into Rust and C Memory Interoperability

“Memory oppresses me.” - Severian, The Book of the New Sun Interviewer: “What happens if you allocate memory with C’s malloc and try to free it with Rust’s dealloc, if you get a pointer to the memory from C?” Me: “If we do it via FFI then there’s a possibility the program may continue working (because the underlying structs share the same memory layout? right? …right?)” Now if you have any experience working with memory management, you know that this is a dangerous answer. But I didn’t know it a

Topics: 00 bytes free memory size

This Old SGI: notes and memoirs on the Silicon Graphics 4D series (1996)

This Old SGI Consisting of a collection of notes and memoirs on my experiences with the 4D series machines. Compiled and maintained by A. J. Corda (Email) copyright (c) 1996 Version 2.0 Visitor Number Introduction I am posting this assortment of notes and observations as a kind of "thank you" to the numerous people who have replied to my posts in the past. The free flow of information is the life-blood of the internet community, and this is my feeble attempt to maintain that flow, while at

The best Amazon deals right now: Save on laptops, gadgets and more

How did we choose these Amazon deals? ZDNET only writes about deals we want to buy -- devices and products we desire, need, or would recommend. Our experts looked for deals that were at least 20% off (or are hardly ever on sale), using established price comparison tools and trackers to determine whether the deal is actually on sale and how frequently it drops. We also looked over customer reviews to find out what matters to real people who already own and use the deals we're recommending. Our

TikTok merges its Core Product and Trust & Safety teams

As TikTok’s future in the U.S. remains uncertain, the company is merging its Core Product and Trust & Safety teams into a single organization, according to an internal memo sent to staff by TikTok CEO Shou Zi Chew and viewed by TechCrunch and confirmed by TikTok. “This new team will allow us to better leverage our technical capabilities across both business and safety objectives, and will help us move faster as we develop the next generation of safety technology,” Chew wrote in the memo. As pa

Emacs: The macOS Bug

Emacs: The MacOS Bug The Context I have been recently roaming. Doing some Zig, doing some Go, some Janet. Some C integration. Should have focused on my project but life threw more at me than I could handle, so I sought… happy distractions. My experience with those technologies taught me new tricks and one day, when I needed some more distraction, I decided to debug something that had made me furious for years: Emacs jank. Whatever build I tried, whatever configuration I used, Emacs always r

Blog series on creating an OS in Rust

Writing an OS in Rust This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding Github repository. Latest post: Async/Await Bare Bones Interrupts CPU Exceptions CPU exceptions occur in various erroneous situations, for example, when accessing an invalid memory address or when dividing by zero. To react to them, we ha

Positron believes it has found the secret to take on Nvidia in AI inference chips — here’s how it could benefit enterprises

Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now As demand for large-scale AI deployment skyrockets, the lesser-known, private chip startup Positron is positioning itself as a direct challenger to market leader Nvidia by offering dedicated, energy-efficient, memory-optimized inference chips aimed at relieving the industry’s mounting cost, power, and availability bottlenecks. “A key diffe

The case for memes as a new form of comics

It's undeniable that the rise of the Internet had a profound impact on cartooning as a profession, giving cartoonists both new tools and a new publishing and/or distribution medium. Online culture also spawned the emergence of viral memes in the late 1990s. Michelle Ann Abate, an English professor at The Ohio State University, argues in a paper published in INKS: The Journal of the Comics Studies Society, that memes—specifically, image macros—represent a new type of digital comic, right down to

Wolf Memory Foam Hybrid Premium Firm Mattress Review: A New Alpha

Not too unlike wolves moving in a pack, the WIRED Reviews team often bands together to help one another out with product reviews. I’ve tested hundreds of beds and brands over the years, so I get pretty jazzed when something I haven't tried is on the prowl, but I'm a singular tester with only so many nighttime hours a week. Thankfully, my teammate Molly Higgins stepped in to test Wolf's 12-Inch Memory Foam Hybrid Essential Medium-Firm Mattress. Not to spoil anything, but it made our list of the b

Elon Musk confirms Tesla has signed a $16.5 billion chip contract with Samsung Electronics

Samsung Electronics has entered into a $16.5 billion contract for supplying semiconductors to Tesla , based on a regulatory filing by the South Korean firm and Tesla CEO Elon Musk's posts on X. The memory chipmaker, which had not named the counterparty, mentioned in its filing that the effective start date of the contract was July 26, 2025 — receipt of orders — and its end date was Dec. 31, 2033. However, Musk later confirmed in a reply to a post on social media platform X that Tesla was the c

SRAM Has No Chill: Exploiting Power Domain Separation to Steal On-Chip Secrets

1 Introduction An increasingly connected world makes us dependent on computing devices that handle a wide range of security- and privacy-critical operations. We use smartphones and watches to manage bank transactions and store biometric information. On the industrial and government side, embedded devices monitor remote system operations and feed data critical to industrial processes and national defense. Physical access to these devices leads to a wide range of security exploits, including imper

The Meme Stocks Are Back and May Have Found Their New ‘Roaring Kitty’

It seems meme stocks are back, and this time, the latest craze was sparked—somewhat accidentally—by a Canadian hedge fund manager named Eric Jackson. About three weeks ago, Jackson’s firm, EMJ Capital, bought shares of Opendoor Technologies, a San Francisco–based company that buys and sells homes online, at around $0.70 apiece. Since then, the company’s share price has skyrocketed over 600% to an intraday high of almost $5 on July 21. Today, it’s trading at about $2.40, still a roughly 250% gai

New Koske Linux malware hides in cute panda images

A new Linux malware named Koske may have been developed with artificial intelligence and is using seemingly benign JPEG images of panda bears to deploy malware directly into system memory. Researchers from cybersecurity company AquaSec analyzed Koske and described it as "a sophhisticated Linux threat." Based on the observed adaptive behavior, the researchers believe that the malware was developed using large language models (LLMs) or automation frameworks. Koske’s purpose is to deploy CPU and

There is no memory safety without thread safety

There is no memory safety without thread safety Memory safety is all the rage these days. But what does the term even mean? That turns out to be harder to nail down than you may think. Typically, people use this term to refer to languages that make sure that there are no use-after-free or out-of-bounds memory accesses in the program. This is then often seen as distinct from other notions of safety such as thread safety, which refers to programs that do not have certain kinds of concurrency bugs

Samsung backs a video AI startup that can analyze thousands of hours of footage

Many AI tools can look at a video today and summarize what is going on, but things become a bit tricky when you ask models questions about multiple videos and footage spanning many hours. This is a big limitation for security companies that want to use AI to scrub through thousands of hours of footage from different cameras, as well as marketing companies that want to study different video campaigns and product shoots. Memories.ai wants to tackle that problem with its AI platform that can proc

Nvidia supplier SK Hynix posts record second-quarter profit and revenue on strong AI memory demand

A visitor takes a picture of a model of SK hynix's high-bandwidth memory (HBM) technology during the 2025 World IT Show in Seoul on April 24, 2025. Jung Yeon-je | Afp | Getty Images South Korea's SK Hynix on Thursday posted record operating profit and revenue in the second quarter, driven by sustained demand for its high bandwidth memory used in artificial intelligence technology. Here are SK Hynix's second-quarter results compared with LSEG SmartEstimates, which are weighted toward forecasts f