GeistHaus
log in · sign up

https://valand.dev/blog/rss.xml

rss
33 posts
Polling state
Status active
Last polled May 19, 2026 04:57 UTC
Next poll May 20, 2026 00:55 UTC
Poll interval 86400s
ETag W/"30d5324d2ce1c1ec3cb25cc6b527fc5a-ssl-df"

Posts

Dreamware, Judgeware, Actware
Do you know what separates us from dead things? It is our fight against the dying of the universe.
https://valand.dev/blog/post/dreamware-judgeware-actware
Everything in Between Is Noise
It’s not the layers that matter. It’s what still bends under pressure.
https://valand.dev/blog/post/everything-in-between-is-noise
Convergence in Software
The problem isn’t complexity. It’s how we branch and never thought how to come back together.
https://valand.dev/blog/post/convergence
Self Referential
Love, like free will, exists despite itself, insisting upon its own reality and spawning endless justifications to make sense of its presence.
https://valand.dev/blog/post/self-referential
Instrument of Order
For kitchen utensils, scaling, and less thinking
https://valand.dev/blog/post/instrument-of-order
We Must Talk About: Locality
...as the right word unlocks a whole new dimension for our thoughts.
https://valand.dev/blog/post/talk-about-locality
In Defense of Weird Names
Names are weird until you understand what they stand for and realize that sometimes someone need to stand for them.
https://valand.dev/blog/post/in-defense-of-weird-names
Appreciating 2023: Systems, Types, and Philosophy
Today's work is particularly fun that it inspired me to write this appreciation piece for the past 2023-2024.
https://valand.dev/blog/post/appreciating-2023-systems-types-philosophy
Control, In Itself, For You
When you run a program in your computer, a small slice of space and time in your device is under the programmer's control.
https://valand.dev/blog/post/control-in-itself-for-you
Distant Now Is Late But It Does Not Matter
Your “now” is some time in my past and my “now” is some time in your past
https://valand.dev/blog/post/distant-now-is-late-but-it-does-not-matter
Agency
We've dreamt of creating an intelligence. Which aspect of it is so profound?
https://valand.dev/blog/post/agency
Rust: Type Concealment With Any Trait and FnMut
While working on machine-tree I found that Rust has a very powerful arsenal when it comes to dynamic programming and hiding type information.
https://valand.dev/blog/post/rust-type-concealment-with-any-trait-and-fnmut
TypeScript Type Game: Builder Pattern to Build A Validation Framework
One of the useful arts in type-oriented programming is the utilization of a type system to safeguard business logic. Today, we are going to experiment with TypeScript to find out how deep the type system can be involved in safeguarding business logic.
https://valand.dev/blog/post/fun-builder-pattern-ts-type
Toward Robust
What I strongly feel to be the essence of robust after years of gory struggle for robustifying software, countless philosophical discussions, and meditations.
https://valand.dev/blog/post/toward-robust
Bare minimum of an easy to manage system
Changing a system is easy, keeping it sane is not. This is the bare minimum to treat it as a system and keeping it easy to manage.
https://valand.dev/blog/post/bare-minimum-of-an-easy-to-manage-system
Parallels of Antifragility in Software Space
A term for things that gain from stress. How would the idea of antifragile fit into the software space?
https://valand.dev/blog/post/parallels-of-antifragility-in-software-space
Farsight Is Not All Talent
Some certain individuals understand everything and make perfect ideas. The ideas will be tried over time, but it always turns out to be the ultimate. Most only realize it after years, but not these people. They are, what I call, the farsighters.
https://valand.dev/blog/post/farsight-is-not-all-talent
Leadership: Random Notes
Thoughts, questions, ponderings about leadership. Some may be useful. Some may be plain wrong. Anyhow, I need to write these somewhere.
https://valand.dev/blog/post/leadership-random-note
Unconventional React and TypeScript Tips
Unconventional collection of tips from working on some projects and interfacing with varying disciplines.
https://valand.dev/blog/post/unconventional-react-and-typescript-tips
Machine Tree: React aside from the UI
Among a nauseatingly huge number of "modern web UI frameworks" out there, React stands tall. It is a very nimble library to write a JavaScript-based app on top of. React app code can stay way more clear, consistent, and recognizable regardless of complexity, compared to other frameworks. Why? Because unlike other frameworks, which are more of a template engine, React focuses on assisting to build an asynchronous machine tree.
https://valand.dev/blog/post/machine-tree-react
Complex Software: Asynchronous Machines
Complex software can be daunting to author. I'm dissect and reintroduce the concept of asynchronous machines, why do we need it in the first place, and how digging deep into the concept might help conquer complex software.
https://valand.dev/blog/post/complex-software--async-machines
Significance of Immutability, Extensibility, and Versioning in Persistent Data
Writing a program is all fun and games until someone persists your data. Your user data gets saved in the database, persisted! Some folks use your API, persisted! Your website's JS files cached, BAM, persisted! They're actually gonna be alright until you need to change something. When it's impossible to do without breaking change, emergency meeting!
https://valand.dev/blog/post/immutability-extensibility-versioning-in-persistent-data
Auteur
Up until now, the fastest way information can go from one brain to another is through sound waves, pictures, or moving pictures. It is slow, compared to the connection between synapses in the brain. This fast-moving information media is critical to building complex concepts. I believe, a single healthy mind as an authority is a major factor in a successful creative endeavor.
https://valand.dev/blog/post/auteur
From Rust to TypeScript
I was introduced to Rust in 2018 and has been enamored since. Rust is a system programming language, much like C++. Unlike C++ though, being relatively new, its language design is more modern and sophisticated. Writing with can feel more like writing TypeScript or Haskell. Not surprising since, despite being a language with a very minimum runtime and no GC, it derives many principles of functional programming such as immutability, type inference, higher-order functions, pattern-matching, etc. Over the course of tinkering things with Rust, I realized that writing Rust code makes me a better coder in other languages. This article will describe how my attempt to push the best in Rust's language design into TypeScript, my main language, without altering the language itself.
https://valand.dev/blog/post/from-rust-to-typescript
Beyond Black Hole: A Shower Thought
I imagine that going passing into a black hole would be like walking into a downward slope. The height of the ground in this analogy is the aforementioned "effort" to fill up a space and pass a time. Being lower means needing less effort to fill up space and pass a time, hence being smaller and getting old slower. For the slope angle, the smaller the black hole, the steeper the slope is, and vice versa.
https://valand.dev/blog/post/beyond-black-hole-shower-thought
Beyond Automation and Reuse
“Effective people are chronobenders.” It all started with fire, lever, pulleys, and wheels. About two centuries ago humankind underwent the industrial revolution. Since then humans have been racing with time with its fastest steed, the automation."
https://valand.dev/blog/post/beyond-automation-and-reuse
Extending String into a Multidimensional Entity
The box is a thought experiment about a technique to overcome a problem with subtypes. After a couple of years of professional days as a software developer and a couple of years being a information technology college student before that, I finally understand what is abstraction, what can be abstracted, and what must not.
https://valand.dev/blog/post/extending-string-into-a-multidimensional-entity