Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Good Sources of Learning
https://www.youtube.com/@richard0501
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://www.youtube.com/@richard0501
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
:mode ignore
: temporarily disables Tridactyl on a page.
ctrl + alt + esc
: toggle ignore on/off on Mac
ctrl/cmd + g
: next search result
shift + ctrl/cmd + g
: previous search result
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
npm init
yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global
npm run tauri:serve
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The State of Frontend in 2022 has a good discussion about the state and trend of frontend technologies as of 2022.
https://docs.python-guide.org/writing/gotchas/
https://stackoverflow.com/questions/101268/hidden-features-of-python
int
type in Python 3 is unbounded,
which means that there is no limit on the range of integer numbers that an int
can represent.
However,
there are still various integer related limits in Python 3 due to the interpreter's word size (sys.maxsize