Are you able to coherently answer or is it going to stay like this? Because then I will end this conversation here.
Are you able to coherently answer or is it going to stay like this? Because then I will end this conversation here.
It is very unpleasant to communicate with you.
It is still unclear what you meant with “your shit”.
Apart from that I did not argue against the signal protocol, I argued against your idiotic stance on encryption.
Maybe reading comprehension, eh?
That comment does not make sense.
“It must be encrypted well because nothing has been leaked yet” is a very, very bad stance on encryption.
In fact, every encryption is working well until it’s broken the first time.
So no, you didn’t address shit.
I would like to ask a similar question:
I very much like the “the beauty and the beast” - styled metal. That’s at least what I read online sometime what it’s called.
The mix of a male voice growling and a female voice singing melodic kinda does it for me, but so far I had very little luck finding stuff that fits, actually just a few songs.
Any recommendations?
This is likely referring to TypeScript.
TypeScript has all of these patterns, they are used very frequently and they are necessary because TypeScript tends to be interesting from time to time since its types only exist at compile time, because it compiles to JavaScript, which is a language without types.
TypeScript also allows any
as a keyword, which says “I don’t know which type this is and I don’t care”, which still produces valid JavaScript. To get back to typed variables it is necessary to use typeof
(or similar constructs like a type guard).
https://www.typescriptlang.org/docs/handbook/2/typeof-types.html
That was very interesting. Thanks!
For me it’s 7am-3:30pm and I do all my work between 7am and the daily at 9:30am. After that it’s just meetings and bullshitting on the internet. Everyone is satisfied with my work.
Pro tip: You don’t need the allowance of a stupid old man to do be baptized. It also doesn’t mean anything, so you can just not do it and care even less about the opinion of the stupid old man.
Ah, yes. Another weed meme of a person who clearly never consumed any weed.
Do you have a moment to talk about our lord and savior Hunt: Showdown?
The best extraction shooter out there.
It has zombies. It has wild west. It is balanced. It takes two shots to kill and two minutes to reload. Come to the Bayou!
I’m a straight cis guy and I like the memes posted in this community. They are 99% wholesome and just asking for acceptance in meme format, which is nice.
Seems like feddit.de shows a lot of Blahaj stuff and that’s good.
This is due to the default sorter in JavaScript sorting by the string value. The reason for that is that this won’t create errors at runtime. Since JavaScript does not have types, this is the safest way of sorting.
This works:
const unsorted = [1, 100000, 21, 30, 4]
const sorted = unsorted.sort((a, b) => a - b)
JS !== Java
Try Javascript some day!
Try Javascript today!
deleted by creator