Glenn 'devalias' Grant

Results 1220 comments of Glenn 'devalias' Grant

Note that Sesh uses Chrome's 'Other Bookmarks' folder as the default root/parent to save its sessions in. According to the extension code, there is no simple way to get the...

We could also achieve the same sort of thing as https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight/issues/6#issuecomment-1172841781 by using the GitHub API rather than cloning the git repo directly: - https://cli.github.com/manual/gh_api - > Makes an authenticated...

## APIs - https://developer.chrome.com/docs/extensions/reference/tabs/#method-discard - > Discards a tab from memory. Discarded tabs are still visible on the tab strip and are reloaded when activated. - https://developer.chrome.com/docs/extensions/reference/tabs/#method-query - > Gets...

It seems we can also manually play with discards/etc from chrome://discards/

**tl;dr:** - https://github.com/actions/starter-workflows/tree/main/pages - https://github.com/actions/starter-workflows/blob/main/pages/jekyll.yml - Actions - https://github.com/actions/configure-pages - https://github.com/actions/deploy-pages > šŸ‘‹ ! > > We just announced official support for building/deploying Pages straight from GitHub Actions: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/ >...

**tl;dr:** - https://github.com/actions/starter-workflows/tree/main/pages - https://github.com/actions/starter-workflows/blob/main/pages/jekyll.yml > šŸ‘‹ ! > > We just announced official support for building/deploying Pages straight from GitHub Actions: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/ > > No hacks (no `.nojekyll`, no...

The following are my notes on copying a networked Time Machine backup from my NAS to a locally attached external hard disk, then (working on the local copy so as...

Found some benchmarks comparing various underlying options (though they seem rather outdated) - https://gist.github.com/colstrom/1bc7ea694286c0a96119295a8866a857 - > Ruby Vector Benchmarks (matrix vs nmatrix vs numo/narray)

Looking at site build times in https://github.com/0xdevalias/devalias.net/pull/86#issuecomment-663932727 with/without `--lsi`, `gsl`, `nmatrix`, etc; it seemed to have negligible impact regardless of which we used. In light of that.. this thread about...

@mkasberg Thanks for the notes and insights :) Much appreciated. I’d have to look deeper at things (has been a long time since I did), but if the related_posts part...