← Software

C and Assembly Developers

This community is geared towards accelerated knowledge of low-level computing concepts, and active contribution to projects in C and ASM.

62.7K members
Topic: Software
Open
10 tweets
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
[image] Windows Kernel Programming.
@tetsuoai 225.8K 103.9K 0.5x 885 Apr 13
3
[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
4
[image] Multiple network coding projects in C JB
@drJonasBirch 4.1K 79.5K 19.4x 164 Mar 4
5
[image] Learn C from scratch: - 28 lessons in 1 video JB
@drJonasBirch 4.1K 77.9K 18.9x 114 Mar 20
6
[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
7
[image] C example to simulate "Class"
@abhip_me 1.8K 71.0K 39.6x 499 Feb 27
8
[image] Design a login device with a physical key JB #SkeletonKey #DIY
@drJonasBirch 4.1K 69.9K 17.0x 71 Apr 9
9
[image] Linux firewall in C JB
@drJonasBirch 4.1K 60.1K 14.8x 232 Feb 20
10
[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
11
[image] Mac address changer in C JB
@drJonasBirch 4.1K 53.3K 12.9x 45 Apr 11
12
[image] Code an msdos operating system in C JB
@drJonasBirch 4.1K 52.5K 12.8x 74 Mar 11
13
[image] Coding a bootloader for Linux JB
@drJonasBirch 4.1K 51.7K 12.6x 72 Mar 13
14
[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
15
[image] Your own pre-processor in C JB
@drJonasBirch 4.1K 49.6K 12.1x 87 Mar 7
16
[text] the deeper you go, the more everything starts looking like C
@tetsuoai 227.9K 46.0K 0.2x 178 Apr 21
17
[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
18
[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
19
[video] Understanding the Windows PE Header and Section Table
@tetsuoai 225.9K 40.0K 0.2x 966 Apr 13
20
[image] computer science from scratch(literally) from semiconductor transistors to programming in c.
@QueenInPixels 446 38.7K 86.7x 899 Feb 18
21
[image] Network mapper in C JB
@drJonasBirch 4.1K 31.7K 7.7x 91 Apr 5
22
[image] Your own html language in C JB
@drJonasBirch 4.1K 29.9K 7.3x 90 Mar 2
23
[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
24
[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
25
[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
26
[text] Windows exploit development
@tetsuoai 225.6K 21.8K 0.1x 365 Apr 13
27
[image] Coding ping from scratch in C JB
@drJonasBirch 4.1K 21.0K 5.1x 156 Feb 28
28
[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
29
[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
30
[image] Coding a network simulator JB
@drJonasBirch 4.1K 12.3K 3.0x 111 Feb 23
31
[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
32
[text] Tesla is hiring across the low-level AI stack. If this is your world, apply!
@tetsuoai 8.0K 95 Apr 15
33
[video] Digital Clock in C.
@tetsuoai 225.8K 7.0K 0.0x 226 Apr 13
34
[video] simulated hardware events come in, an IRQ number is generated, and the correct ISR is selected through a function pointer table.
@tetsuoai 225.8K 6.3K 0.0x 149 Apr 14
35
[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