edinbruh

joined 2 years ago
[–] edinbruh@feddit.it 11 points 2 years ago* (last edited 2 years ago) (3 children)

For various reasons.

Different languages take different approaches and models to do stuff. Thus making each one better or worse for different challenges.

For example, python is easy and quick to get up and running. Bug it's slow and unsuited for low level programming (like OSes, drivers, and embedded stuff). On the other hand, C is very fast and very low level, allowing you to make both high performance programs and low level stuff, but it's a nightmare to use and you will run into all sorts of problems that an easier language, like python would avoid. All of this is mostly due to python being interpreted (instead of compiled) and c having manual memory management.

But they might also take a different approach at computation, like for functional languages (opposed to imperative languages) which try to solve problems in a more "mathematical" and declarative way, instead of defining a sequence of instructions. Or, even more, logic programming languages, in which you define a series of logical statements and the language tries to find solution and draw conclusions from them.

And some languages are designed around some particular concept that they think is beneficial and worth exploring, maybe taken from various other languages and put together, like rust which is designed around the RAII design pattern and takes large inspiration from functional languages, while still being and imperative procedural language (like C, so not object oriented). Or java which was designed to be a portanle but performante object oriented language, with support for low powered embedded system, full of features but simpler than c++, etc... all stuff that now is nothing special, but remember that java us very old. Or kotlin which tries to be java (they are interoperable), but modern and better and more "pure" or "consistent". Or c++ that started as an object oriented superset of c, but then started adding every single feature of every other imperative language, and never giving up on older stuff, to the point of becoming very hard to use correctly while making it very easy to screw yourself in the most intricate ways.

And of course there are domain specific languages (opposed to general purpose languages). Which aren't even necessarily Turing complete. They are designed for one purpose only, and they do that better than general purpose languages. For example AWK for text processing, or SQL for databases, or matlab for scientific calculations, or TeX for typesetting, or GLSL for shaders, or coq for theorem proving. And here imagination truly is the limit.

So, the point is, every language is more suited then other for some kind of work. And when people stumble across some problem that is hard to tackle and come up with some approach to solve it, or when they grow fed up with the issues of some older languages, they often like to make a new language around that. And some times this leads to entirely new paradigms which are worth exploring.

P.s.: I like languages:)

[–] edinbruh@feddit.it 23 points 2 years ago

This is prostitution

[–] edinbruh@feddit.it 1 points 2 years ago

Looks like they are still using it anyway 🤷

[–] edinbruh@feddit.it 4 points 2 years ago* (last edited 2 years ago) (3 children)

Here are some possible reasons

  • Nvidia is more popular in general
  • Gamers (used to see Nvidia perform better)
  • CUDA (which is the de facto standard for AI/parallel computing)
  • Many people come from windows
  • Nvidia kinda works, with proprietary drivers and xorg
[–] edinbruh@feddit.it 48 points 2 years ago (1 children)

There! Now try to make a doubly linked list

[–] edinbruh@feddit.it 1 points 2 years ago

Barbieheimer

[–] edinbruh@feddit.it 3 points 2 years ago

What's the issue here? Seems correct to me

[–] edinbruh@feddit.it 17 points 2 years ago (3 children)

All true, except maybe the expert part

[–] edinbruh@feddit.it 3 points 2 years ago* (last edited 2 years ago) (2 children)

The idea is that having "many eyes" on the code, the vulnerabilities should be found and solved more readily. BUT... of course this is true only for big projects which actually do have many contributors.

Viceversa, while skilled (or high budget) attackers can still find vulnerabilities in proprietary software (think of how people still crack consoles and games), good-intentioned people cannot contribute to weed out these vulnerabilities.

But most important of all, it's trust. There is no way to be sure that a proprietary piece of software is actually as secure or respectful of privacy as it claims to be. Whatsapp claims to have end to end encryption, but you can't tell if it's truly secure or if it has a backdoor or some other spyware in it. For OSS instead you can always read the code yourself, or trust the many eyes that did.

Some months ago it came out that as soon as windows 11 is boot up for the first time, it starts contacting services like Amazon and steam (allowing for tracking) before even asking for license and privacy agreement. The same thing could not happen in Linux because the code is open.

Also, by using proprietary software from big corporations you give them power over your infrastructure and your work, and possibly on other people interacting with you. Which is definitely not poggers.

[–] edinbruh@feddit.it 1 points 2 years ago

Firefox, magari cambiando qualche setting di privacy. O se non ti piace mozzilla e vuoi più privacy e meno Google, c'è sempre librewolf.

Ricorda, anche usando brave o altri browser privacy oriented diversi da Firefox (e derivati), stai comunque contribuendo al monopolio di Google, perché sono sempre basati su chromium. Per ora, l'unica alternativa realistica è Firefox, forse in futuro ci sarà qualcos'altro.

In questo momento Google ha letteralmente il potere di decidere gli standard del web. Non importa se sono open standard o no. Se Google sceglie di mettere in chrome una qualche variazione ad uno standard, o di non metterne un'altra, inevitabilmente lo stesso succede anche a brave e tutti gli altri. Questo è preoccupante.

[–] edinbruh@feddit.it 9 points 2 years ago (2 children)

I suggest not doing any of this and just finding the apk somewhere, because most likely it runs perfectly on newer android, and Google is just being a bitch

[–] edinbruh@feddit.it 7 points 2 years ago

Literally 1984

view more: ‹ prev next ›