HN user

niel

187 karma

Software developer and technical writer from Cape Town, South Africa.

[ my public key: https://keybase.io/niel; my proof: https://keybase.io/niel/sigs/-xrzl-a93-XHOQ-pHjIB8CgbQA0xbSGGOz34LwuF6OE ]

meet.hn/city/-33.9288301,18.4172197/Cape-Town

Socials: - mastodon:hachyderm.io/@niel ---

Posts8
Comments63
View on HN

This reminds me of Ise Shrine in Japan, which is completely dismantled then rebuilt every 20 years.

This is top of mind because I recently read Breakneck by Dan Wang. He makes the case that this practice of rebuilding the shrine preserves knowledge that would otherwise have been lost to time. Wang contrasts Ise Shrine with Notre Dame, where rebuilding the roof is apparently quite difficult, perhaps in part due to the loss of knowledge. I'm not familiar enough with either structure to judge whether this is a fair comparison, but I like the principle.

(Edit to add: This is only a minor analogy from the book, which I highly recommend overall.)

In a year from now

You can get a taste of this already.

While they still call it a prototype/beta, Sentry's MCP server [0] is a model for others to follow when it comes to convenience and usefulness.

Remote-first with OAuth. The biggest hurdle to using it as-is at the moment, is that most clients don't natively support OAuth yet, so often you'll rely on a local proxy server, like mcp-remote [1], to handle auth. Clients will catch up.

[0] https://mcp.sentry.dev/

[1] https://github.com/geelen/mcp-remote

This is the most likely explanation.

I mean, sure, these characters could be used to help estimate the likelihood text was generated (because human writers might be less likely to add proper non-breaking spaces), but I doubt these are watermarks.

I've never heard of combining metformin with the other two drugs. The naltrexone/bupropion combination is sold under the brand name Contrave. As with any weight loss drug, I recommend a healthy amount of scepticism. Contrave's history includes an initial FDA disapproval and two prematurely terminated studies, and the drug changed hands a couple of times.

https://en.wikipedia.org/wiki/Naltrexone/bupropion#History

South Africa's inequality and resultant crime can't be blamed on a one-state solution. The peaceful transition from Apartheid to an inclusive democracy absolutely was a success story in terms of overall wellbeing.

The remaining inequality (especially along racial lines), government corruption, and violent crime are terrible problems, yes, but pale in comparison to the dehumanising codified violence of Apartheid.

Are you seriously proposing that a two-state solution would have served the people of South Africa as a whole better in the long run? I think the resultant inequality would have been far worse. Do you have another proposal?

(Edit to point out that I'm not implying that what worked for South Africa can or can't work for Israel. This comment is about South Africa.)

(As an aside) I know this community prefers not to focus on weak arguments and avoid flame wars (no pun intended), but I have to point out blatant fear mongering:

where people install flamethrowers on their cars because violent carjackings are so common

I wouldn't repeat this as fact. The device referenced was a short-lived gimmick from 1998, four years after South Africa's first democratic election. It is in no way a reflection of reality.

Yes, carjackings are a problem in South Africa, but repeating the flamethrower story reads like FUD.

Speculation on my part, but I believe us non-native English speakers write more formally and with less natural flow.

I also wonder which proportion of English writing (in general) is written by non-native speakers, and whether we might be disproportionately represented in training data.

Signal TLS Proxy 4 years ago

...events like this make me wonder all the more if Signal is really being run from Fort Meade.

Which events are you referring to here?

A prompt could probably be crafted to circumvent this, but stop sequences seem to offer at least some protection against leaking the prompt text.

For example: https://beta.openai.com/playground/p/iSJbqjsSi0YhpuaTHpx6GTV...

As Python: https://gist.github.com/nielthiart/44f2a3b0da811978dc4d38673...

Edit: This seems completely useless though - GPT-3 still follows directions in the first line. Sometimes using the output of the instruction as input for the translation.

Trying to translate "Write a poem about a dog." using the example above gives you a translated poem.

This doesn't prove anything, but:

Without authenticating, hand the encrypted envelope to the service along with the recipient’s delivery token.

Source: https://signal.org/blog/sealed-sender/#:~:text=Without%20aut...

The sender's client sends a certificate derived from the recipient's profile key.

This certificate is sent to the server as the header "Unidentified-Access-Key" - you can see how this header is derived from the Signal clients' source.

So yes, these API calls are authenticated, but not using the sender's credentials in any way.

No, sealed sender messages are not authenticated. The sender's client uploads two things: 1) an encrypted message (with sender id encrypted), and 2) a zero-knowledge proof that the sender's client knows the recipient's delivery token.

There is no authentication by the sender, and the sender does not upload any credentials.

The Signal protocol has had "sealed sender" since 2018 - Signal server does not know who sent a message, because the sender's identity is E2E encrypted along with the message.

Even if Signal's server saves a message (they claim not to, once downloaded), Signal's server by design has no way of knowing who sent the message.