React and Vue already have lots of libraries, components, and know-how. You can also move from CSR to SSR and back depending on your requirements.
React and Vue already have lots of libraries, components, and know-how. You can also move from CSR to SSR and back depending on your requirements.
That’s exactly how we got Javascript on the backend in the first place. I remember when this was the new “weird” thing.
That’s true, and you can also combine multiple errors to have a single catch block or handle each error separately. The perfect dataset for this comparison will need to be written. Code golf data is good enough for a non-academic fun analysis like this one.
I think code golf is a great dataset for this kind of analysis specifically because they are artificial and people are paying attention to the number of characters used. Leetcode solutions might be a better option though.
In real world projects there are too many confounding factors. People aren’t implementing servers in brainfuck or websites in C. Even rewrites of a project into another language have more/fewer features. So it’s an apples to oranges comparison.
My mileage has indeed varied.
It’s the same with Python support.
Yeah. Build machines should never have had internet access. Any dependencies your product uses should be downloaded once and then cached in your own artifactory. If you don’t, what you deploy in production could be different from what you tested in staging. That can allow attacks like this to happen much more easily.
How sad it would be if responsive mobile websites die the way of WAP.
Well, using ai-generated answers to train their own ai would bring down the quality of answers and worse quality means lesser money. Don’t you want them to make any money??!!
Not quite. This is 15% of Instagram.
It’s been out for less than ten days and it already has more than 35x the number of total users as Mastodon. It might not be for us, but saying that no one would want to use it is just sour grapes.
I’d imagine that Linux kernel would be governed by a council like the Rust project.
Linus has the most unique programming career ever. It’s good for us that he became the impartial foul-mouthed emperor of fat penguins. If he were still great at programming but not so good at leading, i wonder what would have happened to Linux.
Maybe it’ll finally be the year of the Linux desktop.
deleted by creator
Yeah. For example Lemmy backend is written purely in Rust and doesn’t use unsafe anywhere, but some lower-level library it uses probably does use unsafe for IO code.
Alt text:
He sees you when you’re sleeping, he knows when you’re awake, he’s copied on /var/spool/mail/root, so be good for goodness’ sake.
The Google Play Store uses a technique called delta patching to calculate the diff server side and avoid transferring parts of the app that haven’t changed since your original installation.
This is understandably not perfect because they want to avoid load on their servers and also the extra processing on your device to “unpack” it. So what you have is a happy medium between sending the entire app again and sending strictly the diff.