VirtualTam's bookmarks
491 bookmarks found
-
Zoekt - Fast trigram based code search
2025-02-19 - FAQ
- Zoekt Query Language Guide
- isker/neogrok - A frontend for Zoekt
- Query Language Guide by Neogrok
-
ESPARGOS - ESP32-based WiFi sensing array
2025-02-17 - Dataset: Four phase- and time-synchronous ESPARGOS antenna arrays in a lab room
- ESPARGOS/pyespargos - Python library for working with the ESPARGOS WiFi channel sounder
- This ESP32 Antenna Array Can See WiFi
- Source Code for Paper "Augmenting Channel Charting with Classical Wireless Source Localization Techniques"
- Phased Arrays - Steering and the Antenna Pattern | An Animated Intro to Phased Arrays
-
AI Flame Graphs
2025-01-20 AI developers think about their bit of code, but with AI Flame Graphs they can now see the entire stack for the first time, including the HW, and many layers they don't usually think about or don't know about. It basically looks like a pile of gibberish with their code only a small part of the flame graph.
This reaction is similar to people's first experiences with CPU flame graphs, which show parts of the system that developers and engineers typically don't work on, such as runtime internals, system libraries, and kernel internals.
-
Git - Wire Protocol V2
2025-01-20 - Gitlab - Configuring Git Protocol v2
- Github - Git Wire Protocol v2 Support, 2018-11-08
- Introducing Git protocol version 2, 2018-05-18
- Highlights from Git 2.26, 2020-03-22
-
The benefits are there: you get wonderful type system, wonderful performance, and build times that give you back those coffee breaks you used to get while your code compiled.
- ~ntietz/newt - Nicole's Web Toolkit
- Are we web yet?
-
- sigstore/cosign - Code signing and transparency for containers and binaries
- sigstore/fulcio - Sigstore OIDC PKI
- sigstore/rekor - Software Supply Chain Transparency Log
-
Text normalization in Go
2024-11-28 Standard library:
- unicode - Data and functions to test some properties of Unicode code points
Extra libraries:
- golang.org/x/text - Supplementary Go packages for text processing, many involving Unicode
- golang.org/x/text/runes - Tansforms for UTF-8 encoded text
- golang.org/x/text/transform - Reader and writer wrappers that transform the bytes passing through
- golang.org/x/text/unicode/norm - Types and functions for normalizing Unicode strings
- golang.org/x/text/unicode - Building blocks for other packages in golang.org/x/text
Third-party libraries:
- anyascii/go - Converts Unicode characters to their best ASCII representation
RFCs:
- RFC 8264 - PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols
- RFC 8265 - PRECIS for Usernames and Passwords
- RFC 8266 - PRECIS for Nicknames
Resources:
-
Before you speak, let your words pass through three gates; At the first gate, ask yourself, is is true? At the second gate ask, is it necessary? At the third gate ask, is it kind?
-
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