Latest Tech News

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

Filtered by: sign Clear Filter

Synthesizing Object-Oriented and Functional Design to Promote Re-Use

Synthesizing Object-Oriented and Functional Design to Promote Re-Use Shriram Krishnamurthi, Matthias Felleisen, Daniel P. Friedman European Conference on Object-Oriented Programming, 1998 Abstract Many problems require recursively specified types of data and a collection of tools that operate on those data. Over time, these problems evolve so that the programmer must extend the toolkit or extend the types and adjust the existing tools accordingly. Ideally, this should be done without modifyi

Hyundai’s out-of-this-world EV concept is a glimpse at the upcoming Ioniq 3

is transportation editor with 10+ years of experience who covers EVs, public transportation, and aviation. His work has appeared in The New York Daily News and City & State. Hyundai is out with a new concept car that previews a smaller EV that could slot below the Ioniq 5. And while the design is pretty bold, and full of what seems to be veiled references to Star Wars, the idea of a smaller (and hopefully less expensive) electric hatchback is surely one of the more grounded ways to approach a d

Signal lets you back up your chats for free now - plus its first-ever paid feature

Matthias Balk/picture alliance via Getty Images Follow ZDNET: Add us as a preferred source on Google. ZDNET's takeaways Privacy-centric messaging app Signal has a message backup option. The free tier stores up to 45 days of messages. You can pay $1.99 a month if you want to store more than 45 days. Signal is offering its first-ever backup option. In a post Monday, the security-focused messaging app company announced a new feature that lets you back up your messages for free. In the past,

Signal adds secure cloud backups to save and restore chats

Signal has introduced a new opt-in feature that helps users create end-to-end encrypted backups of their chats, allowing them to restore messages even if their phones are damaged or lost. Secure backups are already available in the latest Signal beta version for Android users and will also be rolled out to iOS and desktop devices after this testing phase. "If you do decide to opt in to secure backups, you'll be able to securely back up all of your text messages and the last 45 days' worth of m

Signal’s first paid feature adds encrypted media and message backups

is a senior reporter covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. Posts from this author will be added to your daily email digest and your homepage feed. Signal is launching its first paid feature: the ability to make secure, end-to-end encrypted backups of your media history older than 45 days and of your text message history for $1.99 per month. “Media requires a lot of storage, and storing and transferring large amounts of data is e

Signal introduces free and paid backup plans for your chats

Privacy-focused messaging app Signal announced on Monday that it’s introducing a feature that allows users to back up their text conversations for free, along with the last 45 days of media. It’s also debuting its first paid feature by offering full media backups with up to 100GB of storage. Historically, the messaging app didn’t let users store any kind of backup of your conversations on the platform. This could be especially troublesome if you lost or broke your phone. While you could transfe

Signal Secure Backups

In the past, if you broke or lost your phone, your Signal message history was gone. This has been a challenge for people whose most important conversations happen on Signal. Think family photos, sweet messages, important documents, or anything else you don’t want to lose forever. This explains why the most common feature request has been backups; a way for people to get Signal messages back even if their phone is lost or damaged. After careful design and development, we are now starting to roll

Here’s when the Nothing Ear (3) will launch

TL;DR Nothing has revealed the launch date for the Ear (3). The company’s flagship TWS earbuds will be unveiled on September 18. In a social media post, the firm provided another teaser of the design. Nothing ended last week with a teaser revealing that it plans to launch the Nothing Ear (3) soon. No other details were given, so it was anyone’s guess as to how soon “soon” would actually be. But we now have a definitive answer to that question. Don’t want to miss the best from Android Authori

Way to Address Product Design Failure

We live in an age of shitty product design and no customer support. Stuff breaks because it's poorly made, and then you have no recourse but to throw it into the trash, because it's unrepairable. If you try to get someone on the line, it's endless sub-menus before you finally get a live person overseas, who struggles with the language and has not been empowered by their bosses to actually solve your problem. Here, however, we have a product design failure that was handled masterfully. I think

Gym Class VR (YC W22) Is Hiring – UX Design Engineer

Role Summary Gym Class is the top rated social sports game on Meta Quest - millions of downloads, 79,000+ reviews, and a 4.9-star rating. We’re hiring our founding UX Design Engineer to drive the development of our upcoming mobile web app (embedded in native), and web surfaces inside our flagship, social VR experience. You’ll own key UX surfaces end-to-end - crafting in Figma, then building responsive, production-grade UI with React/Node/CSS - and you’ll set a clear quality bar for speed, poli

Topics: design end mobile vr web

Microsoft now enforces MFA on Azure Portal sign-ins for all tenants

Microsoft says it has been enforcing multifactor authentication (MFA) for Azure Portal sign-ins across all tenants since March 2025. The company's Azure MFA enforcement efforts were announced in May 2024 when Redmond began implementing mandatory MFA for all users signing into Azure to administer resources. One year ago, in August 2024, Microsoft also warned Entra global admins to enable MFA for their tenants by October 15, 2024, to ensure users don't lose access to admin portals. After comple

Eero’s Signal is a cellular safety net for your Wi-Fi network

The new Eero Signal could have saved me a lot of headaches when I was dealing with regular internet outages at my home last year. See, Signal automatically detects when your internet goes down and switches your whole Wi-Fi network over to a cellular connection to minimize disruption. Sure, when I’d suddenly see a “Slack is trying to connect” message, I could pull out my phone and hop on the hotspot, but that only brought my laptop back online. My TVs, the computer in my studio, my kid’s iPad, th

iPhone 17 Pro and Pro Max back design mystery may be solved ahead of Apple event

Earlier this week, we flagged that despite knowing an awful lot about the iPhone 17 Pro and Pro Max, there was still a major design mystery going into Apple’s “Awe dropping” event. Now new reporting points to a more dramatic splash in that category. There have been two competing rumors around the design of the iPhone 17 Pro and Pro Max backs. Both agree that the camera mound will expand into a full-width camera bar across the top. Where things diverge is the rest of the back: an all-glass cont

The Anatomy of a Mach-O: Structure, Code Signing, and Pac

Table of Contents The Mach Object (Mach-O) is the binary format used on Apple’s operating systems for executables, libraries, and object code. It was created for the Mach kernel (hence the name) and introduced in NeXTSTEP, the predecessor to macOS, as a replacement for the a.out format. Mach-O’s design supports multiple architectures (via universal binaries), and contains metadata via load commands. In this post, we’ll explore Mach-O’s layout and history. Then, we will examine how macs use Ma

OpenAI could launch its own AI chip next year

Robert Hart is a London-based reporter at The Verge covering all things AI and Senior Tarbell Fellow. Previously, he wrote about health, science and tech for Forbes. Posts from this author will be added to your daily email digest and your homepage feed. OpenAI is on track to start mass production of its own in-house artificial intelligence chips for the first time next year, according to a report from the Financial Times. Unnamed sources tell the outlet that OpenAI designed the chip with US s

io_uring is faster than mmap

TL;DR Sourcing data directly from disk IS faster than caching in memory. I brought receipts. Because hardware got wider but not faster, the old methods don't get you there. You need new tools to use what is scaling and avoid what isn't. Introduction In part 1 I showed how some computer performance factors are scaling exponentially while others have been stagnant for decades. I then asserted, without proof, that sourcing data from disk can be faster than from memory. What follows is the proof.

Memory is slow, Disk is fast – Part 2

TL;DR Sourcing data directly from disk IS faster than caching in memory. I brought receipts. Because hardware got wider but not faster, the old methods don't get you there. You need new tools to use what is scaling and avoid what isn't. Introduction In part 1 I showed how some computer performance factors are scaling exponentially while others have been stagnant for decades. I then asserted, without proof, that sourcing data from disk can be faster than from memory. What follows is the proof.

Hue launches its first video doorbell

is a senior editor and author of Notepad , who has been covering all things Microsoft, PC, and tech for over 20 years. Posts from this author will be added to your daily email digest and your homepage feed. After a Philips Hue app update leaked a new Hue video doorbell in March, parent company Signify is making it official this week. The $169 Hue Secure video doorbell is arriving in October to complement Hue’s other Secure indoor and outdoor camera offerings. The Hue Secure video doorbell loo

New Eero Signal promises to keep you connected during internet outages

Eero has announced a new Eero Signal product that it says will let you “say goodbye to internet outages.” “Eero Signal delivers cellular backup whenever your wired internet connection goes down,” the company explains. It’s available in both 4G LTE and 5G RedCap versions. In a press release announcing the news, Eero explained that Eero Signal can be connected to any USB-C Eero on your network to provide backup connectivity during an internet outage. The device has a built-in eSIM and “automatic

Audi design finds its minimalist groove again with Concept C

Fans of the TT rejoice—there's a new Audi two-seater on the way. The German automaker just unveiled Concept C, a stylish and minimalist sports car that marks the start of a new styling philosophy and, hopefully, a return to the bold designs that brought it so much success. There are design cues and links back through Audi's history, but this is no pastiche of a retro design as we might have seen from J Mays. Rather, Audi's design team under Chief Creative Officer Massimo Frascella says that the

The iPhone’s ‘boring’ era officially ends next week

Apple launches new flagship iPhones every year with a variety of upgrades. But after years of relatively stagnant innovation on the design front, the iPhone 17 launch will kick off several years of exciting new innovations that put an end to the recent ‘boring’ iPhone era. iPhone design innovation has long been stagnant, but that era is over If you’ve followed Apple long enough, you likely remember the days when new iPhone announcements came with a lot more optimism and excitement. But more r

iPhone 17 Pro: Apple’s rumored not-so-clear case design shown in video

Yesterday, leaker Majin Bu revealed that Apple’s iPhone 17 Pro Clear Case may not be so clear after all. A second source has now backed the claim. Sonny Dickson shared a video on social media that shows someone handling what is likely a knockoff case based on Apple’s iPhone 17 Pro Clear Case design. You’ve probably already seen the new iPhone 17 clear case, but here’s another look at it. Would you prefer an all-clear version? pic.twitter.com/jsCPankDkx — Sonny Dickson (@SonnyDickson) September

Google Chrome’s new Material 3 Expressive design is rolling out, here’s what’s changed

Calvin Wankhede / Android Authority TL;DR The Material 3 Expressive design is now available in Google Chrome’s stable branch. It gives Chrome’s tab group feature a more colorful look. Google started rolling out the new UI this weekend. Google announced its new design language, Material 3 Expressive, in May this year. Since then, it has begun testing it across most of its apps. Gmail and Google Clock are a few of the apps that have been updated with the new design, and now, it’s time for Chro

Bidirectional Signals from the Emitter's Perspective in PHP

A New Observer Pattern: Bidirectional Signals from the Emitter’s Perspective in PHP Morteza 5 min read · Aug 23, 2025 -- Listen Share Press enter or click to view image in full size php-repos’s observer pattern Introduction: Shifting the Observer Perspective In software, the traditional observer pattern is often designed with the observer in mind: an event happens, like a user logging in, and a handler — say, a logger — reacts by recording it. This perspective assumes the observer (the handle

My Trip Through Netflix's Zodiac Hub Landed Me on a Hidden-Gem Series

Earlier this week, I received an email from the communications team at Netflix announcing the debut of a new astrology hub on the streaming platform. According to the release, these curated playlists include show and movie recommendations that "reflect the character traits and themes most associated with that sign." They don't include this week's horoscope. At least for now. Lots of people feel strongly about their zodiac sign and how it affects their lives. While I don't normally give much tho

Are people's bosses making them use AI tools?

This is not the usual type of content you will have come to expect from Piccalilli, but I feel like this topic, specifically, is an important aspect of our work to cover because as I see it, making or encouraging your development staff to use AI tools in their work is extremely short-sighted and risky. I want to support that stance with some conversations I’ve had with people actually doing the work and their mostly less than favourable experiences. I asked this across question social media:

Topics: ai asked design tools use

How Does Timecode Vinyl Work? (Pt. 3)

How Does Timecode Vinyl Actually Work? (Pt. 3) Since its release in 2011, the Traktor Control Vinyl MK2 has sparked curiosity among digital DJs and audio developers alike. Its timecode format stands apart from Serato’s, which we explored in the previous posts. With the MK2 system, Native Instruments introduced a more advanced timecode that boosts resolution and accuracy by applying advanced cryptographic techniques. In this post, we’ll break down how it works at a basic level and how Mixxx is