's Avatar

@patdecker

12
Followers
60
Following
27
Posts
29.12.2024
Joined
Posts Following

Latest posts by @patdecker

Post image

I have an RSS feed aggregator and am working on generated images for the stories.

How does this look?

21.02.2026 17:18 👍 1 🔁 0 💬 0 📌 0

Most days.

12.02.2026 02:29 👍 0 🔁 0 💬 0 📌 0
Meet the Maintainers: Ned Batchelder (coverage.py) - the story behind Python code coverage
Meet the Maintainers: Ned Batchelder (coverage.py) - the story behind Python code coverage YouTube video by Canonical Ubuntu

Nice interview @nedbat.com

youtu.be/xjWjfRVTUHo?...

12.02.2026 02:17 👍 1 🔁 0 💬 0 📌 0

That's a similar situation to what I was asking one time in one of your podcasts. Do we PIP install certain packages, vendor them in, or have our AI buddy code just enough to do what we need done. Fewer dependencies. Up to date support. Seems like a win. But you could have a catastrophic loss.

10.02.2026 22:36 👍 0 🔁 0 💬 1 📌 0

Ubuntu

10.02.2026 21:52 👍 2 🔁 0 💬 0 📌 0

It seemed like maybe 30 seconds. Decent laptop with NVMe.

09.02.2026 03:45 👍 2 🔁 0 💬 0 📌 0
Post image

Pretty neat. Thanks.

09.02.2026 01:49 👍 0 🔁 0 💬 1 📌 0
Preview
Portal on Steam Portal™ is a new single player game from Valve. Set in the mysterious Aperture Science Laboratories, Portal has been called one of the most innovative new games on the horizon and will offer gamers ho...

@brianokken.bsky.social
You should try Portal on your Steam Deck.

store.steampowered.com/app/400/Port...

06.01.2026 01:14 👍 0 🔁 0 💬 0 📌 0

Linux Unplugged. You can go back to August 2013 and relive the systemd battle, mir, unity, and more.

28.12.2025 04:59 👍 0 🔁 0 💬 0 📌 0
Preview
Reader picks: The most popular Python stories of 2025 Wind down the year with our picks from the most-read Python developer features and tutorials of 2025.

Here's a nice end of year Python article.

www.infoworld.com/article/4105...

27.12.2025 16:26 👍 0 🔁 0 💬 0 📌 0
I built this VIRAL F1 Python Project (and open-sourced it)
I built this VIRAL F1 Python Project (and open-sourced it) YouTube video by Tom Shaw

@mkennedy.codes I just stumbled across this YouTube video about a Python project someone is doing on F1 racing. I think I've heard you say you're a big fan of F1 racing, so I thought you might be interested.

youtu.be/TiQEElXyY2w?...

He made it open source so you could contribute if you wanted.

16.12.2025 03:32 👍 3 🔁 0 💬 0 📌 0

Example:

FROM ubuntu/python:3.12-24.04_edge

WORKDIR /app

# Copy application files
COPY requirements.txt .
COPY . .

# Install dependencies (requires pip in chiseled image)
RUN python3 -m pip install --no-cache-dir -r requirements.txt

# Run the application
CMD ["python3", "main.py"]

06.12.2025 14:39 👍 1 🔁 0 💬 0 📌 0
Preview
Canonical announces the general availability of chiselled Ubuntu containers | Canonical Production-ready, secure-by-design, ultra-small containers with chiselled Ubuntu Canonical announced today the general availability of chiselled Ubuntu containers which come with Canonical’s security ...

Here is a link to their announcement from a couple years ago: canonical.com/blog/chisell...

06.12.2025 14:38 👍 1 🔁 0 💬 0 📌 0

Along those lines there is a chiseled Ubuntu Python container that looks interesting. Maybe you could talk with someone from Canonical?

29.11.2025 04:28 👍 0 🔁 0 💬 1 📌 0

Congratulations! You do a good job on the podcast. Keep up the good work.

12.11.2025 01:34 👍 1 🔁 0 💬 0 📌 0

I wonder if the most common version of Python is 3.12 because that's the default for Ubuntu 24.04 LTS and maybe other distros too.

29.08.2025 17:04 👍 0 🔁 0 💬 0 📌 0

I wonder if the most common version being 3.12 has to do with being the default version for Ubuntu 24.04 LTS, for example. Probably similar with other Linux distros.

29.08.2025 17:02 👍 1 🔁 0 💬 0 📌 0

Solutions tend to come to me in the car, out for a walk, or in the shower. 😀

08.08.2025 20:45 👍 0 🔁 0 💬 0 📌 0
Preview
Canonical + thanks.dev = giving back to open source developers | Ubuntu Find out how Canonical is recognizing open source contributors, and how you can use thanks.dev to support open source projects you rely on.

I see @nedbat.com mentioned in this article.

ubuntu.com/blog/canonic...

15.05.2025 20:40 👍 0 🔁 0 💬 0 📌 0

I saw something a week or two ago on @pythonbytes.fm about an AI or LLM tool that would create a commit message for you. Maybe that'd be a fun next step.

14.05.2025 17:23 👍 1 🔁 0 💬 1 📌 0

It's been years since I read that. Maybe I'll work it in again. It's a pretty quick read as I recall.

If you want a huge shock watch some episodes of All In The Family. You know it's coming, but you're still pretty shocked.

04.05.2025 15:36 👍 0 🔁 0 💬 0 📌 0
Post image

One frustrating thing with Libby is sometimes you will wait a long time with a book on hold. I am 12th in line for the audio book Four Thousand Weeks (at Brian's recommendation, thank you) and I've had it on hold since 12/2/2024. Yikes!

04.05.2025 15:34 👍 0 🔁 0 💬 0 📌 0
Libby All over the world, local libraries offer millions of ebooks and audiobooks. You can borrow them — for free, instantly — with a library card and Libby: the award-winning, much-loved app for libraries.

I read magazines, books, and listen to audio books using the Libby app on my phone and tablet, and the Libby website.

libbyapp.com

04.05.2025 15:27 👍 0 🔁 0 💬 0 📌 0

Eagles have two in the top ten. Pretty awesome, even if one of them is a greatest hits.

13.04.2025 21:19 👍 0 🔁 0 💬 0 📌 0
Post image

@mkennedy.codes

04.04.2025 13:36 👍 1 🔁 1 💬 1 📌 0

Especially when good coding practice is to indent anyway.

23.02.2025 17:23 👍 1 🔁 0 💬 0 📌 0

I can understand where you're coming from. But. I have no doubt it has been done from personal experience. There is just no chance I would be shown one thing in particular if it were not the case.

Also, ad targeting is not that good. Evidence: I keep seeing Apple ads. I'm a well-known Apple hater.

05.01.2025 15:59 👍 1 🔁 0 💬 0 📌 0