El Dockerr

@dockerr
2 Followers
16 Following
47 Posts
Developer and computer scientist - this account just handle my developer life (not my books)
Homepagehttps://dockerr.com
Githubhttps://github.com/el-dockerr
Writers alter egohttps://swenkalini.com

I sat down and did the math. In my new video, I show how I drastically reduced AI workloads and why big tech completely ignores it.

Let's bring efficient coding back: https://youtu.be/UkgKGQi6szE

#AI #MachineLearning #Coding #Tech #ElDockerr #SoftwareEngineering

First Alpha of UA is ready.
Write low-level code once with a clean, portable instruction set. Compile to x86-64, ARM, RISC-V, 8051, and more. No compromises.
https://www.ua-lang.com/

Remember the 90s scam "SoftRAM" that promised to double your memory? It was totally fake—so I decided to actually build it. 💻✨

Watch the video: https://youtu.be/vz1zg8J9hoI?si=WSR5ysNLjaaLWYW0

#Cpp #Programming #TechHistory #OpenSource #ElDockerr

One assembler to rule them all.

I'm building UA. A language that reads like high-level code but talks directly to the registers. The standalone asm compiler do PE, ELF, or raw binaries without any ext. linkers.

Full manifesto coming soon in the "BOOM".

#lowlevel #coding #assembly #c99

New Code & Math Experiment! 🌍📐

Are we living on a globe or a disk? I take a deep dive into the Flat Earth phenomenon.

To settle the debate once and for all, I built a working simulation in the Godot Game Engine to see if a sunset mathematically functions on a flat plane. ☀️📉

Watch the full breakdown and simulation here: https://youtu.be/ImqlZZH3P_E

#GodotEngine #GameDev #Science #Physics #Math #Programming #EduTooter #Debunk #ElDockerr

Is the Earth Flat or Round? Who gets debunked once and forever?

YouTube

I did some nice experiments, created a reversed raytracer and got some strange results.
https://youtu.be/0NMEjUv8Eq4

#Raytracing #CPlusPlus #GraphicsProgramming #Math #Coding #GameDev #PhysicsSimulation

I Built a Reversed Raytracer and it is awesome

YouTube

Running out of DSP slices on your FPGA? I’ve been experimenting with Low-Rank Approximations for 3x3 Convolutions to solve exactly that.

My latest project replaces standard matrix multiplications with learned, hardware-friendly bit-shifts.
The result:
• 33% reduction in DSP usage (2 Muls instead of 3)
• <1% error (SSIM > 0.99)
• Ideal for SWaP-C constrained edge perception.

https://www.dockerr.blog/blog/lowrank-hardware-approximation

#FPGA #VHDL #EmbeddedSystems #ComputerVision #EdgeAI #OpenScience #Engineering

Released V1.1.O of GMlib. IO Swapping has now encryption. Plus improvements of memory compression on RAM.
https://github.com/el-dockerr/ghostmem

#cpp #softRAM #development

@hackaday maybe something - maybe not

They said "just download more RAM" was a meme. I took it personally. 👻💾

Introducing GhostMem: A user-space C++ library that transparently intercepts virtual memory accesses. It traps page faults and compresses cold data on-the-fly using LZ4.

No kernel modules. No admin rights. Just more RAM.

https://github.com/el-dockerr/ghostmem

#cpp #lowlevel #performance #systemsengineering #lz4 #linux #windowsdev

GitHub - el-dockerr/ghostmem: GhostMem is a smart memory management system that extends available RAM through **in-memory compression** rather than traditional disk-based swapping.

GhostMem is a smart memory management system that extends available RAM through **in-memory compression** rather than traditional disk-based swapping. - el-dockerr/ghostmem

GitHub