this post was submitted on 20 Feb 2024
1128 points (97.2% liked)

Microblog Memes

6617 readers
2999 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] Mr_Blott@lemmy.world 70 points 1 year ago (3 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 57 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 22 points 1 year ago (1 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

[–] Evotech@lemmy.world 10 points 1 year ago* (last edited 1 year ago) (2 children)

Nah it's just a python script.

Best you are going to get is a docker-compose.yml normally.

[–] Kowowow@lemmy.ca 3 points 1 year ago

All I know about python is that blender uses it so maybe it can be placed in there

[–] AMDIsOurLord@lemmy.ml 5 points 1 year ago (4 children)

It's code, git clone then build. If there is a standard makefile it's super easy. If it's some modern age hispter trash build system you're in for some pain.

[–] Vilian@lemmy.ca 24 points 1 year ago* (last edited 1 year ago) (2 children)

or download from the releases?

[–] Dmian@lemmy.world 14 points 1 year ago* (last edited 1 year ago)

This is the answer for non-developer people (most people out there, actually).

[–] XEAL@lemm.ee 7 points 1 year ago

It's simply a Pyhton script, you can run it directly or build a Docker image.

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

[–] flamingos@ukfli.uk 3 points 1 year ago (1 children)

Meson + ninja is pretty nice. Builds a lot faster than autotools as well.

[–] Dmian@lemmy.world 19 points 1 year ago* (last edited 1 year ago)

You know, with so many frameworks with the weirdest names, I honestly don't know if people are just joking or not...
"Yeah! just use turtle and chubby" "Oh! I prefer tuktuk and lollipop"
Funny bit: I totally made those up, then went to GitHub, and found out there are real projects called like that. Lol!

[–] echodot@feddit.uk 2 points 1 year ago (1 children)

Unless the build step is going to do something super custom I shouldn't be required to build it myself.

[–] fmstrat@lemmy.nowsci.com 3 points 1 year ago

"Build a Docker image." Not "build the application".

Or, you know, don't use the free thing.

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

Use the code to build a time machine, go back to the 1960s and learn to program using only text... /s

Now, seriously: normally, if it's an app, look for the "Releses" on the right. If there's a binary (compiled app) to download, it will be there. If the developers are cool, they'll include a download link directly on the Read Me file you see when you arrive at the repository.

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

In the 60s they was coding with holes, not words.

[–] Dmian@lemmy.world 1 points 1 year ago

That was the β€œhard disk” XD