Urgent.News

What's breaking now, across thousands of outlets.

Tech

GOP Rep. Rob Bresnahan campaigns on data center limits while investing in industry

According to a financial disclosure, the Pennsylvania lawmaker holds investments in companies positioned to benefit from the data center industry's continued growth.

Pennsylvania Representative Rob Bresnahan is promoting a bill that would grant municipalities more control over the construction of data centers. In a television ad running in the Scranton and Wilkes-Barre area, Bresnahan argues that local approval should be required before any data centers are built, in order to protect community concerns.

However, the Republican congressman has a history of supporting the data center industry, having invested in various companies that are directly related to the sector. These investments include firms that operate, own, and supply data centers, as well as several of the nation's largest technology companies. While Bresnahan's campaign did not provide details on his stock holdings, a spokesperson noted that favoring local control over data center development does not equate to anti-investment; rather, it demonstrates support for the will of the people and the potential economic benefits for regions like Northeastern Pennsylvania.

Similar to many Pennsylvania residents, Bresnahan has expressed opposition to data centers in local communities, with a recent poll showing that nearly four in five voters oppose having a data center built near their homes. Despite his personal stance, Bresnahan continues to hold significant investments in the data center industry, with holdings worth between $19,005 and $110,000.

Written by urgent.news from CBS News's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at cbsnews.com →

More in Tech

Measuring Order Book vs AMM Share on the XRP Ledger

When the AMM amendment activated on the XRP Ledger in 2024, the expectation was that liquidity would migrate into pools the way it did on every smart-contract chain before it.

  • 88.2% of trade activity occurs on the XRP Ledger's order book.
  • AMM volume has larger number of trades but smaller average trade size.
  • Order book's central limit order book remains viable due to low canceling costs.

A Debugging Mindset That Actually Works

Most debugging advice is a list of tools. console.log , breakpoints, strace . Tools matter, but the thing that actually cuts my debugging time in half is a mindset: treat every bug as a wrong belief…

  • View bugs as flawed beliefs, not broken systems
  • Document expected vs actual outcomes and code behavior
  • Apply binary search to isolate bugs in code sections

Automatically Deploy Your App to a VPS with GitHub Actions

If your deploy process is "SSH into the server, cd to the app, git pull , restart something, hope" — this post replaces it with git push .

  • GitHub Actions automates VPS deployment via GitHub push
  • Requires app in GitHub repo, SSH-accessible VPS, dedicated deploy user
  • Store private SSH key as GitHub repository secret

More from Friday 11 September →