Latest Tech News

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

Filtered by: si Clear Filter

What happens when housing prices go down?

There’s a theory about housing that has taken hold with a kind of religious fervor: If you want to make housing more affordable, just build more of it. Supply and demand. Simple economics. This narrative is now dominating housing policy discussion across the political spectrum. Deregulate, upzone, speed up approvals, let the market work. And if you build enough homes, the theory goes, prices will come down. But here’s the question almost no one asks: What happens when prices actually start to

The Gentoo Perl versioning scheme

The Gentoo Perl Versioning Scheme A common observation/confusion people have is that the versions used on Perl related things in Gentoo don't directly correspond to upstream versions. This is because Upstream uses two different schemes, and one of those schemes is fundamentally incompatible with Gentoo's. The Problem In most people's minds, this is how version numbers sort: 1.0 1.1 1.5 1.10 1.15 1.20 1.45 This is because you read . as a delimiter for multiple integers. However, in Perl, t

Trouble Falling Asleep? I Tried This Viral Sleepy Girl Mocktail and the Results Surprised Me

My team of CNET sleep experts and I are always looking for the best ways of getting a good night's sleep. Between testing mattresses and researching melatonin supplements, we make time to fact-check viral social media videos. Naturally, when the "Sleepy Girl Mocktail" made its rounds on TikTok and Instagram last year, I had to test its claim of being a sleep-aid-free drink by trying it for myself. A week before I sat down to write this article, when the drink first became popular, I went to the

This ‘violently racist’ hacker claims to be the source of The New York Times’ Mamdani scoop

is a reporter who writes about tech, money, and human behavior. She joined The Verge in 2014 as science editor. Previously, she was a reporter at Bloomberg. The ultimate source for The New York Times’ story about Zohran Mamdani’s college application is an open secret. It’s an anime-loving neo-Nazi whose hobbies include furry drawings, posting fan art of a video game character, and hacking universities. On X, the alleged hacker is followed by New York Times freelancer Benjamin Ryan, who was the

From idea to first check: Raising pre-seed and seed capital with Charles Hudson and Navin Chaddha at TechCrunch Disrupt 2025

More than 10,000 founders, investors, and tech insiders will convene at Moscone West in San Francisco from October 27-29 for TechCrunch Disrupt 2025 — one of the year’s most anticipated tech conferences. Of the 250+ tech leaders taking the stage, don’t miss this standout panel on the Builders Stage featuring two of the most respected early-stage investors in venture: Charles Hudson of Precursor Ventures and Navin Chaddha of Mayfield. Their session dives into one of the toughest moments in any s

Show HN: I built an AI agent that helps me invest

To see all available qualifiers, see our documentation . Saved searches Use saved searches to filter your results more quickly We read every piece of feedback, and take your input very seriously. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

This simple Android Auto change would set my voice command frustrations to rest

Calvin Wankhede / Android Authority When I hop into my car, there is a list of checklist items I absentmindedly tick off. One is reaching for my cheap Android Auto dongle in my glovebox and plugging it in. Google’s in-car phone mirroring service has become essential to my car trips, as much as fuel, a seat belt, and a steering wheel. However, unlike driving, operating Android Auto is often challenging, especially when using voice commands. I’ve had so many issues with Android Auto’s voice assi

How to handle people dismissing io_uring as insecure? (2024)

To see all available qualifiers, see our documentation . Saved searches Use saved searches to filter your results more quickly We read every piece of feedback, and take your input very seriously. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

Perl Versioning Scheme and Gentoo

The Gentoo Perl Versioning Scheme A common observation/confusion people have is that the versions used on Perl related things in Gentoo don't directly correspond to upstream versions. This is because Upstream uses 2 different schemes, and one of those schemes is fundamentally incompatible with Gentoos. The Problem In most people's mind, this is how version numbers sort: 1.0 1.1 1.5 1.10 1.15 1.20 1.45 This is because you read . as a delimiter for multiple integers. However, in Perl, those

I Just Discovered a Travel Hack That Can Save You Time and Money on International Trips -- And It's Completely Free

Debalina Ghosh/Getty Images I've been traveling around the world for a year and a half, and one of my favorite money-saving travel hacks is using an eSIM. If you're unfamiliar with the concept of an eSIM, it's a digital SIM installed onto your phone that lets you access a mobile network without a physical SIM card. Using an eSIM for all my mobile data abroad means I don't have to worry about expensive roaming charges from my US mobile provider or buying a physical SIM for a local network every

UK wants to weasel out of demand for Apple encryption back door

The UK government is reportedly set to back down from its battle with Apple to obtain back door access to secure user data protected by the company’s iCloud encryption. Victory hasn’t come through the courts, or government figures changing their minds on privacy matters, but thanks to ongoing pressure from the US during the two countries’ trade talks. Multiple unnamed UK officials told the Financial Times that the UK government is working on a way out. “The Home Office is basically going to hav

Google could soon make a helpful change to Fast Pair UI for TWS earbuds (APK teardown)

Mishaal Rahman / Android Authority TL;DR Google is updating the Fast Pair notification UI for TWS earbuds to make battery status easier to read at a glance. The redesigned notifications include circular battery progress bars, repositioned battery icons, and clear labels for each component. Battery changes trigger color changes for the new progress bars for a better visual impact. A few years ago, Google introduced a useful Fast Pair feature that allows users to check the battery status of th

Subreply – An open source text-only social network

To see all available qualifiers, see our documentation . Saved searches Use saved searches to filter your results more quickly We read every piece of feedback, and take your input very seriously. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

What my mother didn’t talk about (2020)

We did not visit Poland often. Only when someone died. I have not been able to bring part of my mother’s ashes to Poland yet because of the pandemic. They sit in my living room, waiting to join my other dead relatives in her village of Bedoń. I live in California, 3,000 miles away from where I grew up, and when my mother couldn’t sleep she’d call me. I always picked up. “I think I know how I got sick,” she said once. My mother had an aversion to being sick and to anyone knowing about it. Her

SIOF (Scheme in One File) – A Minimal R7RS Scheme System

SIOF (Scheme In One File) - A Minimal R7RS Scheme System SIOF is a portable interpreter for the R7RS Scheme programming language. It can be built from a single C source file siof.c; there are no OS- or hardware-specific parts, no compiler-specific tricks, no dependency on platform-specific building tools. There is no distributives or packages: just compile the source file with your favorite C compiler, link it with the standard C runtime libraries and be done with it. For some platforms, precom

Stdio(3) change: FILE is now opaque

Contributed by rueda on 2025-07-17 from the more-opacity,-igor dept. In -current , the struct underlying stdio(3) 's FILE type has been made opaque, with library versions bumps across the board: CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/16 09:33:05 Modified files: lib/libc : Symbols.list shlib_version lib/libc/hidden: stdio.h wchar.h lib/libc/stdio : Makefile.inc fclose.3 fclose.c findfp.c lib/libcrypto : shlib_version lib/libcurses : shlib_version lib/libedit

Log by time, not by count

Log by Time, not by Count July 20, 2025 "How to Log" is a surprisingly deep topic in software engineering with many different viewpoints, and they're almost all valid in different situations. I'm going to argue that when processing lots of events, it's best to log every X seconds, rather than every X messages. This is a simple concept, but I've never seen it written down before. Let's quickly look at some pseudocode to understand what I mean. Count-based logging num_events_processed = 0 whi

How to handle people dismissing io_uring as insecure?

To see all available qualifiers, see our documentation . Saved searches Use saved searches to filter your results more quickly We read every piece of feedback, and take your input very seriously. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

QuakeNotch: Quake Terminal on your MacBook's notch

Transform your notch into a beautiful music visualizer. Watch as your favorite tracks come alive with stunning audio oscillations and dynamic animations. Perfect integration with Apple Music brings your music experience to a whole new level. Customize every aspect of QuakeNotch to match your style and workflow. From themes and colors to keyboard shortcuts and behavior, create the perfect notch experience tailored just for you. Instant and robust access from notch Access a full-featured termin

Jove (Jonathan's Own Version of Emacs)

JOVE (Jonathan's Own Version of Emacs)[1] is an open-source, Emacs-like text editor, primarily intended for Unix-like operating systems. It also supports MS-DOS and Microsoft Windows. JOVE was inspired by Gosling Emacs but is much smaller and simpler, lacking Mocklisp. It was originally created in 1983 by Jonathan Payne while at Lincoln-Sudbury Regional High School in Massachusetts, United States on a PDP-11 minicomputer.[2] JOVE was distributed with several releases of BSD Unix, including 2.9BS

What My Mother Didn't Talk About (2020)

We did not visit Poland often. Only when someone died. I have not been able to bring part of my mother’s ashes to Poland yet because of the pandemic. They sit in my living room, waiting to join my other dead relatives in her village of Bedoń. I live in California, 3,000 miles away from where I grew up, and when my mother couldn’t sleep she’d call me. I always picked up. “I think I know how I got sick,” she said once. My mother had an aversion to being sick and to anyone knowing about it. Her

Subreply – an open source text-only social network

To see all available qualifiers, see our documentation . Saved searches Use saved searches to filter your results more quickly We read every piece of feedback, and take your input very seriously. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

Stdio(3) change: FILE is now opaque (OpenBSD)

Contributed by rueda on 2025-07-17 from the more-opacity,-igor dept. In -current , the struct underlying stdio(3) 's FILE type has been made opaque, with library versions bumps across the board: CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/07/16 09:33:05 Modified files: lib/libc : Symbols.list shlib_version lib/libc/hidden: stdio.h wchar.h lib/libc/stdio : Makefile.inc fclose.3 fclose.c findfp.c lib/libcrypto : shlib_version lib/libcurses : shlib_version lib/libedit

I tasked Alexa Plus with tackling my to-do list — it was hit or miss

is a senior reviewer focused on smart home and connected tech, with over twenty years of experience. She has written previously for Wirecutter, Wired, Dwell, BBC, and US News. One of the best features of Amazon’s new Alexa Plus is that I don’t have to “speak Alexa” anymore. I’ve been testing the voice assistant for about a week now, and it understands what I say, regardless of how I say it — there’s no more need for precise phrasing to get Alexa to do what I want. This big shift underpins anoth

How the 'Minecraft' Score Became Big Business for Its Composer

In 2009, in between full-time shifts at a local factory, then-19-year-old musician Daniel Rosenfeld composed a score for an independent video game. “It was just a side hustle, maybe not even that. It was a hobby, really,” explains Rosenfeld, who records under the name C418. The game, Minecraft, turned out to be successful beyond Rosenfeld’s wildest dreams. In 2014, Microsoft purchased Minecraft’s Swedish developer, Mojang Studios, for $2.5 billion, and through 2023, it had sold 300 million copi

13 of the Best Movies Peacock Has to Offer

Peacock is full of must-see movies. Sure, the streaming conversation is often focused on the top-tier platforms like Netflix, Disney Plus and Prime Video. But the NBC Universal-owned streamer deserves its flowers -- and I'm going to show you why. Let's talk about blockbusters for a second. Universal Pictures has been churning out box office hits and Oscar-winning flicks for more than a century. A large sampling of these titles can be found here, including the first-ever blockbuster, Jaws, among

The Hunt for a Fundamental Theory of Quantum Gravity

The original version of this story appeared in Quanta Magazine. Two blind spots torture physicists: the birth of the universe and the center of a black hole. The former may feel like a moment in time and the latter a point in space, but in both cases the normally interwoven threads of space and time seem to stop short. These mysterious points are known as singularities. Singularities are predictions of Albert Einstein’s general theory of relativity. According to this theory, clumps of matter o

The Ultimate Dolby Atmos Experience Might Be In Your Car

It’s fair to say that no five people crammed into a compact SUV have been more blissfully enthralled on a country drive than my wife’s family and I on one particular mid-summer Sunday. It wasn’t just the silky smooth performance of the Cadillac Optiq, or even its incredible 19-speaker AKG sound system, but an x-factor pushing our driving experience beyond the sum of their parts: Dolby Atmos Music. If you haven't heard it in a vehicle like this, you might think I'm joking. Everyone has probably

9 Best Coolers WIRED Tested for Every Budget, Any Situation

The first thing to consider when buying a cooler is how you're going to use it. If you aren't heading out for days at a time, you probably don't need an expensive high-end cooler. All the coolers we've recommend above are capable of holding things at a safe temperature for a day, provided you keep them in the shade. Similarly, if you're navigating rugged terrain, you might want beefy wheels—and if you're just going to the beach, you might not need them. Hard-sided coolers: These range from the

I asked Alexa Plus to tackle my to-do list — it mostly failed

is a senior reviewer focused on smart home and connected tech, with over twenty years of experience. She has written previously for Wirecutter, Wired, Dwell, BBC, and US News. One of the best features of Amazon’s new Alexa Plus is that I don’t have to “speak Alexa” anymore. I’ve been testing the voice assistant for about a week now, and it understands what I say, regardless of how I say it — there’s no more need for precise phrasing to get Alexa to do what I want. This big shift underpins anoth