I think he is talking about the /s distro made by sarcasm inc.
I think he is talking about the /s distro made by sarcasm inc.
Weird, I had not had this name already. Might rename it to yarcp (yet another remote copy). Thanks for the heads up.
deleted by creator
deleted by creator
deleted by creator
Shouldn’t that be:
DELETE FROM real_influencers WHERE name = 'Simon Riggs';
This whole post is so funny, because by reading the comments I think OP tried installing GL Tron of all games and it didn’t work for some reason, spotted that it was last updated 12 years ago and thinks that’s why it doesn’t work on modern phones and now everybody here (me included) is having a great time playing GL Tron on their even more modern phones. 😂
Also this is the exact reason, F-Droid shouldn’t remove apps. Because the algorithm cannot know if the app is just completed and works even 12 years later or whether it’s abandoned and stopped working 2 months later.
Edit:
Just for the record, I have looked through droidify because of their “all apps by last updated”-list and scrolled all the way down.
The “most abandoned app” is Trolly. A shopping list app with too many permissions.
The “most abandoned game” is DroidAtomix which seems unplayable on my phone. The next “better” game is Replica Island which does still work, but is not that much fun to play tbh.
Say you are working for a family member (helping your dad with his company or sth.). A colleague once had to go help his parents with their small company and no one questioned it a bit. No “better pay?” or “man you are moving far away!” just “oh, well good luck”.
British women and British cuisine… The birth of a seafarer nation.
Yes, right. We could completely erase one third of exploitable vulnerabilities (by your numbers) only by switching to modern languages.
There is no good argument against that. Why wait for C or C++ to try and implement get another weird “solution” for those problems? (That no one uses then anyway)
Doesn’t look like it, but you can be the one writing one.
A frozen embryo is not really “alive”. Anywhere outside of a specific clinic in a specific container it would thaw and be destroyed immediately.
I know, where you are coming from, but counting a frozen embryo as alive is really stretching the meaning of alive.
First off, cause you are programming under windows, a lot of things will be harder for you. As seen on your problems with Python.
Most Linux installs have it right from the get-go and everything else is as simple. So giving directions for developers on other platforms might be much easier than what you had to go through. (Maybe use WSL?)
Let’s get to your real question:
How does one organize dependencies in a way easy for new contributors?
Since you will use Python, I will use that as example.
Most languages have a way to automagically import dependencies. Python has the requirements.txt file. Installing dependencies is then really easy. It is also a widely known way to do that, has lots of explanation online etc. so seasoned pythoneers will know what to do and younglings will get to know a good standard right away.
Bonus tip: If you don’t have a GUI library yet, maybe also search for game engines. They provide all the necessary tools as well, oftentimes have good GUI add-ins and are (mostly) for all mayor platforms.
Now what most people don’t know is that websites can insert arbitrary text when you copy stuff of them. A malicious site will abuse that.
It works like that:
You follow a tutorial online or search for a code snippet. You copy some code/said snippet and paste it into a terminal or the browser command line. This copied text is altered by the site to be a one line command to install malware or grab passwords or cookies. All of that is followed by a line break and maybe your real command to lower suspicion.
Some of the terminal or browser shells interpret a line break in the copied text as enter which then executes the command.
To prevent that, get a shell, that doesn’t just execute what you paste (fish shell) or a terminal program, that warns you about line breaks (Moba xterm).
And please check text from unknown sites before pasting it into a program that may execute it right away. (Just paste it into a text editor or look at your clipboard manager like Win+V in windows)
You are right in that it isn’t (or shouldn’t be) part of the parsing, but the program has to check the blacklist even if it’s in a database.
GPL
You have neighbors who can afford a car?
That’s why I like fish, which shows matching commands you executed, so that you can easily redo them.
sudo usermod -a cdrom
Forgot the -G
and wasn’t sudo anymore…
I did recover eventually, but it was not nice.
I did actually find a very similliar bug in the experimental rendering engine of element (the matrix client). So yes, this is something that exists somewhere else too.