[-] Mirodir@discuss.tchncs.de 6 points 2 hours ago

It's not copyright, it's patents...

(I do also hope that they lose because ingame mechanics being patented is bullshit)

[-] Mirodir@discuss.tchncs.de 4 points 3 days ago

I haven't looked into this game beyond your description, but it does sound like a pretty weird model. Do you also have to pay for cards on top of that?

It's not a card game, it's an async autobattler. As long as all the characters are roughly balanced against each other, there's nothing to be gained other than cosmetics (at the current state of the game).

[-] Mirodir@discuss.tchncs.de 53 points 3 weeks ago

From what I remember and what a quick search on the internet confirmed, B didn't actually deny her anything. He actually went out of his way to do as much good for her as he could. He claims to have replied "Language." because he knew other people at NASA with more say on her job would find her, which would get her into trouble (and they did find her even before his first Tweet).

[-] Mirodir@discuss.tchncs.de 109 points 1 month ago* (last edited 1 month ago)

Sure. You have to solve it from inside out:

  • not()....See comment below for this one, I was tricked ~~is a base function that negates what's inside (turning True to False and vice versa) giving it no parameter returns "True" (because no parameter counts as False)~~
  • str(x) turns x into a string, in this case it turns the boolean True into the text string 'True'
  • min(x) returns the minimal element of an iterable. In this case the character 'T' because capital letters come before non-capital letters, otherwise it would return 'e' (I'm not entirely sure if it uses unicode, ascii or something else to compare characters, but usually capitals have a lower value than non-capitals and otherwise in alphabetical order ascending)
  • ord(x) returns the unicode number of x, in this case turning 'T' into the integer 84
  • range(x) creates an iterable from 0 to x (non-inclusive), in this case you can think of it as the list [0, 1, 2, ....82, 83] (it's technically an object of type range but details...)
  • sum(x) sums up all elements of a list, summing all numbers between 0 and 84 (non-inclusive) is 3486
  • chr(x) is the inverse of ord(x) and returns the character at position x, which, you guessed it, is 'ඞ' at position 3486.

The huge coincidental part is that ඞ lies at a position that can be reached by a cumulative sum of integers between 0 and a given integer. From there on it's only a question of finding a way to feed that integer into chr(sum(range(x)))

[-] Mirodir@discuss.tchncs.de 34 points 3 months ago

Daily login bonus...

[-] Mirodir@discuss.tchncs.de 63 points 4 months ago* (last edited 4 months ago)

People mention Spore because the official FAQ mentions Spore.

Thrive is never gonna be “from puddle to space adventures”-type of game.

People also mention Spore because this is exactly what the devs are envisioning. To quote the FAQ:

Gameplay is split into seven stages – Microbe, Multicellular, Aware, Awakening, Society, Industrial and Space.

[-] Mirodir@discuss.tchncs.de 56 points 9 months ago* (last edited 9 months ago)

I think it's much more likely whatever scraping they used to get the training data snatched a screenshot of the movie some random internet user posted somewhere. (To confirm, I typed "joaquin phoenix joker" into Google and this very image was very high up in the image results) And of course not only this one but many many more too.

Now I'm not saying scraping copyrighted material is morally right either, but I'd doubt they'd just feed an entire movie frame by frame (or randomly spaced screenshots from throughout a movie), especially because it would make generating good labels for each frame very difficult.

[-] Mirodir@discuss.tchncs.de 51 points 9 months ago

Scarlet and Violet sold 10 million copies during the launch weekend, so I think they'll be pretty content to keep churning out mediocre games at a much faster pace.

[-] Mirodir@discuss.tchncs.de 60 points 9 months ago

Or into a horse.

[-] Mirodir@discuss.tchncs.de 44 points 1 year ago

I've seen this reposted on the original 196 on Reddit multiple times so saying this is the worst 196 on the basis of this meme being posted makes no sense.

Also nazis are very unlikely to be participating in this community anyway, and if they are then they are either hiding to the point of indistinguishably or getting the ban-hammer really quickly. In the latter case, the problem is solved by the mods and in the former case, with the internet's anonymity, someone fully to be a member of a digital community is just a regular member of the community.

Tankies on the other hand share many more values with the core demographic of this community so they might be less inclined to fully hide their views and their views simmering through might not immediately get them a ban (depending on what they let shine through, of course).

[-] Mirodir@discuss.tchncs.de 40 points 1 year ago

I think it would be fine as an official extension. Shipping it built-in feels weird to me.

view more: next ›

Mirodir

joined 1 year ago