ploeh.github.com
ploeh.github.com copied to clipboard
ploeh blog 'source code'
Polynomials are not the only mathematical forms which generate 'interesting' graphs, and intuitively not the right forms for building the 'hype cycle' 'function'. One reason is that, in the limit...
Commenting as issue again because Markdown is a bit easier for a quick chat than markup in a PR. Aside: Have you considered [Giscus](https://giscus.app)? I think that tenet is the...
Regarding: https://blog.ploeh.dk/2023/11/14/cc-golf/ (Sorry, the comment formatting seemed a bit much for me to figure out just for this quick note.) > If there's a general API in .NET that corresponds...
Writing a comment on your excellent blog posts is very combersome. It starts with finding the relevant article in GitHub (after I was already at the blog post itself), goes...
When I [migrated the blog to Jekyll](https://blog.ploeh.dk/2013/03/03/moving-the-blog-to-jekyll) (or possibly even before that), I just decided to use `h3` tags for section headers. I don't use `h2` og `h4`, etc. so...
A few people have, over the years, requested a _dark mode_ for the blog. I'm quite sympathetic. To be clear, before I continue, I also think that the current _light...
I find it helpful to know when a post was published when I start reading it. This is easy to determine when viewing on my laptop via either the URL...
A blog post is, in many ways, anchored in time. Sometimes, however, I feel that I need to make changes to a post. For some time, I've made use of...
The implementation of Maybe class in **_The Maybe functor_** post https://blog.ploeh.dk/2018/03/26/the-maybe-functor/ has a little issue, when T is a value type. For example: ```csharp new Maybe().Equals(new Maybe(0)) // true ```...
[The Atom feed](http://blog.ploeh.dk/atom.xml) is becoming longer and longer, and is currently at more than 4 MB. This is not long-term sustainable. The Atom specification enables paged feeds, and Jekyll also...