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

Microblog Memes

4768 readers
4007 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.

Related communities:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Mr_Blott 70 points 4 months 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 πŸ˜‚

[–] [email protected] 57 points 4 months 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.

[–] [email protected] 22 points 4 months 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 10 points 4 months ago* (last edited 4 months ago) (2 children)

Nah it's just a python script.

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

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

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

[–] [email protected] 5 points 4 months 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.

[–] [email protected] 24 points 4 months ago* (last edited 4 months ago) (2 children)

or download from the releases?

[–] [email protected] 7 points 4 months ago

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

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

[–] [email protected] 3 points 4 months ago (1 children)

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

[–] [email protected] 2 points 4 months ago (1 children)

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

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

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

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