Latest Tech News

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

Filtered by: osu Clear Filter

Air pollution directly linked to increased dementia risk

A study has found that exposure to air pollution can increase the risk of developing Lewy body dementia.Credit: Sonu Mehta/Hindustan Times/Shutterstock An analysis of 56 million people has shown that exposure to air pollution increases the risk of developing a particular form of dementia, the third most common type after Alzheimer’s disease and vascular dementia. The study, published in Science on 4 September1, suggests that there is a clear link between long-term exposure to PM 2.5 — airborne

AI could dull your doctor's detection skills, study finds

DNY59/iStock/Getty Images Plus Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways Endoscopists who use AI may see their cancer-detection skill degrade. Prolonged exposure to AI is diminishing doctors' focus and motivation. Favorable studies of AI in medicine may be corrupted by the study design. It's important to get a colonoscopy, especially past a certain age, as colorectal cancer is the second-most common cancer in the world after breast cancer. It's also the mo

Shadow IT Is Expanding Your Attack Surface. Here’s Proof

Shadow IT - the systems your security team doesn’t know about - is a persistent challenge. Policies may ban them, but unmanaged assets inevitably slip through. And if defenders don’t uncover them first, there’s always a risk attackers will. With just a few days of effort, Intruder’s security team uncovered multiple real-world examples of Shadow IT exposures: unsecured backups, open Git repositories, unauthenticated admin panels, and more. Every one of them contained highly sensitive data or cr

OpenAI warns against SPVs and other ‘unauthorized’ investments

In Brief In a new blog post, OpenAI warns against “unauthorized opportunities to gain exposure to OpenAI through a variety of means,” including special purpose vehicles, known as SPVs. “We urge you to be careful if you are contacted by a firm that purports to have access to OpenAI, including through the sale of an SPV interest with exposure to OpenAI equity,” the company writes. The blog post acknowledges that “not every offer of OpenAI equity […] is problematic” but says firms may be “attempt

Apple applies for patent on that ‘single slab of glass’ iPhone

iOS 26 is giving us a glass-like UI, but Apple’s long-term vision for the iPhone hardware is what former design chief Jony Ive referred to as a “single slab of glass.” A new Apple patent application appears to refer to work on this, describing a “six-sided glass enclosure” … An all-glass iPhone Ive may be long gone from his role at Apple, but the company is believed to be still working toward his vision of a device which would look like a single slab of glass. The company’s first major step

Compiling a Lisp: Lambda lifting

first – previous EDIT: /u/thunderseethe correctly points out that this is closure conversion, not lambda lifting, so I have adjusted the post title from “lambda lifting” to “closure conversion” accordingly. Thanks! 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

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

Spikes in malicious activity precede new security flaws in 80% of cases

Researchers have found that in roughly 80% of cases, spikes in malicious activity like network reconnaissance, targeted scanning, and brute-forcing attempts targeting edge networking devices are a precursor to the disclosure of new security vulnerabilities (CVEs) within six weeks. This has been discovered by threat monitoring firm GreyNoise, which reports these occurrences are not random, but are rather characterized by repeatable and statistically significant patterns. GreyNoise bases this on

Potatoes Evolved From Tomatoes, Study Reveals

That’s it. That’s the news. Genome biologist Sanwen Huang knows a thing or two about potatoes. But his latest potato breakthrough may be his most shocking yet: potatoes are descended from tomatoes. In a Cell paper published today, Huang’s team reports that the modern potato likely emerged about 9 million years ago, when tomato plants married the etuberosum, a potato-like species common to Chile. The origin of the modern potato has puzzled scientists for years, but the new results finally give p

Spikes in malicious activity precede new CVEs in 80% of cases

Researchers have found that in roughly 80% of cases, spikes in malicious activity like network reconnaissance, targeted scanning, and brute-forcing attempts targeting edge networking devices are a precursor to the disclosure of new security vulnerabilities (CVEs) within six weeks. This has been discovered by threat monitoring firm GreyNoise, which reports these occurrences are not random, but are rather characterized by repeatable and statistically significant patterns. GreyNoise bases this on

How to Track Your Sun Exposure With This New App

Facing down a heat wave this summer? There's a new beta app for iPhones from the founder of Twitter, Jack Dorsey, that helps you track your exposure to the sun. The Sun Day app is free to testers and contains information like sunrise, sunset and UV index in order to assess your potential burn-limit time and, as the app description says, "track your Vitamin D from the sun." Dorsey is currently testing UI updates and a solar noon notification, according to the app notes. In the app, you can descr

Topics: app day exposure sun uv

You Can Track Your Sun Exposure With This New App. Here's How to Do It

If you're facing down the heat wave this summer, there's a new beta app for iPhones from the founder of Twitter, Jack Dorsey, for tracking your exposure to the sun. The Sun Day app is free to testers and so far contains information like sunrise, sunset and UV index in order to assess your potential burn-limit time and, as the app description says, "track your Vitamin D from the sun." Dorsey is currently testing UI updates and a solar noon notification, according to the app notes. In the app, yo

Topics: app day exposure sun uv

Silence Is a Commons by Ivan Illich (1983)

Silence is a Commons by Ivan Illich Computers are doing to communication what fences did to pastures and cars did to streets. by Ivan Illich Minna-san, gladly I accept the honour of addressing this forum on Science and Man. The theme that Mr. Tsuru proposes, "The Computer-Managed Society," sounds an alarm. Clearly you foresee that machines which ape people are tending to encroach on every aspect of people's lives, and that such machines force people to behave like machines. The

Five companies now control over 90% of the restaurant food delivery market

While reading the latest results from Prosus, I realized there seems to be a trend that nobody is talking about. There is an obvious wave of consolidation in the food delivery market happening right before our eyes. The once-hot food delivery sector has gone cold faster than your DoorDash order. New entrants have disappeared as most of the VC money chases the cool and hip AI startups. Alongside a wave of acquisitions, the world's food delivery market is consolidating in the hands of 5 companies.

QRS: Epsilon Wrangling

I haven’t shipped any new features for Quamina in many months, partly due to a flow of real-life distractions, but also I’m up against tough performance problems in implementing Regular Expressions at massive scale. I’m still looking for a breakthrough, but have learned things about building and executing finite automata that I think are worth sharing. This piece has to do with epsilons; anyone who has studied finite automata will know about them already, but I’ll offer background for those peop

Math.Pow(-1, 2) == -1 in Windows 11 Insider build

Description The following is copied with extra bits from https://aka.ms/AAwwjwl (Feedback Hub) to raise awareness of this issue: Hello, I'm a contributor to osu! (https://github.com/ppy/osu). A user reported a really weird problem with our game that only happens in the current version of Canary (27881.1000) in ppy/osu#33948. I've narrowed it down to ppy/osu#33948 (comment), which is Math.Pow(-1, 2) returning -1 instead of 1 for some odd reason. Used VSCode for C# installation of .NET 8 (what

Topics: https osu pow ppy std

Deals: Satechi M4 Mac mini hubs and SSD enclosures 20% off, Find My gear from $24, iPhone 16 Pro $400 off, more

Today we are starting off our collection of the best Apple deals with some accessories. Firstly, the latest Satechi M4 Mac mini Stand & Hub as well as the brand new USB4 Slim NVMe SSD Enclosure are now at the best prices to date. But we also have the first deals on the brand’s latest collection of My Find accessories – Keychain, luggage tag, wallet card, and glasses case – as as well as 40% off all leather Burton Goods iPhone 16 cases/MagSafe wallets. From there, it’s over to the at least $200 i

Why is the Rust compiler so slow?

"Why is the Rust compiler so slow?" I spent a month repeatedly building my website in Docker, and now have horrors to share. I've got a problem. My website (the one you're reading right now) is mainly served by a single Rust binary. For far too long now, every time I wanted to make a change, I would: Build a new statically linked binary (with --target=x86_64-unknown-linux-musl ) Copy it to my server Restart the website This is... not ideal. So instead, I'd like to switch to deploying my we

“Why is the Rust compiler so slow?”

"Why is the Rust compiler so slow?" I spent a month repeatedly building my website in Docker, and now have horrors to share. I've got a problem. My website (the one you're reading right now) is mainly served by a single Rust binary. For far too long now, every time I wanted to make a change, I would: Build a new statically linked binary (with --target=x86_64-unknown-linux-musl ) Copy it to my server Restart the website This is... not ideal. So instead, I'd like to switch to deploying my we

"Why is the Rust compiler so slow?"

"Why is the Rust compiler so slow?" I spent a month repeatedly building my website in Docker, and now have horrors to share. I've got a problem. My website (the one you're reading right now) is mainly served by a single Rust binary. For far too long now, every time I wanted to make a change, I would: Build a new statically linked binary (with --target=x86_64-unknown-linux-musl ) Copy it to my server Restart the website This is... not ideal. So instead, I'd like to switch to deploying my we

I tried using the world's thinnest SSD enclosure and it exceeded my expectations

ZDNET's key takeaways The Sharge SSD has thin and sleek design that not only looks good but also dissipates heat really well. It takes up to 4TB of storage. You do have to deal with some tiny fasteners, as it's a compact SSD. View now at Amazon Do you need more storage for your iPhone, MacBook, or pretty much any device with a USB-C port? Do you need something faster than a flash drive? A portable SSD enclosure is the way to go. While most SSD enclosures are rather chunky, accessory maker Sh

Tech investor Prosus bets on India to produce a $100 billion company

Fabricio Bloisi, chief executive officer of Prosus NV, during an interview in London, UK, on Monday, Oct. 21, 2024. Bloisi took the reins of South Africa's Naspers Ltd. and its investment arm Prosus NV in July with a plan to double the value of the 110-year-old group within the next four years. India will produce a $100 billion tech company in the coming years, the CEO of Prosus told CNBC on Monday, as the firm bets on the country for its next big investment win. Prosus , which is majority own

I tried using the world's thinnest SSD enclosure - it made a big impact on my workflow

ZDNET's key takeaways The Sharge SSD has thin and sleek design that not only looks good but also dissipates heat really well. It takes up to 4TB of storage. You do have to deal with some tiny fasteners, as it's a compact SSD. $39 at Amazon Do you need more storage for your iPhone, MacBook, or pretty much any device with a USB-C port? Do you need something faster than a flash drive? A portable SSD enclosure is the way to go. While most SSD enclosures are rather chunky, accessory maker Sharge

I tested the world's thinnest SSD enclosure - here's why it's the perfect PC accessory for me

ZDNET's key takeaways The Sharge SSD has thin and sleek design that not only looks good but also dissipates heat really well. It takes up to 4TB of storage. You do have to deal with some tiny fasteners, as it's a compact SSD. $39 at Amazon Do you need more storage for your iPhone, MacBook, or pretty much any device with a USB-C port? Do you need something faster than a flash drive? A portable SSD enclosure is the way to go. While most SSD enclosures are rather chunky, accessory maker Sharge

Asana warns MCP AI feature exposed customer data to other orgs

Work management platform Asana is warning users of its new Model Context Protocol (MCP) feature that a flaw in its implementation potentially led to data exposure from their instances to other users and vice versa. The data exposure was due to a logic flaw in the MCP system and not the result of a hack, but the risk that arises from the incident could still be significant in some cases. Asana is a project and task management SaaS platform used by organizations to plan, track, and manage work,

Satechi’s new SSD enclosure matches the Mac Mini

is a senior reporter who’s been covering and reviewing the latest gadgets and tech since 2006, but has loved all things electronic since he was a kid. Satechi has announced a new SSD enclosure with an aluminum design that matches the black and silver finish and dimensions of Apple’s Mac Mini M4, but thinner so it can perch atop the tiny desktop computer or be used as a matching stand. But since it connects using an included braided USB-C cable, the enclosure is compatible with any device that s

Apple emerges as likely buyer for UFO disclosure film from ‘Top Gun’ producer

If aliens exist, Apple may be about to tell the origin story of how we found out… Deadline exclusively reports that Apple Original Films is the likely suitor for an upcoming movie centered around UFO disclosure. The untitled sci-fi (fiction, debatable) film is expected to focus on events in recent years around the U.S. government’s disclosure of previously classified footage of what is now called a UAP (unidentified aerial phenomena or unidentified anomalous phenomena). For years, the stigma su