#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
Разумеется, можно настроить исключения, на которые линтер не будет реагировать.
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
Разумеется, можно настроить исключения, на которые линтер не будет реагировать.
🤔8👍4🔥2
Блог*
#prog #rust #article Rust threads on the GPU
#prog #rust #article
Rust SIMD on the GPU
Код на Rust, использующий
К сожалению, на текущий момент применимость этого подхода несколько ограничена, поскольку
Rust SIMD on the GPU
Код на Rust, использующий
core::simd, может быть использован на GPU без изменений на уровне исходников!К сожалению, на текущий момент применимость этого подхода несколько ограничена, поскольку
core::simd всё ещё закрыта за фичей portable_simd, и авторам пришлось внести изменения в компилятор для устранения оверхеда.Vectorware
Rust SIMD on the GPU
GPU code can now use Rust's portable SIMD. We share the implementation approach and what this unlocks for GPU programming.
🔥5👍3❤2
Forwarded from pride memes
Папа Франциск в автобиографии сообщил что быть геем ок. Это русский перевод
😢17😁8🤮6💩3🌚1
#prog #rust #article
Downcasting Arcs in Rust
...И о том, как можно (небезопасно) сделать это настолько дешёвым, насколько возможно
Downcasting Arcs in Rust
...И о том, как можно (небезопасно) сделать это настолько дешёвым, насколько возможно
👍1🤔1
Forwarded 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
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
😁9💯5👍2🤔1
Forwarded from vexlstrm 🇺🇦🏳️⚧️
как же я давно хантила эту малышку 🩶
для контекста, это sony mavica fd7, одна из первых цифровых камер использующих 3.5 дискеты в кач-ве носителя. снимки дико вайбовые выдает, чуть позже выложу парочку.
для контекста, это sony mavica fd7, одна из первых цифровых камер использующих 3.5 дискеты в кач-ве носителя. снимки дико вайбовые выдает, чуть позже выложу парочку.
❤10
Forwarded from kosmonozhka
Совет №23.
О здоровых карьерных перспективах.
#kosmonozhka
#100_советов_художнику
(PS. Я, кстати, в своё время тоже не поступила. И ладно бы в Венскую академию, это было бы ещё не так обидно. Но нет.)
О здоровых карьерных перспективах.
#kosmonozhka
#100_советов_художнику
(PS. Я, кстати, в своё время тоже не поступила. И ладно бы в Венскую академию, это было бы ещё не так обидно. Но нет.)
🤔5🌚5❤2💩2
Forwarded from Love. Death. Transformers.
This media is not supported in your browser
VIEW IN TELEGRAM
💯20😁9❤2🖕1
#prog #rust #menacingopensource
nil
nil
🦀🚀🔥 A blazingly fast and memory-efficient implementation of if err != nil 🔥🚀🦀
use nil::*;
fn thing() -> (isize, error) {
(1, nil)
}
fn main() {
let (n, err) = thing();
if err != nil {
println!("Oh no!");
}
println!("Got {n}.");
}
😁27😭12
Forwarded from ASCII-Nova 🇺🇦
KotlinLLM is Going Open Source - The JetBrains Blog
https://blog.jetbrains.com/research/2026/07/kotlinllm-open-source/
забавно, раньше мы шутили, что будут такие функции, но похоже дошутились :)
💩21😁6😱1