Технологический Болт Генона
https://lkml.org/lkml/2010/4/1/128
OSnews
Intel Forced to Remove “Cripple AMD” Function from Compiler?
Here’s something you probably don’t know, but really should – especially if you’re a programmer, and especially especially if you’re using Intel’s compiler. It’s a fact that’s not widely known, but Intel’s compiler deliberately and knowingly cripples performance…
😁3🤔1🥴1
Forwarded from Технологический Болт Генона
Пост посвящённый технологическому суверенитету
Как известно мессенджер MAX настолько крутой, что там до сих пор невозможно подключить комментарии к каналу, но Вячеслав Викторович Володин решил проблему!
Он сделал комментарии через форму в Яндексе.
Чувства, которые я испытал в очередной раз от превосходства MAX над Telegram, когда я это увидел, передать не могу.
https://max.ru/vv_volodin/AZ1E0uILLiw
https://forms.yandex.ru/cloud/69aab4c149af47735ba15b7f/
Как известно мессенджер MAX настолько крутой, что там до сих пор невозможно подключить комментарии к каналу, но Вячеслав Викторович Володин решил проблему!
Он сделал комментарии через форму в Яндексе.
Чувства, которые я испытал в очередной раз от превосходства MAX над Telegram, когда я это увидел, передать не могу.
https://max.ru/vv_volodin/AZ1E0uILLiw
https://forms.yandex.ru/cloud/69aab4c149af47735ba15b7f/
🤣27😁4🤡1
Блог*
#prog #rust #php #abnormalprogramming Experimentally compiling PHP code to Rust
#prog #rust #php #abnormalprogramming
rustc-php: A Rust compiler written in PHP
rustc-php: A Rust compiler written in PHP
A Rust compiler written in PHP that emits x86-64 Linux ELF binaries directly (no LLVM, no assembler, no linker). Implements ownership checking, borrow checking, type checking, move semantics, generics, traits, closures, and iterators. Useful if you need to compile Rust on a shared hosting server from 2008 where the only installed runtime is PHP.
🤯15😁11😱1
#rust
docs.rs: building fewer targets by default
TL;DR: начиная с первого мая, если у пакета не указаны платформы, под которые он собирается, docs.rs будет собирать документацию только под
Сейчас, если что, без метаданных документация собирается под пять платформ по умолчанию.
docs.rs: building fewer targets by default
TL;DR: начиная с первого мая, если у пакета не указаны платформы, под которые он собирается, docs.rs будет собирать документацию только под
x86_64-unknown-linux-gnu. Изменение касается только новых пакетов и пересборки старых.Сейчас, если что, без метаданных документация собирается под пять платформ по умолчанию.
blog.rust-lang.org
docs.rs: building fewer targets by default | Rust Blog
Empowering everyone to build reliable and efficient software.
🔥13
#prog #rust #rustlib #article #amazingopensource
jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}
jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}
This article is both an introduction to a tool I have been working on called jsongrep, as well as a technical explanation of the internal search engine it uses. I also discuss the benchmarking strategy used to compare the performance of jsongrep against other JSON path-like query tools and implementations.Язык запросов (именно запросов, не редактирования) намеренно ограничен, чтобы сделать его регулярным и позволить быструю реализацию поиска поверх стейт-машины.
In this post I'll first show you the tool, then explain why it's fast (conceptually), then how it's fast (the automata theory), and finally prove it (benchmarks).
👍7
Forwarded from Random Rust Dev
Если вы понимаете шутку, то можете спокойно не только проходить собесы на английском, но и проводить их.
😁12🌚8🤔5❤2🔥2
Блог*
#video Bad apple, но каждый кадр меняется от предыдущего на два прямоугольника. (есть вариант со сменой одного прямоугольника за кадр, но он выглядит хуже)
#video
В #game Slay the Spire 2 появилась возможность рисовать (и стирать) на карте. Так что появление этого видео в каком-то смысле было неизбежностью.
youtu.be/XqQW4UYb6FA
В #game Slay the Spire 2 появилась возможность рисовать (и стирать) на карте. Так что появление этого видео в каком-то смысле было неизбежностью.
youtu.be/XqQW4UYb6FA
YouTube
Bad Apple in Slay the Spire 2
Original video: https://www.youtube.com/watch?v=FtutLA63Cp8
Everything was drawn in-game using a python script to draw and screenshot each frame.
Everything was drawn in-game using a python script to draw and screenshot each frame.
🔥3🤔2