Columns:
| # | Tweet | User | Followers | Views ▼ | Ratio | Engagement | Posted |
|---|---|---|---|---|---|---|---|
| 1 | [image] Memory-efficient doubly linked list using XOR of pointers (advanced, tricky). | @_trish_xD ✓ | 29.8K | 178.7K | 6.0x | 870 | 2026-02-19 |
| 2 | [image] Built a minimal chat server in C
- multi-client support (up to 10 users)
- real-time message broadcasting
- clean socket programming with select()
- threaded client for async messaging
perfect for learning network programming! | @_trish_xD ✓ | 29.7K | 7.8K | 0.3x | 440 | 2026-02-18 |
| 3 | [image] This is how I hooked my C audio engine to a Lua GUI using FFI
- Compile C code → shared library (.so)
- Load with ffi.load()
- Define functions via ffi.cdef
- Call them right from Lua!
Fast DSP in C + beautiful UI in Lua/Love2D | @_trish_xD ✓ | 29.9K | 4.1K | 0.1x | 135 | 2026-02-20 |