Comments

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

corytheboyd, to memes in They don't understand. We built these machines so that we can work more.
@corytheboyd@kbin.social avatar

They also had slaves to do the manual work 😬

corytheboyd, (edited ) to memes in This is great. You should try it.
@corytheboyd@kbin.social avatar

Blue Cheese is the IPA of cheese. It has a lot of “flavor” which makes you think it’s “good” but… is it? It’s good, but not slap-your-own-mother amazingly life changing. I used to love it, but got tired of being punched in the face, and started to appreciate subtlety way more. Same with beers. I still like an IPA occasionally, if it’s of a higher quality, not just WE FUCKED ONE MILLION HOPS INTO THIS. It’s the same bullshit with “truffles”. Not really that good, thrown onto cheap garbage food to mark it up by $10. Again, the good, real truffles, are actually quite nice (and hard to come by for obvious reasons).

corytheboyd, to linux in why doesn't GNOME have a mascot??
@corytheboyd@kbin.social avatar

Isn’t it that horrid ugly fucking foot

corytheboyd, to memes in The trickster letters
@corytheboyd@kbin.social avatar

Meme’s backwards dude

corytheboyd, (edited ) to linux in CLI tools to quickly find recently opened files by fuzzy search?
@corytheboyd@kbin.social avatar

fzf? https://github.com/junegunn/fzf

Out of the box, would only help searching shell commands that have been run, so for files, things like “vim file.txt”, which is obviously not usually how files are edited (you’d use the file browser in a text editor or IDE)

However if you find a way to list all files on your system by modified time, you can pipe it to fzf for a slick fuzzy find search.

Maybe ag would work here too: https://github.com/ggreer/the_silver_searcher

corytheboyd, to upliftingnews in Boston.com: Giant inflatable ducks are floating in a Maine harbor, and no one knows where they came from
@corytheboyd@kbin.social avatar

rubberdux

corytheboyd, to asklemmy in You know any cool, lesser-known or even made up phrases?
@corytheboyd@kbin.social avatar

Pussy on the chainwax!

corytheboyd, to linux in Why are we stuck with bash programming language in the shell?
@corytheboyd@kbin.social avatar

It’s here, it’s there, it’s everywhere. The problem with replacing things that work with something “better” is that “better” is subjective, so you end up with a new “better” way every few years, and maintaining existing systems becomes a god awful slog. See the JavaScript ecosystem.

The bash I wrote 10 years ago still works today, and it will still work in 10 more years. The same bash will very likely work on your computer, on a remote server, etc. This is the power of not chasing “better” all the time.

Try running a Ruby or Node program from 10 years ago today on your computer. Now, try running it on a random Linux server.

Please do not take this as a slight against Ruby or Node, or any other high level programming language. Bash compared to those is simply apples and oranges, they are not the same thing.

By all means, if you have a project that requires a Ruby runtime anyway, write operational scripts with Ruby, run them with Rake, etc.

Want a portable script that doesn’t depend on a complex runtime? Use bash.

If bash is too limiting, use Perl. No, seriously. Perl is fine. It is about as ubiquitously available as bash, and the standard library likely has what you need to get the job done. People blindly dismiss Perl because some blog post told them to, usually in the context of writing application code. You’re not writing application code, you’re writing scripts. Would you write an application with bash? No.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #