Death Stranding is one of my favorite games of all time that I will recommend to literally nobody.
Computer guy, occasional gamer, shitty music producer. Denver, CO
Death Stranding is one of my favorite games of all time that I will recommend to literally nobody.
Fuck I mixed up my board game doll companies lol
Yeah… that trait isn’t limited to Reddit users
Isn’t it that horrid ugly fucking foot
Was always a big fan, but the steam deck has me playing a handful of new indie games every month, and it’s fucking awesome. So many little gems, so many unique ideas, for way less money, way less time invested, way less SERIOUS BUSINESS.
You may not agree, but they are right. We are not most people. They want, and they have, that sweet “lowest common denominator” market, and they will take advantage of that until something else generates more cash. The “lowest common denominator” demand more CoD and whatnot. They don’t care if it’s bad, because them and all their friends will buy it and perhaps even have some fun. The big studios converging on vapid cash grabs instead of creating interesting content is depressing, sure, but hardly surprising in a world where morals and ethics don’t matter, where you can get away with the absolute most heinous, reprehensible acts, and suffer zero consequences.
I don’t really care though. The indie scene is unaffected by this, and has only gotten better every year for as long as it has been around. It’s fucking GLORIOUS already, and it’s not going anywhere because it’s not run by an oligarchy of publicly traded shitfactories.
I’ll be honest, I just look at the steam store page for the game. If the initial impression from the images is good, and it’s a genre I want to play right now, I watch one or two of the videos and read a few top reviews. Then I just go for it. I don’t watch streams or anything. I am usually perusing indie games so it’s at most like $20 on the line, not the end of the world if I hate it, or if it needs a few years of patches to feel worth playing.
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
It’s gotta suck being the director of the next MGS game knowing that everyone knows you aren’t Kojima.
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.
I mean, I get it, but when the wrong tool is used so ubiquitously, you have to start asking questions about why people aren’t using the “right” tool. Forums seem to end up being hostile to newcomers, with all this “did you search the forum first you fucking noob?” mentality. Having a living place for real-time questions and discussion just feels better, same way email exchanges feel terrible after using Slack for so long. You can still have incredibly toxic people in real-time chat servers, obviously, but there just seems to be less overall stress to keep the posts in the forum “pristine” or… whatever that was.
Not being able to search for old content is a huge con to real-time chat. Even if the history is retained forever (in self-hosted instances), real-time messages just aren’t the best bits of data to recall later like forum posts. Clear drawback.
Still, people are using discord, not to spite forums, but because it works, is free, and is easy.