Narann

joined 1 year ago
[–] [email protected] 16 points 1 week ago (1 children)

I like Nintendo pushing for paid-yet-good video game with events instead of micro transaction model. MTs hurt your brain.

[–] [email protected] 2 points 3 weeks ago

Minetee or Craftee

[–] [email protected] 2 points 2 months ago (1 children)

I have a bad feeling about Switch performances for this. I don’t remember any non-Nintendo open world game that work fine on Switch.

[–] [email protected] 2 points 2 months ago

Looks pretty cool. Hoping performance to be good.

[–] [email protected] 9 points 3 months ago

First, the game is not named "Link", now this...

Such a disappointment!

[–] [email protected] 8 points 4 months ago (2 children)

…and I still have so much cool games to play on it…

[–] [email protected] 7 points 4 months ago

Can’t wait for the Fortnite x Mario x Starwars collab…

[–] [email protected] 0 points 4 months ago

Despict being happy to see a new MP entry, I'm surprised by the lack difference between this and the remaster.

[–] [email protected] 1 points 5 months ago

Unfortunately, Nintendo mobile practices are nasty.

I suspect Nintendo applied the japanese mobile scheme to global market, but its a mistake on the long run: Such practice for a company considered family-friendly can be bad, as it can trigger regulations.

[–] [email protected] 1 points 6 months ago (1 children)

Am I the only one having some concerns about a technology which organisation is going too widely high profit company dependent?

[–] [email protected] 0 points 6 months ago (1 children)

I suspect the MK8D DLC pushes the sells along the years even further. Those uncertain about buying it cross the line because, hey, hype.

I suspect Nintendo will do the same for their next MK game.

[–] [email protected] 0 points 11 months ago

GPL is basically a contract that code will always be shared if distributed. This licence ensure any distributed library will give your code (legal standpoint).

MIT is more a use as you want licence. Devs can take the code, build and distribute binaries without restrictions.

They are not made for the same reasons. If you want to write Libre software, GPL is your friend.

As other says, rust build statically by default, having a MIT ecosystem help to spread the langage. Yet, this also mean someone can see its code used in a commercial product without sharing back, credits or counterpart.

Different uses.

 
  • Python 3.12 support.
  • Python 3.7 is no longer supported.
  • Shiboken generator is now available on PyPI.
  • Better asyncio compatibility.
  • Better Android compatibility.
  • aarch64 architecture is now supported.
  • Better access to commercial wheels.
  • Better Python integration in Qt Creator.
  • Out to date research plan for dynamic binding.
 

Constant modules are modules that often contains variables that you want to use in many places without relying on hard coded values. Sometime you store paths (often relatives).

Is it a good thing to use pathlib.Path() object is modules dedicated to constant?

Or is there anything that you should know before choosing to do so?

I would say the same question appears for using re.compile() in constants.

Any advise?

view more: next ›