1.84K subscribers
3.27K photos
130 videos
15 files
3.55K links
Блог со звёздочкой.

Много репостов, немножко программирования.

Небольшое прикольное комьюнити: @decltype_chat_ptr_t
Автор: @insert_reference_here
Download Telegram
#prog #rust #article

Writing Code with ChatGPT? Improve it with Kani

<...> The experiments we did include the following three tasks:

1. Writing a prompt to generate unverified code with ChatGPT.
2. Checking the generated code with Kani to see if it’s correct.
3. Using ChatGPT and Kani iteratively to converge to code that passes verification.

И вот последнее выглядит неимоверно впечатляюще.
👍5
#article

The Vicious Circle of Documentation

Ever worked at a company (or on a codebase, or whatever) where it seemed like, no matter what the question was, the answer was written down somewhere you could easily find it? Most people haven’t, sadly, but they do exist, and I can assure you that it is an absolute pleasure.

On the other hand, practically everyone has experienced completely undocumented systems and processes, where knowledge is shared by word-of-mouth, or lost every time someone quits.

Why are there so many more undocumented systems than documented ones out there, and how can we cause more well-documented systems to exist? The answer isn’t “people are lazy”, and the solution is simple – though not easy.
#prog #rust #article

Fast(er) binary search in Rust

В принципе, применимо далеко не только к Rust, за вычетом трюков с префетчингом.

Спойлер: обогнать binary_search из std возможно, уменьшив количество бранчей и лучше утилизируя кеш, но это требует определённой подготовки данных (помимо сортировки).
👍6
#meme про цветы
😁14🤬1
👍14👎31😁1
git ad
👌6
#meme

Это не я. У меня нос короче
🔥10😁7
👍114🤝2🤔1
Блог*
0.1 + 0.2 =
Секта свидетелей IEEE-754, блин
😁10👍8
#prog #article

Private Key Redaction: UR DOIN IT RONG

Because posting private keys on the Internet is a bad idea, some people like to “redact” their private keys, so that it looks kinda-sorta like a private key, but it isn’t actually giving away anything secret. Unfortunately, due to the way that private keys are represented, it is easy to “redact” a key in such a way that it doesn’t actually redact anything at all. RSA private keys are particularly bad at this, but the problem can (potentially) apply to other keys as well.

I’ll show you a bit of “Inside Baseball” with key formats, and then demonstrate the practical implications. Finally, we’ll go through a practical worked example from an actual not-really-redacted key I recently stumbled across in my travels.

<...> You can redact about 4/5ths of that giant blob of stuff, and your private parts (or at least, those of your key) are still left uncomfortably exposed.
🤯6😱3👍1😭1
GitHub умудрился сломать поиск по странице. Да, который в самом браузере.

К А К
🤡8
Блог*
GitHub умудрился сломать поиск по странице. Да, который в самом браузере. К А К
Собственно, баг выражается в том, что при поиске по странице искомые слова в текстовом поле с кодом подсвечиваются дважды. Например:

https://github.com/rust-lang/rust/blob/master/library/std/src/sys/unix/fs.rs

Если искать вхождение openat, то браузер показывает наличие 38 результатов, но при этом переключение между найденными местами показывает, что реально их лишь 19 — и это подтверждается, если скопировать код целиком и поискать в текстовом редакторе.

А, ну и при прокрутке из начала в конец или обратно страница текст перерисовывается с задержкой в полторы секунды.
👍2🤔2