• PenguinTD@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    for practical physical good, some times a patent just means I did this first doesn’t mean it’s hard to do or replicate. ie. like the umbrella wedge/spring to make it open automatically. That’s the part of ingenuity. And why I think the mini game during loading screen worth the patent.

    I don’t like algorithm patent because ultimately, it was there, if original sha hash wasn’t developed, someone would come up with a different method that doing roughly the same. It’s the math and other prior foundation in computer hasing/data processing provides the idea and how you can process and get the hash fast. so your newer arrangement of faster version(like different sorting algorithm) would not be possible without those other research.

    ie. for my own example, my thesis involves doing polygon culling strategy, my base algorithm is totally base on math prediction as to what’s the optimum I can achieve minimum culling checks. BUT, that algorithm is actually slower than when you implement the checks base on how GPU is doing the render plus cache efficiency. If I did not know or not aware how computer works from prior study, I can’t figure out why my “optimum” algorithm is actually slower than sub-optimum checking strategy.

    Say, what if SHA or whatever algorithms is implemented, and is actually very impactful to other application, which can be proven that anyone can naturally come to this conclusion by doing their own research, simply grant that patent impedes future development. Another computer graphic patent is the Joe Alter hair distribution, it has nothing to do with ingenuity and just because his dad is a good patent lawyer, it blocks any healthy competition from selling CG hair grooming product in US. If you check the patent itself, that was like trying to patent a math distribution over surface.

    • Dark Arc@social.packetloss.gg
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      like the umbrella wedge/spring to make it open automatically.

      That to me is a very specific algorithm. It’s a simple mechanism but putting it together might be a bit tricky.

      That’s very similar to SHA, it’s a fairly simple set of mechanisms but the actual composure of those ideas into something that works as well as SHA does takes very specific research experience. It’s not at all an abstract idea, it’s a very concrete and specific set of operations that you invented first.

      Imagine if the patent was “an umbrella can open itself with the push of button” no further details. That’s close to the level of detail some software patents are argued at and effectively what the “put a game in your loading screen” patent was awarded on.

      You can’t patent the idea that “an umbrella should be able to open [somehow]” so I likewise think it’s ridiculous that someone was able to parent “your game [somehow] runs another simpler game before it runs.”

      Patents should be to protect very specific research so that the private sector can do said research and profit from it. Patents should not block out broad concepts. The patent in the video game situation was and should’ve been ruled as bogus. It’s not the type of thing anyone needed to research or think about, you just literally go “what if I added a game to my loading screen” and you’re in violation.

      • PenguinTD@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 days ago

        The Namco(which I wrongly attribute to Konami) thing “is” very specific. Remember during that time there are not a lot multi core processors. It requires clever scheduling to allow running both the mini-game AND checking loading status to seamlessly transition into game. It’s really not just a simple “concept” but ingenuity to arrange your loading I/O wait time into running their past game at the same time. That’s in PS1 era where loading wait time because of CD-ROM and later DVD was very significant.