FeedCity logo

FeedCity

Websites and blogs of people that attended a Homebrew Website Club Düsseldorf.

A public list by dan.

Daniel Pietzsch Verified Updates instantly via WebSub.

📄 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.

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.

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.

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.

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.

📄 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.

📄 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.

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...