Блог*
Відкрити в Telegram
Блог со звёздочкой. Много репостов, немножко программирования. Небольшое прикольное комьюнити: @decltype_chat_ptr_t Автор: @insert_reference_here
Показати більше1 963
Підписники
-124 години
-27 днів
-230 день
Архів дописів
1 963
Repost from kosmonozhka
Совет №23.
О здоровых карьерных перспективах.
#kosmonozhka
#100_советов_художнику
(PS. Я, кстати, в своё время тоже не поступила. И ладно бы в Венскую академию, это было бы ещё не так обидно. Но нет.)
1 963
Repost from vexlstrm 🇺🇦🏳️⚧️
как же я давно хантила эту малышку 🩶
для контекста, это sony mavica fd7, одна из первых цифровых камер использующих 3.5 дискеты в кач-ве носителя. снимки дико вайбовые выдает, чуть позже выложу парочку.
1 963
Repost from HN Best Comments
Re: Anthropic's 'watermark' text adulteration in Claude is a perversion of writing
My biggest concern is that checking any text for watermarks requires sending the entire text to Anthropic. And even that is not sufficient, as the text might have been generated with ChatGPT, Gemini, Grok, Mistral, ...
So every check requires sending the text to as many AI providers as offer a watermarking detection API, almost all of which have a very dubious track history with obtaining training data through illicit means.
Any university using AI detection in their submission pipeline, or lawyers, editorialists, proofreaders that check for AI marks will be sending significant amounts of text like unpublished research, books, potentially internal documents and more, most of which is high quality human written, to dozens of AI companies, blindly trusting they won't train on any of that.
ghrl, 3 hours ago
1 963
#prog #rust #article
Downcasting Arcs in Rust
...И о том, как можно (небезопасно) сделать это настолько дешёвым, насколько возможно
1 963
Repost from N/a
Папа Франциск в автобиографии сообщил что быть геем ок. Это русский перевод
1 963
#prog #rust #article
Rust SIMD on the GPU
Код на Rust, использующий
core::simd, может быть использован на GPU без изменений на уровне исходников!
К сожалению, на текущий момент применимость этого подхода несколько ограничена, поскольку core::simd всё ещё закрыта за фичей portable_simd, и авторам пришлось внести изменения в компилятор для устранения оверхеда.1 963
#prog #amazingopensource
typos — source code spell checker
Finds and corrects spelling mistakes among source code:
* Fast enough to run on monorepos
* Low false positives so you can run on PRs
github.com/crate-ci/typos
Разумеется, можно настроить исключения, на которые линтер не будет реагировать.
1 963
#article
Some thoughts on writing (от Dan Luu)
I see a lot of essays framed as writing advice which are actually thinly veiled descriptions of how someone writes that basically say "you should write how I write" <...>
<...> if you're trying to figure out what stylistic choices are right for you, you should start from your goals and what you're good at and go from there, not listen to somebody who's going to tell you to write like them. Besides being unlikely to work for you even if someone is able to describe what makes their writing tick, most advice is written by people who don't understand how their writing works.Как это часто у Dan Luu бывает, у эссе несколько дополнений, некоторые из которых с основной темой связаны несколько косвенно.
