Saw this very old post comparing k-NN algorithm implemented in different languages, and for the love...
Setting up my Apple Silicon Macbook Pro. It is really snappy! and quiet! I chose to jump on the new...
This how-to is a description of the solution in this video. I don't remember clearly but I think I g...
This is a comment on Agustin Lebron's The case against the import of GPT-3, as quoted by Tyler Cowen....
There are times when I find it hard to express my thinking in a certain way in the new language becau...
Specification is like a macroeconomics model. It describes the general purpose and trend of the syste...
To split a line at pattern: :5s/pattern/<c-v><cr>/g <c-v>, or Ctrl-v, in termin...
I know the fastest sorting algorithm is quicksort. It is even named accordingly. I also know that its...
Toward trusted sensing for the cloud: Introducing Project Freta - Microsoft Research The fact that...
How to design co-programs | Patterns in Functional Programming On the tail of the last random though...
An intuition for reflection | QA9 This reflection is not the one for metaprogramming, but the proper...
Rust nightly has Higher-Kinded Type! 🔥 OMG I still don't know what use this has but damn it felt mag...
Why the biggest take away from Tagless Final has been the type class abstraction, I am kinda confused...
Read The False Hope of Managing Effects with Tagless-Final in Scala – John A De Goes. Some thoughts....
Decentralization is not a virtue per se. The Web did not become ubiquitous and successful because it...
-module(tut15). -export([start/0, ping/2, pong/0]). ping(0, Pong_PID) -> Pong_PID ! finished...
Tagless Final is a style of programming derived first by Oleg Kiselyov to be used in ML for embedding...
Making Haskell nicer for game programming | Luke Palmer Luke described in this 2007 blog post an Acc...
WARNING: This is not from experience, all hearsay. Template Haskell Pros Rela...
I am calling the new "Apple Silicon Mac" "A-chip Mac", to match "PowerPC Mac" and "Intel Mac". It tak...
UPDATE 2020-06-21 1: The backup has finally finished! ^w^ That took way longer than I expected. U...
The Basecamp team has published a new application of their creation, Hey.com. It purports to fix many...
You can't. But there is a workaround, that is moving the file received by AirDrop from Download to y...
From Lessons learned while writing a Haskell application • gvolpe's blog In the article above the au...
Haskell programmers like to tell people that in other languages if you use some library and that libr...
PLFA is both: Programming Language Foundations in Agda Phospholipid-derived fatty acids
Documenting my efforts following Salar Rahmanian's Moving from Homebrew to Nix Package Manager. Firs...
Clojure is the experiment of how much benefit one can get with immutable data types and unenforced pu...
Tree is the most pervasive data structure in our lives. First, we see trees, green literal trees, eve...
Utility-first CSS, lead by Tailwind CSS, goes almost directly against the initial designing premise o...