Paul Frazee

Results 872 comments of Paul Frazee

https://github.com/pfraze/base-emoji/blob/master/index.js#L9 Depends on how `readUInt8` does it. I'd guess, if there were eg 4 bits at the end, they'd be treated as the least-significant-bits in an 8-bit number.

@jbenet I'm really just speculating, I'd have to build some tests to give you a good answer. Base-emoji was built on a lark, so I havent been sweating details like...

i did this once, actually. spent like 2 hours picking them out. the bitch of it is, once i finished i didnt like the results, so i reverted but give...

No idea. I don't think ubuntu does

Yeah sorry about that, I left this comment and then thought "heck I can just pull out my old webterm code." I ended up making it *very* simple and featureless,...

Okay awesome, let me know how it goes

I'd focus on how trusted you expect programs to be. Unix originally assumed the users would have a fairly intimate knowledge or strong trust in all their programs. That might...

Hmm, I almost wonder if we should be exploring a way to give dterm a safe execution context (like an iframe or worker). EDIT: the tradeoff being that you have...

I'm not entirely sure how to handle permissions for iframes. What if it asks to write to an archive? How should the browser represent that request? It might be better...

Sorry to put so much work in your hands! I'm very excited for this project.