A world where everyone is more productive but less reflective is not a world moving forward. Itβs a world accelerating in circles.
More of these thoughts here - medium.com/westenberg/h...
A world where everyone is more productive but less reflective is not a world moving forward. Itβs a world accelerating in circles.
More of these thoughts here - medium.com/westenberg/h...
It's impressive and sad at the same time. Already had these moments in the past. Enjoy.
Get offline π
Amazing message.
Recently, one of the materially richest guys on this planet said something against empathy. Here is the answer from Hannah Arendt, a prominent 20th-century philosopher and historian known for her influential works on politics, power, and totalitarianism.
Money can't buy wisdom.
Could you share some examples?
The talk was amazing. So much enlightning. Thank you.
Reminder: if you havenβt yet read βThe Mythical Man Month,β buy two copies so you can read it faster.
I also share this sentiment. The component model feels it wont get enough adoption, despite its good vision. On the other hand extism seems like "non-standard" way of doing wasm plugins. And therefore I'm bit hesitant using it. But since it's getting popular it eventually become the standard...
Interesting. May I ask you what do you think about component model by bytecodealiance since you're using extism?
Within every #rust engineer there are two wolves: one loves `serde`, the other hates returning deserialization errors one at a time to their users.
We wrote `eserde` to bring you peace.
(To bring _me_ peace too, at last!)
200 IQ move
Have some static files in your Rust project?
Just embed it β’
π¦ embed_it: A Rust library for statically including assets.
πͺ Embeds any directory as a struct, and the entire tree will be generated as structs and traits
β GitHub: github.com/riberk/embed...
#rustlang #library #embed #opensource
Same here. I found myself porting rust ideas to other languages. Doesn't click for other devs when they see this unless they've already touched rust.
Cool. Since you've mentioned packaging and distribution. Do you see wasm has potential to become the default compilation target for mcp servers?
Nice. Just one question, why did you choose the docker container instead of compiling it into a binary?
That's one issue. Another I found is when you want to propagate state from one component to another and it's pure client side stuff. Whatever you use as a event bus abstraction you'll easily get lost once the app grows. Htmx is nice for simple web apps.
Oh, same here. Thx
Which tools do you recommend?