1471
Real examples here? (discuss.tchncs.de)
submitted 1 month ago by [email protected] to c/[email protected]

Friend who is not a software person sent me this tweet, which amused me as it did them. They asked if "runk" was real, which I assume not.

But what are some good examples of real ones like this? xz became famous for the hack of course, so i then read a bit about how important this compression algorithm is/was.

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 50 points 1 month ago

Pretty much every basic terminal command for linux. Grep is the one that comes to mind.

[-] [email protected] 25 points 1 month ago

The modern man uses ripgrep ๐Ÿ‘

[-] [email protected] 21 points 1 month ago

But it's three more letters. No deal.

[-] [email protected] 28 points 1 month ago

Its going installed binary is rg.

[-] [email protected] 3 points 1 month ago

I shall begrudgingly consider it then, with much begrudgement.

[-] [email protected] 10 points 1 month ago

You joke but this is facts

[-] [email protected] 5 points 1 month ago

Alias. To gr, even!

[-] [email protected] 12 points 1 month ago

What does that offer offer grep/egrep

[-] [email protected] 34 points 1 month ago* (last edited 1 month ago)
  • much faster

  • proper unicode (and other encodings) support

  • automatic recursion (no extra flags needed)

  • can search inside compressed files/archives like gz/xz/zip (also see ripgrep-all) for even more archive support)

  • honors .gitignore and ignores binary/hidden files

probably a lot more things too

[-] [email protected] 22 points 1 month ago

Speed and memory efficiency, mostly. If you ever have to grep for something in a large number of files ripgrep will be done while regular grep will only be reaching the 25% mark.

this post was submitted on 08 Aug 2024
1471 points (99.1% liked)

Programming

16999 readers
118 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS