HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dmatech

no profile record

comments

dmatech
·قبل 7 أشهر·discuss
https://dns.he.net/ does. Each record can have its own secret. You can also use this for things like A records to do dynamic DNS.
dmatech
·قبل 8 أشهر·discuss
Primarily because it encourages people to keep doing this performative stuff, think they're actually helping people, and take resources away from more meaningful work. By resisting these efforts, I'm preventing what would likely be runaway acceleration.
dmatech
·قبل 10 أشهر·discuss
In theory, the actual individuals are still bound by state law, but the supremacy clause allows federal laws made in pursuance of the US Constitution to preempt those state laws. Of course, these laws still need to be "necessary and proper" for carrying out an express power like regulating immigration. A law that is unnecessary or improper would theoretically not hold up in court. The same goes for executive action.

Perhaps the most infamous case of this was the Idaho manslaughter case against FBI sniper Lon Horiuchi for killing Vicki Weaver in the Ruby Ridge incident. His case was simply "removed" to federal court and dismissed under the supremacy clause (although this dismissal was later overturned narrowly when appealed).
dmatech
·قبل 11 شهرًا·discuss
There's some really interesting stuff about how that works here:

https://stackoverflow.com/a/56392846/7077511
dmatech
·قبل 11 شهرًا·discuss
This is why it's absolutely essential to always be aware of which types are value types in the .NET type system. Attempts by either users or the designers to conflate or unify them are ill-conceived. The nullability semantics could have been kept consistent if they went all the way back to the beginning of the CLR and did it that way, but this would have not been consistent with Java's JVM and type system (which they were trying to mimic).

That said, we already have value types like System.Int32 which inherit from System.ValueType (an abstract type) which inherits from System.Object (a non-abstract reference type), so things are already a bit weird.
dmatech
·قبل 12 شهرًا·discuss
Providing a platform for defamation and other tortious speech is generally legally protected under §230. They still have to respond to court orders and DMCA requests, though. This is how sites like Kiwi Farms remain online. That said, commercial apps can sometimes be sued under defective product laws.
dmatech
·قبل 12 شهرًا·discuss
Are there any POSIX or ISO guarantees on "FILE"? I think it's safe to assume that it isn't an incomplete type, but all functions that use it operate on pointers anyway. Storing a copy of a "FILE" object might result in each copy pointing to the same underlying file handle but having different internal state.
dmatech
·السنة الماضية·discuss
The amusing thing is that even today, there's a "blink" method on JavaScript strings. It's totally useless today, but it's still there for whatever reason. In fact, they don't even HTML escape the argument, so they were arguably terrible from the beginning.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
dmatech
·السنة الماضية·discuss
Windows actually created a new process type for this: Pico processes[1]. This allows WSL1 to perform quite a bit better than Cygwin on something like Windows XP.

1. https://learn.microsoft.com/en-us/archive/blogs/wsl/pico-pro...
dmatech
·السنة الماضية·discuss
The consequences for following an illegal order include being sued, being held in contempt of court, or being criminally prosecuted by a subsequent administration. They don't have the same immunity that presidents do because they don't have a direct vesting of authority under Article II.
dmatech
·السنة الماضية·discuss
In the USA, both are true. Civil servants can (and should) refuse to follow an order they think is unconstitutional, illegal, or simply unwise. But this won't stop them from being fired for insubordination. I don't think the courts will attempt to force the president to retain subordinates that are actively opposing him on the job.
dmatech
·السنة الماضية·discuss
It allows links to bsky and Mastodon posts, but it doesn't auto-summarize bsky posts at the moment.
dmatech
·قبل 4 سنوات·discuss
On the contrary. This whole episode is a test to see if we're ruled by codified principles or by angry people. While I loathe that site, it's pretty clear that it's an example of legal speech between willing participants. The notion that we can somehow make the world a better place by preventing speech from being heard is a very dangerous (but sadly common) notion.
dmatech
·قبل 4 سنوات·discuss
Swatting is not free speech. Posting the address of someone (knowing that there's a non-zero chance some idiot might use it in a swatting) is generally free speech, because negligent or reckless speech is usually protected.

It's irresponsible, but it's generally protected.
dmatech
·قبل 4 سنوات·discuss
That doesn't appear to be the issue here, though. The users of the site don't find each other completely repugnant. The ISPs might, but repugnance has historically not been a justification for de-peering in the past (at least in the USA).
dmatech
·قبل 4 سنوات·discuss
For decades, we've had a pretty consistent notion of what constitutes "network abuse". It's traffic that threatens the stability of the network itself (such as spam and worm traffic). Obviously illegal stuff can be taken down by law enforcement. But stuff that's simply "bad for society" is generally given a free pass. If you don't like it, your options should be:

1. Don't visit them. 2. Sue them. 3. Get law enforcement involved.

Note that there is no #4 that says "harass everyone they depend on in an attempt to get them taken offline".
dmatech
·قبل 4 سنوات·discuss
There's a fundamental difference between being spoken to and being spoken about. You have a right to prevent others from speaking to you but not about you (at least in the USA).