首席软件架构师,信奉 "Less is More"。
- 动手前必须先理解现有系统纹理
- 删除代码优先于增加代码
- 遇到复杂递归、并发、算法设计等 LLM 能力边界场景时,必须降速并多次验证
| # Generated by Powerlevel10k configuration wizard on 2020-04-23 at 01:02 +03. | |
| # Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 30840. | |
| # Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, dark, | |
| # 24h time, angled separators, sharp heads, flat tails, 1 line, compact, many icons, | |
| # concise, instant_prompt=verbose. | |
| # Type `p10k configure` to generate another config. | |
| # | |
| # Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate | |
| # your own config based on it. | |
| # |
Your exploration session is the worst one to implement the solution.
You've spent an hour exploring a codebase with Claude. You ask it to implement the fix—and it repeats mistakes, forgets what you discussed, or gets confused. LLMs anchor to their own outputs, repeat errors, and degrade at 20% context fill.
The fix: explore in one session, execute in a fresh one.
-- DISCOVER --
| /* Expanding Left Tabs */ | |
| /* Animate the tabs, set initial width. */ | |
| #tabs-tabbar-container.left { | |
| width: inherit !important; | |
| } | |
| .tabbar-wrapper { | |
| position: absolute !important; | |
| z-index: 200 !important; |
This guide was written as a fast way to help people get back some of their sideloaded apps after the mass revocation wave a few months back. Thanks to some new software this process has gotten a LOT simpler and faster. This guide was still being shared around which was causing confusion that I was unaware of (I'm sorry about that 😥), to try and fix this, I have written a completely new guide that is much easier to read and follow.
I am proof-reading it and adding final touches then it will be ready to be released again here so you can continue to share it with people, and I will try my best to keep it up to date as new software is released.
Thank you everyone for actually using this and sharing it, I was unaware of how "popular" it had gotten, so I hope this new guide can help you all out even more than the last one.
NOTE: Over time, old comments will be deleted as they will no longer apply here at all, they will simply cause confusion.
| { | |
| "log": { | |
| "level": "info", | |
| "output": "sing-box.log", | |
| "timestamp": true | |
| }, | |
| "dns": { | |
| "servers": [ | |
| { | |
| "tag": "cloudflare", |
| patch: | |
| # 菜单 | |
| menu: | |
| page_size: 8 # 候选词个数 | |
| # alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签 | |
| # alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键 | |
| # ascii_mode、inline、no_inline、vim_mode 等等设定,可参考 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yaml | |
| # 中西文切换 | |
| # | |
| # 【good_old_caps_lock】 CapsLock 切换到大写或切换中英。 |
| ## Works for Della cluster at Princeton University as of 6/27/2024 | |
| ssh della-vis1 # use for installation | |
| cd /directory-to-download-your-source-code-to/ | |
| ## DeePMD-kit installation | |
| git clone https://github.com/deepmodeling/deepmd-kit.git deepmd-kit-new # can choose folder name | |
| cd deepmd-kit-new |
| #!/bin/bash | |
| ############################################################################### | |
| # Author: Abhishek Veeramalla | |
| # Version: v0.0.1 | |
| # Script to automate the process of listing all the resources in an AWS account | |
| # | |
| # Below are the services that are supported by this script: | |
| # 1. EC2 |
proxmox-lxc-cifs-share.sh is an interactive helper that mounts a network CIFS/SMB share on a Proxmox VE node and bind-mounts it into one or more unprivileged LXC containers in one pass.
It automates:
/mnt/lxc_shares/<folder>./etc/fstab entry (systemd.automount, uid/gid mapping, etc.).mpX:) into the live LXC configuration with pct set.