Latest Tech News

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

Filtered by: _________ Clear Filter

We do not break userspace (2012)

From: Linus Torvalds <[email protected]> To: Mauro Carvalho Chehab <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]>, Laurent Pinchart <[email protected]>, Linux Kernel Mailing List <[email protected]>, Hans Verkuil <[email protected]> Subject: Re: [Regression w/ patch] Media commit causes user space to misbahave (was: Re: Linux 3.8-rc1) Date: Sun, 23 Dec 2012 09:36:15 -0800 [thread overview] Message-ID: <CA+55aFy98A+LJK4+GWMcbzaa1zsPBRo76q+io

Topics: cc com kernel org reply

The Halo Effect

Notes on the recent trend of “Hire and License Out” deals in AI Halos are made when souls leave their companies and ascend to the Clouds Over the last year, a new breed of deal structure has emerged in AI: an alternative to acquisitions and hiring that shares traits of both yet isn’t quite either. Companies like Inflection, Character AI, Adept, Covariant and most recently Windsurf have used this new structure in a common pattern. A core team from the startup–usually including the founders and

C++: zero-cost static initialization

Zero-cost statics in C++ "Усердие все превозмогает!" К. Прутков, Мысли и афоризмы, I, 84 In C and C++ a static variable can be defined in a function scope: int foo() { static int counter = 1; printf("foo() has been called %i times. ", counter++); ... } Technically, this defines counter as an object of static storage duration that is allocated not within the function activation frame (which is typically on the stack, but can be on the heap for a coroutine), but as a global object. This is o

Topics: foo int mov rbp static

Debcraft – Easiest way to modify and build Debian packages

Debian packaging is notoriously hard. Far too many new contributors give up while trying, and many long-time contributors leave due to burnout from having to do too many thankless maintenance tasks. Some just skip testing their changes properly because it feels like too much toil. Debcraft is my attempt to solve this by automating all the boring stuff, and making it easier to learn the correct practices and helping new and old packagers better track changes in both source code and build artifac

Mr Browser – Macintosh Repository file downloader that runs directly on 68k Macs

What is MR Browser? MR Browser is a small utility app allowing very old Macs from the 90's that are too old to use a normal web browser, but are new enough to connect to the internet through TCP/IP, to access Macintosh Repository online services, e.g. to directly download files without the help of a modern computer. For now, it's limited to only listing files smaller than 1GB, considering it's only meant to run on mid 90's System 7 environments. Note: Before downloading files with MR Browser, to

Topics: 06 2025 browser mr v0

My Ultimate Self-Hosting Setup

My Ultimate Self-hosting Setup “The circle is now complete. When I left you, I was but the learner, now I am the master (of this setup anyway)." I’ve spent a few years trying different approaches for self-hosting, such as using multiple Docker compose files or Ansible. I’ve done some neat things (such as setting up Pi-Hole with Docker and Traefik), but I never really committed to any approach. I wanted to find something that was “perfect” and that meant I spent a lot of time tinkering and rece

UFC 318: Holloway vs. Poirier 3 -- Everything to Know to Watch via Livestream

Max Holloway and Dustin Poirier go toe-to-toe for a third time on Saturday, with their eagerly awaited lightweight bout the headline act at UFC 318 in New Orleans. Below, we'll outline the best live TV streaming services to use to watch all of today's UFC 318 bill as it happens, wherever you are in the world, and how to use a VPN if it's not available where you are. Commonly regarded as the best fighter to never win an undisputed title, Louisiana native Poirier is set to bring the curtain down

Today's NYT Mini Crossword Answers for Saturday, July 19

Looking for the most recent Mini Crossword answer? Click here for today's Mini Crossword hints, as well as our daily answers and hints for The New York Times Wordle, Strands, Connections and Connections: Sports Edition puzzles. Today's Mini Crossword is a delight. I was thrilled to spot a cute salamander with a funny name in the clue for 9-Across. Good thing I remembered how to spell it! Keep reading for help with today's Mini Crossword. And if you could use some hints and guidance for daily so

Apple Sues the YouTuber Who Leaked iOS 26

Leaks are a constant part of big product news cycles, particularly for companies like Apple. Online soothsayers like Jon Prosser and Bloomberg’s Mark Gurman have long predicted the content of upcoming Apple announcements, citing anonymous sources from within the company to glean glimpses of what’s next. They have been correct often enough to become a real pain for the Cupertino company. Now, Apple has seized upon an opportunity to fight back against leaks. In a complaint filed Thursday in US fe

Meet AnyCoder, a new Kimi K2-powered tool for fast prototyping and deploying web apps

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 AnyCoder, an open-source web app development environment developed by Hugging Face ML Growth Lead Ahsen Khaliq (@_akhaliq on X), has launched on Hugging Face Spaces. The tool, now available for all users of the AI code sharing repository Hugging Face, integrates live previews, multimodal input, and one-click deployment — all within a hoste

How OpenAI’s red team made ChatGPT agent into an AI fortress

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 In case you missed it, OpenAI yesterday debuted a powerful new feature for ChatGPT and with it, a host of new security risks and ramifications. Called the “ChatGPT agent,” this new feature is an optional mode that ChatGPT paying subscribers can engage by clicking “Tools” in the prompt entry box and selecting “agent mode,” at which point, t

Anker 548 Power Bank hits record-low price: Portable, powerful, and works as a lantern

The Anker 548 Power Bank is a very interesting type of battery. As you can see in the image, it looks nothing like a standard battery pack, but it’s also much smaller than a power station. This one aims to fall somewhere in the middle, making it a great option for short camping trips, quick power outages, and weekend adventures. If you’re interested, it’s also at its all-time low price of just $89.99 right now. Buy the Anker 548 Power Bank for just $89.99 ($60 off) This offer is available from

EPA says it will eliminate its scientific reseach arm

The Environmental Protection Agency said on Friday that it would eliminate its scientific research arm and begin firing hundreds of chemists, biologists, toxicologists and other scientists, after denying for months that it intended to do so. The move underscores how the Trump administration is forging ahead with efforts to slash the federal work force and dismantle federal agencies after the Supreme Court allowed these plans to proceed while legal challenges unfold. Government scientists have b

Shutting Down Clear Linux OS

After years of innovation and community collaboration, we’re ending support for Clear Linux OS. Effective immediately, Intel will no longer provide security patches, updates, or maintenance for Clear Linux OS, and the Clear Linux OS GitHub repository will be archived in read-only mode. So, if you’re currently using Clear Linux OS, we strongly recommend planning your migration to another actively maintained Linux distribution as soon as possible to ensure ongoing security and stability. Rest ass

How to write Rust in the Linux kernel: part 3

How to write Rust in the kernel: part 3 [LWN subscriber-only content] Welcome to LWN.net The following subscription-only content has been made available to you by an LWN subscriber. Thousands of subscribers depend on LWN for the best news from the Linux and free software communities. If you enjoy this article, please consider subscribing to LWN. Thank you for visiting LWN.net! The interfaces between C and Rust in the kernel have grown over time; any non-trivial Rust driver will use a number of

Ccusage: A CLI tool for analyzing Claude Code usage from local JSONL files

ccusage Analyze your Claude Code token usage and costs from local JSONL files — incredibly fast and informative! Installation Quick Start (Recommended) Thanks to ccusage's incredibly small bundle size ( ), you can run it directly without installation: # Using bunx (recommended for speed) bunx ccusage # Using npx npx ccusage@latest # Using deno (with security flags) deno run -E -R= $HOME /.claude/projects/ -S=homedir -N= ' raw.githubusercontent.com:443 ' npm:ccusage@latest 💡 Tip: We recomme

Best Live TV Streaming Services of 2025

Take note of how many screens you can watch at a time. For example, YouTube TV allows you to stream on three devices at once, while Hulu grants you two, with the option to pay extra for more screens. Look for platform offerings that fit your household's needs. You can choose a streaming service subscription that aligns with your budget, and there are multiple services available. Prices range from $25 to over $100 per month, depending on what you want. When considering costs, review the channel

Why AI is moving from chatbots to the browser

Happy Friday. I’m back from vacation and still getting caught up on everything I missed. AI researchers moving jobs is getting covered like NBA trades now, apparently. Before I get into this week’s issue, I want to make sure you check out my interview with Perplexity CEO Aravind Srinivas on Decoder this week. It’s a good deep dive on the main topic of today’s newsletter. Keep reading for a scoop on Substack and more from this week in AI news. From chatbots to browsers So far, when most people

Benchmark in talks to lead Series A for Greptile, valuing AI-code reviewer at $180M, sources say

Greptile, an AI-powered code review startup, is in the process of raising a Series A. Sources familiar with the deal tell TechCrunch it’s for $30 million at a $180 million valuation led by Benchmark partner Eric Vishria. But one person says that the deal hasn’t closed and terms may change. Founded by Dasksh Gupta after he graduated from Georgia Tech in 2023, the startup went through Y Combinator in the winter of 2024 cohort, and raised a $4 million seed round led by Initialized Capital after co

Peter Thiel-backed cryptocurrency exchange Bullish files to go public on NYSE

Peter Thiel, co-founder of PayPal, Palantir Technologies, and Founders Fund, holds hundred dollar bills as he speaks during the Bitcoin 2022 Conference at Miami Beach Convention Center on April 7, 2022 in Miami, Florida. The Peter Thiel-backed cryptocurrency exchange Bullish filed for an IPO on Friday, the latest digital asset firm to head for the public market. The company, led by CEO Tom Farley, a veteran of the finance industry and former president of the New York Stock Exchange, said it pl

HSBC note says Apple’s AI fumble may stretch iPhone upgrade cycle

In a new note to investors, HSBC says that the slow rollout of the AI features Apple introduced at WWDC 2024 has so far “failed to trigger significant improvement in user experience,” and that unless Apple gets back on track, users could end up pushing off their next iPhone upgrade. Here are the details. According to the note (via MacDailyNews), “the iPhone still represents about half of Apple’s sales,” but “initial hopes that AI would accelerate the renewal cycle have been short-lived,” as the

Topics: 17 ai apple hsbc iphone

Feature Request: Apple should make these three changes to the Find My app

We saw recently that many Gen Z people have a much more relaxed attitude to location privacy than the rest of us, happily sharing their location 24/7 with entire groups of friends. But for those of us who prefer a more restrained approach to sharing our location, I’d like to see one basic change, and a couple of intelligent features added to the Find My app … 9to5Mac is brought to you by Incogni: Protect your personal info from prying eyes. With Incogni, you can scrub your deeply sensitive inf

CrushFTP zero-day exploited in attacks to gain admin access on servers

CrushFTP is warning that threat actors are actively exploiting a zero-day vulnerability tracked as CVE-2025-54309, which allows attackers to gain administrative access via the web interface on vulnerable servers. CrushFTP is an enterprise file transfer server used by organizations to securely share and manage files over FTP, SFTP, HTTP/S, and other protocols. According to CrushFTP, threat actors were first detected exploiting the vulnerability on July 18th at 9AM CST, though it may have begun

Valve confirms credit card companies pressured it to delist certain adult games

It's Mastercard's world; we just live in it. That's my understanding based on a recent communiqué from Valve to PC Gamer, which confirmed that, yup, the company sure did recently remove a whole spate of adult games from its storefront because it made payment processors upset. "We were recently notified that certain games on Steam may violate the rules and standards set forth by our payment processors and their related card networks and banks," said Valve. "As a result, we are retiring those gam

Sage: An atomic bomb kicked off the biggest computing project in history

In addition to being vital for national security, SAGE was a proving ground for the US Department of Defense. It demonstrated the government’s ability to coordinate large-scale, diversified and highly sophisticated computer research and development. From his earliest conversations with MIT, IBM vice president of engineering John McPherson, who would become the company’s point person on SAGE, quickly recognized the magnitude of the data processing opportunity — the largest for IBM since it was c

Joby Aviation Has a Bold Plan to Make Flying Cars Real—Fast

Flying cars were supposed to be a fantasy. A punchline. A cartoonish promise from a Jetsons-era past. But Joby Aviation is no longer promising anything. It’s building them. The Santa Cruz, California-based company just unveiled the expansion of its manufacturing facility in Marina, CA, where it now has the capacity to build up to 24 electric air taxis per year. That’s two flying cars a month. With additional capacity ramping up in Dayton, Ohio, and test flights already underway in Dubai, the fu

‘Spider-Man: Beyond the Spider-Verse’ Is Delayed Again, but Only for a Bit

Spider-Man: Beyond the Spider-Verse has been delayed yet again, only this time, it’s less of a problem and more of a recalibration. The third and final film in the Oscar-winning animated trilogy was originally supposed to be out in early 2024 but was then delayed all the way to June 4, 2027. Now, Sony has tweaked that further and moved the film back three more weeks to June 25, 2027. The reason for this move isn’t because production needs more time, however. Apparently it has more to do with ju

Best Back-to-School Tech Gear and Gadgets in 2025

Earfun has made some very solid budget earbuds, and now it's entered the full-size ANC headphone space with its new-for-2024 Wave Pro headphones. They list for $80, but they're down to $64 on Amazon right now if you apply the on-page coupon. While they may not sound as good as premium noise-canceling headphones from Bose or Sony, they're comfortable to wear, feature decent sound with punchy bass (they're a bit lacking in clarity and bass definition compared to more expensive models), and they of

The 66 Best Movies on Disney+ Right Now (July 2025)

In the game known as the streaming wars, Disney+ came out swinging, bringing with it a massive library of movies and TV shows—with new ones being added all the time. Watched everything on Netflix? Disney+ has a seemingly endless selection of Marvel movies and plenty of Star Wars and Pixar fare too. Problem is, there’s so much stuff that it’s hard to know where to begin. WIRED is here to help. Below are our picks for the best films on Disney+ right now. For more viewing ideas, try our guides to