Found Photograph -- A Rochester Photographer Collection

Thomas Hawk posted a photo:

Found Photograph --  A Rochester Photographer Collection

Multiverse

Thomas Hawk posted a photo:

Multiverse

Highball Halloween, Columbus, Ohio, 2024

Thomas Hawk posted a photo:

Highball Halloween, Columbus, Ohio, 2024

And You're Not Really Sure What You're Doing This For

Thomas Hawk posted a photo:

And You're Not Really Sure What You're Doing This For

Like Any Rose It's Not Itself

Thomas Hawk posted a photo:

Like Any Rose It's Not Itself

kottke.org

Jason Kottke's weblog, home of fine hypertext products

A few highlights from a collection of lovely...

A few highlights from a collection of lovely woodblock-printed sugoroku game boards from Japan. “The gameboards use stories and maps to teach children history and geography.”

MetaFilter

The past 24 hours of MetaFilter

Protein. Protein! Protein?

Yet another 2020's food controversy. Currently the RDA of protein is 0.8 g/KG of body weight. Some say it is too low, especially if active.Others say that most Americans are getting adequate amounts of protein, but specific needs may vary from individual to individual. And those pushing high intake may have ulterior motives. Then there's the plant vs. animal sources debate. One side says we need animal protein for optimal absorption. Then there's another camp that says plant sources of protein are just fine. This guy (who has a PHD in nutrition) says animal sources are ideal, but vegan sources are okay, though there are nuances. Last, we have a doctor who says IGF-1 in animal sources can be potentially harmful to our health.

Slashdot

News for nerds, stuff that matters

FCC Plans To Repeal 39% TV Ownership Cap

The FCC plans to vote on repealing local TV ownership limits, including the 39% national audience cap that currently restricts how much of the U.S. market a single broadcast group can reach. Engadget reports: On August 6, commissioners will hold a ballot to repeal Section 303 of the Communications Act, and with it the 39 percent rule. In essence, the rule limits the reach of a local TV network to no more than 39 percent of the U.S.' total audience market. In its place, the FCC would move to a system whereby it would personally approve or reject TV ownership deals on a case-by-case basis.

It's not clear if the FCC even has the authority to reject Section 303 without the explicit consent of the legislature. As Lawrence J. Spiwak wrote in the Yale Journal on Regulation back in January, Section 10 of the Communications Act expressly forbids the FCC from bending the rules around Section 303. "Americans no longer trust the legacy national media to report the news fairly or accurately," wrote FCC Chairman Brendan Carr in an op-ed published on Breitbart. "In fact, only eight percent of Americans have a great deal of trust in mass media. That figure is even lower among Republicans -- sitting at a mere three percent."

"... Many local broadcast TV stations are getting hollowed out as a result and turning into little more than mouthpieces for programming produced in New York and Hollywood," he alleged. "That is not what Congress or the FCC intended."

Read more of this story at Slashdot.

Behance Featured Projects

The latest projects featured on the Behance

Street photo XII


The Register

Biting the hand that feeds IT — Enterprise Technology News and Analysis

Cadence's AuraStack agent melds AI with HPC to speed PCB, advanced packaging design

How AI will change the way scientific computing is done remains an open question. One relies on ultra-precise double-precision mathematics, while the other is perfectly happy working with 4 bits. On the surface, the two are diametrically opposed, two extremes of a spectrum we call high-performance computing (HPC) — and yes, whether you like it or not, AI is HPC. However, the latest AI offering from Cadence Design Systems, one of the biggest names in industrial HPC, offers a glimpse of how high- and low-precision compute could not just coexist, but work together to solve bigger and more complex problems faster and with fewer resources. Announced on Wednesday, Cadence’s AuraStack is an agentic AI system built to assist electrical engineers to design and test printed circuit boards (PCBs), or conduct advanced packaging design and testing — two tasks that have historically relied on highly precise simulations. AI is definitely a big piece of what Cadence has built; however the company isn’t replacing these tools with hallucination-prone AI models. Instead, AuraStack is a bit like Anthropic’s Claude Code or OpenAI’s Codex, but rather than writing, compiling, debugging, and running C or Rust in a sandbox, Cadence’s latest agent is designed to orchestrate its existing test and simulation suites. “AI is amplifying the value of our engineering products and technologies,” Michael Jackson, CVP of Cadence’s system design and analysis division, told The Register. In other words, the AI model — we’re told AuraStack integrates with a wide range of open and proprietary models — functions as a natural language interface capable of planning and orchestrating complex multi-step circuit design and testing workflows that run at higher precision using CPUs, GPUs, and other accelerators. “For example, if I'm going to check and fix the IR reliability, I need to identify the power management components. I need to create a simulation-ready power tree, and then I need to do the simulation, and then I need to provide feedback to the designer,” Jackson said. Cadence's existing product stack already automates many of these processes. The problem, Jackson explains, is that a PCB or package design often requires completing thousands of tasks throughout its development. “Sixty-five percent of an engineer's day is spent navigating and dealing with a lot of these tasks,” he said. By orchestrating that scutwork, Jackson claims that AuraStack can deliver a 15x boost to productivity by letting the designer focus on design and engineering decisions rather than the individual tasks. These gains are enough that several large players in the electronics space, including Nvidia, have already signed up for the service. Cadence isn’t just melding AI with HPC for chip design or advanced packaging. The engineering software provider has built similar agents for digital and analog chip design. The idea of using low precision compute to run AI models that orchestrate more precise single- and double-precision physics simulations isn’t new. Nvidia is one of the biggest champions of this approach, which makes sense seeing as its GPUs aren’t limited to training and running AI models, even if that’s what most folks are buying them for these days. Earlier this year, we explored how researchers at the Department of Energy’s Sandia National Laboratories used AI agents to develop and test new hypotheses. They described the system as a self-driving lab. However, those tests, while similar in concept to what Cadence is doing with AuraStack, didn’t use LLMs and instead used more mature architectures like variational auto-encoders. But given the success of code assistants, it’s not hard to imagine agent harnesses similar to AuraStack being used to automate lab equipment, perform simulations, and then iterate on the results, enabling scientists to continue their research even after they’ve nodded off for the night. ®