Make sure to read the man page before so you don’t remove the runtime functions
Make sure to read the man page before so you don’t remove the runtime functions
You have a Thinkpad? As far as i have heard their linux compatibility is fairly good. An yes, ubuntu won’t have more problems than windows with low power devices. My old 4GB ram, 1.4GHz 4 core laptop ran linux mint fine.
Ps: linux mint is a ubuntu fork, and has a desktop interface that looks a lot like windows (example: in the bottom left there is the linux mint logo that you can click to open the start menu like on win 7).
Well, technically it was a race condition. Just one between two different programs.
As someone who used Prolog in an academic circumstance for more than just logic, i fully agree with that article.
But i still think C++ has more footguns than Prolog.
Ps: i haven’t documented all the cursedness yet.
Or make a language named everything so you can say “i program in everything”
My threat model is not that big :)
My dad suggested me this after i told him about the new upload filters the eu is thinking about. Here is a link to a german blog post about it: https://netzpolitik.org/2024/anlasslose-massenueberwachung-frankreich-wackelt-in-der-ablehnung-der-chatkontrolle/#dokument
Is there e2e encryption available for mattermost that normies can use?
What clients will you use for xmpp/prosody?
This is not true. League of Legends works on linux via proton (for ease of installing use lutris)
you can even have a case where you return the first element of the list if the list is not empty, and it will still be O(1).
It didn’t load completely at first, so i saw something like this and i think it is even better that way:
In c single quotes are for single chars only, while int is a string. That means you would need " around it. I think.