VirtualTam's bookmarks
30 bookmarks found
-
The Web Authentication API (also known as WebAuthn) is a specification written by the W3C and FIDO, with the participation of Google, Mozilla, Microsoft, Yubico, and others. The API allows servers to register and authenticate users using public key cryptography instead of a password.
- Guide to Web Authentication
- Asynchronous Remote Key Generation: An Analysis of Yubico’s Proposal for W3C WebAuthn [PDF]
- Issue 664630: Web Authentication API for Chrome
- Bugzilla - [meta] Update WebAuthn JS API to the L1-REC spec
- keepassxc#1870 - Feature Request: Integration with the Web Authentication API
-
The JSON License
2022-03-23 The Software shall be used for Good, not Evil.
-
-
Every Silver Lining Has a Cloud - ACM Queue
2018-06-17 "Cache is king. And if your cache is cut, you're going to feel it."
"Some providers now have something called Metal-as-a-Service, which I really think ought to mean that an '80s metal band shows up at your office, plays a gig, smashes the furniture, and urinates on the carpet."
-
-
- https://forum.manjaro.org/t/new-kernel-4-16-causes-display-flashes-on-amd-r9-3xx-tonga/44302/13
- https://bugzilla.kernel.org/show_bug.cgi?id=199407
- https://www.reddit.com/r/archlinux/comments/7vxnam/redshift_flickering_display_after_415_kernel/
- https://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-DC-Pull-Request-4.15
- https://github.com/jonls/redshift/issues/221
-
PowerShell Survival Kit
2018-03-07 Home:
- https://docs.microsoft.com/en-us/powershell/
- https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/using-windows-powershell-for-administration?view=powershell-6
Wikiversity:
- https://en.wikiversity.org/wiki/PowerShell
- https://en.wikiversity.org/wiki/PowerShell/Variables
- https://en.wikiversity.org/wiki/PowerShell/Arrays_and_Hash_Tables
- https://en.wikiversity.org/wiki/PowerShell/Loops
Basics:
- https://stackoverflow.com/questions/1825585/determine-installed-powershell-version
- https://stackoverflow.com/questions/8343767/how-to-get-the-current-directory-of-the-cmdlet-being-executed
- https://superuser.com/questions/237902/how-can-one-show-the-current-directory-in-powershell
- https://stackoverflow.com/questions/6138849/how-do-you-move-files-folders-across-volumes-with-powershell
Commands and executables:
HTTP:
ZIP archives:
- https://serverfault.com/questions/18872/how-to-zip-unzip-files-in-powershell
- https://stackoverflow.com/questions/27768303/how-to-unzip-a-file-in-powershell
- https://www.reddit.com/r/PowerShell/comments/454e4y/how_do_i_unzip_a_zip_file_with_powershell/
- https://github.com/auberginehill/unzip-silently
- To extract silently: https://github.com/auberginehill/unzip-silently/blob/master/Unzip-Silently.ps1#L352
-
Beamer - Accessibility
2017-06-27 - https://tex.stackexchange.com/questions/374123/how-to-check-if-your-slides-are-understandable-for-colourblind-people
- https://tex.stackexchange.com/questions/122621/is-there-a-way-to-show-the-version-of-a-document-as-seen-by-a-colour-blind-reade
- https://tex.stackexchange.com/questions/366480/how-to-make-the-resulting-pdf-file-web-accessible-for-screen-readers-when-figur
- https://tex.stackexchange.com/questions/261537/a-guide-on-how-to-produce-accessible-pdf-files
-
LaTeX / Beamer / Minted
2017-04-11 Code / minted / listings
- http://ftp.math.purdue.edu/mirrors/ctan.org/macros/latex/contrib/minted/minted.pdf
- https://tex.stackexchange.com/questions/236706/undefined-control-sequence-with-minted
- https://tex.stackexchange.com/questions/103141/set-global-options-for-inputminted
- https://github.com/gpoore/minted/issues/125
Minted formatting
- https://tex.stackexchange.com/questions/85932/mintedinconsolata-straight-quotes
- https://tex.stackexchange.com/questions/5443/use-another-monospaced-font
- http://www.tug.dk/FontCatalogue/sourcecodepro/
Columns
- https://tex.stackexchange.com/questions/32931/multiple-columns-with-images-and-wrapped-text-in-beamer
- https://tex.stackexchange.com/questions/1858/stable-vertical-alignment-of-columns-in-beamer
Icons / images
- FA - https://tex.stackexchange.com/questions/165150/how-to-use-fontawesome-icons-in-latex-with-moderncv
- FA - https://tex.stackexchange.com/questions/338657/how-to-include-socials-icons-like-github-and-linkedin-in-moderncv
- SVG - https://tex.stackexchange.com/questions/2099/how-to-include-svg-diagrams-in-latex
- SVG - https://tex.stackexchange.com/questions/122871/include-svg-images-with-the-svg-package
Overlay / Pause / step-by-step
- https://tex.stackexchange.com/questions/26987/show-a-frame-step-by-step
- https://tex.stackexchange.com/questions/117887/how-to-insert-overlays-in-latex-beamer
Titles
URL
-
"Add Clippy or his friends to any website for instant nostalgia. Our research shows that people love two things: failed Microsoft technologies and obscure Javascript libraries. Naturally, we decided to combine the two."
-
Yocto / C / C++ 101
2016-08-13 C / C++
- https://en.wikibooks.org/wiki/C%2B%2B_Programming
- https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
- https://github.com/TheErk/CMake-tutorial
- https://github.com/brendangregg/FlameGraph
µC
Linux
Yocto
- https://www.yoctoproject.org/
- https://www.yoctoproject.org/documentation
- https://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html
Toaster
- https://wiki.yoctoproject.org/wiki/Toaster
- https://www.yoctoproject.org/docs/1.8/toaster-manual/toaster-manual.html
- https://www.yoctoproject.org/sites/default/files/toaster_presentation_elce_2014_interactive_dlr1.pdf
- https://wiki.yoctoproject.org/wiki/Setting_up_a_production_instance_of_Toaster
- Toaster+Jenkins: https://lists.yoctoproject.org/pipermail/yocto/2015-April/024339.html
- Toaster+Jenkins: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7527
BitBake