Sign up

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 Supports Webmention Valid

I just learned about the CSS scroll-behavior property and immediately applied it to a site. Super simple JS-independent smooth scrolling. :-)

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

📄 New camera: the Yashica FR1

Last year, I acquired a few new cameras. One of them was a Yashica FR1 (or FRI, as it’s often written as) with a selection of lenses. It was a random opportunity. And I took it. Here are some first images taken with the 24mm lens I bought with it.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

🔗 March 2019 – Daniel Pietzsch’s Photo Journal

photojournal.danielpietzsch.com/2019/March

March was a mixed bag. I was doing lots of trips back and forth between Ratingen and Düsseldorf, preparing the move into our new apartment. Plus, I started a new/old job again, being busy working full time again.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

📄 Dark mode

While this site is new and super-simple, I thought I add an automatic “dark mode” real quick.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

Added syntax highlighting now, too. Since Jekyll generates the necessary markup out of the box, it was simply a matter of choosing an additional stylesheet, including it, and making a few more adjustments.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

📄 Responsive images

I have now added the ability to display responsive images. And I write a little bit about how I do it using the tools I run the build this site.

Der Schepp Verified Supports Webmention Valid

A CSS-only Carousel

I've recently read about and discussed CSS Scroll Snapping so often that I felt like I should build a CSS-only carousel based on it. There it is: Link to Codepen Here are a few things to note: # Accessibility is in line with all other CSS-only experiments: it can only be ...

Der Schepp Verified Supports Webmention Valid

Dealing with Ads in 2020

As you may know, I currently work for a news company in Germany, the Rheinische Post Mediengruppe. My task there is to concept and build the frontend for a bunch of news sites in the form of a white label framework. Sadly, but not surprisingly my client is still depending on...

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

📄 Hosting on GitLab Pages

A quick overview of how this site is hosted at the moment.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

I was actually thinking that I might have seen enough Opeth gigs by now. But no! Last night in Cologne was the best one I’ve been to (yet)! Great setlist, great light show, and – as always – great musicianship. Very happy we went.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

It’s the time of year where I generally push my films to ISO 1600. And that means I now need to slightly readjust my brain again for guessing exposure.

And in April it’s all back to ISO 400 again.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

🔗 February 2019 – Daniel Pietzsch’s Photo Journal

photojournal.danielpietzsch.com/2019/February

A tiny bit of street photography again.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

📄 Fuck you, Instagram!

I made a little bookmarklet to disable and hide Instagram’s login prompt and re-enable scrolling, so I can keep browsing Instagram web pages when I am logged out. I call it “Fuck you, Instagram!” or “FUI” for short.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

📄 Recent film development fuckups

In the last two weeks, I had some bad film development results. This is a little article about what I think went wrong.

lennybacon.com Valid

Machine Key Section validation and decryption key rotation on build

Rotating keys, making their lifetime shorter, decreases the attack window size and that is a good thing. For instance when using ASP.NET forms authentication the cookie can be encrypted when the protection-attribute is set to all – see here. I thought it would be handy to automate the rotation of keys during the publish phase of a web project. So here is a target file to be included into a web project.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

Went to see Machine Head yesterday. It was the “Burn my Eyes” 25th anniversary tour and so they played that album in its entirety, in the almost original lineup: Logan Mader on guitar, Chris Kontos on drums, and of course Robb Flynn. Would have loved to see Adam Duce, too, but I guess one can’t have everything. Anyhow: I had a great time, even joining a few circle pits.

Here’s the full show on Youtube.

Daniel Pietzsch Verified Updates instantly via WebSub Supports Webmention Valid

📄 New website

I have a new site! It’s truly indie now. No more reliance on Tumblr. And I’m pretty happy about that! So, danielpietzsch.com is going to be my virtual home for the foreseeable future.

lennybacon.com Valid

Updating Visual Studio Installer unattended, last episode, hopefully

I have written about keeping build agents up to date in the past and had issues with the vs_installer updating itself. Now again the latest updates were not deployed. After playing around with procmon and friend I found a way to remove its state, so that the installer thinks is starts from the beginning of time - so there is no update. To do so I delete a few folders before starting the installation.

lennybacon.com Valid

Generating AES256 Keys with PowerShell

PowerShell is a daily used utility in my tool belt. I like the accessibility, due to its command line interface, as well as it’s power, due to access to the underlying .NET Framework. Today I needed a AES 256 key with some entropy and therefore made use of the RandomNumberGenerator class. HTH Daniel

lennybacon.com Valid

Create a link to an UWP app to run as administrator

I’m a console enthusiast. I used to work with cmder over the last years. In general I was pretty happy. But the announcement of the Windows Terminal really caught my attention. One thing that annoyed me is the disabled checkbox, when creating a link, that does not allow to have it automatically prompt for elevation. So here is my work around. Open windows explorer and enter shell:AppsFolder into the address bar to open the apps folder: