Latest Tech News

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

Filtered by: _____ Clear Filter

Dark Rumors Swirl as Boar's Head Plans to Reopen Notoriously Disgusting Meat Processing Plant

Over a year after a deadly bacterial outbreak forced a Boar's Head deli meat factory in Virginia to shutter indefinitely, the facility is reportedly set to reopen — but that doesn't mean they've cleaned up their act. Starting in May of last year, a number of people throughout the middle- and eastern-US began falling ill with symptoms eerily similar to the flu. Following several hospitalizations and two deaths traced to the same source, the Centers for Disease Control (CDC) officially launched a

AI’s promise of opportunity masks a reality of managed displacement

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 Cognitive migration is underway. The station is crowded. Some have boarded while others hesitate, unsure whether the destination justifies the departure. Future of work expert and Harvard University Professor Christopher Stanton commented recently that the uptake of AI has been tremendous and observed that it is an “extraordinarily fast-di

Apple working with these apps to prepare for next-gen Siri

Siri got lots of airtime at last year's WWDC – but not this year When Apple finishes developing the next generation of Siri, third-party apps will want to integrate with the new system. The App Intents system, which will connect apps with Siri and Apple Intelligence, adds to the amount of work developers are already doing to adopt Apple’s new design in iOS 26 and more. All app developers will likely have a brief window to prepare their apps for the new Siri before it launches to the public th

Topics: app apple apps new siri

Intel CEO Lip-Bu Tan responds to Trump comments that he should resign

Intel CEO Lip-Bu Tan has responded after Donald Trump accused him of being "highly conflicted" and said he should resign, according to The Financial Times. "There has been a lot of misinformation circulating about my past roles," Tan said in a letter to Intel staff. "I wanted to be absolutely clear... I have always operated within the highest legal and ethical standards." Tan said that Intel was engaging with the White House "to address the matters that have been raised and ensure they have the

Rod Fergusson leaves Blizzard after five years leading Diablo

Rod Fergusson, the general manager of the Diablo franchise for the last five years, is leaving Blizzard. Fergusson announced the move on social media, but didn't say where he's going next. Before joining Blizzard in 2020 to lead Diablo , Fergusson was studio head at The Coalition, where he oversaw Gears of War. "After five years driving the Diablo franchise with four big launches, it’s time to step away from Blizzard/Microsoft, sword in hand, and see what’s next," Fergusson wrote in a post on B

An updated Siri that interacts with apps reportedly won't be here until next spring

A Siri that does way more than just setting a timer or writing down a reminder may still be nearly a year away. According to Bloomberg's Mark Gurman, Apple plans to release an overhauled version of Siri in the spring, which will be enhanced by the new App Intents feature. Gurman reported that the upgraded Siri will handle more complex tasks within apps, like commenting on an Instagram post, adding an item to your cart in a shopping app or editing a specific photo and sending it afterwards. Afte

AOL's dial-up internet still exists, but not for much longer

It may have been decades since you last heard the crunching screeches of connecting with dial-up Internet, but AOL said it will discontinue its dial-up service on September 30, officially marking the end of an era in Internet history. As first spotted by PC Gamer, AOL made the surprising announcement in a post buried in its AOL Help pages. Along with the dial-up service, AOL Dialer software and AOL Shield browser will also be discontinued by the end of September. It may come as a shock to most

Can GPT-5 fix Apple Intelligence? We're about to find out

Sabrina Ortiz/ZDNET ZDNET's Key takeaways: Apple Intelligence will be upgraded with GPT-5. GPT-5 is OpenAI's recently launched most capable model. Users will be able to access GPT-5 in iOS 26, iPadOS 26, and macOS 26. OpenAI released GPT-5 on Thursday, saying it's the company's most capable, smartest, and fastest model to date. While everyone, including free users, can access the model for free today via ChatGPT, Apple device users will be able to try it out even more easily. Apple's first

Why insurers worry the world could soon become uninsurable

A firefighting helicopter flies near as a home burns from the Mountain Fire on November 6, 2024 in Camarillo, California. David Mcnew | Getty Images News | Getty Images Top insurers fear the climate crisis could soon outpace industry solutions, effectively threatening to make entire regions around the world uninsurable. Günther Thallinger, a board member at Allianz , one of the world's biggest insurers, recently outlined how the world is fast approaching temperature levels where insurers will n

Open Lovable

Chat with AI to build React apps instantly. # Required E2B_API_KEY = your_e2b_api_key # Get from https://e2b.dev (Sandboxes) FIRECRAWL_API_KEY = your_firecrawl_api_key # Get from https://firecrawl.dev (Web scraping) # Optional (need at least one AI provider) ANTHROPIC_API_KEY = your_anthropic_api_key # Get from https://console.anthropic.com OPENAI_API_KEY = your_openai_api_key # Get from https://platform.openai.com (GPT-5) GROQ_API_KEY = your_groq_api_key # Get from https://console.groq.com (Fa

Topics: ai com console dev https

A large number of protocols on Ethereum and Solana blockchains have no revenue

Have you heard of disguised unemployment? It refers to a situation where a portion of the workforce appears to be employed, but isn't contributing to the economy's output. Consider the massive capital expenditure loss from ghost cities, which represent unoccupied infrastructure. Something similar can be said for the top smart contract blockchains, which hosts hundreds of decentralized protocols. Of these, only a minority are generating revenue, while the rest produce no yield, loosely represent

Conversations remotely detected from cell phone vibrations, researchers report

UNIVERSITY PARK, Pa. — An emerging form of surveillance, “wireless-tapping,” explores the possibility of remotely deciphering conversations from the tiny vibrations produced by a cell phone’s earpiece. With the goal of protecting users’ privacy from potential bad actors, a team of computer science researchers at Penn State demonstrated that transcriptions of phone calls can be generated from radar measurements taken up to three meters, or about 10 feet, from a phone. While accuracy remains limit

ECScape: Understanding IAM Privilege Boundaries in Amazon ECS

This post is Part 2 of our educational series on Amazon ECS security. In Part 1 – Under the Hood of Amazon ECS on EC2, we explored how the ECS agent, IAM roles and the ECS control plane provide credentials to tasks. Here we’ll demonstrate how those mechanisms can lead to a known risk when tasks with different privilege levels share the same EC2 host. This cross-task credential exposure highlights the inherent risks of relying on per-task IAM scoping and task execution boundaries when workloads s

Battery charge limiter for Apple Silicon MacBook devices

Battery charge limiter for Apple Silicon Macbook devices This tool makes it possible to keep a chronically plugged in Apple Silicon Macbook at 80% battery, since that will prolong the longevity of the battery. It is free and open-source and will remain that way. Want to know if this tool does anything or is just a placebo? Read this excellent article. TL;DR: keep your battery cool, keep it at 80% when plugged in, and discharge it as shallowly as feasible. Requirements This is an app for Appl

Events

Events are things that happen in the system you are programming — the system produces (or "fires") a signal of some kind when an event occurs, and provides a mechanism by which an action can be automatically taken (that is, some code running) when the event occurs. Events are fired inside the browser window, and tend to be attached to a specific item that resides in it. This might be a single element, a set of elements, the HTML document loaded in the current tab, or the entire browser window. T

Type (YC W23) is hiring a founding engineer to build an AI-native doc editor

About Type and the Role Type is an AI-native document editor. Our mission is to help people communicate confidently. We believe that writing is and will always be the backbone of clear thinking and effective communication, especially in the AI era. Tools like Type free writers up to do more high-level thinking – exploring more ideas before coming to a conclusion, testing lots of approaches to expressing a message, and arguing with the AI about the oxford comma. We're backed by Y Combinator a

Prominent Al Jazeera journalist killed in Israeli airstrike on Gaza

A prominent Al Jazeera journalist who had raised concerns about being killed has died in an Israeli airstrike. Anas al-Sharif, known for documenting the release of hostages and for removing his body armour after a ceasefire, was killed while inside a tent for journalists outside al-Shifa hospital in Gaza City along with three colleagues. “Our colleagues at Al Jazeera Arabic report that journalists Anas al-Sharif and Mohammed Qreiqeh were killed along with camera operators Ibrahim Zaher and Moh

Reflections on Soviet Amateur Photography

The appearance of strangers within family photo albums was part of how a Soviet imagined and imaged community was constructed and sustained. “Just as any advanced comrade must have a watch, he shall also possess mastery of a photo camera.” So declared Anatoly Lunacharsky in 1926, in his role as the Soviet Union’s Commissar of Enlightenment. This programmatic statement was included in the very first issue of the photography journal Sovetskoe Foto, published that same year. In fact, such amateur

PHP compile time generics: yay or nay?

One of the most sought-after features for PHP is Generics: The ability to have a type that takes another type as a parameter. It's a feature found in most compiled languages by now, but implementing generics in an interpreted language like PHP, where all the type checking would have to be done at runtime, has always proven Really Really Hard(tm), Really Really Slow(tm), or both. But, experimentation by the PHP Foundation's dev team suggests we may be able to get 80% of the benefit for 20% of th

Creating the Longest Possible Ski Jump in "The Games: Winter Challenge"

After spending way too much time getting side-tracked with investigating the copy protection measures, it is time to return to the actual reason I started looking into The Games: Winter Challenge to begin with: The quest to create the optimal ski jump and see how far you can push the game. One of my initial questions was already answered, namely whether it’s possible to jump farther than 100 meters, a feat that I never managed as a kid. One of the hidden copy protection measures of the game lim

Topics: 00 40 game mov seg017

Show HN: Bolt – A super-fast, statically-typed scripting language written in C

⚡ Bolt A lightweight, lightning-fast, type-safe embeddable language for real-time applications. import print , error , Error from core import abs , epsilon from math // The return type of safe_divide is inferred to be `Error | number` fn safe_divide ( a : number , b : number ) { if abs ( b ) < epsilon { return error ( "Cannot divide by zero!" ) } return a / b } match let result = safe_divide ( 10 , 5 ) { is Error { // The type of result is narrowed in this branch! print ( "Failed to divide:" ,

Fight Chat Control

You Will Be Impacted Every photo, every message, every file you send will be automatically scanned—without your consent or suspicion. This is not about catching criminals. It is mass surveillance imposed on all 450 million citizens of the European Union. 📱 Mass Surveillance Every private message, photo, and file scanned automatically: no suspicion required, no exceptions*, even encrypted communications. 🔓️ Breaking Encryption Weakening or breaking end-to-end encryption exposes everyone’s commu

1910: The year the modern world lost its mind

“Automobilism is an illness, a mental illness. This illness has a pretty name: speed... [Man] can no longer stand still, he shivers, his nerves tense like springs, impatient to get going once he has arrived somewhere because it is not somewhere else, somewhere else, always somewhere else.” - Octave Mirbeau, French novelist, 1910 About today’s piece: When we hear about technological change and social crisis in the 21st century, it is easy to imagine that we are living through a special period of

Compiling a Lisp: Lambda Lifting

first – previous I didn’t think this day would come, but I picked up the Ghuloum tutorial (PDF) again and I got a little bit further. There’s just one caveat: I have rewritten the implementation in Python. It’s available in the same repo in compiler.py. It’s brief, coming in at a little over 300 LOC + tests (compared to the C version’s 1200 LOC + tests). I guess there’s another caveat, too, which is that the Python version has no S-expression reader. But that’s fine: consider it an exercise fo

I tried coding with AI, I became lazy and stupid

I tried coding with AI, I became lazy and stupid# Around April 2025, my boss at $dayjob insisted we try AI tools for coding. It wasn't toxic pressure or anything like "20% of your code needs to be AI", just a concern from him that we could miss on something. I understand why he asked that and I don't blame him. We are in difficult economic period even for software, and we have salaries to pay. If AI can increase productivity or our margins, it should be at least put on the table of negotiations

Topics: ai code job llm llms

‘Helluva Boss’ Team Breaches Tumblr Containment With ‘Homestuck’ Animated Series

The most online of people likely remember Homestuck, Andrew Hussie’s internet fiction series. After Hussie ended the webcomic in 2016, loyal fans have kept it alive with various side projects and Hussie’s occasional guidance. Now, it’s getting its biggest side project yet in the form of an animated series. Or rather, the pilot for one. This comes courtesy of Hazbin Hotel creator Vivienne Medrano and her animation company Spindlehorse, and with some well-known voice talent attached. Video game a

Tesla’s Cybertruck Is Suddenly Sold Out (Sort Of)

After months of being a commercial disaster, something curious is happening with the Tesla Cybertruck. For the first time since its troubled launch, Elon Musk’s futuristic pickup is showing signs of life. The wait time for the Cybertruck’s cheapest model has suddenly stretched to over a month, suggesting a spike in demand for a vehicle that, until now, almost no one seemed to want. The question is whether this is a genuine turnaround for the polarizing pickup or just a temporary sugar rush fuel