Live data from Hacker News

Viewing profile — duncanbeevers

duncanbeevers

HN member
Joined
Thu, May 05, 2011, 1:55 AM UTC
HN karma
7
Public activity
6 items

About duncanbeevers

[ my public key: https://keybase.io/duncanbeevers; my proof: https://keybase.io/duncanbeevers/sigs/IIANw8lTvo4PiTqxXe1Trtv1uaFcKM0_24924tsVmoI ]

Recent public activity

  1. comment
    Comment #46079676

    Lavamoat purports to do this. https://lavamoat.github.io/ There has been some promising prior research such as BreakApp attempting to mitigate unusual supply-chain compromises such…

  2. comment
    Comment #43956725

    There's a great paper implementing this idea in the node.js ecosystem; [BreakApp: Automated, Flexible Application Compartmentalization]( https://ic.ese.upenn.edu/pdf/breakapp_ndss2…

  3. comment
    Comment #26150250

    Ink may be the tool you're looking for. https://vadimdemedes.com/posts/ink-3 It lets you write React CLI apps using a flexbox layout engine, and is used by a number of high-profile…

  4. comment
    Comment #8099558

    One of the reasons I added this support was so we could use the parser on our client-side handlebars templates to identify glyph usages and build the smallest possible custom fonts…

  5. comment
    Comment #6531203

    Nope. You can attach a handler to window.onerror manually that pushes its error to the notifier, but errors handled this way won't have a stack trace.

  6. comment
    Comment #3174518

    Reminds me of node-chainsaw: https://github.com/substack/node-chainsaw Also, my own node-ContextChain https://github.com/duncanbeevers/node-ContextChain Both of these libraries tak…