cookie

Utilizamos cookies para mejorar tu experiencia de navegación. Al hacer clic en "Aceptar todo", aceptas el uso de cookies.

avatar

Курсы хуюрсы

TL;DR

Mostrar más
Rusia284 371El idioma no está especificadoTecnologías y Aplicaciones38 863
Publicaciones publicitarias
668
Suscriptores
+224 horas
+57 días
+1130 días

Carga de datos en curso...

Tasa de crecimiento de suscriptores

Carga de datos en curso...

Mostrar todo...
Compiled Python is FAST

Sign up for 1-on-1 coaching at

https://dougmercer.dev

————————————————————————————————————————— Python has a bit of a reputation -- fast to write, but slow to run. In this video, we focus on a simple to understand dynamic programming problem that would be terribly slow in native Python or numpy. We show that Python can achieve (and actually exceed) C++ level performance with the help of just-in-time and ahead-of-time compilers such as mypyc, Cython, numba, and taichi. Also, I finally got a camera, so, uh... face reveal, I guess. #python Chapters --------------- 00:00 Intro 01:07 The Problem 02:38 numpy 03:08 mypyc 04:08 cython 06:46 numba 07:58 taichi 09:47 Results 11:48 Final Thoughts

Mostrar todo...
Bye Bye Paywall - Paywalls umgehen!

Paywalls von Magazinen einfach umgehen.

🔥 4
Mostrar todo...
Richard Clayton - Algorithm: Winner in Tic-Tac-Toe

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

🔥 1
Photo unavailableShow in Telegram
Mostrar todo...
👍 2
Mostrar todo...
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
Mostrar todo...
🤨 2👍 1
Хорошая онлайн книга по линукс, но ее еще пишут, поэтому разделы некоторые не функционируют, она идет вместе с видео как я понял на ютубе, --- соловей https://www.youtube.com/live/nc5Ro_-tNjo https://scriptalchemist.github.io/ProLUG-labs/index.html
Mostrar todo...
Linux Engineering - Skills to get the job

🔥 2👍 1🥰 1
кому vscode в браузере со своей VM ? https://idx.google.com
Mostrar todo...
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.

Mostrar todo...
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...

👍 1
Mostrar todo...
Structs and GC vs RC ripple effects

Code:

https://github.com/contextfreecode/structmem

1🔥 1