Out of context, but this video showing the amount of freshwater on the planet in perspective was eye opening for me… I see water availability different since.
Out of context, but this video showing the amount of freshwater on the planet in perspective was eye opening for me… I see water availability different since.
I feel like the LLM guy should be the psycho doctor doing unethical experience with the clinic patients…
This meme is so fedi!
I mean the JPN cover is much more true to the original game ascetic and is more artistically pleasing…
But c’mon the US cover looks like a frickin 80s fantasy trash movie poster. Retrospectively that’s so iconic.
Yes the moment the “article” framed modularity and replaceability as a problem it was clear for me that this is nothing else than product placement… Those things are features I would wish my car would have.
Of course they do. They want to keep control over monetization. They don’t care about creators at all.
Thanks for being nitpicky, so I didn’t had to.
I think it’s much more impressive that stuff that was added in 2018 and 2019 has a much higher probability of being deleted today than if it was added 2017…
Wonder if that has anything to do with covid and maybe new businesses models opened 2 years before failing and therefore websites of this companies disappeared.
Also I think it would be nice to see a graph of new websites being opened other the same time span.
Dude… Your talking about mixing ancient technology with space age hardware. What comes next? Watching VHS on the switch?
Good luck getting your setup to work. The drivers for PS5 are completely open sourced by Sony so I think it would make your life much easier by investing in a new controller 😅
To be fair this is not a Reddit thing and it can be found in the fediverse too. I can remember some of such situations where a person just posted wrong stuff but in a very confident way. I was able to prove him wrong later but nobody cared anymore.
Wait… there is a different C than C#?
This is a reference to an original star war movie poster, if you wonder why it looks familiar.
From what I read technically “Android” is used as the most popular smartphone OS in China. But that’s only because android is the foundation of costume Chinese OS that comes without any google services (nice) but is also highly restricted against side loading. Of course like always ways should exist to workaround those restrictions.
But to be honest getting information about all the restrictions people in china need to suffer from getting harder l with every day since they get encapsulated more and more.
I don’t know if this was just a joke or you really mean it that way.
I would partially agree that there are a lot of similarities between Mao and Trump, but current situation in USA is nowhere near current situation in china.
I’m quite sure they will only allow this in EU (and maybe USA). If they do allow this in China, Regime will most probably ban every alternative app Store… if this is not already banned.
Thought and prayers to the people of china. I feel like they lost everything in 1989. Still hope they find the strength to get rid of this depressing system.
Because usability. If you have the files down
down1
down2
downxyz
and download
and the user only knows that it was “something with down” it’s best to show the user everything matching “down*” and let the user decide what’s the correct one.
Also I’m not sure but wouldn’t your expression show everything if only one character would be entered?
And again I don’t see this solving anything if the entered string actually contains other characters then what’s in the file (D
!= d
)
Yes one could argue that some form of advanced algorithm or even AI could be used to identify such use case like download and Download but this is programming Humor, not linguisic Humor.
down
matches down*
because *
also includes empty string. Also download
matches down*
D
matches D*
but d
is not matching D*
because D
is a different character than d
.
Sorry, down
is a substring of download
I don’t get your point either?
I don’t get it… “D” is a complete different character than “d” is.
It’s like wondering why “file1” is not opened when I typed in “file2”.
The difference between AI and Coder:
The Coder fixes it’s errors. AI is just pretending everything would just run fine.