✨ Big O ✨
Let me take you on a visual introduction to what big O notation is in my new blog post: samwho.dev/big-o.
With big O notation you can better understand how algorithms will perform, finding orders of magnitude improvements with very simple changes to your code
NIKO DESKTOP PET 1.1 IS OUT NOW !!!!
featuring:
- 13 characters
- a manual/automatic movement modes
- adjustable size
- overhauled codebase
- and the source code is now public
omotamiadev.itch.io/niko-desktop-p…
#OneShot #OneShotGame
Why is no one talking about this?
This is why I don't use an AI browser
You can literally get prompt injected and your bank account drained by doomscrolling on reddit:
Logikanya nih ya.
Kalian mesen makanan. Makanan datang dari koki.
Kalian berani ngga ngakuin kalau itu makanan ciptaan kalian? Ngga kan?
Terus kenapa kalau sama AI jadi berubah aturannya? Kan sama-sama merintah dan mesen.
Hey guys, I made a helper library wrapper for Linux NTSYNC. It provides Windows Events and Semaphores and almost 100% compatible except it has no support named events and semaphores and APC. Suggestion and feedbacks are welcome!
gitlab.com/kawaiighost/li…
Alasan saya lebih suka API Windows dibandingkan dengan API Linux selain konsepnya ialah penamaannya.
Coba tebak yang mana dari Windows dan yang mana dari Linux tanpa cari tahu 😉.
Memory allocation is extremely complicated process, people think that this is as easy as malloc/free. Although malloc looks like a built-in syscall it is actually 6k lines of C code that is allocating memory using mmap/brk, and basically managing internal allocated state of
I've been experimenting with alternative read/write primitives using Rtl* functions in unintended ways.
(more details in the comment below)
Github repo: github.com/kleiton0x00/Rt…