Are you able to coherently answer or is it going to stay like this? Because then I will end this conversation here.
- 0 Posts
- 24 Comments
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.
Konlanx@feddit.deto
Asklemmy@lemmy.ml•What are some of your, "If I like this, what else might I like" questions?
51·2 years agoI 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
anyas 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 usetypeof(or similar constructs like a type guard).https://www.typescriptlang.org/docs/handbook/2/typeof-types.html
Maybe I can just post here and get a good explanation?
I have been using PopOS for a while now and I am super happy with it, but last time it tried to switch from Gnome to KDE I ended up with a black screen after boot and had to reinstall from scratch.
Does anyone have a good writeup on how to do it properly?
What alternative would you suggest if I just want to talk to my mates while gaming? I gave up on setting up TeamSpeak after like an hour and many crashes and errors. I was a TeamSpeak fan for many years when using windows, but on Linux I highly dislike it.
Konlanx@feddit.deto
Open Source@lemmy.ml•FastForward isn't working, can't bypass many websites hence any alternatives?
3·2 years agoWhat is the reason for such an addon? Simply bypassing the tracking of the shortener?
Konlanx@feddit.deto
Privacy@lemmy.ml•The Philips Hue ecosystem is collapsing into stupidity
13·2 years agoBoring bait. Leave the zoo now.
Konlanx@feddit.deto
Programmer Humor@programming.dev•Which side are you? Javascript or Typescript
18·3 years ago(30,27): error TS7006: Parameter 'fuck' implicitly has an 'any' type.
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)
deleted by creator
Konlanx@feddit.deto
Asklemmy@lemmy.ml•Is there a way to see why my account was temporarily banned on Lemmy World?
4·3 years agoThat site lists my account as “Banned for Vote manipulation”.
That’s… Interesting.
Konlanx@feddit.deto
Asklemmy@lemmy.ml•People who have died and came back, what was your experience?
65·3 years agoWhat a great post. Thank you for sharing it and all the best for you!
Konlanx@feddit.deto
PlayStation | PS5@lemmy.world•The Secret Behind the Success of ‘Baldur’s Gate 3' (Jason Schreier)
33·3 years agoAs they ruin absolutely anything.
Konlanx@feddit.deto
World News@lemmy.world•Nurse found guilty of murdering seven newborn babies at UK hospitalEnglish
1·3 years agodeleted by creator
Thanks for the tip, I will try that one out!
I like to listen to podcasts in the gym and I will interrupt my set to skip sponsors and ads. The enshittification on Spotify is particularly bad as they now play ads in addition to sponsorings for premium listeners.



deleted by creator