this post was submitted on 11 Nov 2024
46 points (100.0% liked)

Gaming

30552 readers
326 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Dark_Arc@social.packetloss.gg 2 points 3 days ago (1 children)

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 2 points 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.