Viewing profile — duncanbeevers
duncanbeevers
HN member- Joined
- Thu, May 05, 2011, 1:55 AM UTC
- HN karma
- 7
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About duncanbeevers
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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.
-
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…