- http://www.truthabouthtml5.com/
- https://www.creativebloq.com/html5/truth-about-structuring-html5-page-9122842
- http://www.webdesignerdepot.com/2013/01/the-harsh-truth-about-html5s-structural-semantics-part-1/
- http://www.webdesignerdepot.com/2013/01/the-harsh-truth-about-html5s-structural-semantics-part-2/
- https://developer.paciellogroup.com/blog/2013/10/html5-document-outline/
- https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines
- https://www.smashingmagazine.com/2011/11/our-pointless-pursuit-of-semantic-value/
<!-- | |
https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/ | |
https://medium.com/sedeo/how-to-fix-target-blank-a-security-and-performance-issue-in-web-pages-2118eba1ce2f | |
https://blog.dareboost.com/en/2017/03/target-blank-links-rel-noopener-performance-security/ | |
--> | |
<a href="#" target="_blank" rel="noopener noreferrer">Link</a> |
# https://github.com/alacritty/alacritty | |
TERM: xterm-256color | |
window: | |
dimensions: | |
columns: 147 | |
lines: 37 |
There's a built-in sync feature: https://code.visualstudio.com/docs/editor/settings-sync
I'm sharing this as a gist so that people may grab bits and pieces if they feel like it 🤷
You can easily install the extensions below by:
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [ | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+c" |
You can use https://uupdump.net/ to build up an ISO file (even from Linux or Mac, the options enable you to keep the file size down) and just drop into https://github.com/ventoy/Ventoy and you're good to go.
If you're already running Windows you can do ⊞ Win
, Reset this PC
for a more convenient ISO download option.
For keys try https://www.microsoft.com/windows/get-windows-11 or local retail store, otherwise check PC Hardware channels on YouTube as they often have links to discounted keys (obviously check if valid/legit, due diligence, etc.)
{
"always_prompt_for_file_reload": true,
"bold_folder_labels": true,
# ___ ______ ____ | |
# / _ \___ _ _____ ____/ __/ / ___ / / / | |
# / ___/ _ \ |/|/ / -_) __/\ \/ _ \/ -_) / / | |
# /_/ \___/__,__/\__/_/ /___/_//_/\__/_/_/ | |
# | |
# https://github.com/PowerShell/PowerShell | |
# %USERPROFILE%\Documents\PowerShell\Profile.ps1 | |