Friend
软件小窝
软件小窝是一个专注于高质量软件分享的网站,这里有各种各样的软件,包括Windows、Mac、Android、iOS等平台的软件,欢迎大家来下载。
Anthony Fu
Hey, I am Anthony Fu, a fanatical open sourceror.
张洪Heo
分享设计与科技生活
Friend MomentsRefresh every 2 hours
Photos Page
Photos Page
# emptyWed, March 12, 2025 at 8 PMAnthony Fu如何获取视频的LUFS(响度单位)?通过视频文件测量视频音量响度水平
这篇文章介绍了视频音量的重要性及其调整方法。文中提到,视频音量过低会影响观看体验,特别是在信息流中与其他大声视频竞争时。为了解决这一问题,文章引入了LUFS(Loudness Units Full Scale)作为衡量音频响度的标准,并解释了其在广播和流媒体中的应用。作者推荐使用ffmpeg工具来测量视频的LUFS值,并提供了具体的操作命令和参数说明。最后,文章还详细解读了测量结果中各项参数的意义,帮助用户更好地调整视频音量以符合不同平台的要求。
# 经验分享# 教程# 视频# FFmpeg# 运营Mon, March 3, 2025 at 5 PM张洪HeoAsync, Sync, in Between
The coloring problem in modern programming, and a proposal of a new approach
# emptyMon, March 3, 2025 at 8 AMAnthony FuHexo上传服务器建议使用rsync来替代git上传,repo文件夹越来越大解决方法
这篇文章介绍了如何通过rsync工具解决Hexo部署时服务器文件占用过大问题的方法。文章建议使用hexo-deployer-rsync插件,并通过npm安装该插件。在配置时需修改博客根目录下的_config.yml文件,添加rsync的相关参数,包括远程服务器地址、用户信息、目标目录等设置。此外,还可以选择性删除其他不必要的部署方式,并调整运行目录以适应具体环境需求。
# 经验分享# 教程# HexoMon, February 24, 2025 at 3 PM张洪Heo如何静态化Docker容器的IP地址?构建网络实现容器固定IP
这篇文章介绍了如何在使用 docker-compose 部署的环境中为容器设置固定的 IP 地址,以解决容器在重启后因 IP 自动变化导致无法上网的问题。文章首先创建了一个名为 heo_global_network 的自定义桥接网络,并将其 IP 地址段设置为 172.168.0.0/16。然后修改 docker-compose 文件,将容器连接到该外部网络并指定静态 IPv4 地址。通过这些步骤,用户可以确保容器在网络重启后保持稳定的 IP 地址,并成功实现上网功能。
# 经验分享# 教程# 运维# DockerFri, February 21, 2025 at 5 PM张洪HeoiStoreOS如何给硬盘分区扩容?Openwrt已经正在使用的分区如何扩容?
这篇文章介绍了在iStoreOS x86根分区中扩容的具体步骤。通过使用parted工具查看硬盘信息,用户可以确认要扩展的分区为4号分区,当前容量为21.5GB。通过执行resizepart命令,用户可以输入新的终止位置30GB,从而实现分区扩大。此外,还需要使用resize2fs -p命令对文件系统进行调整,最终完成扩容操作,无需重启服务器或卸载挂载点。
# 经验分享# 教程# 软路由Fri, February 21, 2025 at 10 AM张洪HeoGrok上手:马斯克的AI到底能不能打?真的是地表最强AI吗?
这篇文章介绍了作者对由埃隆·马斯克推出的AI工具Grok3的使用体验和感受。文章详细描述了在不设置复杂prompt或限定条件的情况下,Grok的写作、代码生成以及图像生成等功能,并对比了其他AI工具如GPT-4o和DeepSeek的表现。作者认为Grok在速度和稳定性上具有优势,尤其适合处理简单到中等难度的任务。他还提到切换主力AI为Grok,并希望DeepSeek能进一步优化。
# 软件推荐# 软件# AI绘画# AIGCThu, February 20, 2025 at 5 PM张洪HeoTrae上手:字节的AI代码工具IDE,可以代替Cursor了吗?
这篇文章主要对比了Trae和Cursor两款AI IDE的使用体验。作者认为,虽然Trae支持插件安装且界面美观,但在实际使用中存在诸多问题:代码插入功能不稳定、应用按钮常出错、处理复杂项目时表现不佳,且速度远落后于Cursor。最终,作者将Trae定义为“玩具级水平”,并建议等到其功能和质量提升后再考虑付费版本。
# 软件推荐# 软件# AIGCTue, February 18, 2025 at 2 PM张洪HeoMove on to ESM-only
Let's move on to ESM-only
# emptyWed, February 5, 2025 at 8 AMAnthony FuPicList
图片上传 云存储管理
# 2.9.7Sun, January 19, 2025 at 12 PM软件小窝Epoch Semantic Versioning
Proposal for an extended Semantic Versioning called Epoch SemVer to provide more granular versioning information to users.
# emptyTue, January 7, 2025 at 8 PMAnthony FuGithub mobile
GitHub Mobile 可轻松融入您的日常生活,随时随地简化协作。轻松审查拉取请求。及时了解通知。与 GitHub 社区建立联系
# 7.1.1Wed, January 1, 2025 at 4 PM软件小窝CPU Profiling Nuxt
CPU Profiling Nuxt
# emptyWed, January 1, 2025 at 12 AMAnthony FuLua
Lua 是一种强大而快速的编程语言,易于学习和使用,并可嵌入到您的应用程序中。 Lua 旨在成为一种轻量级可嵌入脚本语言。它可用于 各种应用程序,从游戏到 Web 应用程序和图像处理。
# 5.4.2Mon, December 30, 2024 at 1 PM软件小窝uTools
新一代效率工具平台
# 6.0.1Fri, December 27, 2024 at 11 PM软件小窝杂交版
植物大战僵尸杂交版,来自 B站【潜艇伟伟迷】,可点击下面官网查看作者相关的更新信息
# 3.0.2Fri, December 27, 2024 at 11 PM软件小窝生态版 (四人联机)
植物大战僵尸生态版(四人联机),来自 B站【无脸的程序】,可点击下面官网查看作者相关的更新信息
# 0.3.1bFri, December 27, 2024 at 11 PM软件小窝Introducing Nuxt Icon v1
Introducing Nuxt Icon v1
# emptyTue, November 26, 2024 at 12 AMAnthony Fu
Friend link request
# Things to note
✅ The content needs to comply with the relevant laws of the People's Republic of China.
✅ The URL can be accessed normally.
✅ The webpage needs to have a certain number of articles.
✅ The site owner will visit regularly. If the site does not meet the requirements, it will be deleted.
# Friend link template
Name:小波Note
Description:Focus on sharing IT technology, including technical articles related to front-end, back-end, and software. Everyone is welcome to visit.
Link:https://fengbblog.com/en
Avatar:https://fengbblog.com/favicon.ico
RSS:https://fengbblog.com/en/rss.xml
Name:Site name
Description:Site description
Link:Site link
Avatar:Site avatar
Image:Site image (optional, the site owner can crop it by himself)
RSS:Site RSS (optional, if there are multiple, it is best to use blogs, related articles)
# Friend link tips
The site owner thinks that it seems unnecessary to build a comment system by himself at present, so he uses Github Discussioins as the comment of this site
If the comments cannot be loaded, you can wait a little longer or try to go to the webpage Github Discussions Or send an email1924144652@qq.comIt's also possible