uz
Feedback
Блог*

Блог*

Kanalga Telegram’da o‘tish

Блог со звёздочкой. Много репостов, немножко программирования. Небольшое прикольное комьюнити: @decltype_chat_ptr_t Автор: @insert_reference_here

Ko'proq ko'rsatish
1 963
Obunachilar
-124 soatlar
-27 kunlar
-230 kunlar
Postlar arxiv
#prog #rust #menacingopensource 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}.");
}

photo content

Repost from kosmonozhka
Совет №23. О здоровых карьерных перспективах. #kosmonozhka #100_советов_художнику (PS. Я, кстати, в своё время тоже не поступ
Совет №23. О здоровых карьерных перспективах. #kosmonozhka #100_советов_художнику (PS. Я, кстати, в своё время тоже не поступила. И ладно бы в Венскую академию, это было бы ещё не так обидно. Но нет.)

как же я давно хантила эту малышку 🩶 для контекста, это sony mavica fd7, одна из первых цифровых камер использующих 3.5 диск
как же я давно хантила эту малышку 🩶 для контекста, это sony mavica fd7, одна из первых цифровых камер использующих 3.5 дискеты в кач-ве носителя. снимки дико вайбовые выдает, чуть позже выложу парочку.

А помните, был такой Atlas reactor?

Repost from N/a
Как вам нейминг в Докере?
Как вам нейминг в Докере?

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

#prog #rust #article Downcasting Arcs in Rust ...И о том, как можно (небезопасно) сделать это настолько дешёвым, насколько возможно

photo content

Repost from N/a
Папа Франциск в автобиографии сообщил что быть геем ок. Это русский перевод
Папа Франциск в автобиографии сообщил что быть геем ок. Это русский перевод

photo content

#prog #rust #article Rust SIMD on the GPU Код на Rust, использующий core::simd, может быть использован на GPU без изменений на уровне исходников! К сожалению, на текущий момент применимость этого подхода несколько ограничена, поскольку core::simd всё ещё закрыта за фичей portable_simd, и авторам пришлось внести изменения в компилятор для устранения оверхеда.

#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 Разумеется, можно настроить исключения, на которые линтер не будет реагировать.

— Why do you like him so much? — Because he
— Why do you like him so much? — Because he

#ml #suckassstory
#ml #suckassstory

#prog #rust #amazingopensource github.com/IntegralPilot/rustc_codegen_jvm

photo content

#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 бывает, у эссе несколько дополнений, некоторые из которых с основной темой связаны несколько косвенно.