- Use Eric Meyer's CSS override
- Use clearfloat instead of
clear:both, when applicable - Use core html over divs whenever possible (
h2,p,li,ol,time) - Add a top level ID to every kind of page (
#race-page,#candidate-page) - Use IDs for elements that are unique to every page in the site
- Use hyphens for IDs and classes, no camelCase or underscores. (Improves readability)
Discover gists
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
| #!/bin/bash | |
| # Install GNS3 to a LXC Debian 11 container | |
| # Debian 11 Prerequisites: sudo | |
| # Add into the LXC configuration file on Proxmox host (ie. /etc/pve/lxc/<id>.conf) | |
| #lxc.cgroup.devices.allow: c 10:232 rwm | |
| #lxc.cgroup2.devices.allow: c 10:232 rwm | |
| # Also, check that nested and mknod are enabled: | |
| #features: mknod=1,nesting=1 | |
| # Then, in LXC container, type: | |
| #mknod /dev/kvm c 10 232 |
As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.
(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))
**1.
Guide for converting a Mac into a headless always-on server. Written against a MacBook Air M4 running macOS Tahoe (26.x), but most steps apply to any Apple Silicon Mac.
- Physical or Screen Sharing access to the Mac during setup
- SSH access from another machine for post-reboot verification
- Admin account credentials
Download VMware ISOs in this repo
Also I would happy if you visit my site with tech tips!: https://hausmer.com
All license keys and activation files have been removed in accordance with GitHub's Terms of Service.
Only official trial installers are available. Bring your own license (BYOL).
| Product Year Version Product Keys | |
| Visual Studio 2026 18.x | |
| Professional: NVTDK-QB8J9-M28GR-92BPC-BTHXK | |
| Enterprise: VYGRN-WPR22-HG4X3-692BF-QGT2V | |
| https://x.com/massgravel/status/1988306014371008542 | |
| Visual Studio 2022 2021 17.x Professional: | |
| TD244-P4NB7-YQ6XK-Y8MMM-YWV2J | |
| Enterprise: |
| NBCRJ-YJ94Q-T73WV-9PR4F-9W3VC | |
| KNJPJ-YBFTR-42K6M-Y6FMX-BKM3P | |
| QQ34F-N3THK-CWTFJ-HD66X-8QK7C | |
| 8FDTG-TNM2Y-C9DF9-QQ9XX-V22X2 | |
| Y89NG-BWMGT-KJPT3-B326G-683VC |
