Peter Marshall (@hooraybuffer) 's Twitter Profile
Peter Marshall

@hooraybuffer

Web Performance at @canva.
Previously @chromedevtools and occasionally @v8js

ID: 4654180429

calendar_today26-12-2015 08:13:52

61 Tweet

700 Followers

83 Following

NodeConf EU (@nodeconfeu) 's Twitter Profile Photo

Let the Orinoco flow! Peter Marshall uncovers the features and implementation challenges of this high-performance garbage collector. Join him at #NodeConfEU Last tickets on sale! nodeconf.eu

Peter Marshall (@hooraybuffer) 's Twitter Profile Photo

Bug of the week (it's early but I'm calling it): The CPU profiler signal handler interrupts a destructor and calls a virtual method on the object being destroyed: chromium-review.googlesource.com/c/v8/v8/+/1293…

Simona Cotin 🇺🇦 (@simona_cotin) 's Twitter Profile Photo

Key takeaways from Peter’s awesome talk: Don’t fear the GC - it wants to be your best friend! Orinoco has moved a lot of GC work to parallel, incremental and concurrent tasks #NodeConfEU

Key takeaways from Peter’s awesome talk: 

Don’t fear the GC - it wants to be your best friend! 

Orinoco has moved a lot of GC work to parallel, incremental and concurrent tasks 

#NodeConfEU
Mathias Bynens (@mathias) 's Twitter Profile Photo

Orinoco = V8 garbage collection without the rubbish™ 🚀 parallel 🏎 concurrent 🚤 incremental Check out Peter Marshall’s explanation of what that means: v8.dev/blog/trash-talk

Peter Marshall (@hooraybuffer) 's Twitter Profile Photo

I need to go to the doctor and explain that it hurts when I run but not when I walk but these are the same word in German and the interpretation is highly regional-dependent. This is why standards work is important 🚶‍♂️🏃‍♂️

Peter Marshall (@hooraybuffer) 's Twitter Profile Photo

Accidentally invented a new feature. Should the JS console/REPL in DevTools stay in strict mode (for later evaluations) if you set it once? It doesn't currently :(

Mathias Bynens (@mathias) 's Twitter Profile Photo

Puppeteer v2.1.0 is out! 🔥 ➡️ Chromium 80 ➡️ puppeteer.launch({product: 'firefox'}) Puppeteer can now talk to a real, unpatched Firefox binary. You no longer need to install puppeteer-firefox separately! github.com/puppeteer/pupp…

Puppeteer v2.1.0 is out! 🔥

➡️ Chromium 80
➡️ puppeteer.launch({product: 'firefox'})

Puppeteer can now talk to a real, unpatched Firefox binary. You no longer need to install puppeteer-firefox separately!

github.com/puppeteer/pupp…
Peter Marshall (@hooraybuffer) 's Twitter Profile Photo

I need an npm package that parses english text and tells me if each word is used a noun, verb, adverb etc. in that specific sentence (not in general). Any ideas?