HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kallistisoft

no profile record

Submissions

Trump seeks social media profiles of all green cards applicants

independent.co.uk
15 points·by kallistisoft·w zeszłym roku·1 comments

comments

kallistisoft
·6 miesięcy temu·discuss
At this point the primary thing that's keeping me from switching to Wayland (KDE) is lack of support for remote desktop software, especially with multiple monitors...

Hopefully AnyDesk and Remmina will address this issue before KDE ends it's mainline X11 support next year.
kallistisoft
·7 miesięcy temu·discuss
At this point I'm convinced that they're not a 'real person' and the 'Fabrice' is an operational code name for a very mature hacker collective.

Real people have to sleep at some point!
kallistisoft
·9 miesięcy temu·discuss
This sounds like an interesting project. Do you have any plans to publish a tutorial/journal article + source code?
kallistisoft
·12 miesięcy temu·discuss
> Why would someone in their right mind ever buy a Nintendo product?

Correction: Why would someone in their right mind ever buy a Nintendo product and use it accordance within the manufacturer's guidelines?

I purchased a first gen (rcm exploit) switch and I couldn't be happier with my investment.

I'm not concerned about being banned as it is never connected to the internet... for "reasons". :)
kallistisoft
·w zeszłym roku·discuss
I'm sorry... please take this adorable tribble as a consolation!
kallistisoft
·w zeszłym roku·discuss
> The thesis is that immigrants have no constitutional rights because they aren't citizens...

The constitution is quite clear on this issue and it has been affirmed repeatedly over the last 100+ years by the high courts. Anyone and everyone in the world who is on US soil and subject to US jurisdiction is considered a "US Person". This status is regardless of their nationality/nation of origin, the manner by which they arrived on US soil, or any other circumstance.

As a 'US Person' they are protected by the US Constitution with only minimal exceptions; the right to bear arms[1], ability to run for public office, or vote in federal elections[2]

This is by intent and design and is a necessary cornerstone of US democracy!

This is laid out in - Article I, Section 8, Clause 18 "Aliens in the United States"

https://constitution.congress.gov/browse/essay/artI-S8-C18-8...

> The Court reasoned that aliens physically present in the United States, regardless of their legal status, are recognized as persons guaranteed due process of law by the Fifth and Fourteenth Amendments. Thus, the Court determined, even one whose presence in this country is unlawful, involuntary, or transitory is entitled to that constitutional protection

[1] Only citizens and permanent residents are allowed unrestricted access to firearms.

[2] Some districts allow pr visa holders to vote in local and state elections
kallistisoft
·w zeszłym roku·discuss
Note: original title was too long -- "Trump wants green card applicants already legally in the US to hand over social media profiles"
kallistisoft
·w zeszłym roku·discuss
There's an issue with the flow you described; the party requesting verification shouldn't directly interact with the verifying agent (the state) as this leaks to the state the identity of the requesting 3rd party.

The correct flow for preserving anonymity is: the requesting party issues a challenge token to the user -- the token header describes the type of request (>=18yo?) and the token body is completely random(). The user then takes this token and has the challenge verified (signed) on their side, the signed token is then returned to the requester.

This way the state never knows the identity of the challenge issuer.

(
) Note that this scheme requires good faith on the part of the challenge issuer that the token body is actually random, although it would seem that a simple DH-key mechanism would patch this vulnerability.