VirtualTam's bookmarks
51 bookmarks found
-
- Antithesis - So you think you want to write a deterministic hypervisor?
- Resonate - Deterministic Simulation Testing
- TigerBeetle - Deterministic Simulation Testing
- Introducing Limbo: A complete rewrite of SQLite in Rust - Can we match SQLite’s world-famous reliability?
- Polar Signals - (Mostly) Deterministic Simulation Testing in Go
-
Vincent Berton V Line guitars
2024-11-26 - Part 1
- Part 2
- Vincent Berton VLine Asteroth and miscellaneous models
- Vincent Berton VLine Salomé and variations
He was the protege of James Trussart, who recognized his art was beyond anything that had ever been done. He was completely brilliant, maybe too much for sanity, as he would spend months building one a kind creations and built every single detail by hand. He would build the knobs, the saddles, the control plates all from solid blocks of brass. He also built his own revolutionary pickups hiding the secret of his custom design by integrating them inside the body, he also built his own cases, but even down to the smallest of details like the hinges and the handle, also built by hand from solid brass. The guitar bodies are made from resin.
-
- Self-hosted online collaborative drawing platform Excalidraw (alternate version on Medium)
- alswl/excalidraw-collaboration - Excalidraw with collaboration feature, self-hosting, and only one-click deploy
- alswl/excalidraw-storage-backend - Storage for scenes, images and collaboration rooms
- alswl/excalidraw.alswl.com - Custom static version featuring a Chinese font with handwriting style
- Someone0nEarth/excalidraw-self-hosted - A docker-compose configuration for a fully self-hosted excalidraw stack, a collaborative whiteboard solution
- r/selfhosted - Excalidraw
- PatWie/excalidraw-complete - Self-host Excalidraw with a single Go binary - Supports multiple storage options and real-time collaboration
- Self-hosted online collaborative drawing platform Excalidraw (alternate version on Medium)
-
Reference:
- abbr - manage fish abbreviations
- argparse - parse options passed to a fish script or function
- function - create a function
- string - manipulate strings
- switch - conditionally execute a block of commands
Configuration:
- Writing your own prompt
- fish_add_path - add to the path
- fish_git_prompt - output git information for use in a prompt
- Setting up my fish shell from scratch on macOS
Plugins:
- jorgebucaran/fisher - A plugin manager for Fish
- jorgebucaran/autopair.fish - Auto-complete matching pairs in the Fish command line
- PatrickF1/fzf.fish
- kidonng/zoxide.fish
-
terminal-parrot - :parrot: for your terminal
2019-04-02 How can your life near any sense of completion without this? I wonder...
-
Login throttling in PHP
2019-01-18 - http://www.omniceps.com/stop-brute-force-attacks-php-throttling/
- http://miftyisbored.com/a-complete-tutorial-on-login-throttling-and-recaptha-with-laravel-5-3/
- https://mattstauffer.com/blog/login-throttling-in-laravel-5.1/
- http://codedevelopr.com/articles/throttle-user-login-attempts-in-php/
- https://stackoverflow.com/questions/9153554/best-way-to-implement-ban-after-too-many-login-attempts
- https://stackoverflow.com/questions/2090910/how-can-i-throttle-user-login-attempts-in-php
- https://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication#477585