Posts by Andrey Sitnik
I see a million tech moguls complaining that media coverage has become "anti-tech" like some kind of spontaneous vibe shift, and regrettably few wondering if, maybe, the issue is that a bunch of the tech industry became less worthy of being positive about over the past several years.
Why I use Svelte for all my apps.
• small bundles
• no dom manipulation
• feature parity with react / vue
• good ecosytem
Now Thoughtworks recommends it.
www.thoughtworks.com/radar/langu...
If you're European, you now have a great and well-funded PDS in EU soil, governed by EU laws, run by awesome folks. Moving your account to Eurosky is easy, and you won't notice the difference afterwards. Please take a few minutes and do the jump 🇪🇺
Большой потенциал для бурлеск-номера вижу я.
The people who made a huge mistake of killing nuclear energy and putting all resources to Putin’s gas
Honestly, devcontainer is just syntax sugar on top of docker/podman anyway. So it is not so a lot of code to do something wrong. Mostly config parsing and generate bash commands to run docker.
I just released new version of keyux.
Japanese/Chinese have special IME mode when they type & choose characters. During this mode we need to ignore hotkeys and Enter/Escape.
github.com/ai/keyux
t.me/andyfro1ov
Yes, oxlint lsp with tsgo works in Zed.
I just need to install all used ESLint plugins directly to the package (oxc extension for Zed has issue with nested dependencies).
github.com/ai/environme...
Zed has seriously leveled up its Dev Container support. 🚀
- You can launch them directly from the CLI via --dev-container, which wasn’t possible in VS Code.
- It’s a custom implementation written in Rust.
With the switch to oxfmt/oxlint, development is absolutely flying now.
Sam Livm
I started a new open-source project: Nano Stores SQL, lets you use SQLite via WASM in the browser (or React Native) together with the other smart Nano Stores.
So the user’s UI doesn’t have to wait for server data and feels instant.
github.com/nanostores/sql
Interesting perspective on how romance in our culture is just as detached from relationship reality as porn is from actual sex.
Yet, the dangers of unrealistic views of romance go unmentioned—despite the fact that divorce rates are already over 50%.
aella.substack.com/p/the-other-...
Daniel Garofali by James Demitri
All Catalonian suburban railway trains review
www.youtube.com/watch?v=WDFd...
“One of the most frightening things I’ve ever heard is when someone pointed out that the existence of the uncanny valley implies that at some point there was an evolutionary reason to be afraid of something that looked human but wasn’t.”
— David Szymanski
Of course, Nano Stores SQL parametrize all strings.
This is why we use not a normal function store(`SELECT …`) but tag template store`SELECT …` (no brackets).
github.com/nanostores/s...
bsky.app/profile/forb...
Artemis 2 photos and videos in good quality can be found:
NASA website:
images.nasa.gov (select Newest Uploads)
www.nasa.gov/gallery/
Official Flickr account
www.flickr.com/photos/nasa2...
Show and explain them to your kids, it is one-time experience!
new npmx tagline? 😊
As seen from Artemis 2, the Moon with an earthshine crescent eclipses the Sun, and four planets are visible to the lower right of the Lunar disk. These are Saturn, faint Neptune (which needs a pointer), Mars and Mercury
Here it is.👍🙂
Earthset from Artemis II. I am overcome.
1968: the arrival
1972: the farewell
2026: the return
this wikipedia editor is orbiting the moon right now!
But you can also use many other services with use SQLite internal oplog with small proxy for access control to sync replicas
I am going to create soon an extension on top of Logux which will send user’s log (with optional E2E encryption) from the server.
This log will be reduced to SQLite database view.
And it will use CRDT to resolve conflicts.
I am going to create soon an extension on top of Logux which will send user’s log (with optional E2E encryption) from the server.
This log will be reduced to SQLite database view.
And it will use CRDT to resolve conflicts.
I started a new open-source project: Nano Stores SQL, lets you use SQLite via WASM in the browser (or React Native) together with the other smart Nano Stores.
So the user’s UI doesn’t have to wait for server data and feels instant.
github.com/nanostores/sql