just trying lemmy

  • 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle



  • It is completely creepy. Think about who is behind Open AI. That’s a mixture of Elon Musk, Peter Thiel (Palantir), Microsoft and others. A right-wing, anti democratic, anti-human and purely profit oriented group. The name “Tools for Humanity” is complete sarcasm. What they do with Worldcoin smells like a modern attempt of colonization. Collecting biometry, subverting critical infrastructure (financial systems), making fake promises, blinding poor people with shiny metal balls and a little bit of money in some cases.

    This can be stopped though! The Kenyan government apparently banned the project - for good.










  • IDEs can automate build/test flows. But you can also automate them with scripts. This has the significant benefit that you can check this scripts into your version-control system (git) and publish them together with the code. Then your collaborators can use the exact same scripts. With IDEs that’s really not working well because it would force others to use the same IDE as you. Possibly the IDE configuration is not even version-control friendly.


  • You may actually miss out when using an IDE. Driving without training wheels is more fun :)

    I’ve used IDEs (Netbeans, Intellij) in the beginning but then started migrating away. They where just too heavy for me. Also, often IDEs do lots of stuff in the background such that you easily don’t understand fully what is going on. Now I settled using the ‘helix’ text editor. It provides some IDE-like features like integration with language-servers, syntax highlighting, code completion, file navigation, code navigation, symbol search. But there are no dozens of buttons for triggering compilation etc. You do all this on a separate terminal.

    Quite handy for such setups are tiling window-managers like i3. They allow you to easily fit the editor and terminals on the screen. This way you also don’t need the build-in terminal of an IDE.







  • True. As an outsider I can only speculate what is going on there. As you say, other BigTech-financed projects seem fine.

    About big tech companies sponsoring projects: The have an interest that Rust is maintained and many people write good crates which they can use. But they don’t care so much about the world being able to profit from the ecosystem. If they do, then just because this is actually profitable for themselves.

    I think this turns into a problem once a project get mainstream. Let’s imagine that in twenty years Rust largely replaced C/C++. It would become part of the worlds critical infrastructure. I don’t think it is good to let the monopolies have the governance. I don’t believe that they act in interest of people. Often it may appear the way. But if it does, I’m convinced that there’s usually a business interest behind. For example, screwing people completely would be bad for business or might trigger the attention of regulation bodies. So they don’t do it. Screwing people very gently such that they get used to it before they notice might happen. Slowly boiling the frog. This type of companies do that on a daily basis.