acm-header
Sign In

Communications of the ACM

Blogroll


bg-corner

From Computational Complexity

When did Math Get So Hard- Part 2

Click here for When did Math Get so Hard-Part 1, though it was not called Part 1 at the time. This post is not so much about WHEN math got so hard but an example...

Lambda and VAST Data in Cloud AI Training Partnership with NVIDIA Technology
From insideHPC

Lambda and VAST Data in Cloud AI Training Partnership with NVIDIA Technology

NEW YORK and SAN JOSE, Oct. 23, 2023 — AI data platform company VAST Data and Lambda, an infrastructure-as-a-service and compute provider for public and private...

Introducing Stories From Our Greek and Trondheim Student Chapter Buddies!
From ACM-W supporting, celebrating and advocating for Women in Computing

Introducing Stories From Our Greek and Trondheim Student Chapter Buddies!

ACM-W Europe continues with the collaboration of its chapters as the buddy system campaign started by ACM-W. The second chapter buddies of ACM-W Europe happened...

HPC News Bytes 20231023: Flared Gas GPU Cloud, IBM AI Chip, TSMC Q3 Earnings, Aurora Install; AI and More AI
From insideHPC

HPC News Bytes 20231023: Flared Gas GPU Cloud, IBM AI Chip, TSMC Q3 Earnings, Aurora Install; AI and More AI

Our fleet-footed (5:20) run through recent HPC news looks at: HPE Cray supercomputers  to be used at flared gas generative AI data centers; IBM announces NorthPole...

Appending to an std::string character-by-character: how does the capacity grow?
From Daniel Lemire's Blog

Appending to an std::string character-by-character: how does the capacity grow?

In C++, suppose that you append to a string one character at a time: while(my_string.size() <= 10'000'000) { my_string += "a"; } In theory, it might be possible...

Child Exploitation and the Crypto Wars
From Schneier on Security

Child Exploitation and the Crypto Wars

Susan Landau published an excellent essay on the current justification for the government breaking end-to-end-encryption: child sexual abuse and exploitation (CSAE)...

Exploring mazes, inventing algorithms (part I) 
From CS4FN (Computer Science For Fun)

Exploring mazes, inventing algorithms (part I) 

To become a Jedi Knight you must have complete control of your thoughts. As you feel the force you start to control your surroundings and make objects move just...

A summary of my book
From Geeking with Greg

A summary of my book

My book is the untold story of the algorithms that shape our lives, how they went terribly wrong, and how to fix them. Most people now have at least a vague idea...

Friday Squid Blogging: Why There Are No Giant Squid in Aquariums
From Schneier on Security

Friday Squid Blogging: Why There Are No Giant Squid in Aquariums

They’re too big and we can’t recreate their habitat. As usual, you can also use this squid post to talk about the security stories in the news that I haven’t covered...

Aurora Exascale Install Update: Cautious Optimism
From insideHPC

Aurora Exascale Install Update: Cautious Optimism

The twice-annual TOP500 list of the world’s most powerful supercomputers is not universally loved, arguments persist whether the LINPACK benchmark is an optimal...

When Machine Learning Hits A Wall
From The Noisy Channel

When Machine Learning Hits A Wall

Machine learning (or AI if you prefer) is amazing. I cannot think of another area of computer science — or of technology in general — that has been more influential...

NVIDIA AI Enterprise and DGX Cloud Availabile in Oracle Cloud Marketplace
From insideHPC

NVIDIA AI Enterprise and DGX Cloud Availabile in Oracle Cloud Marketplace

Austin, Texas—October 19, 2023 – Oracle today announced that NVIDIA AI Enterprise, an enterprise-grade software that accelerates data science and streamlines development...

AI and US Election Rules
From Schneier on Security

AI and US Election Rules

If an AI breaks the rules for you, does that count as breaking the rules? This is the essential question being taken up by the Federal Election Commission thisAI...

Book excerpt: The problem is fake crowds
From Geeking with Greg

Book excerpt: The problem is fake crowds

(This is an excerpt from my book. Please let me know if you like it and want more.) It is usually unintentional. Companies don’t intend for their websites to fill...

From Computational Complexity

Fall Jobs Post 2023

In the 2022 Fall Jobs Post I talked about the effect of generative AI and that was two weeks before Open AI released ChatGPT to the public. A year later, how will...

Schneider Electric Issues AI-based Data Center Optimization Guide
From insideHPC

Schneider Electric Issues AI-based Data Center Optimization Guide

London, October 19th 2023 – Schneider Electric has introduced a guide to addressing new physical infrastructure design challenges for data centres to support the...

TSMC Reports Q3 YoY Earnings Decline of 25%
From insideHPC

TSMC Reports Q3 YoY Earnings Decline of 25%

HSINCHU, Taiwan, R.O.C., Oct. 19, 2023 — TSMC (TWSE: 2330, NYSE: TSM) today announced consolidated revenue of NT$546.73 billion, net income of NT$211.00 billion...

Women in HPC Announces Lineup for SC23 Workshop, Diversity Day and Networking Reception
From insideHPC

Women in HPC Announces Lineup for SC23 Workshop, Diversity Day and Networking Reception

Oct. 19, 2023 — Women in HPC (WHPC) has unveiled highlights of its upcoming events at SC’23 in Denver. “Prepare for an inspiring and engaging experience, featuring...

Former Uber CISO Appealing His Conviction
From Schneier on Security

Former Uber CISO Appealing His Conviction

Joe Sullivan, Uber’s CEO during their 2016 data breach, is appealing his conviction. Prosecutors charged Sullivan, whom Uber hired as CISO after the 2014 breach...

For processing strings, streams in C++ can be slow
From Daniel Lemire's Blog

For processing strings, streams in C++ can be slow

The C++ library has long been organized around stream classes, at least when it comes to reading and parsing strings. But streams can be surprisingly slow. ForContinue...
Sign In for Full Access
» Forgot Password? » Create an ACM Web Account