• 1 Post
  • 232 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle




  • I keep joining discord rooms because I just want to search for something specific real quick… I don’t want to dig up my real account or join, I just want to take a peek inside and dig up the answer to my question

    Almost every time I sign up with a username and get just enough time to start looking for what I need before it decides to kick me out for “suspicious activity”

    At this point I just search the project name when it happens… I’m usually there to evaluate a project, and if that’s not enough I just drop it





  • The funny thing is, my friend is LGBTQ - it’s not at all a dog whistle for them. It’s very real frustration at beloved games and IP being ruined

    But they hear “go woke go broke” so often that they’ve been trained to look for inclusivity to blame. We like talking about topics like this, and each time I have to walk them through it again - “yes, the game is inclusive, yes, the game sucks. Let’s be precise and critique it, why does the game suck? What systems and processes keep causing this?”

    I think my friend is doing this on purpose to help process the emotions, because it always ends with the same conclusion

    "You think it’s a bad game because it is, you feel like it’s an attack because they went online and said you’re a bigot for thinking it’s bad, and we’re all biased but you’re self aware and this is coming from propaganda and very valid frustration, not hatred.

    “Now let’s talk about the mechanisms through which consulting companies ruin everything we hold dear, and brainstorm ways to mitigate or fix these systematic problems. And would you look at that, you’re sounding just a little more like a leftist each time”

    Identify the problem, trace it through the system, find the root cause, and brainstorm solutions/work arounds



  • That’s not what I’m mad about. I’m mad that it won’t ever work - Ubisoft isn’t trying to figure out why their games are failing, they’re trying to figure out how to keep the stock price projections up

    Hence this article, which is signaling to wall Street “we’re going to make layoffs and hire cheaper, less experienced people”. They’ll probably do it by closing studios and buying up new ones - that’s pretty much their standard operating procedure. They buy up a studio, take their IP to add to the pile, then turn it into a formula and churn out games until the players lose interest in the IP

    What’s the problem? They’re too damn big. What’s the solution? Block them from acquiring more studios and they’ll die without leaving a swath of destruction on the way down. Ideally split them up. Do the same with Microsoft and EA, and we could save the gaming industry overnight (granted, more like over the course of a few years)

    Voting with your wallet doesn’t work because to the leadership of a Corp, sales aren’t what matters. Stock price matters, which is only tentatively linked to how profitable the company is, which is only tentatively linked to the quality of their products






  • Why do you think C is the one true language? It’s a tool.

    There’s a single very simple answer to “what tool should I use?”. Use the best tool for the job

    The job is the objective - what are you trying to accomplish? What are your priorities? What compromise is best between time, cost, and quality? What are your abilities? What’s in your toolbox right now, and what could you obtain within the time frame?

    For you, the best tool might always be C. I don’t know how you’ve specialized or what you do, but C is powerful. Maybe you have an orderly thought process code meticulously, maybe you struggle to learn new languages. Maybe there’s just no better option for the jobs you take on

    For me, C is rarely the answer. Not never, but outside of school I can count on one hand how many times I’ve chosen it. I code intuitively and feel how the code fits together, I can pick up languages on the spot and switch even more easily. But I’m not meticulous, it’s against my nature. I make mistakes frequently - but I learn by doing, and I don’t need to understand to start doing

    All that said, why do we keep making languages and frameworks? Because as programmers, we build the tools. We can also share them without losing them. The perfect tool for one job won’t be the same for any other job, but a pretty good tool for many jobs is a valuable tool

    The trade-off with our tools is between power, versatility, and cost (generally being time). We all want powerful and versatile tools - but our time is limited, and so we can’t afford the cost

    Ultimately, I think you’ve correctly spotted a recurring problem but misidentified the cause. The cause isn’t the tools, it’s the fact that the cost is someone else’s time. And the fact we have no way to translate money into their time

    A corporation can fund a team to continuously develop a tool they rely on. An individual can’t - we could chip in a few bucks here and there, but we use a lot of tools. We don’t know good tools from bad ones until we use them, we don’t know what tools are used to build the ones we need either.

    So everyone and their mom wants to build a service to fund work on their tools. I hate services, I don’t want to give them my data or my money - I want tools that will work on my devices, not because I don’t want to deny them pay for their work, but because I pick up, drop, and modify tools all the time

    That’s the real problem - if I could donate x dollars a month to support the tools I use, I would. If I could choose for us all to pay more taxes to support the tools we all use, I would take that deal. Hell, I’d go through the effort to generalize my personal tools

    Instead, the only real profit to be had in OSS comes from companies, because they can afford to fund them directly, or services, which individuals tend to hate but companies barely notice. The tools aren’t the problem - the economics are the problem


  • I don’t agree with that at all - that’s how art works. You take ideas and techniques and copy them, adding your own twist in the process. Art is about more than the aesthetic - the backstory is what gives it value. Stealing that is plagiarism, everything else is artistic inspiration… If you add nothing new you’ve made a cheap knockoff, which is very different from plagiarism

    Palworld has its own lore, its own type system, its own battle mechanics, and as far as gameplay it’s nothing like Pokemon. All it has in common is many creatures you capture in a ball, with designs largely based on IRL animals and Japanese folklore. They’ve made something new no matter how you slice it



  • Oh, I said that as a programmer all right. And that’s how I’ve approached AI - I ran it locally, and kept poking it until I began to get a feel for it. Until I could see patterns. Until I could put together a methodology

    They exist. Word choice matters greatly. Shorter is better. Varied word choice is better. Less “orders” is better. Strange combinations of tokens can convey something in non-obvious ways. They all seem to have a very strong attachment to the name “Luna”

    They’re as deterministic as any software is, if you run it in the same state with the same input you’ll get the same result, sometimes with minor wording changes

    And software isn’t as deterministic as we pretend it is. Programming doesn’t require it either, luckily. Every program you’ll ever write is interacting with complex systems no one fully understands, and it will sometimes act unpredictably

    Programming is about finding patterns in the chaos, then using them to get the result you want. You need consistency - not deterministic outcomes. You can program with anything you can find the patterns in - even human behavior or the physical world. You can program yourself.

    You can treat AI like something unknowable, or you can find the patterns and put them in your toolbox