Latest Tech News

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

Filtered by: rc Clear Filter

Nova Launcher is shutting down, and Android fans are heartbroken

Damien Wilde / Android Authority TL;DR Nova Launcher, one of Android’s best customization tools, is shutting down for good. Founder Kevin Barry made the announcement over the weekend, confirming that he’s leaving the company that owns Nova and that the launcher won’t be released as an open-source project. Android fans are heartbroken about Nova’s shutdown, calling it a “legendary” app that contributed to the success of Android as a platform. A beloved Android customization tool is coming to

Google to make it easier to access AI Mode as default

Google plans to make it easier for users to access AI mode by allowing them to set it as the default, replacing the traditional blue links. AI mode is an advanced version of Google Search that uses large language models to summarise information from the web, so you can spend more time on Google than visiting websites. Google AI mode advanced analysis Source: BleepingComputer Google AI mode can answer complex answers, process images, summarize information on the web, create tables, graphs, ch

SQLite's Use of Tcl (2017)

SQLite's Use Of Tcl D. Richard Hipp 24th Annual Tcl/Tk Conference Houston, TX 2017-10-19 1.0 Introduction SQLite is a TCL extension that has escaped into the wild. The design of SQLite was inspired by the design of TCL, both in the way it handles datatypes and in the formatting of its source code. The index use case for SQLite was in a Tcl/Tk application for an industrial company. From its inception, SQLite has always depended heavily on TCL. These days, SQLite no longer uses TCL internal

Formatting code should be unnecessary

Formatting code should be unnecessary and we knew this back in the 80s I had a (maybe slightly overqualified) computer science teacher back in highschool, Mr. Paige. He worked on the Ada compiler and has been programming since the early 80s. One day I complained about linter tooling that was driving me nuts. I said something to the effect of, "it's 2016, how are we still dealing with this sort of thing?" Turns out, that problem was solved four decades ago (well, three at that point). Back wh

SQLite's Use of Tcl

SQLite's Use Of Tcl D. Richard Hipp 24th Annual Tcl/Tk Conference Houston, TX 2017-10-19 1.0 Introduction SQLite is a TCL extension that has escaped into the wild. The design of SQLite was inspired by the design of TCL, both in the way it handles datatypes and in the formatting of its source code. The index use case for SQLite was in a Tcl/Tk application for an industrial company. From its inception, SQLite has always depended heavily on TCL. These days, SQLite no longer uses TCL internal

Are bad incentives to blame for AI hallucinations?

A new research paper from OpenAI asks why large language models like GPT-5 and chatbots like ChatGPT still hallucinate, and whether anything can be done to reduce those hallucinations. In a blog post summarizing the paper, OpenAI defines hallucinations as “plausible but false statements generated by language models,” and it acknowledges that despite improvements, hallucinations “remain a fundamental challenge for all large language models” — one that will never be completely eliminated. To ill

This is the Samsung app I miss most when I use my Pixel

Andy Walker / Android Authority Despite employing a Samsung as my primary smartphone, I’ve really enjoyed using my Pixel as a sidekick. Granted, it’s a Pixel 8, so it lacks the latest and greatest features of the Pixel 10 series, but having access to Android 16 has been a joy. The software is swift, cheerful, and clean, but there’s a reason I opt for the Galaxy S24 FE as my main device. I still miss plenty of software features when using the Pixel over the Galaxy. Modes, Routines, and Good Loc

Apple’s new generative AI ‘answer engine’ might arrive sooner than we initially thought

Early last month, Bloomberg reported on Apple’s new in-house generative AI search product – with a new ‘Answers, Knowledge, and Information’ team. Despite this team’s recent formation, we might get to see the fruits of their labor much sooner than one might’ve anticipated. Despite all of the Apple Intelligence Siri woes, Apple still seems determined to make an impact in the generative AI space. That’s why it’s trying to develop a Perplexity and ChatGPT rival, which we’ve previously referred to

Show HN: Semantic grep for Claude Code (RUST) (local embeddings)

ck - Semantic Grep by Embedding ck (seek) finds code by meaning, not just keywords. It's a drop-in replacement for grep that understands what you're looking for — search for "error handling" and find try/catch blocks, error returns, and exception handling code even when those exact words aren't present. Quick start cargo install ck-search # Find error handling patterns (finds try/catch, Result types, etc.) ck --sem " error handling " src/ # Traditional grep-compatible search still works ck -

Topics: ck code search sem src

How to Add WIRED as a Preferred Source on Google (2025)

As you’ve probably noticed, Google has gotten … weird lately. Weirder? It can be hard to find the search results you’re looking for. Between AI summaries and algorithm changes resulting in unexpected sources, it can be tricky to navigate the most popular search engine in the world. (And publishers are feeling the strain, too.) Earlier this year, Google updated its algorithm. This is nothing new—Google updates its algorithms hundreds of times per year, with anywhere from two to four major “core

Forget Search, these 2 Google services desperately need Preferred Sources instead

Andy Walker / Android Authority It seems like everyone celebrated the announcement of Preferred Sources for Google Search. Don’t get me wrong; it’s a good idea. Giving consumers more control over their internet experience is definitely the way to go. However, I find it a somewhat pointless addition to a tool I use to find a variety of sources and not merely highlight my favorites. Beyond Search, I argue that two other Google products would benefit from Preferred Sources: News and Discover. I’v

Psychological Tricks Can Get AI to Break the Rules

If you were trying to learn how to get other people to do what you want, you might use some of the techniques found in a book like Influence: The Power of Persuasion. Now, a preprint study out of the University of Pennsylvania suggests that those same psychological persuasion techniques can frequently "convince" some LLMs to do things that go against their system prompts. The size of the persuasion effects shown in "Call Me a Jerk: Persuading AI to Comply with Objectionable Requests" suggests t

Braincraft challenge – 1000 neurons, 100 seconds, 10 runs, 2 choices, no reward

Table of Contents Introduction The computational neuroscience literature abounds with models of individual brain structures, such as the hippocampus, basal ganglia, thalamus, and various cortical areas — from visual to prefrontal. These models typically aim to explain specific functions attributed to each structure. For instance, the basal ganglia are often modeled in the context of decision-making, while the hippocampus is associated with episodic memory and spatial navigation through place c

Boat-Attacking Orcas Are Back for Vengeance

"We completely freaked out when we realized the orcas were hitting the boat." Pods of killer whales are once again attacking boats along the coast of Spain, striking fear into the hearts of local sailors. As Live Science reports, the orcas have been singling out sailboats and tearing off their rudders, again drawing attention to the large sea mammals' changing behavior, with experts suggesting that orcas are teaching each other how to take down sailing vessels. While scientists are still tryi

Silksong, smacking sticks and other new indie games worth checking out

Welcome to our latest recap of what's going on in the indie game space. Folks, it's here. You know it's here. So, we'll touch on it, but briefly. Some developers and publishers opted not to delay their games out of this week (others have done that to get some breathing space from you-know-what), so there are several other newcomers to highlight. Before we get there, there's a sale worth mentioning on a PC storefront that does not offer Hollow Knight: Silksong. The Epic Games Store's End of Summ

A Software Development Methodology for Disciplined LLM Collaboration

Disciplined AI Software Development - Collaborative A structured approach for working with AI on development projects. This methodology addresses common issues like code bloat, architectural drift, and context dilution through systematic constraints. The Context Problem AI systems work on Question → Answer patterns. When you ask for broad, multi-faceted implementations, you typically get: Functions that work but lack structure Repeated code across components Architectural inconsistency ove

Google’s AI Ambitions An ‘Existential Crisis’ For News Online

Amid mounting concerns over its monopoly in online search, Google’s intensified integration of artificial intelligence into how it presents the world’s news outlets is prompting a seismic shift in the digital journalism landscape. Major publishers worldwide report plunging traffic and revenue, fueling fears that their traditional business models are under existential threat, The Guardian reports in a deep dive into how the industry is reacting. It posits that Google’s rapid rollout of AI-drive

Scientists Boast That Their AI-Powered Stethoscope Only Fails Two-Thirds of the Time

A team of researchers in the UK say their AI-powered stethoscope can detect three different heart conditions in just 15 seconds. It's also, they readily admit, horrendously inaccurate. Placed over the chest, the "smart" gizmo analyzes the rhythms of the heartbeat and blood flow that're undetectable to the human ear, while also performing a quick electrocardiogram, or ECG, which is a test that gauges your heart's electrical activity. Then, all that info is packaged and sent "securely" to the c

I compared my Sonos Arc Ultra with an unlikely soundbar rival, and it went down to the wire

Jada Jones/ZDNET Follow ZDNET: Add us as a preferred source on Google. If you have $1,000 to spend on a soundbar, there are compelling options to choose from. Since its late 2024 release, the Sonos Arc Ultra has been at the top of the heap in this price range, but there are new competitors that give Sonos a run for its money. The Marshall Heston 120, for example, offers a unique design, cool features, and comes at the exact same price as the Sonos Arc Ultra. Also: 5 ways to instantly boost yo

Horrible Things Are Happening at Antarctic Facilities

If you think your job is tough, just be glad you haven’t had to do a tour at an Antarctic research base. A horrifying new workplace survey by the US National Science Foundation is raising alarms about a terrible HR crisis unfolding on the white continent. In particular, the report found that sexual assault, sexual harassment, and stalking were regular facts of life for those stationed on remote research stations. The confidential survey was open to all 2,760 US Antarctic Program (USAP) employe

Silicon Valley’s most powerful alliance just got stronger

Eddy Cue deserves a raise. As the executive overseeing Apple’s services division, he’s highly incentivized to protect the tens of billions of dollars a year that Google pays to be the default search engine in Safari. “I’ve lost a lot of sleep thinking about it,” he said from the witness stand during Google’s antitrust trial earlier this year. Luckily for Cue, his court testimony appears to have had a significant impact on Judge Amit Mehta, who ruled this week that Google’s default payments to

How Atlassian's $610 million AI browser acquisition puts knowledge workers first

SOPA Images/Contributor/LightRocket via Getty Images Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways Atlassian has acquired The Browser Company, maker of Arc and Dia. The company's new browser will be designed for knowledge workers. Like Dia, it will leverage agentic AI to take action on behalf of users. The race to build the next generation of web browsers is heating up. Atlassian, the software company behind Trello and Jira, announced on Thursday that it ha

Topics: ai browser dia search web

The Truth About Vibration Plates: Do They Really Help You Lose Weight, Build Muscle and Improve Strength?

Vibration plates are popular all over social media right now. They claim to help you lose weight or build muscle -- all while standing on the vibrating surface. But is this accurate? Does standing on a shaking platform really help you get stronger or shed pounds, or is it just another short-lived trend? To find out, we talked to personal trainers and other fitness experts. These experts explained how vibration plates are supposed to work, the benefits you might get from using them, the risks yo

EU fines Google $3.5 billion for anti-competitive ad practices

The European Commission has fined Google €2.95 billion ($3.5 billion) for abusing its dominance in the digital advertising technology market and favoring its adtech services over those of its competitors. Google was also ordered by the EU's top antitrust regulator to stop anti-competitive and "self-preferencing" practices and take measures to mitigate future conflicts of interest in the adtech market. Lee-Anne Mulholland, Google's Global Head of Regulatory Affairs, told BleepingComputer that t

‘Peacemaker’ Makes a Case for Healing in Pocket Dimensions

Another week means another chance to see how things are going with good old John Cena’s Christopher Smith and his slow-burning, no-good, terrible, very bad time flirting with the escapism of his pocket universe. While last week’s episode was filled with climactic highs, such as best boy Eagly finally basking in the limelight, it also saw Chris sinking even deeper into his man pain, making a cataclysmic decision that’s sure to bite him in the ass. So without further ado, let’s recap what happened

Financial services firm Wealthsimple discloses data breach

Wealthsimple, a leading Canadian online investment management service, has disclosed a data breach after attackers stole the personal data of an undisclosed number of customers in a recent incident. Founded in 2014 and headquartered in Toronto, the financial services firm holds over CAD$84.5 billion in assets (approximately $61 billion). It offers a wide range of financial products targeting investments, trading, cryptocurrency, tax filing, spending, and savings to over 3 million Canadians. We

Mappa President Hopes ‘Reze Arc’ Movie Will Trigger Fandom Boom for ‘Chainsaw Man’

Chainsaw Man fans are a little more than a month away from experiencing the film arc continuation of the anime, Reze Arc, in theaters. Before its release, Studio Mappa’s presidents spoke about why they chose to adapt the manga arc into a film and provided an update on the anime’s possible second season. Speaking with Anime News Network at Anime Expo 2025, Mappa head Manabu Ohtsuka and vice president Hiroya Hasegawa gave their reasoning for making Reze Arc a movie instead of an episodic second s

I compared two of the best soundbars on the market, and Sonos has some serious competition

Jada Jones/ZDNET Follow ZDNET: Add us as a preferred source on Google. If you have $1,000 to spend on a soundbar, there are compelling options to choose from. Since its late 2024 release, the Sonos Arc Ultra has been at the top of the heap in this price range, but there are new competitors that give Sonos a run for its money. The Marshall Heston 120, for example, offers a unique design, cool features, and comes at the exact same price as the Sonos Arc Ultra. Also: 5 ways to instantly boost yo

Circle to Search Is One of My Favorite AI Tools. Shame It's Not on the iPhone Yet

Every time I use an iPhone, I lament that it doesn't have one of the most practical mobile AI tools: Google's Circle to Search. Until that feature comes to the iPhone -- and I really hope it does soon -- I don't think most people will realize just how useful it can be. Circle to Search is a way to quickly pull up information about anything on your Android phone's screen. Just long-press the home button and then circle, scribble or tap whatever you want to look up. If you're scrolling through In

AI Startups and the Case of the Allegedly Missing Trade Secrets

A second lawsuit filed by an artificial intelligence company alleging a former employee stole trade secrets has been filed in California, just days after Elon Musk’s xAI alleged it had recently experienced corporate espionage. In this case, Scale AI, a leading AI data-labeling firm, sued competitor Mercor Inc. in federal court Wednesday, accusing the startup and a former employee of misappropriating trade secrets to win new business. Scale is valued at approximately $29 billion following a mas

Topics: ai ling mercor scale xai