Latest Tech News

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

Filtered by: ro Clear Filter

This small change might kill emulation on Android phones next year

Nick Fernandez / Android Authority TL;DR Google will soon block the sideloading of apps from unregistered developers. Many emulator devs want to remain anonymous to avoid legal liability. This may mean popular PS2, Switch, and PS3 emulators will no longer be available. Yesterday Google announced a new program to keep Android devices safe, but it may have huge unintended consequences for emulation on Android. In an effort to keep users safe from scams and malware, Google will require develope

Prepare your wallets: Here’s when Samsung’s Android XR headset could be launching

Lanh Nguyen / Android Authority TL;DR Samsung’s long-awaited Project Moohan XR headset is reportedly launching on September 29 at the next Galaxy Unpacked event. The headset, possibly rebranded as the “Galaxy XR,” is powered by a Snapdragon XR2 Gen 2 SoC and 16 GB of RAM. Its rumored price is between $1,800 and $2,000, making it cheaper than the Apple Vision Pro. Samsung teamed up with Google for its Project Moohan headset on the brand-new Android XR platform. At the beginning of this year,

The Jonas Brothers music video isn’t the camera flex Google hoped for

I don’t mind the Jonas Brothers. I grew up when they starred in movies like Camp Rock and watched them make a few appearances at Penn State over the four years I was there. Honestly, their music is decent — even if I don’t make the biggest effort to seek it out. So, I was happy to go into the debut of their “I Can’t Lose” music video with an open mind, mainly since it was shot on the Pixel 10 Pro that I’m so eager to review. But now that I’ve replayed it a few times, I’m not sure the partnershi

Topics: 10 pixel pro shot video

Dangerous Advice for Software Engineers

I’m a big fan of “sharp tools”. These are tools that are powerful enough to be hugely helpful or harmful, depending on how they’re used. Most forms of direct production access are in this category: like ssh or kubectl, or a read-write prod SQL console. It’s also possible to give “dangerous advice”. Dangerous advice is dangerous because (like sharp tools) it takes competence and judgment to use well. Giving the wrong person dangerous advice is like giving the wrong person production SQL access -

Google is testing new colors for Android Auto, again (APK teardown)

Andy Walker / Android Authority TL;DR Google is testing a less vibrant, desaturated color palette for Android Auto. The change uses a “Primary Color” derived from the user’s wallpaper to avoid overly bright visuals while driving. These changes are still being tested and have not yet begun rolling out publicly. Material 3 Expressive is the season’s flavor, and many Google apps have adopted the new design language. Android Auto also took part in the Material 3 Expressive revolution, rolling ou

Ask HN: Why hasn't x86 caught up with Apple M series?

Hi, My daily workhorse is a M1 Pro that I purchased on release date, It has been one of the best tech purchases I have made, even now it really deals with anything I throw at it. My daily work load is regularly having a Android emulator, iOS simulator and a number of Dockers containers running simultaneously and I never hear the fans, battery life has taken a bit of a hit but it is still very respectable. I wanted a new personal laptop, and I was debating between a MacBook Air or going for a F

Google will allow only apps from verified developers to be installed on Android

To combat malware and financial scams, Google announced today that only apps from developers that have undergone verification can be installed on certified Android devices starting in 2026. This requirement applies to “certified Android devices” that have Play Protect and are preloaded with Google apps. The Play Store implemented similar requirements in 2023, but Google is now mandating this for all install methods, including third-party app stores and sideloading where you download an APK file

Exploring the tragedy of the Counter-Strike 2 server browser

For those who enjoy Counter-Strike community servers, the situation in Counter-Strike 2 is rather dire. An avalanche of spam has rendered the server browser unusable. The transition from Global Offensive killed multiple small communities. And large server providers have taken advantage of these problems to monopolise the market. Trying to find a server either involves capitulating to these big vendors, or trawling through a trench of spam. Scraping the server browser allows us to have some in

Blacksky grew to millions of users without spending a dollar

If you haven’t been watching closely, you could be forgiven for assuming that Bluesky is a just liberal Twitter clone, or a newfangled imitator of Mastodon. But under the surface, something fascinating has been happening: this is the first time ever that a public benefit corporation with a small team has quickly scaled an open source social network, built on top of decentralized infrastructure, to tens of millions of users. For us at New_ Public, nothing illustrates the potential of this model

Mob Programming (2018)

By Woody Zuill {NOTE: This is a draft of a work in progress. It is likely to change over time as I flesh out the examples given here. It is likely there are spelling, grammar, and other errors throughout. Please read past the mistakes. I’ll try to get things cleaned up over time.] Fading Problems I’d like to introduce a concept I am calling “Fading Problems”. After doing Mob Programming for a while we started noticing that many of the problems we previously faced were no longer affecting us.

The Limits of NTP Accuracy on Linux

The Limits of NTP Accuracy on Linux Lately I’ve been trying to find (and understand) the limits of time syncing between Linux systems. How accurate can you get? What does it take to get that? And what things can easily add measurable amounts of time error? After most of a month (!), I’m starting to understand things. This is kind of a follow-on to a previous post, where I walked through my setup and goals, plus another post where I discussed time syncing in general. I’m trying to get the clock

Nvidia Unveils High-Tech ‘Brain’ for Humanoid Robots and Self-Driving Cars

Could humanoid robots get a lot more human? Nvidia may have made that possibility a bit realer today with a smarter robot brain that has less energy demands. The tech giant’s latest robotics offering is Jetson Thor, a super computer built for real-time AI computation on humanoid robots and smart machines alike, Nvidia announced in a press release on Monday. The new module is built to handle larger amounts of information at less energy than previous model Jetson Orin. Powered by the latest Blac

Elon Musk sues Apple and OpenAI, revealing his panic over OpenAI dominance

After a public outburst over Grok's App Store rankings, on Monday, Elon Musk followed through on his threat to sue Apple and OpenAI. At first, Musk appeared fixated on ChatGPT consistently topping Apple's "Must Have" app list—which Grok has never made—claiming Apple seemed to preference OpenAI, an Apple partner, over all chatbot rivals. But Musk's filing shows that the X and xAI owner isn't just trying to push for more Grok downloads on iPhones—he's concerned that Apple and OpenAI have teamed u

Reverse Engineering All the Raspberry Pis

Earlier this month I covered Jonathan Clark's effort to reverse-engineer the Pi Zero 2 W, and just yesterday, I discovered TubeTime reverse-engineered the Compute Module 5. Both are graciously sharing their schematics and process on GitHub: jonny12375/rp3a0 for the Zero 2 W / RP3A0 schlae/cm5-reveng for the CM5 / RP2712 Raspberry Pi shares limited board schematics, but sometimes—especially when digging into some esoteric edge case for a carrier board, or in Jonathan's case, desoldering all t

Show HN: Timep – A next-gen profiler and flamegraph-generator for bash code

timep timep is an efficient and state-of-the-art trap-based time profiler for bash code. timep generates a per-command execution time profile for the bash code being profiled. As it generates this profile, timep logs command runtimes+metadata hierarchically based on both function and subshell nesting depth, mapping and recreating the complete full call-stack tree for the bash code being profiled. MAJOR UPDATE RELEASED: The new timep (currently v1.3) now includes the required loadable binary as

Overwatch 2 will overhaul its progression systems to show more visual flair in matches

The next season of Overwatch 2 will bring more than the usual new hero and battle pass to the team shooter. Blizzard announced that Season 18 will introduce a new take on the progression system. As they currently stand, the progression numbers feel pretty divorced from the gameplay; this revamp introduces new ways to display your prowess to teammates and foes in matches as well as some welcome changes to how you see and equip your rewards. The new Progression 2.0 system has overhauled the visua

Turning a Decommissioned iPhone into a UniFi Protect Camera

Turning a Decommissioned iPhone into a UniFi Protect Camera Friday, 15 August 2025 I’ve recently become a Ubiquiti UniFi disciple, including replacing our builder-basic doorbell from 1998 with Ubituiti G4 Doorbell Pro. This has brought me into the UniFi Protect ecosystem. Protect is absolutely designed to work with UniFi cameras — as one would expect — but they do have some basic support for third-party cameras that support ONVIF. It occurred to me that I have a small collection of minicomput

Social media's next evolution: decentralized, open-source, and scalable

If you haven’t been watching closely, you could be forgiven for assuming that Bluesky is a just liberal Twitter clone, or a newfangled imitator of Mastodon. But under the surface, something fascinating has been happening: this is the first time ever that a public benefit corporation with a small team has quickly scaled an open source social network, built on top of decentralized infrastructure, to tens of millions of users. For us at New_ Public, nothing illustrates the potential of this model

‘100 Nights of Hero’ Teases a Cheeky Medieval Fantasy

Released in 2016, Isabel Greenberg’s graphic novel The One Hundred Nights of Hero earned a devoted following for its witty twist on The Arabian Nights, imagining a married woman and her beloved maid turning to the power of storytelling to protect the wife from her husband’s creepy wager. Now the tale is coming to the big screen with an all-star cast—and today’s teaser gives us our first look at its medieval folklore-inspired world. As the trailer shows, Deadpool & Wolverine‘s Emma Corrin (as th

Apple’s fall product lineup could have one glaring omission this year

Apple is on the cusp of its major launch season, with new hardware coming in nearly every product category. But rumors indicate there will be one glaring omission from these fall launches: the Mac. The Mac might be the only Apple product line with no new hardware this fall September kicks off a busy season for Apple hardware announcements. We’re expecting an iPhone event in early September—likely September 9. That event will launch the iPhone 17 line, new Apple Watch models, AirPods Pro 3, a

How to make things slower so they go faster

Synchronized demand is the moment a large cohort of clients acts almost together. In a service with capacity $\mu$ requests per second and background load $\lambda_0$, the usable headroom is $H = \mu - \lambda_0 > 0$. When $M$ clients align—after a cache expiry, at a cron boundary, or as a service returns from an outage—the bucketed arrival rate can exceed $H$ by large factors. Queues form, timeouts propagate, retries synchronize, and a minor disturbance becomes a major incident. The task is to

Google to require developer verification for Android apps outside the Play Store

Google is tightening security measures around Android app distribution, the company announced on Monday. Starting next year, Google will begin to verify the identities of developers distributing their apps on Android devices, not just those who distribute via the Play Store. The changes will affect all certified Android devices once live, though the global rollout will be more gradual. The tech giant stresses that this does not mean developers can’t distribute outside of the Play Store through

Today's NYT Connections Hints, Answers and Help for Aug. 26, #807

Looking for the most recent Connections answers? Click here for today's Connections hints, as well as our daily answers and hints for The New York Times Mini Crossword, Wordle, Connections: Sports Edition and Strands puzzles. Today's NYT Connections puzzle could be tough. One of the answers in the blue category is more thought of as a first name (think Potter) than the meaning for which the Times puzzle-makers are using it, and that could trip up a lot of people. Read on for clues and today's C

Today's NYT Connections: Sports Edition Hints and Answers for Aug. 26, #337

Looking for the most recent regular Connections answers? Click here for today's Connections hints, as well as our daily answers and hints for The New York Times Mini Crossword, Wordle and Strands puzzles. Today's Connections: Sports Edition might be tough. A lot depends on how well you know a certain famous football brother. Read on for hints and the answers. Connections: Sports Edition is out of beta now, making its debut on Super Bowl Sunday, Feb. 9. That's a sign that the game has earned en

Google will block sideloading of unverified Android apps starting next year

Android's open nature set it apart from the iPhone as the era of touchscreen smartphones began nearly two decades ago. Little by little, Google has traded some of that openness for security, and its next security initiative could make the biggest concessions yet in the name of blocking bad apps. Google has announced plans to begin verifying the identities of all Android app developers, and not just those publishing on the Play Store. Google intends to verify developer identities no matter where

The 58 best Labor Day deals we’ve found so far

If you have a smaller space, a singlemay be sufficient, and you can pick one up for $74.99 ($15 off) — which is lower than its Prime Day price — at Amazon B&H Photo , and Best Buy . The router can create a network covering up to 1,500 square feet, connect to 75 devices at once, and deliver speeds of up to 900Mbps. If you move to a larger place, you can pick up an additional router (or two) to expand your network. A bundle that includes one router and two extenders is currently going for $159.99

Google to require developer verification to install and sideload Android apps

To combat malware and financial scams, Google announced today that only apps from developers that have undergone verification can be installed on certified Android devices starting in 2026. This requirement applies to “certified Android devices” that have Play Protect and are preloaded with Google apps. The Play Store implemented similar requirements in 2023, but Google is now mandating this for all install methods, including third-party app stores and sideloading where you download an APK file

Scamlexity: When agentic AI browsers get scammed

This is the new reality we call " Scamlexity " - a new era of scam complexity , supercharged by Agentic AI. Familiar tricks hit harder than ever, while new AI-born attack vectors break into reality. In this world, your AI gets played, and you foot the bill. We built and tested three scenarios, from a fake Walmart store and a real in-the-wild Wells Fargo phishing site to PromptFix - our AI-era take on the ClickFix scam that hides prompt injection inside a fake captcha to directly take control of

With AI chatbots, Big Tech is moving fast and breaking people

Allan Brooks, a 47-year-old corporate recruiter, spent three weeks and 300 hours convinced he'd discovered mathematical formulas that could crack encryption and build levitation machines. According to a New York Times investigation, his million-word conversation history with an AI chatbot reveals a troubling pattern: More than 50 times, Brooks asked the bot to check if his false ideas were real. More than 50 times, it assured him they were. Brooks isn't alone. Futurism reported on a woman whose

Nikolaj Coster-Waldau Would Prefer If You Moved on From Hating the Ending of ‘Game of Thrones’

Game of Thrones was beloved for much of its run—winning awards, topping “best” lists—before it famously went off the rails in its eighth and final season. Time hasn’t softened the blow one bit, even with the subsequent success of the prequel series House of the Dragon. Fans will likely never forgive the show’s disappointing downturn, and that’s something one Game of Thrones star in particular hasn’t quite come to terms with: Nikolaj Coster-Waldau, who played Jaime Lannister. Of course, Coster-W