brumka: (Default)
[personal profile] brumka
В Костко наткнулся на замороженного сhilean sea bass (оказывается, зовущимся по-русски "Патагонский КЛЫКАЧ") с гордым грифом "product of Falkland Islands"

и ещё фотки

Nov. 1st, 2025 12:25 pm
juan_gandhi: (Default)
[personal profile] juan_gandhi
Макдональдз в Нанси


Нанси. Повернёшь направо...


Читаем сказки


Troyes, центр города. Кривые дорожки.


В храме Св.Петра в Труа.






Шампанское в Шампани


Разливанное море шампанского.

Truism of the day

Oct. 30th, 2025 07:54 am
brumka: (Default)
[personal profile] brumka
 "Телефон меня подслушивает!" - это прекрасная иллюстрация эффективности AI моделей Гугла и/или ФБ

(no subject)

Oct. 28th, 2025 09:27 pm
brumka: (Default)
[personal profile] brumka
Из всего делают политическую схватку.  Неужто не нашлось человека, который объяснил-бы им бессмысленность этих судорог?  Или с ними просто никто не хочет связываться?  Там ещё какая-то чушь про "police AI".  Блин, ведь я регулярно жертвовал им денег...

Utah and California have passed laws requiring entities to disclose when they use AI. More states are considering similar legislation. Proponents say labels make it easier for people who don't like AI to opt out of using it.

(no subject)

Oct. 28th, 2025 12:09 pm
brumka: (Default)
[personal profile] brumka
 Поскольку конференция на которой я торчу проходит в одном из бесчисленных диснеевских комплексов в Орландо, в гостинице публика соответствующая: смесь технарей с рюкзаками за плечами и рассеянными взглядами, и расслабленный народ в шортиках и шлёпанцах.  Куча народу во всяких маечках на диснеевскую тему. 

Нда.  И вдруг стало очевидно (извините я тугодум и до меня такие вещи медленно доходят), что никакой разницы между диснеевскими и, скажем, ComicCon'овскими фанатами нет.  Одни на других смотрят как на задротов, а другие как на олигофренов.  А на самом деле это просто разные сорта одной и то-же фигни.  Как и народ из американской глубинки мало чем отличается от, скажем, ньюйоркцев или бостонцев.  У последних статистически больше образования, но количество херни в головах практически одинаково.  Студенты Ivy League универов тому прекрасное доказательство.

ещё фоточки

Oct. 27th, 2025 07:00 pm
juan_gandhi: (Default)
[personal profile] juan_gandhi
Вот эта фирменная эльзасская (страсбуржская) еда, рулька с квашеной капустой и разные виды сарделек и копчёностей. Теперь мы больше на салатики; столько жрать нельзя.


Странные крыши стен страсбуржских домов


Собор страсбуржской богоматери


Туризм не утихает


Туристы, Гутенберг, карусель


Вот и ответ на вопрос, как они с креста снимали. Пассатижи ж нужны.

Database maintenance

Oct. 25th, 2025 08:42 am
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
[staff profile] mark posting in [site community profile] dw_maintenance

Good morning, afternoon, and evening!

We're doing some database and other light server maintenance this weekend (upgrading the version of MySQL we use in particular, but also probably doing some CDN work.)

I expect all of this to be pretty invisible except for some small "couple of minute" blips as we switch between machines, but there's a chance you will notice something untoward. I'll keep an eye on comments as per usual.

Ta for now!

ещё фотки

Oct. 24th, 2025 08:34 pm
juan_gandhi: (Default)
[personal profile] juan_gandhi
Речной транспорт в Страсбурге













Я б ещё запостил, да дрим мне сообщил, что у меня quota exceeded.
Буду думать, где проще хостить, чтоб без этих лимитов.

Rust people, remote?

Oct. 21st, 2025 09:26 am
juan_gandhi: (Default)
[personal profile] juan_gandhi
 Hey, anybody interested? My recruiter Sean is looking.

Where are we on X Chat security?

Oct. 20th, 2025 03:45 pm
[personal profile] mjg59
AWS had an outage today and Signal was unavailable for some users for a while. This has confused some people, including Elon Musk, who are concerned that having a dependency on AWS means that Signal could somehow be compromised by anyone with sufficient influence over AWS (it can't). Which means we're back to the richest man in the world recommending his own "X Chat", saying The messages are fully encrypted with no advertising hooks or strange “AWS dependencies” such that I can’t read your messages even if someone put a gun to my head.

Elon is either uninformed about his own product, lying, or both.

As I wrote back in June, X Chat genuinely end-to-end encrypted, but ownership of the keys is complicated. The encryption key is stored using the Juicebox protocol, sharded between multiple backends. Two of these are asserted to be HSM backed - a discussion of the commissioning ceremony was recently posted here. I have not watched the almost 7 hours of video to verify that this was performed correctly, and I also haven't been able to verify that the public keys included in the post were the keys generated during the ceremony, although that may be down to me just not finding the appropriate point in the video (sorry, Twitter's video hosting doesn't appear to have any skip feature and would frequently just sit spinning if I tried to seek to far and I should probably just download them and figure it out but I'm not doing that now). With enough effort it would probably also have been possible to fake the entire thing - I have no reason to believe that this has happened, but it's not externally verifiable.

But let's assume these published public keys are legitimately the ones used in the HSM Juicebox realms[1] and that everything was done correctly. Does that prevent Elon from obtaining your key and decrypting your messages? No.

On startup, the X Chat client makes an API call called GetPublicKeysResult, and the public keys of the realms are returned. Right now when I make that call I get the public keys listed above, so there's at least some indication that I'm going to be communicating with actual HSMs. But what if that API call returned different keys? Could Elon stick a proxy in front of the HSMs and grab a cleartext portion of the key shards? Yes, he absolutely could, and then he'd be able to decrypt your messages.

(I will accept that there is a plausible argument that Elon is telling the truth in that even if you held a gun to his head he's not smart enough to be able to do this himself, but that'd be true even if there were no security whatsoever, so it still says nothing about the security of his product)

The solution to this is remote attestation - a process where the device you're speaking to proves its identity to you. In theory the endpoint could attest that it's an HSM running this specific code, and we could look at the Juicebox repo and verify that it's that code and hasn't been tampered with, and then we'd know that our communication channel was secure. Elon hasn't done that, despite it being table stakes for this sort of thing (Signal uses remote attestation to verify the enclave code used for private contact discovery, for instance, which ensures that the client will refuse to hand over any data until it's verified the identity and state of the enclave). There's no excuse whatsoever to build a new end-to-end encrypted messenger which relies on a network service for security without providing a trustworthy mechanism to verify you're speaking to the real service.

We know how to do this properly. We have done for years. Launching without it is unforgivable.

[1] There are three Juicebox realms overall, one of which doesn't appear to use HSMs, but you need at least two in order to obtain the key so at least part of the key will always be held in HSMs

AWS outage

Oct. 20th, 2025 10:11 am
alierak: (Default)
[personal profile] alierak posting in [site community profile] dw_maintenance
DW is seeing some issues due to today's Amazon outage. For right now it looks like the site is loading, but it may be slow. Some of our processes like notifications and journal search don't appear to be running and can't be started due to rate limiting or capacity issues. DW could go down later if Amazon isn't able to improve things soon, but our services should return to normal when Amazon has cleared up the outage.

Edit: all services are running as of 16:12 CDT, but there is definitely still a backlog of notifications to get through.

Edit 2: and at 18:20 CDT everything's been running normally for about the last hour.
juan_gandhi: (Default)
[personal profile] juan_gandhi
Собор Notre Dame Des Enfants (NDDE)


Достижения NDDE


Chateauneuf-sur-Cher (с речкой Шер)



Вечерняя Луара




Profile

dimview: (Default)
dimview

November 2017

S M T W T F S
   12 34
56789 1011
1213141516 1718
192021 22232425
26 27 282930  

Style Credit

Expand Cut Tags

No cut tags
Page generated Nov. 2nd, 2025 08:31 am
Powered by Dreamwidth Studios