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
valand.dev blog RSS feed
Exploring what's underneath LLMs, risks in knowledge and agency gap in the society, and the potential way to a better future
Do you know what separates us from dead things? It is our fight against the dying of the universe.
Think long life, get long life
It’s not the layers that matter. It’s what still bends under pressure.
The problem isn’t complexity. It’s how we branch and never thought how to come back together.
Last year, 2024, I had the wildest job.
Love, like free will, exists despite itself, insisting upon its own reality and spawning endless justifications to make sense of its presence.
For kitchen utensils, scaling, and less thinking
Why would anyone want a distributed system solution a single threaded app?????
...as the right word unlocks a whole new dimension for our thoughts.
Dog is an animal. Car is a vehicle. Why doesn't OOP ever talk about time control?
Names are weird until you understand what they stand for and realize that sometimes someone need to stand for them.
Today's work is particularly fun that it inspired me to write this appreciation piece for the past 2023-2024.
When you run a program in your computer, a small slice of space and time in your device is under the programmer's control.
Your “now” is some time in my past and my “now” is some time in your past
We've dreamt of creating an intelligence. Which aspect of it is so profound?
While working on machine-tree I found that Rust has a very powerful arsenal when it comes to dynamic programming and hiding type information.
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.
What I strongly feel to be the essence of robust after years of gory struggle for robustifying software, countless philosophical discussions, and meditations.
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.
A term for things that gain from stress. How would the idea of antifragile fit into the software space?
Rust's ownership and lifetime analysis is actually a good heuristic to determine React Components Architecture
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.
Examining control flow and architecture in the form of graphs yields insight into complexity.
Thoughts, questions, ponderings about leadership. Some may be useful. Some may be plain wrong. Anyhow, I need to write these somewhere.
Unconventional collection of tips from working on some projects and interfacing with varying disciplines.
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 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.
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!
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.
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…
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…
“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."
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.