this post was submitted on 20 Feb 2024
1034 points (97.0% liked)

Microblog Memes

8574 readers
2914 users here now

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:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] Dasnap@lemmy.world 165 points 1 year ago (3 children)

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.

[–] Speculater@lemmy.world 25 points 1 year ago (2 children)

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"

[–] magic_lobster_party@kbin.social 31 points 1 year ago

I’m pretty sure “chat” means Twitch chat. Streamers usually asks “chat” for questions, and teenagers have adopted this vocabulary for everyday use.

[–] user224@lemmy.sdf.org 23 points 1 year ago (2 children)

That’s how 16-20 year olds refer to ChatGPT.

As a 17 year old, I hear this for the first time.

load more comments (2 replies)
load more comments (2 replies)
[–] Ironfacebuster@lemmy.world 127 points 1 year ago* (last edited 1 year ago) (9 children)

Steps to building a cool program (the really cool way)

  1. Clone the GitHub repository
  2. Open command prompt
  3. Run the build command
  4. It fails because the repository owner uses a different c++ compiler and it only works with that one
  5. It fails again, realize you installed visual studio wrong somehow so spend an hour trying to get the visual studio installer to find and uninstall it before deleting the installation directory entirely and installing the required version again
  6. It still fails, the project looks for version "" of protobuf but you have "3.1.10.1" so you reconfigure it to look for a real version of protobuf
  7. It fails again, some tool that isn't in the readme is required to build it
  8. It fails again, it's not actually compatible with windows yet
  9. Give up and wait for pre built binaries

Edit: did the other guy that responded block me? I got a notification about it but can't load the comment

[–] Killing_Spark@feddit.de 65 points 1 year ago (1 children)

Hey welcome to our group session. Just know that we all have been hurt by C++ build systems and this is a safe space

[–] Ironfacebuster@lemmy.world 24 points 1 year ago

I feel so welcome, thank you

load more comments (8 replies)
[–] Just_Pizza_Crust@lemmy.world 125 points 1 year ago (12 children)

STUPID FUCKING SMELLY NERDS

I can kinda vibe with that. Worst I've ever seen was installation instructions posted in a Discord server.

load more comments (12 replies)
[–] freamon@endlesstalk.org 119 points 1 year ago* (last edited 1 year ago) (2 children)

A meme made in response (not by me):

load more comments (2 replies)
[–] random9@lemmy.world 106 points 1 year ago (4 children)

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.

[–] Cqrd@lemmy.dbzer0.com 52 points 1 year ago (1 children)

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.

[–] shinratdr@lemmy.ca 34 points 1 year ago (1 children)

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.

load more comments (1 replies)
load more comments (3 replies)
[–] boringbisexual@lemmy.today 78 points 1 year ago* (last edited 1 year ago) (4 children)

GitHub is easy

  1. read the readme for any prerequisites

  2. follow the installation instructions

  3. forget you have the program on your computer

  4. find another neat GitHub program

  5. goto step 1

[–] boringbisexual@lemmy.today 30 points 1 year ago (1 children)
  1. try to figure out formatting on lemmy
[–] RealFknNito@lemmy.world 37 points 1 year ago (2 children)
  1. Never reach 6. because 5. loops back to 1.
load more comments (2 replies)
load more comments (3 replies)
[–] Mr_Blott@lemmy.world 63 points 1 year ago (12 children)

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 😂

[–] youRFate@feddit.de 54 points 1 year ago (1 children)

Usually just go to the “releases” section in the right, click the latest release, and download the built executable for your system from there.

[–] XEAL@lemm.ee 21 points 1 year ago (3 children)

I don't think this one has an executable, but it doesn't require compilation either. And instructions are quite simple.

https://github.com/sherlock-project/sherlock

load more comments (3 replies)
load more comments (11 replies)
[–] whotookkarl@lemmy.world 61 points 1 year ago (1 children)

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.

[–] Riven@lemmy.dbzer0.com 19 points 1 year ago

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.

[–] topinambour_rex@lemmy.world 51 points 1 year ago (3 children)

Someone created an issue for they generated an exe. The answers are interesting

https://github.com/sherlock-project/sherlock/issues/2006

load more comments (3 replies)
[–] Chocrates@lemmy.world 43 points 1 year ago (2 children)

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.

[–] ZC3rr0r@lemmy.ca 22 points 1 year ago

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.

load more comments (1 replies)
[–] DAMunzy@lemmy.dbzer0.com 32 points 1 year ago

Oh that's where the "where's the EXE" is coming from.

[–] lemmesay@discuss.tchncs.de 31 points 1 year ago

script kiddies are old. now we have proompt kiddies.

[–] prof 28 points 1 year ago

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.

[–] AceFuzzLord@lemm.ee 28 points 1 year ago* (last edited 1 year ago)

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.

[–] Fizz@lemmy.nz 27 points 1 year ago

Stupid smelly Nerds!

[–] RememberTheApollo_@lemmy.world 26 points 1 year ago

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.

[–] mlg@lemmy.world 25 points 1 year ago* (last edited 1 year ago) (3 children)

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

[–] 520@kbin.social 36 points 1 year ago* (last edited 1 year ago) (10 children)

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.

load more comments (10 replies)
load more comments (2 replies)
[–] AnUnusualRelic@lemmy.world 23 points 1 year ago* (last edited 1 year ago) (5 children)

Easy!

For i in *.py do; mv $i basename ($i).exe ; done

Or something...

I haven't written any shell in ages.

load more comments (5 replies)
[–] therealjcdenton@lemmy.zip 23 points 1 year ago (1 children)

I'm a firm believer that everyone should be taught how to install stuff from Git*

[–] calzone_gigante@lemmy.eco.br 26 points 1 year ago

People are taught how to read. They can just go to the documentation and learn.

[–] FrostKing@lemmy.world 22 points 1 year ago (4 children)

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)

load more comments (4 replies)
[–] THE_MASTERMIND@feddit.ch 20 points 1 year ago (1 children)

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.

[–] AnalogyAddict@lemmy.world 16 points 1 year ago (4 children)

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.

load more comments (4 replies)
load more comments
view more: next ›