- Macbook - M1 edition 16 inch
- It's damn amazing.
- Keyboard is so much better and it has real function keys
- Screen and Battery are amazing
- The bad
- The camera is diabolical.
- For my needs, it should have one more USB-C port.
- It's damn amazing.
- Read Different visualizations for Memory tool · Issue #36 · MicrosoftEdge/DevTools · GitHub
- This looks like an interesting way to visualise heap snapshots. I'm pretty keen to see more people build on the platform
- Idly musing on Chrome Dev Tools as a platform
- Extending DevTools - Chrome Developers
- Puppeteer - Tools for Web Developers - Browser automation. Also, I miss Eric Bidelman :D
- Chrome DevTools Protocol - What powers the browser automation and DevTools.
- It's a platform and we don't realise it or treat it like one. As a team we should probably be thinking more about empowering developers to build more tools for their users directly in to where they need them. How could we work with the likes of Adobe and Figma etc to connect their products to the browser?
- Read https://twitter.com/ChallengesCss/status/1523260400698937344
- I'm aways amazed by what people are able to do with CSS and great design sense.
- Made logseq exporter to hugo format
- https://github.com/PaulKinlan/logseq-plugins/tree/main/export_hugo
- Not a huge amount of features but it outputs the journal and associated pages
- Need to get it to output the files directly and not a zip file.
- DONE research file system access with the logseq plugins
- https://logseq.github.io/plugins/
- https://logseq.github.io/plugins/interfaces/ILSPluginUser.html#FileStorage
- They really need a tech writer. Nothing is documented.
LSPluginFileStorage
is a GoogleWhack
- Found a way
doAction
- await top.apis.doAction(["mkdir",
${baseDirectory}/${directory}
]); - await top.apis.doAction(["openDir", ""]);
- await top.apis.doAction([
"writeFile",
"",
${baseDirectory}/${file.fileName}
, file.content, ]);
- await top.apis.doAction(["mkdir",
- DONE research file system access with the logseq plugins
I lead the Chrome Developer Relations team at Google.
We want people to have the best experience possible on the web without having to install a native app or produce content in a walled garden.
Our team tries to make it easier for developers to build on the web by supporting every Chrome release, creating great content to support developers on web.dev, contributing to MDN, helping to improve browser compatibility, and some of the best developer tools like Lighthouse, Workbox, Squoosh to name just a few.