cookie

Мы используем файлы cookie для улучшения сервиса. Нажав кнопку «Принять все», вы соглашаетесь с использованием cookies.

avatar

Курсы хуюрсы

Рекламные посты
660
Подписчики
+124 часа
+27 дней
+1030 дней

Загрузка данных...

Прирост подписчиков

Загрузка данных...

Показать все...
Bye Bye Paywall - Paywalls umgehen!

Paywalls von Magazinen einfach umgehen.

Показать все...
Richard Clayton - Algorithm: Winner in Tic-Tac-Toe

Algorithm: Winner in Tic-Tac-Toe - In Rust!

Фото недоступноПоказать в Telegram
Показать все...
Показать все...
Enter The Arena: Simplifying Memory Management (2023)

This is a video of a talk I did in August 2023, aiming to teach the concepts described in my blog post at

https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator,

in a different format, with greater and more concrete detail. The small sample program—along with many other projects and examples, all built using arenas as the core memory management primitive—is included in the Hidden Grove codebase, which is available to paid subscribers at

https://rfleury.com,

which is where I primarily post content these days.

Недавно приобрёл материнку от ASUS на X570 чипсете и был неприятно удивлён отсутствием некоторых пунктов в биосе… Конкретно меня интересовали ASPM (включить ErP Ready не достаточно и я вообще не уверен что он делает…) и параметры чипсетного вентилятора. Немного погуглив оказалось что для асуса это нормальная практика даже на топовых чипсетах -_- Однако проблему можно решить ничего НЕ модифицируя и НЕ прошивая! Потребуется: - Биос, в случае с асусом подходят .CAP с официального сайта - https://github.com/LongSoft/UEFITool - https://github.com/LongSoft/IFRExtractor-RS - https://github.com/datasone/setup_var.efi - https://github.com/pbatard/UEFI-Shell Очень кратко о процессе: 1. Открыть биос в UEFI Tool. В поиске примерно найти интересующий пункт, в моём примере они все в Setup 2. Раскрыть Setup -> пкм по PE32 Image Section -> Extract as is. Извлечённый .sct файлик открыть в IFR Extractor 3. В получившемся .ifr.txt найти VarStoreId и VarOffset у интересующих пунктов, а так же их возможные опции 4. Перезагрузиться в шелл и с помощью setup_var.efi установить нужные значения Способ не новый и более подробная информации на эту тему ищется относительно легко. Что получилось у меня и как применил: ASPM Support (VarStoreId: 0x1, VarOffset: 0x171, Option: "Auto" Value: 55) setup_var.efi Setup(0x1):0x171=0x37 PCH Fan Profile (VarStoreId: 0x21, VarOffset: 0x74, Option: "Turbo" Value: 2) setup_var.efi Setup(0x21):0x74=0x2 @CryptoOgre
Показать все...
🤨 2
Хорошая онлайн книга по линукс, но ее еще пишут, поэтому разделы некоторые не функционируют, она идет вместе с видео как я понял на ютубе, --- соловей https://www.youtube.com/live/nc5Ro_-tNjo https://scriptalchemist.github.io/ProLUG-labs/index.html
Показать все...
Linux Engineering - Skills to get the job

🔥 1🥰 1
кому vscode в браузере со своей VM ? https://idx.google.com
Показать все...
Project IDX

Project IDX is an entirely web-based workspace for full-stack application development, complete with the latest generative AI from Gemini, and full-fidelity app previews, powered by cloud emulators.

Показать все...
I Optimised My Game Engine Up To 12000 FPS

The source code and demos are available here:

https://patreon.com/vercidiumThe

greedy meshing algorithm is available here:

https://github.com/vercidium-patre...

Показать все...
Structs and GC vs RC ripple effects

Code:

https://github.com/contextfreecode/structmem

1🔥 1
These are some examples of using the perf Linux profiler
https://www.brendangregg.com/perf.html
Hotspot - the Linux perf GUI for performance analysis( frontend for perf .data )
https://github.com/KDAB/hotspot
Показать все...
Linux perf Examples

Examples of using the Linux perf command, aka perf_events, for performance analysis and debugging. perf is a profiler and tracer.

👍 1