• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle
  • Mostly art things. I’m far from qualified to speak to it as an expert, I haven’t played either version yet, but have friends who are very passionate about the topic.

    I think the easiest way to explain it is to refer to this Miyazaki quote:

    Most people don’t believe me when I say this, but a certain kind of refinement, elegance, and dignity are very important to me. I’ll usually tell the designers that flat-out grotesque or splatter type designs will not get past me. This has everything to do with my own personal sensibilities, and it is something that I apply to every design that I approve.

    Even if you just look at the tutorial boss (I clipped a a YT side-by-side for you here), the changes they’ve made here to add detail are basically all… grotesque. Gross hanging flesh, some weird hanging nipple thing, it’s a very different interpretation of the original than what I believe was intended.

    This is obviously just one example, but it’s this type of change that bothers purists. Now, mind you, I don’t think this makes the remake trash or anything, but if you’re interested in Demon Souls historically as the beginning of the Souls franchise, this kind of change is essentially revisionist history, and it’s disappointing to me that the original game isn’t also available in some way besides buying an old PS3 or emulating the game.


  • 100%. I’m also honestly a bit worried about any remaster they may announce. Bluepoint did a wonderful job in many areas with Demon Souls, but there were definitely some “enhancements” that didn’t exactly match the authorial intent of the original.

    Ideal world, I’d love both, good access to a high quality original, and a top-tier remaster of a classic.

    Fortunately ShadPS4 looks to be saving the day here, by giving us the ability to emulate the original with patches to fix the glaring issues. Still sucks if you’re sitting there on PlayStation though.

    All that said, I don’t expect anyone to touch the original officially. From Soft have moved on, and Sony holds the publishing rights. If BluePoint isn’t interested, it’ll continue to be the elephant in the room.


  • Hazzard@lemm.eetomemes@lemmy.worldElephant in the meeting
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    2 months ago

    Eh, it’s because of what Bloodborne is, and the state of it. Improper frame pacing with a 30FPS cap, even if you bought a new PS5 to play it (because it’s not available on PS4).

    A cleaned up patch for newer gen hardware to unlock it would be enough, but a remaster is more likely to appeal to Sony.


  • I think it is a problem. Maybe not for people like us, that understand the concept and its limitations, but “formal reasoning” is exactly how this technology is being pitched to the masses. “Take a picture of your homework and OpenAI will solve it”, “have it reply to your emails”, “have it write code for you”. All reasoning-heavy tasks.

    On top of that, Google/Bing have it answering user questions directly, it’s commonly pitched as a “tutor”, or an “assistant”, the OpenAI API is being shoved everywhere under the sun for anything you can imagine for all kinds of tasks, and nobody is attempting to clarify it’s weaknesses in their marketing.

    As it becomes more and more common, more and more users who don’t understand it’s fundamentally incapable of reliably doing these things will crop up.



  • Yeah, this is the problem with frankensteining two systems together. Giving an LLM a prompt, and giving it a module that can interpret images for it, leads to this.

    The image parser goes “a crossword, with the following hints”, when what the AI needs to do the job is an actual understanding of the grid. If one singular system understood both images and text, it could hypothetically understand the task well enough to fetch the information it needed from the image. But LLMs aren’t really an approach to any true “intelligence”, so they’ll forever be unable to do that as one piece.


  • Eh, this is a thing, large companies often have internal rules and maximums about how much they can pay any given job title. For example, on our team, everyone we hire is given the role “senior full stack developer”, not because they’re particularly senior, in some cases we’re literally hiring out of college, but because it allows us to pay them better with internal company politics.


  • I don’t necessarily disagree that we may figure out AGI, and even that LLM research may help us get there, but frankly, I don’t think an LLM will actually be any part of an AGI system.

    Because fundamentally it doesn’t understand the words it’s writing. The more I play with and learn about it, the more it feels like a glorified autocomplete/autocorrect. I suspect issues like hallucination and “Waluigis” or “jailbreaks” are fundamental issues for a language model trying to complete a story, compared to an actual intelligence with a purpose.





  • Seems like a sensible overhaul, hitting the major issues with the fee, but still going ahead with a version of it. Big points for me:

    • Not retroactive. Only affecting the next version of Unity, and you can even opt out of updating to skip the fee.
    • Data is now reported by the customers. Still not sure how that plan to enforce this, but it’s a hell of a lot better than some arbitrary data collection scheme being baked into the game.
    • Free version is excluded. No charging tiny side projects, or students or something, it only affects already paying customers.

    Still not sure I love charging per install as a concept, and they’ve already overplayed their hand and burnt many bridges, but at least this implementation isn’t insanely hostile. Guess we’ll see how this plays out from here.


  • Having used tailwind a little bit, I have nothing but praise for it. Effortless copy/pasting of components with confidence, really nice look by default, easy tweaking, absolutely no management or planning required to organize your CSS, and it’s all right there, directly on your html, never anywhere you have to hunt for it. Feels very freeing to just… not think about CSS at all.

    And the “clutter” really is fine, modern IDEs with good syntax highlighting, plus a tailwind extension to help complete the class names and clean up accidental duplicates or conflicting properties, and you’re good.



  • Eh, I’d assume the comparison isn’t flattering. I think the point of this article is to argue you don’t need ElasticSearch to implement a competent Full Text Search for most applications. Splitting hairs over a few milliseconds would just distract from that point, when most applications should be prioritizing simplicity and maintainability over such tiny gains in a reasonable dataset.

    Might be interesting to try to analyze at exactly what point elasticsearch becomes significantly useful, however. Maybe at the point where it saves a full tenth of a second? Or where it’s returning in half the time? Could be an interesting follow up article.