3 comments

  • danudey2 hours ago
    Very confused by the article. Is memoization new to the eBPF world? Did the author only just learn about it and wanted to use it?<p>In reality, the article is about correctly caching a path:policy mapping while working within the limitations of eBPF and Linux filesystem semantics. If you read the article in that context rather than wondering &#x27;what is new and interesting about memoization in eBPF?&#x27; it&#x27;s a lot more interesting.<p>I probably would have titled this &#x27;Calculating cache keys for filesystem paths in eBPF&#x27; or something, since that&#x27;s the cool and interesting problem that was solved.
  • asdfman12350 minutes ago
    I don&#x27;t know what any of these acronyms mean. With just a little more explanation the article could be accessible to a wider developer audience.
  • mrbluecoat2 hours ago
    So you highlight &quot;Not AI Gen&quot; but you call the solution &quot;Agent&quot;? :D
    • jaggederest46 minutes ago
      Agent is an old school way to say &quot;constantly running daemon to accomplish some specific purpose&quot;, as someone who wrote a lot of performance monitoring agents. AI is using the term appropriately, but I think assuming it&#x27;s always AI-first is slightly tragic.