blinue's recent timeline updates
blinue's repos on GitHub
HLSL · 13748 watchers
Magpie
A general-purpose window upscaler for Windows 10/11.
C++ · 29 watchers
Xaml-Islands-Cpp
XAML Islands (C++/WinRT) 应用示例
HLSL · 7 watchers
MagpieExtras
Extra effects for Magpie
HLSL · 6 watchers
MagpieToys
Useless Magpie effects
C# · 5 watchers
ZxcsSpider
知轩藏书爬虫
C++ · 2 watchers
MagpieWatcher
This repository demonstrates how to interact with Magpie programmatically.
C++ · 1 watchers
DS-Works
使用C++编写的,STL风格的数据结构实现
C# · 1 watchers
microsoft-ui-xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
C++ · 1 watchers
MusicPlayer2
这是一款可以播放常见音频格式的音频播放器。支持歌词显示、歌词卡拉OK样式显示、歌词在线下载、歌词编辑、歌曲标签识别、Win10小娜搜索显示歌词、频谱分析、音效设置、任务栏缩略图按钮、主题颜色等功能。 播放内核为BASS音频库(V2.4)。
GLSL · 0 watchers
CuNNy
Convolutional upscaling Neural Network, yeah!
C++ · 0 watchers
D3D12Playground
C++ · 0 watchers
FlipModelD3D12
Interactive visualization for understanding swap chains in D3D12
0 watchers
nt5src
Source code of Windows XP (NT5). Leaks are not from me. I just extracted the archive and cabinet files.
C++ · 0 watchers
onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
blinue

blinue

V2EX member #347571, joined on 2018-09-06 12:22:56 +08:00
Today's activity rank 14666
Per blinue's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
blinue's recent replies
Jan 29
Replied to a topic by blinue 开源软件 开源项目维权太难了
@Ketteiron 平台没义务判断事实,只会直接下架,然后对方反通知就可以恢复。而且 GPL 在这里位于灰色地带,因为 GPL 不限制复制的权利,因此只能视为违约,而不是侵权。对方这么猖狂肯定有所依仗,应该比我更懂
Jan 29
Replied to a topic by blinue 开源软件 开源项目维权太难了
@Ketteiron 根据我的理解,如果对方坚决否认,DMCA 是无用的,DMCA 是为诉讼做准备
Jan 29
Replied to a topic by blinue 开源软件 开源项目维权太难了
@icyalala 把 issue 置顶就是这个意思,在 README 里挂太过了,也影响首页观感
Dec 5, 2025
Replied to a topic by twofox Windows 吐槽一下 Windows 七月更新的 BUG
WinUI 3 作为核心 UI 库开发资源却少得可怜,这点资源也主要用来开发 AI 而不是修 bug 。看看社区现状: https://github.com/microsoft/microsoft-ui-xaml/discussions/10851
dev home 里面可以快捷配置,实测编译 C++ 项目速度明显快了
Aug 7, 2024
Replied to a topic by Betsy C++ 求教个神奇的 C++ 打印问题
我在 godbolt 里复现这个问题: https://godbolt.org/z/h45896sM5

只会在 O1 优化下出现,是一个悬垂引用导致的巧合。

1. memo.GetReduceGroupId(group_id) 返回的临时的 std::optional<ReducedGroupId> 存储在 [rsp + 16] 到 [rsp + 24]。optional 本身共 9 个字节,前 8 个字节是 ReducedGroupId ,后跟一个 bool 。

2. reduced_group_id 为 .value() 返回的地址,即 rsp + 16 ,注意这是一个栈上的临时空间,reduced_group_id 为悬垂引用。后续用 rbx 存储 reduced_group_id 引用的地址。

3. tmp.push_back(4) 恰好将 4 ( 8 个字节)存储到 [rsp + 16],覆盖了 reduced_group_id 指向的内存。编译器认为这是安全的,因为临时的 std::optional<ReducedGroupId> 已经析构,这导致后续读取 reduced_group_id 的值为 4 。
Aug 6, 2024
Replied to a topic by Betsy C++ 求教个神奇的 C++ 打印问题
未定义行为就是编译器怎么做都可以,有一篇很好的博客 https://devblogs.microsoft.com/oldnewthing/20140627-00/?p=633
Jul 11, 2024
Replied to a topic by sparks2 Arc 关于 Arc 浏览器 Windows 版的吐槽
在 AppContainer 里运行的应用不走系统代理。性能差和 WinAppSDK 有很大关系,Win11 里用 WinAppSDK 重写的应用性能都下降很多。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   905 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 20:25 · PVG 04:25 · LAX 13:25 · JFK 16:25
♥ Do have faith in what you're doing.