June 2023
M T W T F S S
« Jan    
 1234
567891011
12131415161718
19202122232425
2627282930  

Categories

Archives

Archives

Commonplace Booking in the Digital Age

I’d like to first observe that, since we created an industrialized society, we have been trying to increase our productivity through planners, todo lists, task trackers, and various sundry mechanisms, each of which has its own style and tradeoffs. After highlighting some of these techniques, and recognizing the variability in workflow, I’ll naturally propose a […]

The Capitalist Religion

I was listening to Yuval Harari’s lecture series about his book Sapiens. He classified Capitalism as a religion and convinced me that I had already fully bought in. I’ve been practicing its creed without recognizing it as a religion. I now believe we should formalize it as religion in order to inform and enlighten other […]

Bidding to establish Terms of a Contract

As a preliminary, I feel obligated to mention that writing a contract only protects yourself on paper. The real world has such complexity, and with innumerate contingencies, that any contract will fail to enumerate them all. Establishing an explicit contract often also cements distrust between parties, due to its impersonal nature. The contract just gives […]

Promised Properties

 Three weeks ago I started a new project that uses nodejs and which forced me to learn some asynchronous programming. I couldn’t quite manage to adapt.

Because this was server code that ties together other web services and my own database, many of the helper functions ended up having multiple asychronous steps. The lack […]

Notes: International Students for Liberty Conference, David Friedman, Problem of National Defense

Defense without Government ————— – government bad at doing things, esp complex things (ex: legal systems) am willing to accept government solution when alternative is worse – court and police aren’t complicated enough to require government – define National Defense as invasion defense from a neighbor nation – define Public Good as that where […]

Idea: e-ink Poster

I’ve noticed that many companies are paying an enormous expense to have animated advertisements. They pay for huge billboard-sized signs bright enough to be seen during daylight. Previously, the hardware for this kind of thing was only affordable by sports arenas, which made money back on the investment with advertising to the captive game audience. […]

Notes: Thorium Reactor

Uses desalinization electricity Liquid Salt Thorium is much safer passive safety with fluid fuel and low pressures can drain to a passive cooling area in case of problem More flexible high temp operation offer high conversion efficiency air cooling offers sitting away from water bodies Less costly low fuel preparation cost, no fabrication costs […]

Notes: Bitcoin Exchange

Plan for an international fully electronic exchange.

* Objectives – eliminate latency arbitrage . secretize info All bids submitted cryptographically? with market clearing at fixed intervals (once a sec)? should depth be published? . publicize info Distributed clearing algorithm, every participant must coordinate clearing occurs according to logical time + in both cases it seems […]

Flexible Iterators

Java has some odd quirks which make it far more inflexible than it needs to be. For example, many programs have data structures which need to be iterated both forwards and backwards, and some algorithms require treating the first or last element differently than the others. My goal here is to find a tweak […]

What I want for Financial Planning software

My finances are currently not that complicated. But, I still want some infographics that depict my budget, expenditures, income, overall asset allocations, etc. I’m not entirely sure how each of these would appear. It might be possible to implement the budget diagram via a plugin architecture, where each represented account has it’s own code for […]