There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

hatedbad

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

hatedbad , to asklemmy in What's the black sticker for?
hatedbad , to technology in GitHub is under automated attack by millions of cloned repositories filled with malicious code.

a decentralized community that correctly prioritizes security would absolutely be using signed commits and other web-of-trust security practices to prevent this sort of problem

hatedbad , to technology in Just 137 crypto miners use 2.3% of total U.S. power — government now requiring commercial miners to report energy consumption

you understand there’s more than one way to have an economy right? that there’s more than one way for labor to be rewarded for its output?

saying “our economic system needs to end” has nothing to do with what you wrote

hatedbad , to android in Qualcomm announced Snapdragon XR2+ Gen 2 with 4.3K resolution per eye support - GSMArena.com news

faster can still lead to battery life improvements. if the CPU is able to complete tasks in less time, it can then enter a lower power state sooner which will result in less battery usage overall

hatedbad , to technology in Nothing Chats has already been pulled from Google Play over privacy issues

SMS is literally the bottom of the barrel though

hatedbad , to nostupidquestions in Does anyone have a first party source for the current copy of Hamas's charter?

deleted_by_author

  • Loading...
  • hatedbad , to world in It’s an Absolutely Terrifying Night in Gaza Right Now

    and it’s also why the propaganda machine always pushes the “violence is not the answer” narrative

    hatedbad , to linux in [SOLVED] I need to copy all executable files in my home folder to my documents folder, how can I do this?

    assuming you have a GNU toolchain you can use the find command like so:

    
    <span style="color:#323232;">find . -type f -executable -exec sh -c '
    </span><span style="color:#323232;">case $( file "$1" ) in (*Bourne-Again*) exit 0; esac
    </span><span style="color:#323232;">exit 1' sh {} ; -print0 | xargs -0 -I{} cp {} target/
    </span>
    

    This first finds all executable files in the current directory (change the “.” arg in find to search other dirs), uses the file command to test if it’s a bash file, and if it is, pipes the file name to xargs which calls cp on each file.

    note: if “target” is inside the search directory you’ll get output from cp that it skipped copying identical files. this is because find will find them a free you copy them so be careful!

    note 2: this doesn’t preserve the directory structure of the files, so if your scripts are nested and might have duplicate names, you’ll get errors.

    hatedbad , to linux in overcome limited RAM on VPS

    why use docker here? you’re just adding layers of abstraction in an environment that can’t seem to really support them.

    that said, switching to 32bit linux, if the VPS supports it, will save you memory.

    hatedbad , to datahoarder in Best way to archive vhs?

    I realize I’m late to this thread, but if you’re serious about archiving a VHS in the best manner possible, you have to go the RF capture route: github.com/oyvindln/vhs-decode

    This method effectively captures the “raw” signal stored on the tape, allowing you to convert it after you’ve captured it however you see fit. You don’t have to worry about cheap digitizers/capture cards/etc distorting the signal.

    hatedbad , to selfhosted in Another good reason not to open port 22

    no, and that’s be a pretty bad idea, you’re opening up all your internal hosts to the public internet.

    a VPN is specifically designed to keep all your internal hosts off the public internet. When you authenticate with the VPN server the remote device you are using effectively “joins” the internal network, using the VPN to act like a tunnel between you and your network.

    it has the benefits of better security as well as the fact that once you set it up, you can access any services you host, not just HTTP ones.

    hatedbad , to lemmyshitpost in Clash of Twitter

    don’t forget that the new CEO, hired to bring advertisers back, has a non-compete clause preventing her from working with advertisers

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines