HN user

jdadj

140 karma
Posts0
Comments29
View on HN
No posts found.

I don’t have any particular insights, but I’m curious to learn the antitrust implications of how the execs can/cannot coordinate.

What happens in a court case when this occurs? Does the receiving party get to review and use the redacted information (assuming it’s not gagged by other means) or do they have to immediately report the error and clean room it?

Typically, two copies of a redacted document are submitted via ECF. One is an unredacted but sealed copy that is visible to the judge and all parties to the case. The other is a redacted copy that is visible to the general public.

So, to answer what I believe to be your question: the opposing party in a case would typically have an unredacted copy regardless of whether information is leaked to the general public via improper redaction, so the issue you raise is moot.

"We have documented cases of humans leading normal lives with little to no brain beyond a cerebellum" -- I take this to mean that these are humans that have a cerebellum but not much else.

Your npr.org link talks about the opposite -- regular brain, but no cerebellum.

Your irishtimes.com link talks about cerebrum, which is not the same as cerebellum.

Your biology.stackexchange.com link talks about Cerebral Cortex, which is also not the same as cerebellum.

And the cbc.ca link does not contain the string "cere" on the page.

Depending on the specifics, you might be able to add socat in the middle.

Instead of: your_app —> server

you’d have: your_app -> localhost_socat -> server

socat has command line options for setting tcp_nodelay. You’d need to convince your closed source app to connect to localhost, though. But if it’s doing a dns lookup, you could probably convince it to connect to localhost with an /etc/hosts entry

Since your app would be talking to socat over a local socket, the app’s tcp_nodelay wouldn’t have any effect.

The Bug Bite Thing seems to have a similar miraculous effect for my family. I was initially skeptical, but it works surprisingly well. Also, no need to fiddle with batteries.

Seems like the article is addressing two orthogonal issues — home insulation and heat pumps. They are suggesting that heat pumps depend on improved home insulation. Why?

Is the idea that heat pumps don’t pack enough punch to replace boilers on their own, and they need to be combined with a more efficient building envelope in order to be sufficient?

Not sure about best practices. But at our small shop, we’ve rigged up our homegrown logging infrastructure to do that automatically by using the C/C++ macros __FILE__, __FUNCTION__ and __LINE__

We hide the data in our log viewer to reduce clutter but display it as a tooltip.

Tailscale SSH 4 years ago

This is neat. I've used Cloudflare's Zero-Trust SSH, but I've been frustrated that it interacts poorly with sftp and scp because of the client-side changes that they make to ~/.ssh/config

Does tailscale have the same issue?