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.
Even when running an instance for yourself, you’re not really safe. The threat to your privacy goes from being a third party in control of your data to your own operational inexperience.
I tried to host my own personal Lemmy instance and ran into a lot of issues hosting it. On the one hand you want to be safe by restricting unnecessary access, but on the other hand you have no idea why federation doesn’t work, or the postfix-relay docker cannot send an email, or why you cannot ssh into your own host, so you want to just allow everything and just get it to work somehow. In the end, unless you are already an expert at this stuff, trying to host your personal instance safely is a tall task.
It’s also going to be very costly. Especially for an image sharing website like Pixelfed.
Maybe there is a market for self-service managed hosts like we have with Wordpress blogs.
Hi, I’m Dr. Mordecai Tutu on this glorious day.
You know, saying that everyone except caucasians are “people of color” itself reeks of inherent racism.
Racism is quite common in the world. It always has been. It’s just that in most of our history our out-groups were still local so racism didn’t manifest.
Right now we’re at a point in the human journey where we see people of different races quite often, but we don’t interact often enough that it is no longer relevant for anyone. It’s improving.
Posted in /c/technology 😬
Well, I’m here for the fanfic about British intelligence gathering devices.
I like the colours and the minimism of the components. As an end user, I can see myself using this.
I would like to know more about what you want to focus on. For example, will you be trying to make the look as customisable as possible for users, or keeping it really simple and focusing on features like in-built mod-tools, reminder notifications, support for combining duplicate communities on multiple servers, etc? Will you be depending on gestures more (focus on mobile) or on taps (focus on desktop). Are you going for a clean interface or a powerful one?
These are not binary choices. The app will be on the spectrum somewhere. I’d like to know your initial thoughts.
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.