Одна моя знакомая трансгендерная девушка работала web-разработчиком. Какому-то нехорошему человеку это не понравилось, и он связался с директором компании, чтобы об этом рассказать, а тот, опасаясь раздутия скандала, сразу же "принял меры": уволил её и удалил всю инфу о ней с сайта. Этот нехороший человек написал об этом на своём канале на 50 тысяч рыл.
И без того не лучший день стал совсем поганым. Прощу прощения за мат, но:
Это пиздец. Ёбаный пиздец.
И без того не лучший день стал совсем поганым. Прощу прощения за мат, но:
Это пиздец. Ёбаный пиздец.
Forwarded from Zero Dereference
Yes, I know that I have already written about ToaruOS, and many of the readers have already heard about this operating system. But it's worth mentioning it because a lot has changed since that time.
Once upon a time, the author of this OS had an alternative branch where he tried to get rid of all external dependencies by rewriting the missing libraries on his own. This branch was called toaru-nih. Surprisingly, Klange finished getting rid of the foreign code and merged toaru-nih into the main branch of the project.
Now, this Unix-like operating system provides a fast GUI based on a compositing window manager Yutani, a package manager, a set of standard applications, and even its Python-like programming language called Kuroko.
Surprisingly, all of this work is done by one person!
#osdev #lowlevel #system #programming
Once upon a time, the author of this OS had an alternative branch where he tried to get rid of all external dependencies by rewriting the missing libraries on his own. This branch was called toaru-nih. Surprisingly, Klange finished getting rid of the foreign code and merged toaru-nih into the main branch of the project.
Now, this Unix-like operating system provides a fast GUI based on a compositing window manager Yutani, a package manager, a set of standard applications, and even its Python-like programming language called Kuroko.
Surprisingly, all of this work is done by one person!
#osdev #lowlevel #system #programming
GitHub
GitHub - klange/toaruos: A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace…
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network...
Оцените прошедший день
Anonymous Poll
15%
+2 (прекрасно)
27%
+1
33%
0 (нейтрально)
14%
-1
11%
-2 (ужасно)
Forwarded from мне не нравится реальность
Это видео — отрезок из аниме Love Live! School Idol Project, где героиня по имени Nico Yazawa говорит свою коронную фразу "Nico-Nico-Niii". Но поверх её лица наклеена фотография Niko Matsakis — одного из участников compiler team и language team раста.
Forwarded from мне не нравится реальность
A brutally effective hash function in Rust
Маленькая статья о том, какая hash функция используется в rustc для hash таблиц и почему.
Маленькая статья о том, какая hash функция используется в rustc для hash таблиц и почему.
Nicholas Nethercote
A brutally effective hash function in Rust
Update (Dec 10, 2021): I have added some extra information worth reading at the bottom of this post.
#music
Немного чиптюна. И послушайте другие работы автора.
youtube.com/watch?v=bww-iwae23g
youtube.com/watch?v=YKXkFzqjbFA
Немного чиптюна. И послушайте другие работы автора.
youtube.com/watch?v=bww-iwae23g
youtube.com/watch?v=YKXkFzqjbFA
YouTube
Chiptune: Bytenommer – A New Start
This is a bit more laid back than what I have been doing previously. It is a tune for an imaginary game, where it would play when you unlock a new world and get to explore. I added some light swing feel to make it groove better. I like it. #chiptune #8bit…
#prog #rust #amazingopensource
diffstatic — инструмент для определения разницы между исходниками, который понимает синтаксис и потому отображает более адекватный дифф (см. пример).
(thanks @rustawesome)
diffstatic — инструмент для определения разницы между исходниками, который понимает синтаксис и потому отображает более адекватный дифф (см. пример).
(thanks @rustawesome)
С учётом современных реалий фразу "она краше" стоит понимать, как "у неё выше потенциал стать чьим-то крашем".
Forwarded from мне не нравится реальность
Хоть const дженерики в расте уже некоторое время можно использовать на стейбле, они достаточно сильно ограниченны в возможностях. По сути стабилизировали пока только MVP —
lcnr написал wrap-up на тему того, что произошло с const дженериками за год. TL;DR:
— ✨ стабилизация
— всё сложно,
— возможно в следующем году будет
feature(min_const_generics)
.lcnr написал wrap-up на тему того, что произошло с const дженериками за год. TL;DR:
— ✨ стабилизация
feature(const_generics_defaults)
✨— всё сложно,
feature(generic_const_exprs)
забагованная— возможно в следующем году будет
feature(min_generic_const_exprs)
GitHub
Tracking issue for const generics (RFC 2000) · Issue #44580 · rust-lang/rust
Tracking issue for rust-lang/rfcs#2000 Updates: 2 May 2019: #44580 (comment) 19 Oct 2019: #44580 (comment) 2 Jan 2020: #44580 (comment) 22 Jul 2020: #44580 (comment) 17 Nov 2020: #44580 (comment) 1...