Lemmy: Bestiverse
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
SUPER SAIYAN@lemmy.world to memes@lemmy.world ·
edit-2
1 day ago

I suck at naming anything

lemmy.world

message-square
35
fedilink
230

I suck at naming anything

lemmy.world

SUPER SAIYAN@lemmy.world to memes@lemmy.world ·
edit-2
1 day ago
message-square
35
fedilink
alert-triangle
You must log in or register to comment.
  • massive_bereavement@fedia.io
    link
    fedilink
    arrow-up
    40
    arrow-down
    1
    ·
    1 day ago

    That’s your problem, that ain’t a file, boss, that’s a folder.

    • Mîm@lemmy.zip
      link
      fedilink
      arrow-up
      14
      arrow-down
      1
      ·
      1 day ago

      Is this a joke I’m too much of a Linux user to understand? (I use Arch btw.)

      • ulterno@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        13 hours ago

        The difference between find -type f and find -type d

        • Mîm@lemmy.zip
          link
          fedilink
          arrow-up
          1
          ·
          5 hours ago

          That still doesn’t change the fact that a directory is a file. Even though it has some defined properties differentiating it from other files.

      • Blum0108@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        1 day ago

        It’s a folder icon not a file icon

        • callouscomic@lemmy.zip
          link
          fedilink
          arrow-up
          12
          ·
          1 day ago

          Yes, but they use Arch. Hope you noticed.

          • Mîm@lemmy.zip
            link
            fedilink
            arrow-up
            2
            ·
            18 hours ago

            Couldn’t help but put that joke in. ¯\_(ツ)_/¯

          • Blum0108@lemmy.world
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            1 day ago

            deleted by creator

        • Mîm@lemmy.zip
          link
          fedilink
          arrow-up
          1
          ·
          19 hours ago

          But everything Is a file!

  • 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 @pawb.social
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 day ago

    I don’t know why the file search on Windows sucks this much but, yeah… I can be looking at the fucking file I want, search for its exact name, and get zero results.

    • MonkderVierte@lemmy.zip
      link
      fedilink
      arrow-up
      3
      ·
      14 hours ago

      Is Everything still a thing?

      • DoucheBagMcSwag@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        3
        ·
        11 hours ago

        Absolutely and it’s my primary way to search for anything

    • ReginaPhalange@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      20 hours ago

      No problem - just do a quick overview of the search function code, find a bug, submit a PR fix, and then wake up and remember that we’re talking about M$

  • potoooooooo ☑️@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    ·
    1 day ago

    On Windows, I’ve had good luck with the search tool Everything.

    • Skyline969@lemmy.ca
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 day ago

      And mlocate for Linux.

      • MonkderVierte@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        14 hours ago
        $ time fd -t f locate /usr
        /usr/bin/fallocate
        /usr/include/clang/AST/ASTContextAllocate.h
        /usr/include/qt6/QtQmlCompiler/6.10.0/QtQmlCompiler/private/qresourcerelocater_p.h
        /usr/include/qt6/QtQml/6.10.0/QtQml/private/qlazilyallocated_p.h
        /usr/share/doc/libdc1394/html/structfw__cdev__allocate.html
        ...
        /usr/share/xml/docbook/xsl-stylesheets-1.79.2-nons/params/htmlhelp.button.locate.xml
        /usr/lib/ruby/gems/3.4.0/doc/racc-1.8.1/ri/Racc/Grammar/compute_locate-i.ri
        /usr/lib/ruby/gems/3.4.0/doc/racc-1.8.1/ri/Racc/Sym/locate-i.ri
        
        real	0m0.209s
        user	0m0.283s
        sys	0m0.663s
        

        Cut by me, because of qr size limit. fd is from here. Disk is NVME on PCIe3.

      • BeigeAgenda@lemmy.ca
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        1 day ago

        Or like me obliviously spending cycles trawling through everything.

        find dir/ -iname "*John*Cena*"
        

        or

        grep -rIi "John.*Cena" dir/
        
        • MonkderVierte@lemmy.zip
          link
          fedilink
          arrow-up
          1
          ·
          14 hours ago

          obliviously spending cycles trawling through everything.

          Once vs. every time the db gets updated. Database for faster file searching is a HDD relict, imo.

        • SlurpingPus@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          21 hours ago

          Use fd and ripgrep at least. It’s not the stone age.

          • BeigeAgenda@lemmy.ca
            link
            fedilink
            arrow-up
            1
            ·
            18 hours ago

            I’m probably using them already if they are aliased to find and grep.

            • SlurpingPus@lemmy.world
              link
              fedilink
              arrow-up
              3
              ·
              15 hours ago

              Btw, while I’m here: you might also want to look into eza, fzf, bat, and maybe delta (or icdiff for side-by-side comparison). I’m pretty conservative regarding replacement for classic utils, but these are worth it.

            • SlurpingPus@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              17 hours ago

              They use different arguments, so unlikely. Though idk if there are wrappers or anything like that.

              They’re both easier to use and faster, so it’s worth making sure to switch.

        • marcos@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          1 day ago

          spending cycles trawling through everything

          Beats spending cycles indexing everything and never search them.

        • qjkxbmwvz@startrek.website
          link
          fedilink
          arrow-up
          2
          ·
          1 day ago

          grep -rIi “John.*Cena” dir/

          I have this sort of thing aliased, with some added --include flags to filter file type (e.g., only match source/script files). Super useful!

      • Meron35@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        23 hours ago

        plocate is much faster and requires less resources. macOS users should use mdfind instead

    • iAmTheTot@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      1 day ago

      Everything is a required tool for any Windows computer I interact with.

      • potoooooooo ☑️@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        And Wiztree! I really do love that program.

        • pulsewidth@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          15 hours ago

          WinDirStat imo is a better alternative - same functionality, much older and open source.

          Wiztree borrows a lot from WinDirStat’s interface.

      • essell@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 day ago

        Including like little Spanners to fix it and big spanners to hit it?

    • Carvex@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 day ago

      Thanks that was helpful at the right moment!

      • potoooooooo ☑️@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        1 day ago

        Happy I could help. It’s been everything Windows search is not.

        Additional pro-tip if anyone is still using WinDirStat, Spacemonger, etc.: WizTree is game-changing.

  • LuxSpark@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 day ago

    Test.txt isn’t descriptive enough?

    • guynamedzero@piefed.zeromedia.vip
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 day ago

      I literally have like 5 of these in my home directory…

  • IngeniousRocks (They/She) @lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    1 day ago

    $locate %filename%

  • AceFuzzLord@lemmy.zip
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    This is why everything gets put into their own directory branch… and why I sometimes forget my pokemon fan games are for some reason in my Ankama folder for whatever reason.

  • DragonTypeWyvern@midwest.social
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    I get it, because you See Nah

memes@lemmy.world

memes@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !memes@lemmy.world

Community rules

1. Be civil

No trolling, bigotry or other insulting / annoying behaviour

2. No politics

This is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent reposts

Check for reposts when posting a meme, you can only repost after 1 month

4. No bots

No bots without the express approval of the mods or the admins

5. No Spam/Ads/AI Slop

No advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

  • !tenforward@lemmy.world : Star Trek memes, chat and shitposts
  • !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
  • !linuxmemes@lemmy.world : Linux themed memes
  • !comicstrips@lemmy.world : for those who love comic stories.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 4.49K users / day
  • 7.1K users / week
  • 11.5K users / month
  • 26.3K users / 6 months
  • 2 local subscribers
  • 18.1K subscribers
  • 6.57K Posts
  • 156K Comments
  • Modlog
  • mods:
  • Tenthrow@lemmy.world
  • The Picard Maneuver@lemmy.world
  • The Picard Maneuver@startrek.website
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org