Live data from Hacker News

Viewing profile — rbdixon

rbdixon

HN member
Joined
Fri, Feb 19, 2016, 3:34 AM UTC
HN karma
23
Public activity
8 items

About rbdixon

No profile information was provided.

Recent public activity

  1. comment
    Comment #39384997

    I have a complex document generation tool based on latex. I’ve been working on replacing it with typst. Typst is simply 10x faster. Crazy example of how fast typst is: 30”x30” docu…

  2. comment
    Comment #37255354

    Here is a framework which uses decorators to delegate runtime behavior to an LLM. Not quite what you meant but the closest I’ve seen. https://askmarvin.ai/components/ai_function/

  3. comment
    Comment #29583197

    doit [0] is a superb toolkit for building task-oriented tools with dependencies. It isn't too complex to get started and gives you a lot to work with. I've used it for an internal …

  4. comment
    Comment #27856587

    Scripting flow manipulations in mitmproxy is easy. There are a lot of great examples to learn from which help. The filter syntax is expressive and simplifies writing code to mangle…

  5. comment
    Comment #25716279

    I used the BeagleBone Black. There is a loadable kernel module which, lucky for me, just worked. The kernel module is from the USBiquitous project [1]. See my other comment about r…

  6. comment
    Comment #25716238

    "USB in a Nutshell" [1] was really useful to me. As far as tooling goes I'd take a look at the "usb-tools" project [2] on Github. The GreatFET One hardware [3] is good and works wi…

  7. comment
    Comment #19079291

    Tutorial on how to parse a binary format using Katai Struct. KS can output parsing code in Python, C++, Java, Lua, JavaScript. The example shows a parser for the ESP8266 binary for…

  8. story