@[email protected] English
(he/him)
Terminally online insomniac code monkey from burgerland. Deeply unserious person.
@[email protected] 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.
Hex digits are 0-9 and A-F. I don’t think P is a digit.
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.
You may be interested in the datefns library if you need a replacement for momentjs.
Forreal. Even a bespoke inferred return type is better than any 9 times out of 10.
That would also explain all the memes complaining about lack of comments.
OP when they remember trans people exist.
Java follows the paradigm of boilerplate oriented programming.
Does this mean docker compose files are bad?