Meh, essentially it’s just writing “Telecommunicationsourcesurveillance” as a single word without the spaces to indicate it’s a singular thing being referred to (in this case the concept of directly listening on the source device before encryption happens). Might seem weird I guess, but you get used to it pretty quickly.
https://de.wikipedia.org/wiki/Telekommunikationsüberwachung#Quellen-Telekommunikationsüberwachung
It means “telecommunication source surveillance”.
Nah they are spelling MS-05, which is just another chapter of MS-13, but the lying fake news media cut out the people on the left forming the M. /s
Good on Reuters for sending a drone over there.
Besides the cross-posts there is another discussion in
!world@lemmy.world (this link should take you to the community in your app/website):
https://lemmy.ml/post/29400920 (this link will take you to the post on the website I’m viewing it from)
about the link to the Reuters video: https://www.reuters.com/video/watch/idRW057230042025RP1/
Besides the cross-posts there is another discussion in
!world@lemmy.world (this link should take you to the community in your app/website):
https://lemmy.ml/post/29400920 (this link will take you to the post on the website I’m viewing it from)
about the link to the Reuters video: https://www.reuters.com/video/watch/idRW057230042025RP1/
Charges weren’t dropped. Neither the judge nor the prosecution sought detention, so she is just out until the next hearing happens (May 15th).
On April 25, Dugan appeared before U.S. Magistrate Judge Stephen C. Dries during a brief hearing in a packed courtroom at the federal courthouse. Dugan, wearing a black dress with white flowers, made no public comments during the brief hearing.
At the hearing, Dries asked if prosecutors were seeking detention, and they said they were not. He answered that he did not believe that the charges were “eligible” for detention.
As it ended, her attorney, Craig Mastantuono, told the court: “Judge Dugan wholeheartedly regrets and protests her arrest. It was not made in the interest of public safety.”
Dugan made her federal court appearance a little more than two hours after she was arrested at the county courthouse at about 8 a.m. April 25.
Isn’t Karma essentially just the delta between upvotes and downvotes you get with some sort of weighting thrown in?
Because you can very much get that delta on here, it just isn’t visible in the default Lemmy interface. If you look at your account through an Mbin frontend for example you can see the “Reputation points” value in the sidebar: https://fedia.io/u/@wittycomputer@feddit.org
As the link in the post body explains you may direct your complaints to https://old.reddit.com/user/HEPS_08 of the r/stalker subreddit, although I’m sure they have heard about it in these past four years.
I’m gonna be real with you, I don’t know who or what that is and I deliberately chose to ignore the likely sarcasm, but feel free to enlighten me.
Like I agree it is a better message in the edit, but I fear a lot of people are not ready to hear that yet and still need to work through the original before coming around to this… Still stuck in denial and whatnot.
So… “man doesn’t exploit man”? Sounds good!
For many European languages and some non-European ones there is the CEFR, so you could look for an “A1” or “A2” level language course in whatever you want to learn. They aim to establish exactly this basic level of communication.
The other reply you already got pretty much sums up how I feel about Merkel, not a fan exactly. But I’d like to add one specific thing she has my respect for.
During the refugee crisis of 2015 there was a point where her side of the political aisle was approaching hysteria. There were hundreds of thousands of people streaming into the EU from all over the middle east and north Africa, crowds at every major train station and border crossing, normal refugee infrastructure way beyond the point of collapse. So conservatives were starting to seriously argue for the suspension of asylum rights, closing borders, etc. And Merkel was usually one to wait stuff like this out, see what possible consensus forms and then adopt it as if it was her idea all along. But not this time. She saw it starting to gain traction, just came out publicly and said “We will manage this”, and that was that for her. Discussion died immediately.
I may not respect much of what she did before or after, but taking that stance at that moment as clearly as she did, that I respect her for.
Read the policies yourself
I suggest reading this diff to the FAQs instead, paints a much clearer picture:
https://github.com/mozilla/bedrock/commit/d459addab846d8144b61939b7f4310eb80c5470e
Basically removes all the language about not selling data and some about privacy. Down in the comments someone argues this is due to a narrow legal definition of that language in certain jurisdictions, but that couldn’t sound more like an empty excuse if they tried. Actually all the reactions from Mozilla I have seen on this so far sound like pure corpo PR bullshit to me.
You and i read different things.
Apparently we did.
I hated how he worded them, but his arguments at greppable and understandable are valid arguments that go beyond rust and if he can read it or not or refuses to.
I’m failing to see how Rust code is not greppable unless you don’t speak Rust.
Mixing languages in a part of a project brings complexity and is often a huge ass nono because it makes things unreadable and hard to manage on a large scale.
An argument which I would acknowledge, but if the decision to do this has been made by the group it still is weird to see it blocked by an individual.
He also argues that a c interface exists to connect 2 parts of a system. The person that changes the interface should not have to alter the users of that interface, […] So if he changes the interface, the rust team will need to fix it, specially since they are the minority.
Nobody asked Hellwig to do this, in fact Krummrich said several times they would maintain the interface consuming the C code themselves. They just want one common interface for all Rust drivers, instead of replicating the same code in each driver. Which Hellwig never gives a substantial reply to.
That also doesnt mean he can change it in whatever way without worry, it is an interface change, that needs discussions and approvals ahead of time ofc.
Again not how I’m reading that thread. As Krummrich put it:
Surely you can expect maintainers of the Rust abstraction to help with integrating API changes – this isn’t different compared to driver / component maintainers helping with integrating fundamental API changes for their affected driver / component, like you’ve mentioned videobuf2-dma stuff.
Not familiar enough with this particular project to know, but a quick glance at the commit log shows some overlap in commit authors, so I guess there is at least some level of sharing happening, probably just not through merges.
But being familiar with this kind of project in general, the branches will probably never be fully merged even in the future, just doesn’t make much sense because they are server software targeting very different versions of a game client. There are also two other branches, but they “only” diverged by like one or two thousand commits so far.