Eric Lin @dslin1010
Hsinchu City, Taiwan Joined April 2019-
Tweets193
-
Followers7
-
Following151
-
Likes249
Self-Modifying Code with Function Pointers: Self-modifying code lets a program alter its own instructions at runtime. This advanced C technique uses function pointers and memory manipulation for dynamic behavior, ideal for low-level tasks like JIT compilers or embedded systems.…
Excellent resource - "Optimizing Software in C++" by Agner Fog. agner.org/optimize/optim…
I spent my summer building TinyTPU : An open source ML inference and training chip. it can do end to end inference + training ENTIRELY on chip. here's how I did it👇:
Designing a SIMD Algorithm from Scratch by Miguel is absolutely a great read! mcyoung.xyz/2023/11/27/sim…
Designing a SIMD Algorithm from Scratch by Miguel is absolutely a great read! mcyoung.xyz/2023/11/27/sim… https://t.co/2Uy6hqCSCC
This old article of mine was mostly about high I/O & hardware geekery, but if you want to learn some thing about modern "computers are networks" topology and PCIe root complexes and some bottlenecks I hit, check out this: tanelpoder.com/posts/11m-iops…
Function Pointers and Callback Mechanisms: In C, you can store the address of a function inside a pointer and call it dynamically. This allows callbacks, dynamic dispatch, and even building plug-in style architectures. It’s a powerful way to make your C programs flexible, similar…
Lock-Free Ring Buffer: A lock-free ring buffer enables low-latency, thread-safe data exchange in multi-threaded apps (e.g., audio, networking). This single-producer, single-consumer (SPSC) implementation uses C11 atomics for concurrency without locks. -> Lock-free data structures…
Book of the Day: Software Architecture with C++ by Adrian Ostrowski and Piotr Gaczkowski meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
i saw this guy’s video on simulating gravity in C++ and that pushed me into learning OpenGL (failure lol). now he’s back with another one simulating black holes. he incorporated ray tracing, Einstein’s field equation, Schwarzschild solution to the field equation, space-time,…
Still confused about pointers in C? Let’s go from beginner to advanced in one thread: → Pointers → Pointers to pointers → Function pointers → Arrays & pointers → Common pitfalls All explained with simple examples and visuals.
📚 Introduction to Compilers and Language Design by Prof. Douglas Thain dthain.github.io/books/compiler/
The Nvidia Grace Hopper architecture design is truly impressive. The CPU and GPU can access each other's memory without any page migrations thanks to NVLink-C2C hardware coherency resources.nvidia.com/en-us-grace-cp…
Advanced Memory Debugging In C: A Deep Dive Into Valgrind And Addresssanitizer This article explores two powerful tools for detecting such issues: Valgrind and AddressSanitizer (ASan).
Source: youtu.be/8PVufdYi2zs?si…
Bypassing MTE in Linux kernel with a vulnerability in the Arm Mali GPU github.blog/security/vulne… Credits @mmolgtm #cybersecurity #Linux

Rafael David Tinoco @rafaeldtinoco
661 Followers 530 Following Runtime Security and eBPF | Jibril Runtime Security Creator | Former: Tracee Maintainer, Ubuntu Server Core Developer.
Min Hsu @bekket_mcclane
490 Followers 258 Following LLVM Plumber, Wrangler, and (occasionally) Developer @ SiFive
Torlioth @TorliothmHAINx
24 Followers 2K Following
Jörg Rödel @joergroedel
559 Followers 917 Following Linux Kernel Geek and upstream IOMMU maintainer, working for SUSE. Personal account, opinions are my own. He/Him
Umer Saleem @_usaleem
34 Followers 575 Following
Shung-Hsi Yu @shunghsiyu
406 Followers 1K Following Kernel Engineer @SUSE messing with BPF #StandWithUkraine 💙💛 Also at @[email protected]
Joel Fernandes 🐧�... @joel_linux
1K Followers 631 Following My thoughts on work, open source and occasional rants about world affairs. When in doubt, turn it inside out. Also on Mastodon: @[email protected]
Tomas Akenine-Möller @inversepixel
8K Followers 156 Following Researcher @ NVIDIA, professor @ Lund Uni, Real-Time Rendering, https://t.co/NtcN1BKX7H, Ray Tracing Gems, crime fiction book: Gamla kirurgen (https://t.co/zjOgTsMrcc)
HGPU group @hgpu
3K Followers 119 Following High performance computing on graphics processing units (GPU): AMD/ATI, nVidia, Intel Xeon Phi, CUDA, OpenCL, OpenGL, GPGPU, HPC
High-Perf Graphics @HPG_Conf
4K Followers 45 Following High Performance Graphics is the leading international forum for performance-oriented graphics systems research.
NVIDIA @nvidia
2.4M Followers 47 Following The official handle for NVIDIA. Blog: https://t.co/JAn5eKOTBT Support: https://t.co/6ln5FVnA2o All our social media: https://t.co/Uc56dL57Dh
NVIDIA HPC Developer @NVIDIAHPCDev
54K Followers 687 Following See the latest HPC developer news and resources from @NVIDIA. Be sure to check out our NVIDIA Technical Blog for more.
Mark Harris @harrism
4K Followers 169 Following Software Engineer at NVIDIA. Views expressed are my own, not necessarily NVIDIA's. Software leader; developer; miller; builder; brewer; verber.
eShard @eshard
2K Followers 332 Following Beyond testing tools, solutions that deliver expertise. 🌐 Chip & binary security testing https://t.co/1dUvkjLR8L https://t.co/BCMLXCF49H
Rafael David Tinoco @rafaeldtinoco
661 Followers 530 Following Runtime Security and eBPF | Jibril Runtime Security Creator | Former: Tracee Maintainer, Ubuntu Server Core Developer.
Piyush Itankar @_streetdogg
5K Followers 51 Following Embedded Engineering @Google | Building https://t.co/iId47V1ytD in spare time, enabling engineers reason well. From AI to Transistor. views are my own.
Daniel Xu @__dxu
230 Followers 527 Following bpftrace maintainer; FOSS enthusiast; maybe some other stuff too
0xor0ne @0xor0ne
81K Followers 514 Following | CyberSecurity | Reverse Engineering | C and Rust | Exploit | Linux kernel | PhD | My Tweets, My Opinions :) |
Collabora @Collabora
6K Followers 969 Following #OpenSource Software Consulting. Whether it's the #Linux kernel, graphics, multimedia, machine learning or XR, we can help. 👉 https://t.co/jhvTs07fAg
Mohit Mishra @chessMan786
30K Followers 399 Following engineer | engineering | learning to learn the low-level system
eBPF Summit @eBPFsummit
2K Followers 14 Following September 11th, 2024 | A virtual event about eBPF for networking, security & observability for DevOps, SecOps, platform architects & developers Register today!
Project Zero Bugs @ProjectZeroBugs
35K Followers 0 Following A bot that posts the latest blog posts and disclosures from Google's Project Zero
peterpan0927@infosec.... @Peterpan980927
2K Followers 352 Following Mobile Security Researcher @starlabs_sg
SeongJae Park - https... @sjpark0x00
435 Followers 66 Following Linux kernel DAMON subsystem maintainer. All opinions are my own.
Linux Kernel Security @linkersec
9K Followers 0 Following Links related to Linux kernel security and exploitation. Maintained by @andreyknvl and @a13xp0p0v. Also on https://t.co/GVE11dpBb8 and https://t.co/YpxPWXnA6Z.
David Vernet @byte_lab
393 Followers 155 Following Ring 0 Linux kernel hacker at Meta, scheduler-bug-adder, BPF standardization co-chair. If you want to know how it works, break it apart.
Leo Zhou @zhyblife99
132 Followers 155 Following 🤖 AI Dev,build MVP, focus on Ai Agent&RAG &startup | 📚 Reader | 💼 Investor| Founder of terminal-agent | https://t.co/dPM0ijNnAH
Linaro @LinaroOrg
5K Followers 554 Following Linaro™ brings together industry and the open source engineering community to collaboratively develop software on Arm. Arm software is our expertise.
Brad Spengler @spendergrsec
4K Followers 4 Following President of @opensrcsec, developer of @grsecurity Personal account
Shung-Hsi Yu @shunghsiyu
406 Followers 1K Following Kernel Engineer @SUSE messing with BPF #StandWithUkraine 💙💛 Also at @[email protected]
Jörg Rödel @joergroedel
559 Followers 917 Following Linux Kernel Geek and upstream IOMMU maintainer, working for SUSE. Personal account, opinions are my own. He/Him
Hackster.io @Hacksterio
152K Followers 4K Following Hackster is the world’s fastest growing developer community for learning, programming, and building hardware with 2.4M+ members and 40K+ open source projects.
Arm @Arm
89K Followers 2K Following Arm’s foundational technology is defining the future of computing. A future built by the greatest technology ecosystem in the world. A future built on Arm.
Bootlin @bootlincom
6K Followers 46 Following Embedded Linux Experts - Kernel, drivers, real-time and embedded Linux development, consulting and training.
BayLibre @BayLibre
873 Followers 271 Following Linux and Android embedded technology experts. Based in Sophia Antipolis on the French Riviera. Fediverse @[email protected] #LinuxKernel #AOSP #ZephyrRTOS
Intezer @IntezerLabs
10K Followers 559 Following Tweets about security research, incident response, and SecOps automation. We built the Autonomous SOC platform - take a tour: https://t.co/wIvFULuQUA
Performance Summit @perfsummit1
342 Followers 75 Following Semi-annual event for software performance enthusiasts interested in learning and speaking about research and development in software performance space.
Kieran Bingham @kieranbingham
875 Followers 2K Following Linux Kernel, and open source developer. Mostly in multimedia and libcamera.
434B @0xricksanchez
4K Followers 543 Following Vulnerability researcher | Fuzzing | Anything low-level excites me | Admin @ https://t.co/DjVsvNNdjS | My tweets are my own | Bsky: https://t.co/0uGccMaOJW
CrediBULL Crypto @CredibleCrypto
477K Followers 3K Following *Tweets are my opinion, not financial advice* Only on X- be careful of impersonators. WILL NEVER DM YOU FOR MONEY. NO PAID SERVICES.
Viacheslav Biriukov @brk0v
4K Followers 391 Following Linux System Engineer 💻 ex-Apple, ex-Facebook. Distributed systems and networks. Golang, Rust, C, Python.
Matt Fleming @fleming_matt
2K Followers 545 Following Co-founder @nyrkio. Systems Engineer @Cloudflare. Former Linux Kernel EFI maintainer. (Operating ∪ Database ∪ Distributed) ∩ Systems. https://t.co/xfl3eh0rSu
@[email protected] @shafikyaghmour
9K Followers 876 Following Compiler Engineer clang front end. Interests: C++, C, and undefined behavior. Martial Artist, Book Worm and Dad. @[email protected] he/him
Jon Masters 🏴�... @jonmasters
15K Followers 7K Following Troublemaker | Computer Architect | @Arm Servers Architect @Google | Previously @RedHat, @Nuvia_Inc | Runner | Author | All views my own | #ArmServers
Digital Chat Station @chat_station
19K Followers 0 Following
John Wu @topjohnwu
64K Followers 71 Following Creator of Magisk. Hacking Android since 2016. Android @Google. ex-Apple. Tweets are my own.
ScyllaDB @ScyllaDB
30K Followers 225 Following ScyllaDB is the database for data-intensive apps that require high performance and low latency. Monstrously fast + scalable #NoSQL.