FeedCity logo

FeedCity

Daniel Pietzsch

Verified Updates instantly via WebSub Valid

I’m a freelance web developer based in Düsseldorf, Germany. I make a RSS feed reader called FeedCity. I’m also a passionate film photographer, a husband and father, a musician, metalhead, and movie fan.

Author
Daniel Pietzsch
Rights
© 2019–2025 by Daniel Pietzsch, licensed under CC BY-NC 4.0
Public lists
HWC DUS IWC DUS 2025

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

🎧 Blood Year – Russian Circles

Their latest album. Would have loved to see them live last month. But as everything was cancelled, this will need to do – which is not bad at all.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

📄 Corona update 3

It’s been a while since I wrote about “the situation”. In summary: we’re mostly at home, but not really quarantining ourselves.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

Yesterday, I spontaneously acquired a new (used) darkroom enlarger that was on offer locally:

It’s a Kaiser VP-6000. And it included everything I need to make prints from 6x6 medium format negatives. So now I can finally start printing the photos I have been making with my Rolleiflex!

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

To get a little impression of what Düsseldorf looks like during the Covid-19 pandemic, you can check out Andreas Schiko’s blog where he currently posts photos of empty Düsseldorf streets.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

The URL for subscribing to a YouTube channel via RSS:

https://www.youtube.com/feeds/videos.xml?channel_id=ADD_CHANNEL_ID_HERE

You get the channel_id from the URL of the channel.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

As much as I like Jekyll, Liquid is bloody nonsense.

It’s probably just me.

But I find its strange syntax and very limited functionality so frustrating. I always wish I could just use plain Ruby and not have to struggle every time I want to do anything in my view templates.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

📄 Düsseldorf Webcams

The city of Düsseldorf offers some surprisingly high-quality webcams. Embedded here for my own convenience, so I can watch them all at once.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

📄 My fluid website layout

I'm using a viewport-based CSS layout for this site. What this means and why I do this is all explained in this post.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

📄 Photo Journal Design Update

In the last week, I updated my photo journal’s design. There are no more borders around the images, the photos are more aligned to a grid and have varying sizes. It’s all more well-aligned and therefor looks cleaner.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

It turns out, lazy loading does work with responsive images in Firefox 75: for this to work, you currently have to put the loading attribute before srcset in the attribute list of an img tag. This is a bug, and will be fixed in a future release. So, I changed my markup accor...

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

Current film stock.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

This site now uses lazy-loading for the Youtube video embeds. Meaning, a preview image is loaded, and only when you click that is the actual video embed requested.

After posting a few Youtube videos to this site recently, I noticed this was loading a whole lot of quite large third-party resources. And this was happening without even playing a video – very likely resulting in visitors having to download a non-trivial amount of megabytes of no use. The site was slow to load. My Lighthouse score went way down.

So I fixed it.

To lazy load the videos I wrote a Jekyll plugin for a custom Liquid tag, that will take a Youtube video URL as parameter and spit out an iframe tag that uses its srcdoc attribute to at first only load the video’s preview image and display a “Play” button.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

Grmpf. I just noticed my “Fuck you, Instagram!” bookmarklet became useless. Instagram won’t let you click and open an image from a person’s index page. They now immediately prompt you to log in. And while the bookmarklet currently still removes the log in modal, any further attempts on clicking an image are ignored. So, this current version does not work any longer. 😠

At least, one can still right-click and hit “Open Link in New Tab” (in Safari that is). But that’s pretty tedious.

I wish more people simply had a website or blog without this sort of nonsense.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

Spent the evening working on this site a little bit:

  • Added article teaser images to index pages.
  • Made the “Read More” links more prominent.
  • Added OpenGraph og:image and og:type meta tags.
  • Adding loading="lazy" to the Youtube iframes.
  • Making the Youtube embeds grayscale on index pages unless you hover over the article.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

So, here’s a drumcam video of Danny Carey playing “Pneuma” off the latest Tool album:

Danny Carey – Pneuma by Tool (LIVE IN CONCERT)
YouTube video: Danny Carey – Pneuma by Tool (LIVE IN CONCERT)

Seeing a drummer play songs live always makes you appreciate the skill even more than simply hearing it. Even with someone like him, where by merely listening it’s already immediately obvious that most people – including me – probably wouldn’t even be able to count this song correctly let alone play drums to it and keep a band playing together.

I also think it’s a first, I’ve seen that type of high-quality video of Danny Carey.

And great song by the way. My current favourite from “Fear Inoculum”.

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

My first ever pedalboard is taking shape.

In addition to the looper, the phaser, and the Little Big Muff fuzz I mentioned before, I now also got an EHX Pitch Fork and an expression pedal.

It’s all attached to the pretty much smallest pre-build board I could find: a Fame Spaceboard 50S.

And I think I now want to buy a single dedicated power supply, which can power all those pedals. Because it’s currently a little annoying having to power the pedals all individually.

Anyhow: happy progress!

Daniel Pietzsch Verified Updates instantly via WebSub. Valid

📄 Webmentions

This site can now receive Webmentions. Either directly or via Twitter (with Bridgy’s help).