tgindex
Блог*

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

Последний пост
14 авг.
Последнее чтение
15 авг.
Постов за неделю
17
Всего постов
170
Тип
открытый
Язык
вьетнамский
Категория
Технологии
В каталоге с
12 авг.
Подписчики
1 961
−6 за 3 дн.
Сутки
0
0,00%
Неделя
 
Месяц
 
Просмотров на пост
699
40 постов
Вовлечённость
35,6%
к подписчикам
Постов в день
2,4
всего 170
Упоминаний
8
каналов
Охват размещения
оценка
1/24сутки в ленте
601
1/48двое суток
688
1/72трое суток
742

Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.

Посты

  • #prog #rust #article Rust threads on the GPU

  • #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

  • #ml #suckassstory

  • #prog #rust #amazingopensource github.com/IntegralPilot/rustc_codegen_jvm Обсуждение на r/rust

  • 13 авг.6252711

    видео или голосовое, без подписи

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

  • Отвратительно

  • 11 авг.6851117

    Я посмотрел это #video, так что вы теперь тоже должны youtu.be/_E9JIuZHQyM

  • 11 авг.7704215

    r/rustjerk

  • 10 авг.678368из tech_priestess

    👁👄👁

  • #prog #rust Call for testing: Restricting trait implementability and field mutability Две фичи на nightly. impl_restriction позволяет указать на определении трейта, в каких модулях можно писать его реализацию. pub mod foo { pub mod bar { pub(crate) impl(super) trait Foo {} } // `Foo` may be implemented here. impl bar::Foo for i8 {} } // Error: `Foo` cannot be implemented here. impl foo::bar::Foo for u8 {} mut_restriction позволяет указывать на полях, в каких модулях его можно изменять: pub mod foo { pub struct Bar { pub mut(self) alpha: &'static str, } impl Bar { pub fn mutate_inner(&mut self) { // `alpha` may be mutated here. self.alpha = "inner"; } } } impl foo::Bar { pub fn mutate_outer(&mut self) { // Error: `alpha` cannot be mutated here. self.alpha = "outer"; } } Первая фича с impl(crate) позволяет выразить паттерн sealed trait напрямую.

  • 10 авг.757912из tbtpm

    Another interesting tool that I found in the Rust Ukrainian Community chat: https://niche.rs/ Rust type layout & niche optimization visualizer. You type any Rust type and it will visualize that type layout. Pretty interesting to watch and experiment. If I had known about the niche earlier, I would have used it to teach students about structure layout, padding, and related optimizations.

  • 10 авг.9223011

    #ml x.com/zachary_horvitz/status/2086639231821054382

  • #prog #rust #meme r/rustjerk, откуда ж ещё

  • 9 авг.744317

    OOP stands for "Overly obfuscated programming" #предложка

  • 9 авг.8373214

    Опросы на работе би лайк

  • видео или голосовое, без подписи

  • 8 авг.910214

    😐

  • 8 авг.1 0853716

    Бесит, когда игроки отказываются приходить на ролёвки по надуманным поводам. Типа "у меня завал по работе", или "я не в стране", или вообще "у нас в семье новый ребёнок"

Блог* — tgindex