Irv

joined 2 years ago
[–] Irv@midwest.social 3 points 2 years ago

There's been a big price jump in their add-ons. Deluxe is $7.99 and audit defense is $19.99 (used to be included in deluxe, which was even a bit less)

[–] Irv@midwest.social 10 points 2 years ago

I saw an argument that the "necessary and proper" clause in Article I, Section 8 lays out the authority quite nicely:

Congress has the power "to make all Laws which shall be necessary and proper for carrying into Execution the foregoing Powers, and all other Powers vested by this Constitution in the Government of the United States, or any Department or Officer thereof".

[–] Irv@midwest.social 2 points 2 years ago (1 children)

Income taxes required a constitutional amendment (the 16th) to get past the Supreme Court

[–] Irv@midwest.social 10 points 2 years ago (5 children)

The Supreme Court would veto it as unconstitutional even if passed. https://www.npr.org/sections/money/2019/12/17/787476334/is-a-wealth-tax-constitutional

[–] Irv@midwest.social 22 points 2 years ago

This is unconstitutional and based on incorrect comprehension of the 14th amendment. Gaetz is specifically leaning on the "and subject to" part in "born or naturalized in the United States, and subject to the jurisdiction thereof.”

However, this is clearly referring to exclude children born to diplomats who are not subject to jurisdiction because of diplomatic immunity. The exclusion does not apply to children born to undocumented immigrants.

[–] Irv@midwest.social 3 points 2 years ago

This is a Kendall Roy move.

[–] Irv@midwest.social 2 points 2 years ago

He also got a 18 month prison sentence

[–] Irv@midwest.social 8 points 2 years ago

Being skeptical of Democrats is not a political agenda, but that's what these centrists run on. It's pathetic and achieves nothing

[–] Irv@midwest.social 46 points 2 years ago

Warrants are required for U.S. Mail. Likewise, the government should not have warrantless access to all electronic communication. It's an outrageous position.

[–] Irv@midwest.social 2 points 2 years ago (2 children)

The Xbox 360 remake is awesome. Sadly, it is not available for purchase or backwards compatibility, as the publisher dissolved.

Anyway, I recommend this trailer: https://youtu.be/6pDy-CSFsPs

[–] Irv@midwest.social 1 points 2 years ago

I really don't even think the votes table would need to itself be federated; it could just be on the user's instance. Upvote/downvote would be a call, but it should really only require the post or comment ID and voter instance. If an instance spams votes, those upvotes/downvotes could be deleted and the instance defederated

[–] Irv@midwest.social 7 points 2 years ago (5 children)

There might be possible technical solutions to this using hashing. Hashing is like encryption in that the original cannot be extracted, but the hashed result is unique.

For example, a solution would be to have a VOTES table with an indexed column that is a hash of a combination of the user ID, post ID, (and perhaps another "salt", not sure). When a vote is made, the VOTES table is checked that the record (vote) does not already exist, gets an insert, and then a COUNTER is triggered for the actual vote count. (COUNTER is a db command that simply updates a counter). The hash would prevent multiple votes from the same user (as the salted hash is unique), and it would also prevent identifying who the user is from the table.

view more: ‹ prev next ›