On the state of developer conferences

Brian Rinaldi has an insightful post on his blog about the current state of developer conferences, where ‘current state’ means post-COVID pandemic. Brian is well-positioned to reason about this space as a long-time conference organizer. I appreciate that he also takes the time to explain how the developer conference business works. The core of his blog is about post-pandemic conference attendance, which has plunged. independent, in-person developer conferences are hurting. Based on my own observation as well as talks with organizers and sponsors that I have come to know over the years, the average independent in-person event is still down 30-40% from pre-pandemic attendance levels. And often it seems to require massive discounts or even giveaways to get to this level. ...

February 23, 2023

Book Review: Sanguina Ancora (Still Bleeding)

Sanguina Ancora (Still Bleeding) is not a biography but a passionate and informative tribute to Dostoevsky. The nonlinear, not literary style works and the continuous back and forth between Dostoevsky’s epic and the author’s own experiences as a scholar and Russian literature enthusiast is probably a good idea as it helps stress the actualness of Dostoevsky’s opus. However, the continuous jumping in and out of the Russian’s life, though sympathetic at first, gets tedious over time. While immersed in Dostoevsky’s events, it is not always pleasant to be torn away only to end up in the Parma lowlands for a few entertaining anecdotes (that these anecdotes tend to gravitate around the author’s other works adds to the discomfort.) ...

February 17, 2023

Quoting Solzhenitsyn

The simple step of a courageous individual is not to take part in the lie. –Aleksandr Solzhenitsyn

February 16, 2023

The best time to own a domain

Jim Nielsen: That is why owning a domain (and publishing your content there) is like planting a tree: it’s value that starts small and grows. The best time to own a domain and publish your content there was 20 years ago. The second best time is today. More here.

February 9, 2023

Heading to Go: A Look at Building a Video Encoder (meetup)

We’re doing a DevRomagna meetup this month, and I think it will be a super-interesting one. It’s titled Heading to Go: A Look at Building a Video Encoder and the presenter will be Daniel Enrico Botta, a C# software engineer who recently switched to Go for his video encoding projects. Here’s the abstract: This talk will discuss the experience of moving from C# to Go for a video coding project. The pros and cons of using Go, a modern and efficient programming language, and how it compares to other languages will be shown. In addition, the use of FFmpeg, an open-source tool for video encoding, and how it was used to create the video encoder will be discussed. Advice will be given on using Go and Ffmpeg for future projects. Together, the benefits of using these tools for video encoding will be understood. ...

February 8, 2023

Brad Mehldau plays I am the Walrus

Brad Mehldau plays Lennon/McCartney’s I Am the Walrus, from his upcoming album, Your Mother Should Know: Brad Mehldau Plays the Beatles.

February 6, 2023

Making the latest C# language features available in older .NET versions

In a C# library I’ve been working on, I wanted to use C# 9.0’s init keyword. Quoting the documentation: The init keyword defines an accessor method in a property or indexer. An init-only setter assigns a value to the property or the indexer element only during object construction. This enforces immutability so that once the object is initialized, it can’t be changed again. Consider the following class: public class Person { public string FirstName { get; init; } } You can initialize it like this: ...

February 4, 2023

Flammarion engraving

I was reading iA’s grumpy writing about GPT (with which I sympathize) when my attention was captured by the image they added to their post. It was so fascinating that I had to research it. As it turns out, this is the Flammarion engraving, a famous wood engraving by an unknown artist, so named because its first documented appearance is in Camille Flammarion’s 1888 book L’atmosphère: météorologie populaire (“The Atmosphere: Popular Meteorology”). ...

February 2, 2023

A quick preview of the Blazor United prototype for .NET8

Steve Sanderson, the original creator of Blazor, recently posted a quick peek at some of the new Blazor prototypes they are experimenting with for .NET 8. I think this looks great. Mixing client and server is a brilliant concept. Essentially one would be served with server-side Blazor on the first landing. While using the app, a background task would download the client-side stuff, ready to be consumed at any subsequent access. ...

January 28, 2023

The days are long but years are short

Source Above all, I liked the affection and serenity that shines, through all stages, between father and son. A depiction of the circle of life I gladly subscribe to.

January 27, 2023