How do you secure Arch?
  • Ordoviz Ordoviz 10mo ago 91%

    Don't blindly run untrusted software, use Bubblewrap at the very least. Keep https://xkcd.com/538/ in mind.

    10
  • *Permanently Deleted*
  • Ordoviz Ordoviz 12mo ago 100%

    OpenStreetMap and Internet Archive because they are operating with a small budget (as opposed to Wikipedia).

    15
  • linux
    Linux 12mo ago
    Jump
    CLI tools to quickly find recently opened files by fuzzy search?
  • Ordoviz Ordoviz 12mo ago 100%
    #!/bin/sh
    # Select a file with fzf from a database sorted by frecency and open it using
    # xdg-open. frece can be found at https://github.com/YodaEmbedding/frece
    
    DB_FILE=${FRECE_FILES_DB:-$HOME/.cache/frecent-files.csv}
    item=$(frece print "$DB_FILE" | fzf --tiebreak=index --scheme=path)
    
    [ -z "$item" ] && exit 1
    frece increment "$DB_FILE" "$item"
    
    xdg-open "$item"
    
    #!/bin/sh
    # Update frece database
    
    DB_FILE=${FRECE_FILES_DB:-$HOME/.cache/frecent-files.csv}
    tmp_file=$(mktemp)
    fd -H . ~ > "$tmp_file"  # use ~/.fdignore file to exclude certain dirs
    frece update "$DB_FILE" "$tmp_file" --purge-old
    rm "$tmp_file"
    
    
    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPR
    Jump
    How to audit a shell-completion script?
  • Ordoviz Ordoviz 1y ago 100%

    The mojo, cpan and pip bash scripts don't fail my test of "skimming over the source and looking for dangerous external commands like curl or rm" (good syntax highlighting is helpful here). They look like typical completion scripts. However, if your Linux distribution has a pip completion script in their repos, prefer that one.

    3
  • How Google Alters Search Queries to Get at Your Wallet - WIRED
  • Ordoviz Ordoviz 1y ago 100%

    Wired has removed the story because it “does not meet [their] editorial standards”.

    3
  • How Google Alters Search Queries to Get at Your Wallet
  • Ordoviz Ordoviz 1y ago 100%

    Wired has removed the story because it "does not meet [their] editorial standards".

    4
  • https://www.youtube.com/watch?v=8jtHOcQMmeE

    In case you somehow missed it, Pale Court is a *Hollow Knight* mod that adds several well-made boss fights. It released a month ago, but the Linux and macOS versions had problems. This was fixed with the new 1.0.1.0 release.

    8
    0
    *Permanently Deleted*
  • Ordoviz Ordoviz 1y ago 100%

    Make sure that toolkit.legacyUserProfileCustomizations.stylesheets is enabled in about:config.

    2
  • GOOD games with female protagonists?
  • Ordoviz Ordoviz 1y ago 100%

    Hollow Knight: Silksong

    8
  • www.macchaffee.com

    Demonstrating how easy it is to get hacked

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    How to Take the Factorial of Any Number
    www.youtube.com

    Beginner-friendly derivation of an alternative expression of the gamma function.

    2
    0
    Readout of Xi-Biden phone call On the evening of 28 July
  • Ordoviz Ordoviz 2y ago 0%

    Thanks, I was confused because I thought "not supporting Taiwan independence" means being fine with China annexing Taiwan. In both versions of the readout, Biden wants to keep the status quo in Cross-Strait relations, but this is phrased differently in each readout.

    0
  • Readout of Xi-Biden phone call On the evening of 28 July
  • Ordoviz Ordoviz 2y ago 0%

    It's good that China and the US keep up the communication. However, I would like to see an US version of this: Did Biden really “reiterated that the one-China policy of the US has not changed and will not change, and that the US does not support ‘Taiwan independence’.”?

    0
  • opengameart.org

    ![Font preview](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.ml%2Fpictrs%2Fimage%2F852cc57e-ab96-4010-8e00-093dc20963ce.png) Announcement: https://mastodon.art/@eishiya/108151431771594810

    1
    0
    #DuckDuckGone is trending on twitter after CEO tweets intentions to censor russian disinformation
  • Ordoviz Ordoviz 3y ago 0%

    You guys are overreacting. DDG said they would only down-rank sites associated with Russian disinformation. It's normal for search engines to downrank low-quality sites such as SEO spam.

    0
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearIN
    Indie Games Ordoviz 3y ago 100%
    Itch.io video game bundle for Ukraine
    https://itch.io/b/1316/bundle-for-ukraine

    cross-posted from: https://lemmy.ml/post/188331 > Get *Celeste*, *Baba is You*, *A Short Hike*, *Minit* and many other indie games while supporting charity.

    4
    0
    itch.io

    Get *Celeste*, *Baba is You*, *A Short Hike*, *Minit* and many other indie games while supporting charity.

    1
    0
    www.youtube.com

    I have aphantasia but managed to follow the moves in the video and notice the pin. Aphantasia is the inability to create mental images in one's mind. You can check for yourself if you have aphantasia by [imaging a ball on a table](https://www.reddit.com/r/Aphantasia/comments/cpwimq/ball_on_a_table_visualization_experiment/). Do you have aphantasia? Can you play blind chess?

    1
    0
    www.youtube.com

    High-quality video by an underrated channel.

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    The Perfect Road for a Square Wheel
    www.youtube.com
    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
    Computer Science Ordoviz 3y ago 100%
    How Big Can Balanced Trees Get? (Fibonacci, AVL Trees, and Binet's Formula)
    www.youtube.com
    3
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    How Big Can Balanced Trees Get? (Fibonacci, AVL Trees, and Binet's Formula)
    www.youtube.com
    1
    0
    https://hund.tty1.se/2021/10/12/how-to-use-yt-dlp-instead-of-yt-dl-with-mpv.html

    I use RSS feeds and mpv to watch YouTube without visiting youtube.com. This post shows how you can configure mpv to use yt-dlp instead of the abandoned youtube-dl.

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearOS
    OSS Video Software Ordoviz 3y ago 100%
    How to use yt-dlp instead of yt-dl with mpv
    https://hund.tty1.se/2021/10/12/how-to-use-yt-dlp-instead-of-yt-dl-with-mpv.html
    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearYO
    Youtube Ordoviz 3y ago 100%
    How to use yt-dlp instead of yt-dl with mpv
    https://hund.tty1.se/2021/10/12/how-to-use-yt-dlp-instead-of-yt-dl-with-mpv.html
    1
    0
    www.youtube.com

    Eye-opening video which explains Nintendo’s new design philosophy by comparing Origami King, Breath of the Wild, and Odyssey to older Nintendo games and similar games from other publishers. The title sounds more negative than the video actually is.

    1
    0
    https://www.youtube.com/watch?v=etx0k1nLn78

    Video in which Matt Parker explains Benford's Law and why it cannot be applied to elections

    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
    Command Line Ordoviz 4y ago 100%
    Linux Command Library
    https://linuxcommandlibrary.com/

    Impressive resource

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
    Command Line Ordoviz 4y ago 100%
    Bash one-liner challenge
    https://cmdchallenge.com/

    Solve exercises by writing Bash one-liners. The server actually runs your commands and checks whether the output is correct. If you click on *View Solutions*, the correct commands other people entered are sorted by character count. So if you want, you can take the optional code golfing challenge. I gained some knowledge from solving the challenges and looking at the solutions. Mostly you will use `find` and `grep`.

    1
    0