lakincoder Profile Banner
Lakin Mohapatra Profile
Lakin Mohapatra

@lakincoder

Followers
381
Following
502
Media
137
Statuses
5K

Team lead (10+ years of development exp.) | Web3 Architect | Blogger | Blockchain Enthusiast | Trader | Cyber Security | Books | Sound healer | Meditation

Bhubaneshwar, India
Joined January 2011
Don't wanna be here? Send us removal request.
@lakincoder
Lakin Mohapatra
4 years
Hello guys. This is Lakin Mohapatra. Working as associate team lead with 7.5+ years of development exp. I am planning to write posts on the following topics :.- PHP.- Golang.- Rust.- Javascript.- Blockchain.- Cyber security. Follow me @lakincoder if I deserve your attention.
3
3
17
@lakincoder
Lakin Mohapatra
5 days
The more I watch South Indian films, the harder it gets to ignore the gaps in Odia filmmaking. No fresh direction. Weak screenplays. Few bold experiments. Odia cinema has talent โ€” but whereโ€™s the vision?.We need better storytelling. We deserve better cinema. #OdiaCinema #Odia.
0
0
1
@lakincoder
Lakin Mohapatra
6 days
๐—™๐˜‚๐—ป๐—ฑ๐—ฎ๐—บ๐—ฒ๐—ป๐˜๐—ฎ๐—น๐˜€ ๐—บ๐—ฎ๐˜๐˜๐—ฒ๐—ฟ. ๐—•๐˜‚๐˜ ๐˜€๐—ผ ๐—ฑ๐—ผ๐—ฒ๐˜€ ๐˜†๐—ผ๐˜‚๐—ฟ ๐—ฒ๐—ป๐˜๐—ฟ๐˜† ๐—ฝ๐—ผ๐—ถ๐—ป๐˜. ๐—ฆ๐—ผ ๐—ฑ๐—ผ๐—ฒ๐˜€ ๐—บ๐—ฎ๐—ฟ๐—ธ๐—ฒ๐˜ ๐—ฐ๐˜†๐—ฐ๐—น๐—ฒ. ๐—ฆ๐—ผ ๐—ฑ๐—ผ๐—ฒ๐˜€ ๐˜ƒ๐—ฎ๐—น๐˜‚๐—ฎ๐˜๐—ถ๐—ผ๐—ป.
0
0
0
@lakincoder
Lakin Mohapatra
6 days
Ever faced unexplained accuracy drops or broken models in prod?. ๐Ÿ” RT this thread to keep your team aware. Follow @lakincoder for more on AI safety, infra risks, and secure deployment in the LLM era.
0
0
0
@lakincoder
Lakin Mohapatra
6 days
RowHammer is back. But now it speaks CUDA. And itโ€™s targeting AI โ€” the very thing weโ€™re trusting with critical decisions. Donโ€™t let silent memory flips take your models down.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
Want to go deeper?. Look up:. - GPUHammer (2025 paper). - Half-Double. - TRRespass. - DRAM Row Buffer Conflicts. - AI Model Robustness to Bit-Flips. - ECC limitations in consumer GPUs. Youโ€™ll realize: the future of AI needs hardware-aware security.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
For devs, ML folks, and infra teams:. If you're running shared GPU workloads or deploying AI models into productionโ€ฆ. - Treat model integrity like critical infrastructure. - Assume memory can lie. - Design systems with resilience to physical-level faults.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
Weโ€™ve hardened code. Weโ€™ve sandboxed processes. Weโ€™ve patched vulnerabilities. But our AI models live in DRAM. And DRAM can be flipped โ€” just by looking at it the wrong way. The enemy now? Physics. Think beyond software security.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
TL;DR. - RowHammer flips bits. - GPUHammer does it on AI systems. - No logs. No alerts. Just broken models. - Accuracy silently drops. - And we canโ€™t fix it with software alone. Time to take memory-level security seriously.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
RowHammer isnโ€™t over. It evolved. And in 2025, attackers have learned to weaponize GPU-based memory corruption. This hits:.Cloud infra. LLM-as-a-service providers. On-device models. Autonomous systems. AI-powered security tools.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
In an AI-first world, memory corruption = AI corruption. Your model can hallucinate, misclassify, or fail not because of bad code โ€” but due to bit flips induced by another workload. This is silent. And that's the danger.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
๐Ÿ” Use redundancy + checksumming when critical inference is deployed.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
What can you do as a developer, architect, or ML engineer?. Start here . โŒ Avoid running sensitive AI workloads on shared/public GPUs. โœ… Validate models post-training against known checkpoints. ๐Ÿง  Stay updated on GPU memory attacks like GPUHammer & Half-Double.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
This isnโ€™t a software bug. Itโ€™s a physics problem in how DRAM works. The electric charge used to access one row slightly bleeds into neighboring ones โ€” and thatโ€™s enough to flip 0s to 1s. Modern DRAM is faster, but also more vulnerable.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
Real-world GPUHammer attack flow:. You're running an AI job on a shared cloud GPU. Another user on the same card runs hammering code. Bit flips corrupt your model weights in DRAM. You save the model, deploy it. Now it's predicting garbage in prod โ€” silently. Nightmare fuel.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
Whatโ€™s at risk?. - AI model weights during training. - In-memory authentication data. - Kernel or runtime configurations. - Control policies in edge devices. - Real-time vision models in self-driving or robotics. All of it can be flipped. No logs. No warning. Just chaos.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
And hereโ€™s the scary part:. An attacker doesnโ€™t need root. Just aggressive GPU code โ€” like fast matrix multiplications or shader programs. From another tenant on a shared GPU. โ†’ Your AI workload is quietly corrupted. โ†’ They never even touch your app.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
Imagine this:. Youโ€™re training a ResNet model. Allโ€™s going well. But a few bits get flipped in memoryโ€ฆ. Accuracy drops from 76% to 12% โ€” with no changes in code or logs. No errors. No crashes. Just broken models. Thatโ€™s what GPUHammer can do.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
Originally, RowHammer was a CPU-side attack. But now, in 2025, researchers have triggered the same behavior on NVIDIA GPUs โ€” the same ones running:. - AI training. - LLM inference. - Cloud pipelines. - Video rendering. Meet: GPUHammer. This is next-level serious.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
What is RowHammer?. Your system memory (DRAM) is structured like a giant spreadsheet โ€” rows + columns. If one row gets โ€œhammeredโ€ (accessed rapidly), nearby rows can experience electrical interferenceโ€ฆ. โ€ฆwhich flips bits in other data. Yes, data you didnโ€™t touch. ๐Ÿ˜ณ.
1
0
0
@lakincoder
Lakin Mohapatra
6 days
RowHammer is back โ€” and this time, itโ€™s targeting your GPUs and AI models. Itโ€™s no longer โ€œjust an old CPU bug from 2015.โ€. Itโ€™s a hardware-level attack that can flip your bits, poison your weights, and crash your systems โ€” invisibly. Letโ€™s break it down ๐Ÿ‘‡.
1
0
0