VirtualTam's bookmarks
32 bookmarks found
-
Passkeys are a replacement for passwords that provide faster, easier, and more secure sign-ins to websites and apps across a user’s devices. Unlike passwords, passkeys are always strong and phishing-resistant.
- https://fidoalliance.org/passkeys/
- Apple Developer - Passkeys Overview
- Apple Support - About the security of passkeys
- Google Identity - Passwordless login with passkeys
- Google Blog - The beginning of the end of the password
- Google Security Blog - So long passwords, thanks for all the phish
- Chromium BLog - Introducing passkeys in Chrome
- Tailscale doesn't want your password
- Tailscale - Custom OIDC Providers
- YubiKeys, passkeys and the future of modern authentication
- A Yubico FAQ about passkeys
- Why Passkeys Will Be Simpler and More Secure Than Passwords
- Passkeys: A shattered dream
-
- https://www.hashicorp.com/resources/creating-terraform-provider-for-anything
- https://boxboat.com/2020/02/04/writing-a-custom-terraform-provider/
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-1-ed12884e06d7
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-2-1346f89f082c
-
X11 / XKB custom keyboard layout definition
2020-08-15 - https://web.archive.org/web/20170825051821/http://madduck.net:80/docs/extending-xkb/
- https://web.archive.org/web/20170720005456/http://pascal.tsu.ru/en/xkb/
- https://web.archive.org/web/20170709093947/https://wiki.debian.org/XStrikeForce/InputHotplugGuide
- https://help.ubuntu.com/community/Custom%20keyboard%20layout%20definitions
- http://linux.lsdev.sil.org/wiki/index.php/Building_an_XKB_Keyboard
- https://rlog.rgtti.com/2014/05/01/how-to-modify-a-keyboard-layout-in-linux/
- https://www.freedesktop.org/wiki/Software/XKeyboardConfig/
- https://askubuntu.com/questions/482678/how-to-add-a-new-keyboard-layout-custom-keyboard-layout-definition
- https://wiki.archlinux.org/index.php/X_keyboard_extension
-
- https://josef-adamcik.cz/electronics/buiding-a-custom-keyboard-katana60.html
- https://josef-adamcik.cz/electronics/corne-keyboard-build-log.html
- https://josef-adamcik.cz/electronics/let-me-introduce-you-sofle-keyboard-split-keyboard-based-on-lily58.html
- https://josef-adamcik.cz/electronics/soflekeyboard-build-log-and-build-guide.html
- https://josefadamcik.github.io/SofleKeyboard/
- https://josefadamcik.github.io/SofleKeyboard/images/IMG_20200126_114622.jpg
-
-
- https://www.debian.org/doc/manuals/maint-guide/build.en.html
- https://salsa.debian.org/nginx-team/nginx
- https://www.debian.org/doc/debian-policy/#document-ch-controlfields
- https://www.debian.org/doc/debian-policy/#document-ch-relationships
- https://unix.stackexchange.com/questions/333603/debian-control-file-provides-does-not-satisfy-dependency
- https://github.com/JayH5/nginx-modules
-
Administration
- https://docs.djangoproject.com/en/2.0/ref/contrib/admin/
- https://docs.djangoproject.com/en/2.0/ref/contrib/admin/admindocs/
Models and Querysets
- https://docs.djangoproject.com/en/2.0/topics/db/models/
- https://docs.djangoproject.com/en/2.0/ref/models/instances/
- https://docs.djangoproject.com/en/2.0/ref/models/fields/
- https://docs.djangoproject.com/en/2.0/topics/db/aggregation/
Static files
User management
- https://docs.djangoproject.com/en/2.0/topics/auth/default/
- https://docs.djangoproject.com/en/2.0/topics/auth/customizing/
- https://docs.djangoproject.com/en/2.0/ref/contrib/auth/
- https://docs.djangoproject.com/en/2.0/ref/settings/#login-redirect-url
URL dispatcher
-
Vim and Django
2018-02-10 - https://code.djangoproject.com/wiki/UsingVimWithDjango
- http://www.vim.org/scripts/script.php?script_id=1487
- https://github.com/jmcomets/vim-pony/
- https://github.com/vim-scripts/django.vim
- https://github.com/tweekmonster/django-plus.vim
- https://stackoverflow.com/questions/4027961/describe-your-customized-vim-editor-for-python-django-development
- https://www.reddit.com/r/vim/comments/2zkxip/some_good_vimrcs_blog_posts_about_using_vim_with/
-
I've inherited 200K lines of spaghetti code -- what now? - Software Engineering Stack Exchange
2017-10-16 - https://softwareengineering.stackexchange.com/questions/6395/how-do-you-dive-into-large-code-bases
- https://softwareengineering.stackexchange.com/questions/6268/when-is-a-big-rewrite-the-answer
- https://www.red-gate.com/blog/software-development/legacy-code
- https://craftedsw.blogspot.ro/2011/06/change-in-attitude-legacy-code.html
- https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/
- https://www.reddit.com/r/PHP/comments/7blo1b/refactoring_huge_ci_2_application/
- https://leanpub.com/mlaphp
- https://softwareengineering.stackexchange.com/questions/184227/migrating-legacy-procedural-code-to-mvc-without-rewriting/184241
- https://www.reddit.com/r/PHP/comments/ax88ot/i_am_taking_on_a_custom_crappy_php_application/