RSSAmplifier

Blog

valand.dev blog RSS feed

valand.dev blog RSS feed

valand.devRSS feed ↗34 posts

Latest posts

AI Limit, Social Divide

Exploring what's underneath LLMs, risks in knowledge and agency gap in the society, and the potential way to a better future

Dreamware, Judgeware, Actware

Do you know what separates us from dead things? It is our fight against the dying of the universe.

Free Stuff From Dissolving and Restitching Bounds

Think long life, get long life

Everything in Between Is Noise

It’s not the layers that matter. It’s what still bends under pressure.

Convergence in Software

The problem isn’t complexity. It’s how we branch and never thought how to come back together.

Calculating Multiverse (Not the Marvel Kind)

Last year, 2024, I had the wildest job.

Self Referential

Love, like free will, exists despite itself, insisting upon its own reality and spawning endless justifications to make sense of its presence.

Instrument of Order

For kitchen utensils, scaling, and less thinking

State of React State Management is Absurd!

Why would anyone want a distributed system solution a single threaded app?????

We Must Talk About: Locality

...as the right word unlocks a whole new dimension for our thoughts.

OOP Isn't Obsessed Enough About Time Control

Dog is an animal. Car is a vehicle. Why doesn't OOP ever talk about time control?

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.

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.

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.

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

Agency

We've dreamt of creating an intelligence. Which aspect of it is so profound?

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.

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.

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.

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.

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?

From Rust to TypeScript: Lifetime Analysis for React Component Architecture

Rust's ownership and lifetime analysis is actually a good heuristic to determine React Components Architecture

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.

Don't Bring a Tree to a Mesh Fight, and the Other Way Around

Examining control flow and architecture in the form of graphs yields insight into complexity.

Leadership: Random Notes

Thoughts, questions, ponderings about leadership. Some may be useful. Some may be plain wrong. Anyhow, I need to write these somewhere.

Unconventional React and TypeScript Tips

Unconventional collection of tips from working on some projects and interfacing with varying disciplines.

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…

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.

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!

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.

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…

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…

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."

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.