Posts tagged "technology":
Land Value in the Digital Realm
Adam Smith divides the economic forces into three areas for, the profit obtained from labour, that from capital (or stock), and that obtained from land. The value extracted from land is here the natural resources of the earth, the sunshine and rain that lands there (allowing for agriculture), the timber that can be cut down, or the ore to be mined. But there is another value that can be obtained from the land.
Continue ReadingCommon lisp and Github workflows
Github has a functionality where the README
file in a repository with
the same name as your username will be displayed on your
profile. Since I am a fan of the indieweb’s POSSE1 practice, I’d
like to use that space to advertise the writings on this website.
Deepseek is not a Chinese OpenAI
This is part of a series of posts written during or shortly after my visits to the mainland of the People’s Republic of China in the summer of 2025.
Continue ReadingFunctional Life Without Side-Effects
Programming languages (and their users) are often grouped into two main intellectual schools of thought: Object-oriented programming (OOP) and functional programming. These two schools both claim to offer ways to manage the increasing complexity that comes with the development of larger and larger programs. Functional programming states that this complexity can be managed by following these principles:
Continue ReadingEmail as a Revolutionary Medium
In an increasingly interconnected and technologically sophisticated world, our capabilities for communication and diversity of ways to do so also increases. This is often approached as a problem, with each method merely remaining due to network effects, but I believe that this multitude of means are a strength and not a weakness. I do however still see what I deem as a misuse of tools, and I shall endeavour to explain, and hopefully convince you of, my ways of structuring communication in different spheres.
Continue ReadingAbout the website
I think every personal blog that is somewhat custom built should have documentation written on its design philosophy and implementation. I see this as an extension of the free-software ideal; you should not only be allowed but also able to extent and modify another program to your needs.
Continue ReadingWriting About Jacques Ellul
I am by no means an expert on Ellul, I have merely read three of his books (Presence in the Modern World, The Technological Society, and The Meaning of the City) But in trying to communicate his influence on my thinking, I have inadvertently written many times about him, albeit at an all too basic level. There are many theories claiming to explain all of human history, or at least the structure of our current society, but Ellul’s technique works because of its simplicity and deliberate vagueness. It is however this quality that makes explaining Ellul to others so challenging. Here is one example of an attempt made by me to quickly summarise the central ideas of Ellul’s technique.
Continue ReadingDiplomacy Today: A backstabbr and AI powered newspaper
Diplomacy Today is a python program and corresponding flask
application that serves and hosts an early-twentieth-century-style
newspapers generated from the turn orders of a game of Diplomacy
hosted on backstabbr. The idea, and a large portion of the core code,
are not my work, and I deserve none of the credit for it. But the
original program seems to have been abandoned last year, and was
perhaps only used for one game. But that is the beauty of free
software, I have taken nraw
’s original code and iterated upon it over
the course of, so far, four games. It now contains more features and
improved polish that builds upon the basic functionality of a GAI
generated in-universe newspaper. I attempted to rewrite the program in
chez scheme as a learning exercise, but ended up not using it as
python has some nice libraries that I couldn’t bother to reimplement
in scheme.