1.85K subscribers
3.38K photos
134 videos
15 files
3.64K links
Блог со звёздочкой.

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

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

That boolean should probably be something else

By storing a boolean as our data, we're coupling that data tightly to our application logic.

Instead, we should remain critical and ask what data the boolean depends on, and should we maybe store that instead?


Да, про сумм-типы там тоже упоминается.
#prog #abnormalprogramming

spellscript

esotoric [sic!] programming language that's read like a spellbook


begin the grimoire.
summon the power with essence of 7.
conjure ritual named amplify with value to return value multiplied by value.
enchant power with essence 0 of through ritual amplify with power.
inscribe whispers of "the power is amplified: " bound with power.
close the grimoire.

output: the power is amplified: 49
11🤯3🤡3😁1
(ну так-то, конечно, не колготок, а чулков)

Source
😁39🤡6
Блог*
+1
Ну, почти
❤‍🔥5💩2🤮1🤡1
🤔42😁2😐1😭1
😁14🌚11🙏3
😭

(сайт — releases.rs)
😭8🤔2👍1🤡1
В кои-то веки #successstory
🤡1
Forwarded from Segment@tion fault
В ЕС провалили очередное голосование по chat control - согласно законопроекту все мессенджеры должны либо отменить шифрование, либо отдать в соотв. органы ключи. Дания, которая продвигает законопроект с 2022 года, сдаваться не собирается и будет пиарить его дальше.

Законопроект "chat control" - инициатива Дании по отмене шифрования в интернетах "для борьбы с педофилами".
🎉28🤡8👍1🖕1
😁46😢4🤡2🌚2
Ну, тоже своего рода #music #video
🤡1
Forwarded from Random Rust Dev
Если вы делаете игру и там будет огненный меч - вот вам референс
This media is not supported in your browser
VIEW IN TELEGRAM
🔥33🌚2
😁15🥰2💯1
This media is not supported in your browser
VIEW IN TELEGRAM
👍7💩7😭4🔥1👏1😁1🤝1
#politota #meme про... Рыбу
😁32🤨3
В городах будущего, видимо, будет отдельная линия на дорогах для доставщиков еды
😁10🔥2👍1
Ереван
🎉12🤔21😁1👌1
#prog #rust

rustc_codegen_gcc: Progress Report #38

В rustc_codegen_gcc теперь работает LTO, в том числе и cross-language! 🎉
👍9🌚3
#prog #rust #article

A Little Rust Trait Limitation

I stumbled across a … bug(?) … a limitation(?) … an issue(!) with the Rust compiler. Fortunately, I was able to find out what was going on in the Rust programming language forum. I thought this issue was interesting enough and subtle enough to try to explain to my blog audience.

<...>

This isn’t an explanation of why this limitation is necessary or fundamental, because it isn’t – it’s a limitation that could, and maybe at some point will be, fixed.