@TranslatorBot@lemmygrad.ml English
(he/him)
Terminally online insomniac code monkey from burgerland. Deeply unserious person.
@TranslatorBot@lemmygrad.ml English
It’s been way too long since I last saw a Dolan meme in the wild.
I use .NET for my job. My team shifted to a lot of frontend work with react for about a year when the lastest .NET was .NET 5. Barely a year later after not touching it the latest version was .NET 7. Ridiculous.
Its small size is due to having few dependencies and not having a lot of code itself. It also helps that I use different dependencies depending on whether or not it is compiled to target WASM. The library I use for WASM, gloo-net, is a thin WASM wrapper around the browser’s fetch API, which should keep the binary smaller when sent to the browser.
It’s a coincidence that you mention that. One of my main motivations for making this was to have something that would be easy to use with the leptos UI.
If you try emacs again, try evil mode. It adds vi bindings.
I write rust on a meh computer alot and have never had compile times be that bad (at least not for debug). The target dir is massive though.
Literally me fr fr
Do you mean installing electron from your distro’s package manager?
Tauri uses the OS’s built in webview libraries as opposed to bundling a whole browser engine like electron. It’s still not as good as native in terms of size and speed, but it should be a lot better than electron.
What the fuck is a modulo? Is it some kind of npm package?
This one must be the person recruiters have in mind when they list multiple years of experience with technology that just came out in their job postings.
This is a work of art.
Those photos are so 2000s. Adds to the charm.
I’ve found AnySoft keyboard to have decent enough swipe support as well as word predictions. The only complaints I have about it is that the keyboard sometimes shrinks to a weird size if you use autorotate and its word predictions don’t support contractions.
You may be interested in the datefns library if you need a replacement for momentjs.
Does this mean docker compose files are bad?