V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  GPLer  ›  全部回复第 1 页 / 共 21 页
回复总数  402
1  2  3  4  5  6  7  8  9  10 ... 21  
13 天前
回复了 qingchen666 创建的主题 优惠信息 美团外卖 18 减 18
领到了,好人一生平安。
18 天前
回复了 Fdyo 创建的主题 Windows WSL 开源了
@liyafe1997 现在支持从源码构建了,而不仅仅只有个 Kernel 。
18 天前
回复了 Fdyo 创建的主题 Windows WSL 开源了
开源的是这个
https://github.com/microsoft/WSL

That means that the code that powers WSL is now available on GitHub at Microsoft/WSL and open sourced to the community! You can download WSL and build it from source, add new fixes and features and participate in WSL’s active development.

之前开源和尚未开源的

This comes as an addition to the already open sourced WSL components:

microsoft/wslg: Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios
microsoft/WSL2-Linux-Kernel: The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
The following components are still part of the Windows image and are not open sourced at this time:

Lxcore.sys, the kernel side driver that powers WSL 1
P9rdr.sys and p9np.dll, which runs the “\\wsl.localhost” filesystem redirection (from Windows to Linux)

来源

https://blogs.windows.com/windowsdeveloper/2025/05/19/the-windows-subsystem-for-linux-is-now-open-source/
@xhawk 那建议在短短几年后再来招人
65 天前
回复了 a66243766 创建的主题 macOS MacOS 移除私有化接口,需要的谨慎升级。
已经升完了,话说对用户来说,如果不使用这个特性,是不是升级上去更好,允许查询控制媒体播放这个接口看上去就很危险。
75 天前
回复了 frankyzf 创建的主题 Local LLM 使用 dify 时代码如何管理?
@frankyzf 拆成若干个通用服务,dify 只负责组织不负责实现,但不建议每个节点都去调接口,这种情况应该先思考流程编排是否合理。
76 天前
回复了 frankyzf 创建的主题 Local LLM 使用 dify 时代码如何管理?
dify 目前用下来,代码就做些数据转换比较合适,比如解构 JSON ,修改数据结构。
76 天前
回复了 frankyzf 创建的主题 Local LLM 使用 dify 时代码如何管理?
如果需要用到大量代码,这些代码就不应该放到 dify 里,抽出来作为一个服务给 dify 调用更合适。
dify 无论是代码编写、代码复用、代码调试都没有优势。
时序数据库或不可变数据库?反正用插入替代修改应该就能解决。
@coldle 感谢,才发现 VSCode 还有遥测。
136 天前
回复了 Tardis07 创建的主题 Linux Linux Shell 如何分类统计标准输出结果
unix 哲学更推荐用多个命令组合来完成某个需求,如果真的需要**一个**工具,可以考虑包装个脚本。(
136 天前
回复了 Tardis07 创建的主题 Linux Linux Shell 如何分类统计标准输出结果
sort + uniq + awk 组合实现

cat 1.txt | sort | uniq -c | sort -nr | awk 'BEGIN {print "Line\t| Times"} {printf "%s\t| %d\n", $2, $1}'

话说这种需求大模型确实秒了(
早年我记得 shell 权限好像会高一点,然后 Google 系应用权限是会高一点,手动安装的商店下载安装应用是不用任何确认的,感觉哪里写了个白名单,但一时半会找不到了。
理论上是要支持的,渐进增强,平稳退化。

完全不考虑 js 关闭的情况,SEO 角度可能也会产生一些影响,有些搜索引擎不一定会去执行 js ,如果你的页签是动态渲染的,这部分内容可能抓不到。

当然实际中除了内容类的网站,现在大多数网站不开 js 都用不了,所以建议交给框架/插件,根据实际场景调整。

不过纯 HTML 、HTML + CSS 去挑战实现某些复杂功能其实挺有意思的(
这个跟 cursor 没太大关系,claude 很早就有类似的玩法了,比如汉语新解。
186 天前
回复了 fid 创建的主题 Local LLM 8x4090 离线部署 Qwen2.5 求助
8x24GB 为什么不上 72B ,是要考虑多用户使用的情况吗。
dism++ 系统备份
1  2  3  4  5  6  7  8  9  10 ... 21  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2644 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 56ms · UTC 12:58 · PVG 20:58 · LAX 05:58 · JFK 08:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.