# series looking (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover series looking.

Page: <https://rssamplifier.com/topics/series-looking/blogs>  
Feed: <https://rssamplifier.com/topics/series-looking/blogs.md>

---

## [Stroh's is spoken here: The rise and fall of a Detroit icon](https://historicdetroit.substack.com/p/strohs-is-spoken-here-the-rise-and)

_2026-08-12 · HistoricDetroit.org · HistoricDetroit.org_

Here's how the Detroit brewery went from being a legendary success to a legendary catastrophe

## [July 2026 HistoricDetroit.org site update](https://historicdetroit.substack.com/p/july-2026-historicdetroitorg-site)

_2026-08-06 · HistoricDetroit.org · HistoricDetroit.org_

We added 13 buildings to our offerings, as well as 658 photos from around the Motor City

## [When love turns to hate: Riot at the Belle Isle love-in](https://historicdetroit.substack.com/p/when-love-turns-to-hate-riot-at-the)

_2026-07-21 · HistoricDetroit.org · HistoricDetroit.org_

In 1967, hippies took over Detroit's island park - and then the biker gang showed up

## [How a Detroit hero fought poverty, gangs and a burned-out school to save her neighborhood](https://historicdetroit.substack.com/p/how-a-detroit-hero-fought-poverty)

_2026-06-27 · HistoricDetroit.org · HistoricDetroit.org_

Miss Pee Wee turns 98 next week. Here the story of this tireless champion of Chadsey-Condon.

## [Woulda, coulda, shoulda: The failed opportunity to save Cooley High School](https://historicdetroit.substack.com/p/woulda-coulda-shoulda-the-failed)

_2026-06-18 · HistoricDetroit.org · HistoricDetroit.org_

Detroit's most beautiful surviving high school is falling to the wrecking ball. Here's a look at the latest inevitable, avoidable loss of our city's history.

## [Hazen S. Pingree: Not just Detroit's best mayor, but one of the greatest in American history](https://historicdetroit.substack.com/p/hazen-s-pingree-not-just-detroits)

_2026-05-30 · HistoricDetroit.org · HistoricDetroit.org_

It was 122 years ago today that Detroiters unveiled a monument to him - here's why

## [Exploding bananas, ugly fish, an arsonist's match and preserving Eastern Market](https://historicdetroit.substack.com/p/exploding-bananas-ugly-fish-an-arsonists)

_2026-05-21 · HistoricDetroit.org · HistoricDetroit.org_

The story of Frontera & Son and how it helped save a beloved Detroit institution, even though it wouldn't be saved itself.

## [108 years ago today, Michigan banned booze - and created one of America's deadliest crime families](https://historicdetroit.substack.com/p/108-years-ago-today-michigan-banned)

_2026-05-01 · HistoricDetroit.org · HistoricDetroit.org_

The state went dry two years before the rest of the nation, but its location across the river from Canada turned Detroit into a hotbed for rum-running and the bloodshed that comes with it

## [Detroit's 'other' train station: The Union Depot](https://historicdetroit.substack.com/p/detroits-other-train-station-the)

_2026-05-01 · HistoricDetroit.org · HistoricDetroit.org_

It was 55 years ago today that the venerable downtown landmark was shuttered. It fell to the wrecking ball 3 years later

## [Remembering Detroit's Tiger Stadium on its 114th birthday](https://historicdetroit.substack.com/p/remembering-detroits-tiger-stadium)

_2026-04-20 · HistoricDetroit.org · HistoricDetroit.org_

The Corner was a Queen of Diamonds. The history and memories there stretch generations back and all the way to the halls of Cooperstown

## [Ultra-Quiet Business Mini (Sponsored)](https://crawlproof.com/a/eiIt2v7Huccs)

_2026-04-20 · **Sponsored**_

Compact business mini, ultra-quiet for focused work.

## [What’s New in Python 3.13 - Library Changes Part 2](https://www.andy-pearce.com/blog/posts/2025/Mar/whats-new-in-python-313-library-changes-part-2/)

_2025-03-12 · Andy Pearce · That's Good Enough_

In this series looking at features introduced by every version of Python 3, we take a look at some of the new features added in Python 3.13. In this article we look at the remaining changes to the standard library, comprising changes in CLI tools, concurrency, networking & IPC , Internet data handling, XML processing, IP address handling, development & debugging tools, and runtime and language…

## [What’s New in Python 3.13 - Library Changes Part 1](https://www.andy-pearce.com/blog/posts/2025/Feb/whats-new-in-python-313-library-changes-part-1/)

_2025-02-23 · Andy Pearce · That's Good Enough_

In this series looking at features introduced by every version of Python 3, we take a look at some of the new features added in Python 3.13. In this article we look at the first half of the changes in the standard library, comprising a new exception, as well as changes to regular expression support, data types, mathematical modules, data persistence, the configparser module, file & directory…

## [What’s New in Python 3.13 - Performance Improvements](https://www.andy-pearce.com/blog/posts/2024/Nov/whats-new-in-python-313-performance-improvements/)

_2024-11-16 · Andy Pearce · That's Good Enough_

In this series looking at features introduced by every version of Python 3, we take a look at some of the new features added in Python 3.13. In this article we look at the improvements to the intereter itself. We ll look at the new option to disable the GIL , and the addition of a JIT compiler.

## [What’s New in Python 3.13 - Intepreter Updates](https://www.andy-pearce.com/blog/posts/2024/Oct/whats-new-in-python-313-intepreter-updates/)

_2024-10-29 · Andy Pearce · That's Good Enough_

In this series looking at features introduced by every version of Python 3, we take a look at some of the new features added in Python 3.13. In this article we look at the improvements to the interactive interpreter and improved error reporting.

## [BlazingMQ: Client/Broker Protocol](https://www.andy-pearce.com/blog/posts/2024/Oct/blazingmq-clientbroker-protocol/)

_2024-10-20 · Andy Pearce · That's Good Enough_

BlazingMQ is a message queue middleware system developed at Bloomberg which was opened sourced around a year ago. I think it has a lot of very useful features for some use-cases, so this series of articles looks at it in a bit more detail. In this fourth article I m going to discuss the low-level details of the network protocol between clients and brokers.

## [BlazingMQ: Hands On](https://www.andy-pearce.com/blog/posts/2024/Oct/blazingmq-hands-on/)

_2024-10-10 · Andy Pearce · That's Good Enough_

BlazingMQ is a message queue middleware system developed at Bloomberg which was opened sourced around a year ago. I think it has a lot of very useful features for some use-cases, so this series of articles looks at it in a bit more detail. In this third article I m going to try to get a basic producer and consumer working with the broker to get some basic exposure to the APIs in C++ and Python.

