ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Post

When writing long-lived programs (daemons etc) in Rust, I find myself asking *where* I should put data. In a GC'd language it's just "I have a string" but Rust forces me to find somewhere to put it. You do get a performance benefit for this work though.

Apr 3, 2025, 3:56 PM

Record data

{
  "uri": "at://did:plc:h4lbtnpgirwzkvb73rphzljy/app.bsky.feed.post/3llwbc7epi22j",
  "cid": "bafyreibx2agb2ygb33sukq4dog2uhrmifxufiou3olfufgsgahamoyrm3u",
  "value": {
    "text": "When writing long-lived programs (daemons etc) in Rust, I find myself asking *where* I should put data.\n\nIn a GC'd language it's just \"I have a string\" but Rust forces me to find somewhere to put it.\n\nYou do get a performance benefit for this work though.",
    "$type": "app.bsky.feed.post",
    "langs": [
      "en"
    ],
    "createdAt": "2025-04-03T15:56:32.921Z"
  }
}