VirtualTam's bookmarks
123 bookmarks found
-
Regex engine internals as a library
2023-07-14 - rust-lang/regex
- google/re2
- BurntSushi/rebar - A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks
- Resources about implementing regular expression search efficiently, Russ Cox
-
- golang.org/x/tools/present
- golang.org/x/tools/cmd/present
- Present slides to PDF?
- [rfc] present -o=slides.pdf
- sbinet/present-tex - Create LaTeX/Beamer slides from
present
-
-
- UTM Parameters
- Google Ads - Conversion Tracking
- Websites use URLs to track you. Here’s how to stop them.
- Firefox’s privacy crusade now targets a key form of tracking
- ClearURLs - An addon to remove tracking elements from URLs to help protect your privacy
- iOS 17 automatically removes tracking parameters from links you click on
-
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
-
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
-
- https://github.com/jessfraz/gmailfilters (unmaintained?)
- https://github.com/mbrt/gmailctl
- Advanced Gmail filters for work or school
- https://hiverhq.com/blog/gmail-filters
- https://github.com/yamamoto-febc/terraform-provider-gmailfilter
- https://github.com/ndrpnt/terraform-provider-gmail (unmaintained)
- https://github.com/remilapeyre/terraform-provider-gmail (unmaintained)
-
- HyperLogLog: the analysis of a near-optimal cardinality estimation algorithm (PDF)
- HyperLogLog in Practice: Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithm
- https://agkn.wordpress.com/2012/10/25/sketch-of-the-day-hyperloglog-cornerstone-of-a-big-data-infrastructure/
- Redis new data structure: the HyperLogLog
- https://www.reddit.com/r/programming/comments/21wshj/redis_new_data_structure_the_hyperloglog/
- https://redis.uptrace.dev/guide/go-redis-hll.html
- https://towardsdatascience.com/hyperloglog-a-simple-but-powerful-algorithm-for-data-scientists-aed50fe47869
- https://odino.org/my-favorite-data-structure-hyperloglog/
- http://blog.notdot.net/2012/09/Dam-Cool-Algorithms-Cardinality-Estimation
- https://supabase.com/blog/seen-by-in-postgresql
- https://www.citusdata.com/blog/2017/12/22/distributed-count-vs-hyperloglog/