Live data from Hacker News

Why Ever Stop Playing Video Games

vulture.com

201–210 of 268 posts

Re: Why Ever Stop Playing Video Games

#201

Earlier quoted context omitted.

Isn't improving at the game an enjoyable end in and of itself? Getting really good at chess has few extrinsic benefits but nobody's embarrassed about it. Why is getting really good at Street Fighter or whatever any different?

I think the difference is chess is more a mental planning game, Street Fighter is muscle memory. (Disclaimer: I'm a huge gamer.)

That's not really true; execution is a factor but playing mind games with your opponent and deep knowledge of what they can do is important to high-level play. Saying Street Fighter is about muscle memory is like saying being a quarterback is about throwing a ball. But sub out Tetris or something if it makes you feel better about the analogy.

Re: Why Ever Stop Playing Video Games

#202
post #148

Earlier quoted context omitted.

> which offer you nothing beneficial Nicotine can have some benefits; see for instance https://news.ycombinator.com/item?id=6457772 > are physically addictive on the level of heroin False. They're a bit above alcohol; heroin is much higher. https://commons.wikimedia.org/wiki/File:Rational_scale_to_as... > and are one of the leading causes of human death. Correct.

> False. They're a bit above alcohol; heroin is much higher. I realize this is anecdotal, but I feel the need to point out that my father, a veteran ER doctor of over thirty years, has said more than once that based on his experience of patients, he thinks it is easier to quit heroin than nicotine.

Check out this paper if you're interested in Nicotine:

https://pdfs.semanticscholar.org/f961/639e2a998d275f3e8f8f4c...

Nicotine is quite often used as a form of self-medication - it's helpful for people with all kinds of issues, from depression to adhd, to weight control.

Even among doctors, there is very little knowledge on the subject of why people take up smoking, and usually it's assumed it's just a matter of bad habits.

So, if someone uses nicotine as an unwitting way of self-medication, it will indeed be extremely difficult to quit without fixing the core problem.

To some extent it's like calling SSRIs "hard to quit", because people who begin taking them often never quit, even when side affects are worse than those of nicotine.

Re: Why Ever Stop Playing Video Games

#203

I've found learning and creating to be more fulfilling activities than videogames. That's not to advocate against gaming, or to generalize all games, but I've thought about how much time I spent playing games in the past and if I was happy with what I gained from it: I largely was not. I felt as if I was lacking in skills that I wished I had, and believe I could have learned in that time. I'm happier with myself afte…

I find the social interaction of clan and squad-based play in games like bf rewarding in its own right.

Re: Why Ever Stop Playing Video Games

#204

Earlier quoted context omitted.

There's also probably going to be a huge market in making games that older people can play when this generation hits retirement age.

I'm bumping up against retirement age, and I'll still kick your ass at Titanfall (well, maybe; the odds are good, but not assured). Call of Duty, meh, not so much. I foresee a time where playing some twitch games aren't going to work for me anymore. But anything with the slightest hint of tactical gameplay and this oldster-in-the-making will be fine, I think. Especially the Tom Clancy games where "run and gun" just g…

[deleted]

Re: Why Ever Stop Playing Video Games

#205

I've found learning and creating to be more fulfilling activities than videogames. That's not to advocate against gaming, or to generalize all games, but I've thought about how much time I spent playing games in the past and if I was happy with what I gained from it: I largely was not. I felt as if I was lacking in skills that I wished I had, and believe I could have learned in that time. I'm happier with myself afte…

I always found myself unfilled with games. To me if anything it was 'work', to get to the next stage, fight the next boss or whatever. That's not to say I think it's a waste. I think for a lot of people it's a good activity. Personally though, a lot of my energy that would be put towards gaming is either put in my blacksmith hobby which is not at all close to professional, it's just a hobby. That and hunting birds that my labradors compete to retrieve.

Re: Why Ever Stop Playing Video Games

#206
post #194

Earlier quoted context omitted.

By basing your choices on feelings (i.e. "not in the mood") you are likely to go with the path of least resistance. If instead you choose to do what you prioritize by conscious mental effort you are likely to feel more rewarded in the end. For example, if you decide that learning photography is important and you spend hundreds of hours practicing you will be more satisfied than if you spent those hundreds of hours pl…

This is a surefire way for people to burn out on something. If you never allow yourself mental downtime, then everything you do feels like work. If it's not meant to be work, then it's a hobby and if it's a hobby then it needs to actually allow you to unwind. Some people do surprisingly complex things for this, but the mistake we tend to make externally is view the accomplishment as "work" or something they really ne…

Decisions about priorities should be considered carefully. If the outcome isn't fulfilling, perhaps the choice was made on the basis of what others expect rather than what truly pleases. If a hobby is something you really enjoy it will not feel like work.

Games can be enjoyed in their own right as well. If we play for pure enjoyment and can otherwise balance our lives then they are certainly a means to unwind.

Re: Why Ever Stop Playing Video Games

#207

> What did the game offer that the rest of the world could not? To begin with, games make sense, unlike life: As with all sports, digital or analog, there are ground rules that determine success (rules that, unlike those in society, are clear to all). The purpose of a game, within it, unlike in society, is directly recognized and never discounted. I think this is really the underappreciated factor in why people prefe…

Flow is intoxicating. Simple as that, really.

Re: Why Ever Stop Playing Video Games

#208

I've found learning and creating to be more fulfilling activities than videogames. That's not to advocate against gaming, or to generalize all games, but I've thought about how much time I spent playing games in the past and if I was happy with what I gained from it: I largely was not. I felt as if I was lacking in skills that I wished I had, and believe I could have learned in that time. I'm happier with myself afte…

This is a feeling I've recently come across as well. While playing ARK: Survival Evolved, I came across the ARKServers.net server page, which shows the Steam name and play time of players on the server, to generate interest. I started scraping this into an Excel spreadsheet, and combined this with player ingame names, and also their tribe names. This gave me a basic report of tribe strength on the server, which I could share in my tribe's Skype chat.

After reading about tracking your Facebook friends on HN, I pressed F12 on ARKServers.net, waited for a request, then right clicked this and copied the cURL link. This returns a JSON payload of user names and play times. I used this as the foundation of a Powershell static site generator, with an HTML boilerplate generating a report every 60 seconds. I registered a domain cheaply with Google and host the site with IIS on my home internet.

I soon learned that any Steam server will return a list of players and play times when queried with the correct UDP packet. The ARKServers site was just running a PHP application called SteamQuery that performs the UDP call and turns it into the JSON payload. I'm still working to port this to Powershell.

After some time, I expanded the website. Now, the static site includes an HTML5 canvas that combines 3 JSON payloads (server, tribe, map) to show tribe base locations on a rotating map background, with player and tribe listed in menus.

The project is pre-3.0, needing bug fixes and a true dynamic map. But making the site has actually been more fun than playing ARK.

Code on Github: https://github.com/Gilgamech/ARKScrape

Demo site (Currently inactive): http://gilgamech.com/ARKData/_Wiped_2_4__NoobFriendly_8xT_3x...

Re: Why Ever Stop Playing Video Games

#209

I've found learning and creating to be more fulfilling activities than videogames. That's not to advocate against gaming, or to generalize all games, but I've thought about how much time I spent playing games in the past and if I was happy with what I gained from it: I largely was not. I felt as if I was lacking in skills that I wished I had, and believe I could have learned in that time. I'm happier with myself afte…

[deleted]

Re: Why Ever Stop Playing Video Games

#210
post #48

I used to play games a lot, and I don't now. It's not that I don't want to or that I wouldn't enjoy it, I just want to do too many other things more. I have a wife and a kid who demand a lot of my time, I lift weights, I try to play board games with friends, I work on hobby projects, I read books, I do chores, I go on trips. As much as getting immersed into the new Witcher game would be enjoyable to me, I just can't…

Similar situation here. With the time constraints imposed by kids you have to drop entire categories of activities, not just moderate them, because the baseline time commitment ("oh god, last time I played this was 2 weeks ago and I only played an hour then—I have no idea WTF was going on or how the controls work") and money (PC upgrades every couple of years, new consoles) required just can't be sustained at the inc…

Kids triggered an impulse to take my career to the next level, so between work, family, maintaining a bare minimum level of fitness, and professional development, I've got nothing left to give games. TV has taken a major hit, too.

Something in my brain clicked after the first one was born... an ok-you're-an-adult-stop-fucking-around mode was triggered. The result is that the lack of free time doesn't bother me that much. Too busy and tired to care, maybe.

Post reply on HN