this post was submitted on 27 Oct 2025
307 points (99.7% liked)

Lemmy Shitpost

35400 readers
3523 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 2 years ago
MODERATORS
 

From their github

Are you forced to work with Linux? Do you miss the convenience of Microsoft spying on you and keeping track of everything?

Fear not! This amazing tool will bring back all those great Windows Recall features that you have been missing:

๐ŸŒฒ Stores all you sensitive data in an convenient, easily accessible database โฒ๏ธ 24/7 screencaptures of everything you do ๐Ÿฅณ Image to text conversion with OCR ๐Ÿ˜‡ Index and store everything your friends tell you over chat apps or e-mail; if it's on your screen we've got you covered! Did a friend once share confident information with you, but has since forgotten all about the shamefull details? No worries, you got that info!

Forgot about that website you visited 3 weeks ago, late in the evening while drunk? Yup, we stored that!

Installation Unfortunately Linux lacks to ability for us to automatically, silently install and enable this on your computer without your consent.

But we've made the installation process as frictionless as possible.

Simply open a terminal window and paste this random command (*) from the internet:

curl -fsSL https://tinyurl.com/2u5ckjyn | bash (*) certified virus free. Virustotal score of 98/100.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] pleasejustdie@lemmy.world 5 points 6 days ago* (last edited 6 days ago)

its a bash script (bash is a linux shell, like an advanced command prompt). Similar to a very advanced batch file (.bat) on windows, or more in line with the functionality available with windows PowerShell, but with better tools and less stupid, for Linux instead of Windows. On Linux file extensions aren't necessary, you can set permissions to whether a file is executable or not as an attribute to the file, so you can download this text script file that's been renamed to be a .exe, and it won't work on windows at all, nor on linux, until after you either give it permission to execute and then run it, or run it by piping it into the bash shell, which is what their one-liner copy/paste with the tinyurl would end up doing.

Honestly, after looking through it all it does is go through some jokey menus with some jokey responses, and feels very reminiscent of code written by chatGPT, which is pretty much the only place I ever see those unicode character icons being used in actual code.