Isn’t it that horrid ugly fucking foot
corytheboyd
Computer guy, occasional gamer, shitty music producer. Denver, CO
- 0 Posts
- 9 Comments
corytheboyd@kbin.socialto Linux@lemmy.ml•CLI tools to quickly find recently opened files by fuzzy search?42·2 years agofzf? 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
This is what life is when all viable phones are made by two giant tech companies.
corytheboyd@kbin.socialto Linux@lemmy.ml•Thousands of images on Docker Hub leak auth secrets, private keys11·2 years agoI’m sure plenty of the offenders are legitimate, but it’s completely safe to check private key pairs into code, or to bake them in to images. It entirely depends on what the key pairs are used for. Very common to include key pairs for development/test environments, for example. If it’s a production secret, of course you don’t do this.
corytheboyd@kbin.socialto Linux@lemmy.ml•Why are we stuck with bash programming language in the shell?42·2 years agoIt’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.
corytheboyd@kbin.socialto Steam Deck@sopuli.xyz•What are your favourite offline, low power-usage games?2·2 years agoBeen playing Halls of Torment, best $4 I’ve ever spent.
Oh man, if solid apps like this can tighten the experience with the polish of their old Reddit clients, this shit is gonna be lit
Bless your heart web apps, but this is needed so badly. Can you imagine the power of this now that the backend is entirely owned by the public?!
This game, man. Fucking love it. You know that scene in Ratatouille, where the food critic takes a bite and is transported back in time to his childhood? I got this feeling, hard, when this game clicked for me.
I remember as a kid buying Links Awakening for my new Game Boy Color, the first real gaming system I got to own myself, instead of playing at a friends house. Like all new games I bought at the time, I would open them in the car on the way home to look at the manual, to hype myself up EVEN MORE for this gaming experience I am about to be blessed with.
If you’ve played both games, you know that the Tunic book is heavily inspired by Links Awakening and other similar game manuals. That shit was wild, as a 33 year old Boring Fucking Adult, I got to feel that same feeling again, and it was glorious.
And then I played more and caught onto the clues. The whole game, in front of you the whole time, but so cleverly hidden. Can’t say much more than that without ruining it. Be curious, and observant.
I can assure you that Google, an ad tech company with a near monopoly on web browsers, has an interest in eliminating ad blockers in the browser that they have direct control of.