#gamedev #video
О том, как не надо делать головоломки, на наглядном примере.
https://youtu.be/42SDc2Fhkm8
О том, как не надо делать головоломки, на наглядном примере.
https://youtu.be/42SDc2Fhkm8
YouTube
The Worst Puzzle of All-Time | Design Delve
From the team behind The Escapist, we're excited to introduce you to our new employee-owned and fully independent outlet, Second Wind.
Support us on Patreon: https://www.patreon.com/SecondWindGroup
Today J & Ludo delve into the utter filth that is the…
Support us on Patreon: https://www.patreon.com/SecondWindGroup
Today J & Ludo delve into the utter filth that is the…
Forwarded from Jem
There’s also this phenomenon I see in many companies, where experience built elsewhere is often valued higher than the one built in house. I’ve personally experienced this many times in my career, when my company would bring in a new “shiny” person from a competitor, with decades of experience and armed with fresh insights/knowledge. I would often wonder: “I have the same exact experience as that person! Like… why didn’t you just promote me?!
https://bloomberry.com/why-new-hires-often-get-paid-more-than-existing-employees
https://bloomberry.com/why-new-hires-often-get-paid-more-than-existing-employees
bloomberry
Why do new hires get paid more than existing employees? - bloomberry
One of the most enlightening moments in my career was when I discovered a new coworker was making…
👍3🤔1😢1
Блог*
#game В стиме сейчас за смешные деньги дают (ну, помимо всего прочего) всю трилогию квестов Deponia разом. Как человек, который с удовольствием прошёл все три — всячески рекомендую (только держите под рукой прохождение — некоторые задачи откровенно издевательские)
В стиме распродажа Daedalic entertainment, на серию Deponia опять очень большая скидка. Снова рекомендую.
Тут можно забрать с четвёртой частью.
Тут можно забрать с четвёртой частью.
Steampowered
Save 90% on Deponia Full Scrap Collection on Steam
🔥2🤨1
#prog #rust #rustasync #article
Making Async Rust Reliable
О том, чего не хватает текущему асинку в расте.
И нет, речь не о том, что основа асинка сама по себе ненадёжная — скорее о том, что различные фичи имеют неочевидное совместное поведение.
Making Async Rust Reliable
О том, чего не хватает текущему асинку в расте.
И нет, речь не о том, что основа асинка сама по себе ненадёжная — скорее о том, что различные фичи имеют неочевидное совместное поведение.
Tyler Mandry
Making Async Rust Reliable
Last year was an important year for Async Rust, culminating in the release of async fn in traits, one of Rust’s most long-awaited language features. I’m really proud of the work and expertise the Async Working Group has put in to this effort, and for the…
#prog #rust #rustlib #abnormalprogramming
analog-literals
Поддерживаются также двухмерные и трёхмерные литералы (см. (а лучше не см.) документацию)
analog-literals
assert_eq!(
analog_literal! { I----I }
+ analog_literal! { I------I },
analog_literal! { I----------I },
);
Поддерживаются также двухмерные и трёхмерные литералы (см. (а лучше не см.) документацию)
docs.rs
analog_literals - Rust
Inspired by the abhorrent incredible Multi-Dimensional Analog Literals library created by Eelis back in 2006, I am proud to present `analog_literal!` - a Rust macro that enables embedding analog literals directly into Rust code.
#prog #rust #rustasync #article
The bane of my existence: Supporting both async and sync code in Rust
TL;DR: средства для этого есть, но ни одно из них не является удовлетворительным.
The bane of my existence: Supporting both async and sync code in Rust
TL;DR: средства для этого есть, но ни одно из них не является удовлетворительным.
NullDeref
The bane of my existence: Supporting both async and sync code in Rust
Sit beside me and hear this crazy old man's tale of when I asked Rust for too much