Creates something free to use and ask for nothing in return
People complain because they have to chmod +x a Shell file
A tale as old as the internet.
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
Related communities:
Creates something free to use and ask for nothing in return
People complain because they have to chmod +x a Shell file
A tale as old as the internet.
You're giving them way too much credit, they just need to ask "Chat" how to run the code. That's how 16-20 year olds refer to ChatGPT. It's two minutes of copy paste and "how do I run this"
I’m pretty sure “chat” means Twitch chat. Streamers usually asks “chat” for questions, and teenagers have adopted this vocabulary for everyday use.
That’s how 16-20 year olds refer to ChatGPT.
As a 17 year old, I hear this for the first time.
Steps to building a cool program (the really cool way)
Edit: did the other guy that responded block me? I got a notification about it but can't load the comment
Hey welcome to our group session. Just know that we all have been hurt by C++ build systems and this is a safe space
I feel so welcome, thank you
STUPID FUCKING SMELLY NERDS
I can kinda vibe with that. Worst I've ever seen was installation instructions posted in a Discord server.
I agree that github is for developers or people who at the very least don't mind learning a bit of development and getting their hands dirty. The poster demanding an exe is quite entitled - and also from what I understand the repo he is referring to is a python repo, so there normally wouldn't be an exe, it'd just be run via a python command.
There's a bigger problem here, which is that technical skill in newer generations is also decreasing - as someone on reddit had once said "I'm a millennial and I'm doing tech support for my parents as well as my children". A generation raised on tablets and phones have gotten the false impression of being tech savy, when their actual technical skill is using end products.
Expecting every github repo to provide you with something you just click-and-run is overlooking the complexities and reality of how code is. By it self that isn't a problem, but the entitlement it takes to publicly and arrogantly post that on a public forum is astounding and counter-productive to people who work on those small repos.
Nobody has any idea how old this poster is, it could be an old ass boomer as easily as it could be a zoomer and we're just going on making statements about the technical abilities of new generations without any actual evidence other than a single person that can't do something for themselves? There are many, many people from my graduating class who would be as helpless as this person and I'm fucking 30.
The same thing happened in the previous generation too. Some boomer would start raging about how these millennials don’t know how to fix cars or install toilets or whatever anymore based on one cherry picked example and the other 95% of boomers that have been paying a mechanic or a plumber this whole time and don’t know how to do shit would just nod along.
GitHub is easy
read the readme for any prerequisites
follow the installation instructions
forget you have the program on your computer
find another neat GitHub program
goto step 1
I'm from the 90s and early 2000s Windows days when most of my time was spent figuring things out and getting things to run
STILL don't understand what I'm supposed to do with the stuff on GitHub lmao 😂
Usually just go to the “releases” section in the right, click the latest release, and download the built executable for your system from there.
I don't think this one has an executable, but it doesn't require compilation either. And instructions are quite simple.
There's a little trick my parents passed down to me whenever I asked them what a word meant or how to do something when I was a kid, "look it up yourself". Look up the word in the dictionary, learn how to learn how to do things, and then when you get stuck ask for help graciously. Self reliance isn't something that just happens, it takes effort and often failure.
It's a great learning technique. My family and girlfriend always say I'm so smart cause I know a lot. I don't think I'm that smart I just always take that extra step to Google something if I have any questions. Doesn't matter how small or unimportant it may seem, you never know what sort of rabbit hole you'll fall down and how much you'll learn because of it.
Someone created an issue for they generated an exe. The answers are interesting
https://github.com/sherlock-project/sherlock?tab=readme-ov-file#installation Interesting, is this used for cyberstalking?
Regardless if you use any python then it is super easy. If you don't use python, it is super easy to learn. If you are unwilling to learn, then ask for help and don't be a condescending dick. BUT i usually don't like to spend time helping people that are unwilling to learn.
It could be used for cyberstalking, but it's not expressly built for that use case I think. All it does is spit out sites that have a matching user name on file. It's actually quite useful for periodic social media / account cleanup to check for account you created for one reason or another and no longer need / have grown dormant.
In that sense it's similar to something like Mine.
Oh that's where the "where's the EXE" is coming from.
script kiddies are old. now we have proompt kiddies.
In an upcoming post: "Why can't anyone just make a button that automatically hacks facebook???!!!"
It's really interesting how differently you see technology as a professional compared to "normies". So much stuff is easily solved by following instructions or reading error messages.
Jesus! Ipad baby script kiddies just sounds like an absolute nightmare!
They, the people like that r*dd!t person, have the technology to look up how to do the thing that'll probably get them in trouble but are so used to everything being essentially hand fed to them thanks to "smart" phones dumbing everything down that the second they find anything inconvenient, they don't know what to do or get furious because of their lack of knowledge and start blaming everyone else.
At least that's what it sounds like to me.
Stupid smelly Nerds!
That last line isn’t too far off. The “script kiddies” are the ones sideloading malware into their Apple devices thinking they’re downloading something like “see if that hot chick looked at your Facebook profile” apps.
I think this is satire because the app in question is a social media finder and the only non computer users who would want to use it probably uses apple or won't know what an exe even is.
Also
# clone the repo $ git clone https://github.com/sherlock-project/sherlock.git
# change the working directory to sherlock $ cd sherlock
# install the requirements $ python3 -m pip install -r requirements.txt
3 commands lmao
You would be surprised. There are a lot of wannabe hackers out there and many have the entitled attitude shown in OP's posts.
Many of them are also completely alien to the command line as well. What are clear instructions to you and me may as well be Hylian to such skiddies.
I used to have a lot of old cybersec material from late 90s/early 2000s. A lot has changed since then but skiddies? They haven't changed a bit.
Easy!
For i in *.py do; mv $i basename ($i).exe ; done
Or something...
I haven't written any shell in ages.
I'm a firm believer that everyone should be taught how to install stuff from Git*
People are taught how to read. They can just go to the documentation and learn.
People misunderstand the target audience of GitHub—which is specifically not the general public, but yes, developers. If you don't want to be treated as a developer, don't use a platform designed for developers. And I'm saying this as someone who's having a horrible time learning hot git and GitHub works. (Not because it's bad, I'm just a slow learner lol)
If they just asked kindly those "stupid smelly nerds" would've gladly helped bit no you have to be an idiot and an entitled little shit.
Devs tend to forget that they get paid so much because they know things most don't. If everyone was comfortable with things that seem simple to them like running a git install, devs wouldn't be as sought after.