Columns:
| # | Tweet | User | Followers | Views ▼ | Ratio | Engagement | Posted |
|---|---|---|---|---|---|---|---|
| 1 | [video] that's how fast this can be in C
btw this is *still* slow because you would not run layout on 5k elements anyway, you would virtualize, but the point of the benchmark is to check the layout algorithm scalability
computers are fast. | @gdechichi ✓ | 13.8K | 167.2K | 12.1x | 972 | Feb 25 |
| 2 | [video] This calculator has no if/else, no switch statement.
It uses a dispatch table -- an array of structs holding function pointers, walked at runtime to match and execute an operation.
operations[] holds a function pointer (compute) in each entry. At runtime, execute_operation walks | @tetsuoai ✓ | 231.7K | 81.2K | 0.4x | 252 | Mar 14 |
| 3 | [image] Multiple network coding projects in C
JB | @drJonasBirch ✓ | 4.1K | 79.5K | 19.4x | 164 | Mar 4 |
| 4 | [image] Learn C from scratch:
- 28 lessons in 1 video
JB | @drJonasBirch ✓ | 4.1K | 77.9K | 18.9x | 114 | Mar 20 |
| 5 | [video] X built curl for their API.
Handles OAuth. One-line install, hit any endpoint from your terminal. | @tetsuoai ✓ | 227.3K | 73.9K | 0.3x | 176 | Feb 22 |
| 6 | [image] C example to simulate "Class" | @abhip_me ✓ | 1.8K | 71.0K | 39.6x | 499 | Feb 27 |
| 7 | [image] Linux firewall in C
JB | @drJonasBirch ✓ | 4.1K | 60.1K | 14.8x | 232 | Feb 20 |
| 8 | [image] The X API is now available worldwide with pay-per-use pricing. X has also released official Python and TypeScript XDKs, an MCP server, xurl for agents, and a local Playground that lets you test the X API without using credits. If you spend on X API | @tetsuoai ✓ | 227.4K | 58.8K | 0.3x | 151 | Apr 6 |
| 9 | [image] Code an msdos operating system in C
JB | @drJonasBirch ✓ | 4.1K | 52.5K | 12.8x | 74 | Mar 11 |
| 10 | [image] Coding a bootloader for Linux
JB | @drJonasBirch ✓ | 4.1K | 51.7K | 12.6x | 72 | Mar 13 |
| 11 | [image] One of the best C resources that I have seen. "Essential C" by Nick Parlante.
It's so so underrated. Give it a go.
It's free and ~45 pages. | @QueenInPixels ✓ | 431 | 50.9K | 118.0x | 747 | Feb 17 |
| 12 | [image] Your own pre-processor in C
JB | @drJonasBirch ✓ | 4.1K | 49.6K | 12.1x | 87 | Mar 7 |
| 13 | [video] Trained a single layer neural network in C to predict AND GATE from scratch
using gradient descent and Batch training of dataset in almost 300K epochs | @aadityansha_06 ✓ | 853 | 42.2K | 49.5x | 99 | Mar 27 |
| 14 | [image] Just built my first Machine Learning project in pure C
A super minimal Linear Regression model that learns to predict house prices from size (sq ft) | @sudox7 ✓ | 2.0K | 41.6K | 21.0x | 121 | Apr 3 |
| 15 | [image] computer science from scratch(literally)
from semiconductor transistors to programming in c. | @QueenInPixels ✓ | 446 | 38.7K | 86.7x | 899 | Feb 18 |
| 16 | [image] Network mapper in C
JB | @drJonasBirch ✓ | 4.1K | 31.7K | 7.7x | 91 | Apr 5 |
| 17 | [image] Your own html language in C
JB | @drJonasBirch ✓ | 4.1K | 29.9K | 7.3x | 90 | Mar 2 |
| 18 | [text] this Thursday 9am PST / 12pm EST I’ll be on the @wookash_podcast talking about my C game engine.
we’ll demo some of the code too! hope to see y’all there! | @gdechichi ✓ | 13.8K | 25.5K | 1.8x | 250 | Feb 24 |
| 19 | [image] xAI quietly dropped a Docs MCP server at Streamable HTTP, stateless, works with any MCP client out of the box.
Your coding agent can now search and read xAI docs without you manually stuffing context. Cursor, Zed, Windsurf all supported natively. Even | @tetsuoai ✓ | 228.4K | 22.5K | 0.1x | 157 | Feb 24 |
| 20 | [video] tried implementing dual quaternions on my animation system tonight and it totally worked on the first try | @gdechichi ✓ | 13.8K | 22.1K | 1.6x | 253 | Feb 24 |
| 21 | [image] Coding ping from scratch in C
JB | @drJonasBirch ✓ | 4.1K | 21.0K | 5.1x | 156 | Feb 28 |
| 22 | [text] Proud to have discovered two QUIC-related issues in HAProxy that led to CVE-2026-26080 & CVE-2026-26081 (DoS crashes via malformed packets). Thanks to willyt for the credit in the 3.1.15 release announcement! | @tetsuoai ✓ | 229.8K | 14.0K | 0.1x | 159 | Feb 28 |
| 23 | [image] i made a minimal chat server in c
uses sockets + poll() for real-time bidirectional messages between terminal clients
it's super tiny | @sudox7 ✓ | 1.9K | 12.5K | 6.5x | 60 | Mar 29 |
| 24 | [image] Coding a network simulator
JB | @drJonasBirch ✓ | 4.1K | 12.3K | 3.0x | 111 | Feb 23 |
| 25 | [text] Flight code for the SpaceX rockets and Starlink satellites is written in C and C++! | @tetsuoai ✓ | 226.6K | 8.1K | 0.0x | 137 | Feb 20 |
| 26 | [image] Open-sourcing TETSUO-H3SEC -- a security scanner for QPACK inter-stream synchronization in HTTP/3.
Every public fuzzer and scanner treats QPACK as a single encode/decode operation. None of them model the inter-stream timing and ordering that real HTTP/3 connections depend on. | @tetsuoai ✓ | 227.5K | 5.8K | 0.0x | 100 | Feb 24 |