Fucking hate youtube for this. Video titles are translated, but not always for some reason, and every other video has annoying “AI” audio translation or subtitles are active. They also don’t seem to think that users can speak more than one language, horrible user experience.
- 0 Posts
- 33 Comments
zaphod@sopuli.xyzto Gaming@beehaw.org•Games can no longer use virtual currencies to disguise the price of in-game purchases in the European Union34·7 months agoThe cookie law isn’t dumb, but at this point it should maybe be reformed. Basically as long as a website doesn’t do shady shit with cookies no cookie banner is required. Instead of complaining about the cookie banner law, people should complain about websites who sell their users’ data.
zaphod@sopuli.xyzto Gaming@beehaw.org•Games can no longer use virtual currencies to disguise the price of in-game purchases in the European Union33·7 months agoIt’s stuff like chat control that make me hate the EU sometimes.
Here, me. The Ciri parts were like someone shoved a linear action adventure into the open world RPG I wanted to play.
Did everyone become stupid in the last 10 or so years? We used to write huge apps in Python without any type checkers or static analysis tools and never had any problems we wouldn’t have had in statically typed languages.
zaphod@sopuli.xyzto Programmer Humor@programming.dev•This is my life now, until I finally understand Cmake.3·1 year agoJust enable all compiler warnings (and disable the ones you don’t care about), a good C compiler can tell you about using unassigned variables.
zaphod@sopuli.xyzto Programmer Humor@programming.dev•This is my life now, until I finally understand Cmake.3·1 year agoXcode implies MacOS, you can use make there too, just beware that some commandline tools take different arguments on BSDs.
As the other comments have already said it’s not Python. Not sure what you mean with text formatting, do you mean that it’s multiple strings that are concatenated using
+
? You don’t need the+
in Python, you can dosome_function( "part one of really long string" " part two of really long string" )
Which is identical to
some_function("part one of really long string part two of really long string")
It’s quite simple actually: The user wanted to delete their account, but forgot their password so they requested a password reset. Before the password reset email was delivered, the user remembered their password and deleted their account. The password reset email is finally delivered and apparently some email clients open all the links in the background for whatever reason, so it wasn’t actually the user who clicked the password reset link.
I see you like the first rule.
Wikipedia credits it to Ken Thompson, PDP-11 to me implies early Unix.
They prefer to be called Hobbits.
zaphod@sopuli.xyzto Programming@programming.dev•DARPA suggests turning old C code automatically into Rust – using AI, of course2·1 year agofree after use
That would be perfectly safe in any language.
zaphod@sopuli.xyzto Programming@programming.dev•DARPA suggests turning old C code automatically into Rust – using AI, of course24·1 year agoI threw some simple code at it and it even put
unsafe
on the main function, what’s the point of Rust then if everything isunsafe
?
You can write
FortranPython in any language.
zaphod@sopuli.xyzto Programmer Humor@programming.dev•imagine if the crowsstrike bug was malicious...3·1 year agoWhat Crowdstrike does to bypass this requirement is that the CS Falcon is just an engine, that loads, interprets and executes code from definition files.
If Microsoft really has “rigorous QA and cert” for kernel drivers then they shouldn’t have certified this, because now it’s a certified bypass for the certification.
The successor to Deus Ex is Deus Ex. Mankind Divided was released in 2016, so it’s roughly as old as the other games you listed as successors to the other IPs.
And I thought it meant those programmers are bad at memory management because their stack is always full.
Sounds plausible, TNG, DS9 and VOY each had around 170 episodes, that’s already around 510 episodes. I checked the actual numbers and if you consider Short Treks as actual episodes then it’s indeed exactly 950.