Threadwell

Recent Notes

  • Threads

    Aug 25, 2026

    • archive
  • nicbarkeragain

    Aug 25, 2026

    • archive
    • twitter
    • nicbarkeragain
  • vkrajacic

    Aug 25, 2026

    • archive
    • twitter
    • vkrajacic
Home

❯

Archive

❯

Threads

❯

valigo

❯

When it comes to pointers, "just use 64 bit integer" is way more intuitive to me.

❯

@valigo For real I'm parsing through a binary array and trying to say "the next byte is a uint8_t, the next two bytes are a uint16_t" and the most elegant way to do it is mind-numbingly ugly pointer bullshit.

@valigo For real I'm parsing through a binary array and trying to say "the next byte is a uint8_t, the next two bytes are a uint16_t" and the most elegant way to do it is mind-numbingly ugly pointer bullshit.

Properties5
typearchive
sourcetwitter
date2025-11-18
tagsarchive, twitter, valigo
description@valigo For real I'm parsing through a binary array and trying to say "the next byte is a uint8_t, the next two bytes are a uint16_t" and the most elegant way to do it is mind-numbingly ugly pointer bullshit.

Nov 18, 20251 min read

  • archive
  • twitter
  • valigo

Source

  • URL: https://x.com/furiouswhopper/status/1990793698985324939
  • Author: Angurī Wappā (@furiouswhopper)
  • Posted: 2025-11-18 14:46:19

Branch

1/ @furiouswhopper

@valigo

For real I’m parsing through a binary array and trying to say “the next byte is a uint8_t, the next two bytes are a uint16_t” and the most elegant way to do it is mind-numbingly ugly pointer bullshit.

Related

  • Spine: 2025-11-17-when-it-comes-to-pointers-just-use-64-bit-integer

Graph View

  • Source
  • Branch
  • Related

Backlinks

  • When it comes to pointers, "just use 64 bit integer" is way more intuitive to me.

Created with Quartz v5.0.0 © 2026

  • GitHub