Forwarded from Welcome to the Black Parade
今天有人提到 Lasse Collin 对于 xz 项目早就疲惫不堪,Jia Tan 是极少数愿意真正贡献代码的“开发者”,这都是这场悲剧不可或缺的背景条件。
在无人关心的角落,Florian Westphal 最近辞去了内核 netfilter co-maintainer ("Mainly due to burnout"),所以现在 nf 只剩 Pablo Neira Ayuso 一人维护。这可是无数人每天使用的 netfilter。
在无人关心的角落,我最爱的工具之一 strace 依然只由一个捷克人 Dmitry V. Levin 默默维护。
在无人关心的角落,tcpdump/libpcap 在由 四人小组 the-tcpdump-group 持续更新,其中一位 Denis Ovsienko 的自我介绍是 sometimes I work jobs for living, sometimes I contribute pro bono to free and open source software projects, often I do both,给人一种很孤独的感觉。
在无人关心的角落,bash group 只有三位 active members,其中一位 Bob Proulx 有个古典博客,里面有记录他和妻子的平静生活。
我以前赞美人月神话,但我现在更关心默默无闻的开发者们,就像 vim 作者 Bram Moolenaar 一生没有和任何人建立亲密关系,我只想问,你这一生过得开心吗?
你们这些伟大的开发者们过得开心吗?
在无人关心的角落,Florian Westphal 最近辞去了内核 netfilter co-maintainer ("Mainly due to burnout"),所以现在 nf 只剩 Pablo Neira Ayuso 一人维护。这可是无数人每天使用的 netfilter。
在无人关心的角落,我最爱的工具之一 strace 依然只由一个捷克人 Dmitry V. Levin 默默维护。
在无人关心的角落,tcpdump/libpcap 在由 四人小组 the-tcpdump-group 持续更新,其中一位 Denis Ovsienko 的自我介绍是 sometimes I work jobs for living, sometimes I contribute pro bono to free and open source software projects, often I do both,给人一种很孤独的感觉。
在无人关心的角落,bash group 只有三位 active members,其中一位 Bob Proulx 有个古典博客,里面有记录他和妻子的平静生活。
我以前赞美人月神话,但我现在更关心默默无闻的开发者们,就像 vim 作者 Bram Moolenaar 一生没有和任何人建立亲密关系,我只想问,你这一生过得开心吗?
你们这些伟大的开发者们过得开心吗?
最近简单尝试了下 typst,感觉和我的预期不太一样…………怎么这种问题都没修(
https://github.com/typst/typst/issues/311
https://github.com/typst/typst/issues/311
GitHub
Behavior of first line indentation in paragraphs seems limiting · Issue #311 · typst/typst
As I gathered from the docs (as seen on the reference for the first-line-indent argument), the first paragraph on a page is special-cased to never have it's first line indented. If I understand...
Forwarded from Hacker News (yahnc_bot)
Fedora 41 will unify bin and sbin https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin
not b@tk1z
com.bilibili.tv_V1.6.6.apk
终究还是装回了这个版本,云视听版本不说别的了,资源竟然不是全的……我都不知道说什么好
https://github.com/microsoft/PowerToys/blob/main/tools/CleanUp_tool_powershell_script/CleanUp_tool.ps1
PowerToys 清理脚本
PowerToys 清理脚本
GitHub
PowerToys/tools/CleanUp_tool_powershell_script/CleanUp_tool.ps1 at main · microsoft/PowerToys
Windows system utilities to maximize productivity. Contribute to microsoft/PowerToys development by creating an account on GitHub.
not b@tk1z
一直想在 Windows 上要一个 raycast 的 reasonable size / almost maximize 功能,因为有些软件(终端、im)或者在大屏幕上,是窗口化状态更好用的,但是随意拜访总是不太满意。 昨天晚上研究了下 Windows API,最终在 DPI 相关问题上败下阵来,不过阴差阳错找到了 https://github.com/RamonUnch/AltSnap 这个软件,虽然没法指定面积占比,不过可以直接居中,也算是曲线实现需求了。
altsnap 是个很好用的软件,但是在我的场景下,它只能设置居中,而不能设置大小,用起来还是不太爽。
今天想起来了 komorebi 这个 Windows 上的 tiling window manager 有用到 autohotkey,于是查了下 ahk 的 API,花了几分钟写了段脚本搞定了。。。
今天想起来了 komorebi 这个 Windows 上的 tiling window manager 有用到 autohotkey,于是查了下 ahk 的 API,花了几分钟写了段脚本搞定了。。。
#Requires AutoHotkey v2.0-
#Warn
#SingleInstance
#=::resizeWindow(WinGetID("A"), 0.8) ; [Win]+[=]
#-::resizeWindow(WinGetID("A"), 0.6) ; [Win]+[-]
resizeWindow(window, percentage) {
WinGetPos , , , , window
width := A_ScreenWidth * percentage
height := A_ScreenHeight * percentage
WinMove (A_ScreenWidth - width)/2, (A_ScreenHeight - height)/2, width, height, window
return
}
GitHub
GitHub - LGUG2Z/komorebi: A tiling window manager for Windows 🍉
A tiling window manager for Windows 🍉. Contribute to LGUG2Z/komorebi development by creating an account on GitHub.
Forwarded from 崩坏:星穹铁道 | Honkai: Star Rail CN