home.social

Search

1000 results for “SelfRef”

  1. In the shadow of success, it's easy to lose sight of who you are. The brighter the spotlight, the darker the corners where your true self hides.

    #Success #Authenticity #SelfReflection #Identity #InnerTruth

  2. 🤔 Oh look, yet another self-indulgent ramble where we discover that Claude #Code can decompile itself! 🌀 Just what the world needed, more #AI code contemplating its own existence while the rest of us desperately seek the relevance in this narrative from 1995. 📅
    ghuntley.com/tradecraft/ #SelfReflection #AI #Decompilation #TechHumor #1995Narrative #HackerNews #ngated

  3. Random tip: if you need self-referential struct – take a look at Yoke (docs.rs/yoke/latest/yoke/).

    It’s really great and comes in handy eg. if you need to do some zero-copy processing of incoming data, returning stuff referencing those data in the output. And beside a single derive-macro, it’s macro-free.

    I used ouroboros and rental before that, but Yoke is just a joy to use in comparison.

  4. Random #RustLang tip: if you need self-referential struct – take a look at Yoke (docs.rs/yoke/latest/yoke/).

    It’s really great and comes in handy eg. if you need to do some zero-copy processing of incoming data, returning stuff referencing those data in the output. And beside a single derive-macro, it’s macro-free.

    I used ouroboros and rental before that, but Yoke is just a joy to use in comparison.

    #Rust #SelfReferential