this post was submitted on 20 Feb 2024
7 points (88.9% liked)

Microblog Memes

5698 readers
2753 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 1 year ago
MODERATORS
 
top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 8 months ago (1 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.

[–] [email protected] 0 points 8 months 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"

[–] [email protected] 1 points 8 months ago

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

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

[–] [email protected] 1 points 8 months ago

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

[–] [email protected] 3 points 8 months ago

STUPID FUCKING SMELLY NERDS

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

[–] [email protected] 3 points 8 months ago* (last edited 8 months ago) (1 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

[–] [email protected] 1 points 8 months ago

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

[–] [email protected] 3 points 8 months ago* (last edited 8 months ago)

A meme made in response (not by me):

[–] [email protected] 1 points 8 months ago

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.

[–] [email protected] 0 points 8 months ago (1 children)

I hate when the installation takes like 20 steps. Never heard of an installation script and a interactive installation? I've installed far more complex software, that gets this but your shitty programm can't do it?

And they wonder why nearly nobody uses Linux. In Windows nearly all software comes as an executable. Imagine offering a software under windows, where you need to do the setup manually in a shell.

[–] [email protected] 1 points 8 months ago* (last edited 5 months ago) (1 children)

It's literally three steps, not 20 you overdramatic cringelord

It's just downloading the shit, navigate to the shit, run the shit

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

If you're too stupid to handle that then just suffer, for real

[–] [email protected] 0 points 8 months ago (1 children)

Do you kiss your mother with that mouth? I'm not speaking of this project but in general. Other projects where they does this, not this one.

[–] [email protected] 1 points 8 months ago* (last edited 4 months ago)