Pistos's recent activity

  1. Comment on Daily driving linux (Fedora KDE) - My experiences after a week in ~tech

    Pistos
    Link Parent
    Well, it could work on a case by case basis. Sometimes I don't have them running, or it's okay if they're suspended and stop listening, but listen again later. However, with a full shutdown and...

    Well, it could work on a case by case basis. Sometimes I don't have them running, or it's okay if they're suspended and stop listening, but listen again later. However, with a full shutdown and restart, it'd be a hassle to fire them up again, in some cases.

    1 vote
  2. Comment on Daily driving linux (Fedora KDE) - My experiences after a week in ~tech

    Pistos
    Link Parent
    Full shutdown or restart won't meet my needs, as I often have processes staying alive doing things or listening on ports. If hibernate or sleep can keep things the same, but reduce wattage to a...

    Full shutdown or restart won't meet my needs, as I often have processes staying alive doing things or listening on ports. If hibernate or sleep can keep things the same, but reduce wattage to a minimum, I could work with that. Will try again some time.

    1 vote
  3. Comment on Daily driving linux (Fedora KDE) - My experiences after a week in ~tech

    Pistos
    Link Parent
    I would shut down if I could get everything back exactly the same. It's the main reason why I don't shutdown or restart if I can help it. I haven't tried to do a sleep or hibernate on desktop in...

    I would shut down if I could get everything back exactly the same. It's the main reason why I don't shutdown or restart if I can help it.

    I haven't tried to do a sleep or hibernate on desktop in forever. Maybe it just works, and I should try it.

    1 vote
  4. Comment on Daily driving linux (Fedora KDE) - My experiences after a week in ~tech

    Pistos
    Link
    Sounds like it's going relatively smoothly. Regarding the visual glitches: Ensure your video drivers, firmware, etc. are up to date. Experiment with flipping from X to Wayland, or the other...

    Sounds like it's going relatively smoothly.

    Regarding the visual glitches: Ensure your video drivers, firmware, etc. are up to date. Experiment with flipping from X to Wayland, or the other direction. I've used KDE for many years, and don't get visual glitches like you're describing, but I have always used ATI, never nvidia.

    re: wake from sleep issues: Have you considered just not turning off the computer? Me, I just turn off my monitors. An idle desktop might use 30-100 watts; a laptop even less. You can know for sure by buying an electricity usage meter.

    2 votes
  5. Comment on Steam game recording - Available now in ~games

    Pistos
    Link Parent
    Linux support is indeed a bit spotty. With most games I played, it worked fine, but, with at least one, it would crash when I switched away from the game to another app/window. Also, with some...

    Linux support is indeed a bit spotty. With most games I played, it worked fine, but, with at least one, it would crash when I switched away from the game to another app/window. Also, with some games it would strain the computer noticeably. FPS would drop a bit, CPU/GPU fans would engage earlier, that sort of thing. I'll still use it from time to time, but I've disabled the "always recording" mode, and switched to on-demand.

  6. Comment on The case for left-handed representation in gaming in ~games

    Pistos
    Link
    I know this maybe doesn't really count, but sports games have had this for a long time, because it matters in real life sports, too. In particular, I'm thinking about baseball, hockey, and...

    I know this maybe doesn't really count, but sports games have had this for a long time, because it matters in real life sports, too. In particular, I'm thinking about baseball, hockey, and basketball. Boxing, too.

    I understand your main point, but, I'm just grateful to be able to be able to customize keyboard layout so I can mouse with my left, and WASD with my right (on the arrow keys), and map other WASD-adjacent functions to Ins, Del, Page Up, etc. Most games allow remapping, and it's pretty annoying when you play a game that doesn't.

    3 votes
  7. Comment on November 2024 Backlog Burner: Week 1 Discussion in ~games

    Pistos
    Link
    So, I dusted off Frostpunk 1 from my backlog, and played through the main scenario. It's a fun little game! The stress and anxiety of having to care for your people, dealing with calamities and...

    So, I dusted off Frostpunk 1 from my backlog, and played through the main campaign scenario. It's a fun little game! The stress and anxiety of having to care for your people, dealing with calamities and resource management, was significant -- yet fun, somehow. I like being given moral choices and dilemmas in games, and FP delivers in that respect, but only somewhat. Semi spoiler: The scenario was shorter than I expected, and I honestly expected for it to keep going after that ending event. I failed in the first playthrough, and I'm glad it (spoiler) ended in exile instead of you literally seeing the last few of your people actually die, as I was dreading the incoming (albeit simulated) guilt and responsibility. Having become familiar with the mechanics, and how useful (or not very useful) certain parts of the research tree are, the second playthrough was... well, kinda easy.

    Somehow, I don't feel compelled to play any of the other scenarios, though, and there are 3 or 4 more in the menus that I can see. I feel like I got the main thrust of what they were trying to do with this game, so I actually feel kind of "done" with it. I think I got my money's worth. Although it's a relatively short play (Steam says I have 45 hours on it), I'd recommend it, relative to your personal budget constraints.

    Not sure what my next backlog game will be. Am currently just revisiting Kingdom Come: Deliverance 1, and wandering nostalgically. (I remind readers that KCD2 is scheduled to come out in early 2025, and is already available for pre-order.)

    4 votes
  8. Comment on €78 ($90) mount is now available for World of Warcraft - more than three times more expensive than anything else in ~games

    Pistos
    Link
    I don't spend a lot on cosmetics in games, but, it's certainly non-zero. My justification to myself is: If I'm willing to spend X amount on physical clothing which will be seen by people T amount...

    I don't spend a lot on cosmetics in games, but, it's certainly non-zero. My justification to myself is: If I'm willing to spend X amount on physical clothing which will be seen by people T amount of time, I'm willing to spend Y amount on virtual clothing will be seen by people T2 amount of time. I think of it as roughly the same: I'm paying to look good. Also factor in how much time a given gamer might spend in-game vs in public.

    Also: If a business finds something that people are willing to pay for, and it isn't harmful, that just seems like good business sense. So, the issue is probably less that it's outrageous that a business will sell something some people think is poor or no value, and more that some people will pay that much for something that others think has no value.

    1 vote
  9. Comment on What the hell is a Typescript or: Creation ideas above my skill level in ~tech

    Pistos
    Link Parent
    This is what I was looking for as far as explanations go. Thanks. Not convinced enough to [want to] use JS/TS on a backend, but I understand that persuasion more now.

    The best thing I've ever done is to collect up all of the API handler response types and the parameter/POST body classes into one very large enumeration of types. I then import these types from the back-end into the front-end

    This is what I was looking for as far as explanations go. Thanks. Not convinced enough to [want to] use JS/TS on a backend, but I understand that persuasion more now.

    1 vote
  10. Comment on What the hell is a Typescript or: Creation ideas above my skill level in ~tech

    Pistos
    Link Parent
    Your statement really struck me because using JS/TS for the backend is not something I imagined people would gravitate to, other than for the sole reason that they get to avoid learning a backend...

    Your statement really struck me because using JS/TS for the backend is not something I imagined people would gravitate to, other than for the sole reason that they get to avoid learning a backend language and framework. I'm old enough to have been coding when Node.js, etc. was not a [popular] thing for the backend. For me, it's more unnatural or odd to use JS on the backend, when there are so many tried and true choices for backend tech.

    2 votes
  11. Comment on What the hell is a Typescript or: Creation ideas above my skill level in ~tech

    Pistos
    Link
    I don't intend to be negative or belittle your stance here, but it's not something I quite understand, unless it's a matter of "I want to learn, and if someone else does it, then I don't learn...

    the easy way out would just be to look for developers. But I can't do that, at least not without significant risk of falling into the "I had an idea for an app, you wanna make it?" brand of parasite. I'd feel dirty doing that

    I don't intend to be negative or belittle your stance here, but it's not something I quite understand, unless it's a matter of "I want to learn, and if someone else does it, then I don't learn anything".

    My point is: There are plenty of people on the opposite side of the fence (including me) thinking the same as you, but in the other direction. "I'm a pretty good programmer, but I suck at art/music/story-writing/blah-blah-non-programming-thing." Why not get two (or more) such opposite people, put them together, and make a dream come to life?

  12. Comment on What the hell is a Typescript or: Creation ideas above my skill level in ~tech

    Pistos
    Link Parent
    Sorry; could you go in depth more with this statement?

    It pushes people to use full stack [same language], which is a much better way to develop apps than using two languages for the client and server.

    Sorry; could you go in depth more with this statement?

    1 vote
  13. Comment on Controversial opinion: I don't like "cosmetic armor" being an option in games in ~games

    Pistos
    Link
    I hear what you're saying, but what if there were just a setting "[ ] Show cosmetics"?

    I hear what you're saying, but what if there were just a setting "[ ] Show cosmetics"?

    2 votes
  14. Comment on Programming/gaming monitor recommendations in ~tech

    Pistos
    Link
    I have a 4k main display, and would only begrudgingly go back to 1080p for a main display. I have a BenQ PD3200U, and it's easily the best hardware purchase I've made in my entire life. 4k is...

    I have a 4k main display, and would only begrudgingly go back to 1080p for a main display. I have a BenQ PD3200U, and it's easily the best hardware purchase I've made in my entire life. 4k is significantly better in almost all ways. The main difference is:

    Is my fps going to take a hit from increasing the resolution

    Yes, because the graphics hardware has to do more work to achieve the same results (per unit time) with more pixels.

    I have a 3-monitor setup, so I see my previous monitor (1080p) and new 4k monitor side by side all the time. When I drag something from one to other, the difference is obvious.

    That all said, I'm not that intense a gamer, and am content to play games at 60fps or less. In fact, I prefer better looks at lower framerates than higher framerates with worse graphics. In your case, if you're really wanting to play above 100 Hz, that'll probably increase your cost by quite a bit, both in the monitor and the graphics card.

    You'll need to do some display scaling (mainly at the OS level), so things are not too small (relative to 1080 at the same distance from your eyes). I set my default Firefox font scaling to 150%. Also, the occasional game will obviously be designed for 1080, and UI elements will be ridiculously tiny at 4k, or the screen real estate will be laid out with a 1080 bias (bad UX at 4k). Most games are fine in 4k, though, in this respect.

    4 votes
  15. Comment on AI artist says he’s losing money from people stealing his work in ~arts

    Pistos
    Link Parent
    The article says that he (or he through his lawyer) claims that the work was the prompt conversation with the AI, going through iterations of refinement before settling on the final render, plus...

    The article says that he (or he through his lawyer) claims that the work was the prompt conversation with the AI, going through iterations of refinement before settling on the final render, plus refinement of the AI output with graphics editing tools like Photoshop.

    5 votes
  16. Comment on Is all language linear to a native speaker? in ~humanities.languages

    Pistos
    Link
    Word order matters a lot in English. However, there are (and have been) many languages that use a different word order (see SVO vs SOV, etc.); and there are languages that use affixation and/or...

    Word order matters a lot in English. However, there are (and have been) many languages that use a different word order (see SVO vs SOV, etc.); and there are languages that use affixation and/or inflection to convey grammatical meaning, which allows their speakers/writers to use arbitrary word order, as they see fit, for emphasis or artistic (poetic) purposes.

    So, I don't think language in general is linear.

    2 votes
  17. Comment on Why do I get sick every time I visit my parents? in ~health

    Pistos
    Link Parent
    Okay. Sorry to hear about your stress. Hope things get better for you.

    Okay. Sorry to hear about your stress. Hope things get better for you.

  18. Comment on OFTC IRC network loses 20,000 users overnight in ~tech

    Pistos
    Link
    I still use IRC to this day, and want to see it stay alive, but: is this really concrete news quite yet? Hoping for more substance soon.

    I still use IRC to this day, and want to see it stay alive, but: is this really concrete news quite yet? Hoping for more substance soon.

    4 votes
  19. Comment on Why do I get sick every time I visit my parents? in ~health

    Pistos
    Link Parent
    Did you drink some of their water once back home, though?

    Did you drink some of their water once back home, though?