h404bi's repos on GitHub
PowerShell 1214 watchers
dorado Yet Another bucket for lovely Scoop
Rust 208 watchers
hok CLI reimplementation of Scoop in Rust
TypeScript 21 watchers
clawcode Open ClawCode
Rust 19 watchers
moonup Manage multiple MoonBit installations
PowerShell 13 watchers
dotfiles @chawyehsu's $HOME
PowerShell 10 watchers
base16-concfg Base16 color schemes for Windows Console
CSS 10 watchers
github-mod A flattened and sharp userstyle for GitHub
Mustache 8 watchers
base16-conemu ConEmu templates for base16 color scheme, Cmder support!
Rust 6 watchers
filenamify-rs Convert a string to a valid filename
CSS 5 watchers
charter-webfont webfont package for the Bitstream Charter typeface
CSS 2 watchers
csdn-mod A customized userstyle for CSDN
2 watchers
hdx Access Huawei/HarmonyOS Developer Download Center from CLI
Go 2 watchers
nvm-windows For what it's worth, a nvm-windows fork with NTFS junction patch which was rejected by upstream
MoonBit 2 watchers
punycode.mbt Punycode encoding and decoding in MoonBit
CSS 2 watchers
reddit-mod Flattened and minimalist theme for Reddit, with dark mode support.
PowerShell 1 watchers
conda-recipes @chawyehsu's custom conda channel
ANTLR 1 watchers
ExCalcor :closed_book: Just Another Expression Calculator
C++ 1 watchers
kiennq-shim A better shim.exe file for Scoop.
PowerShell 1 watchers
moonbit-binaries Tracking and providing complete accessibility to releases of the MoonBit programming language
0 watchers
.github @chawyehsu's .github
Zig 0 watchers
bun Incredibly fast Javascript runtime, bundler, test runner, and package manager all in one
0 watchers
cargo-xwin Cross compile Cargo project to Windows MSVC target with ease
PowerShell 0 watchers
concfg Import / export Windows console settings
0 watchers
conda OS-agnostic, system-level binary package manager and ecosystem
Shell 0 watchers
conda-launchers Windows launchers for Python entry points in the conda ecosystem
0 watchers
container-libs Monorepository with libraries used by the containers projects.
0 watchers
cosmic-iced A cross-platform GUI library for Rust, inspired by Elm
0 watchers
Defaults Swifty and modern UserDefaults
0 watchers
ethereum-org-website Ethereum.org is a primary online resource for the Ethereum community.
0 watchers
ghostty Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
0 watchers
go-ipfs IPFS implementation in Go
0 watchers
helm Ethersphere Helm Charts
Javascript 0 watchers
hexo-tag-ruby Ruby charater tag plugin for Hexo
0 watchers
himalaya Minimalist CLI email client, written in Rust.
PowerShell 0 watchers
Install WIP: Next-generation Scoop (un)installer
0 watchers
Java A bucket for Scoop, for Oracle Java, OpenJDK, Zulu, ojdkbuild, AdoptOpenJDK, Amazon Corretto, BellSoft Liberica and SapMachine.
Rust 0 watchers
jj A Git-compatible VCS that is both simple and powerful
0 watchers
learngit Just a repo for learning git.
0 watchers
lenstube Decentralized video-sharing social media platform, built using Lens protocol.
Clojure 0 watchers
logseq A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap
C++ 0 watchers
mactype Better font rendering for Windows.
C++ 0 watchers
mamba The Fast Cross-Platform Package Manager
Javascript 0 watchers
markdown-it-lazy-image Lazy image plugin for markdown-it parser, replace 'src' attributes with 'data-src' for use with lazyload.
Rust 0 watchers
mihoro mihoro macOS port
0 watchers
msys2-runtime Our friendly fork of Cygwin https://cygwin.org see the wiki for details
0 watchers
multi-semantic-release Proof of concept that wraps semantic-release to work with monorepos.
C 0 watchers
nano-win GNU nano text editor for Windows [WARNING: The master branch is constantly rebased and force-pushed so don't expect it to be steady!! -end WARNING]
Javascript 0 watchers
nexrender Data-driven render automation for After Effects
0 watchers
nips Nostr Implementation Possibilities
0 watchers
Nirsoft Bucket of almost all of the 280+ apps from Nirsoft.net. Migrated from MCOfficer/scoop-nirsoft with permission.
0 watchers
OctoLinker OctoLinker Links together, what belongs together
0 watchers
openai-translator 基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.
0 watchers
opencode The open source coding agent.
0 watchers
opencv_playground the oil paint simulator/synthesizer mentioned in one of my blog posts.
0 watchers
phpstudy-lagecy-scoop A minimized package of the phpStudy2016 lagecy, repacked for working with Scoop.
Rust 0 watchers
pixi Package management made easy
Go 0 watchers
podman Podman: A tool for managing OCI containers and pods.
0 watchers
rattler Rust crates to work with the Conda ecosystem.
Rust 0 watchers
rattler-build rattler-build is a universal package builder for Windows, macOS and Linux
TypeScript 0 watchers
revoke.cash Revoke or update your token allowances
0 watchers
rusk Dusk's Smart Contract Platform
 | | h404bi There will still be love in this world. V2EX member #122718, joined on 2015-06-17 12:31:35 +08:00 |
 | Per h404bi's settings, the topics list is hidden |
Deals info, including closed deals, is not hidden
h404bi's recent replies
关于 WSL 磁盘空间回收订阅
https://github.com/microsoft/WSL/issues/4699 这个 issue 就行了,讨论都在这里,时不时有人追加评论。
sparseVhd 是一个实现性质的功能,多少还是有点问题。而且有反馈说会损坏 vhdx ,虽然没有实证,但是从一个 WSL 版本开始启用稀疏的 CLI 命令被要求使用 --allow-unsafe ,算是侧面印证。
> 我想实现自动回收硬盘空间
目前比较理想的方法大概是自己写一个脚本并设置成定时任务,代替手动执行。
@
ranaanna 哈哈强迫症这角度有意思,要看是洁癖强迫症还是更新强迫症了
@
liyafe1997 DISM 那一套命令尝试过不少次数,遇到些疑难杂症都会考虑,对这情况也试过可惜没作用
git credential.helper 的策略是 system->global->local 合并*逐级*测试的,而非你想的*覆盖*。也就是先尝试 system 里设置的 credential.helper ,如果可用就跳过后续 global/local 里的设置。具体可查阅下 git-scm doc 关于 helper 的部分
本想说可以支持一下多链,但转头想到现在 Ethereum 主网的 Gas 不再像几年前经常几十几百 gwei 让执行个 Transfer 都要一杯咖啡的 fee ,于是好像也没那个必要。
「 100%可靠性」其实是对 ipfs 有些误解,ipfs 存在着与 BitTorrent 同样的 p2p 局限。所谓「 100%可靠性」只对资源生产者而言(除非自己删掉了最后一份备份),在消费端非热门资源的可访问性一直不太行,很多情况下访问一个 cid 就卡在那里了很长一段时间(梦回 BitTorrent 挂着很长时间找寻 peer ),极大消耗耐心。
尤其是个人博客图片,绝大多数都是非常冷门低访问量的资源,这种劣势会被放大。这时候提高可靠性,无非就是让消费端访问固定一个 gateway (背后是生产者自己/代理的 Pinning ,消灭掉寻址过程),这样又回到了自托管/代托管方式。使用 ipfs ,只是多了一个广播到网络上其它 peers 的功能。对于博客图片这样的场景,换来的可能是比用传统图床更差的用户体验(尝试 gateways 的 overhead )。
把
https://gateway.ipfsscan.io/ipfs/QmNr8Ffhb7GbtPE2YVsK8MAeULyuKd71W9JMdhnYgxA3qm 换成
ipfs://QmNr8Ffhb7GbtPE2YVsK8MAeULyuKd71W9JMdhnYgxA3qm 让 IPFS Companion 去挑 gateway 立马就能体验到这个 overhead
IPFS 很好,但就这个使用场景而言,我觉得 IPFS 是不如传统图床甚至于 Arweave 的。