我终于成年了哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
今天18了
游戏防沉迷解了,公众号可以开结算了,可以无视风险坚持进入并且确保自己已满十八岁(比一个小时前更加理直气壮了)
明天去刮张小彩票试试运气
11 posts - 6 participants
Read full topic
via LINUX DO - 最新话题 (author: CJACK)
Invalid media: image
今天18了
游戏防沉迷解了,公众号可以开结算了,可以无视风险坚持进入并且确保自己已满十八岁(比一个小时前更加理直气壮了)
明天去刮张小彩票试试运气
11 posts - 6 participants
Read full topic
via LINUX DO - 最新话题 (author: CJACK)
Invalid media: image
终于缘分到了头,天下没有不散的宴席
从11年开始修商业人像,然后自己做修图工作室,培训修图,到今天,十四年的时间,弹指一挥间。其中一个服装公司的老板,一直合作了10年,到今天也结束了。见证他一步步起高楼,蒸蒸日上;现在眼看着他楼塌了,也没熬过这个低迷的经济时期……惋惜啊,少了一个老客户,生活真艰难。明天只好继续……修新的客户了 哈哈
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 火车水手)
从11年开始修商业人像,然后自己做修图工作室,培训修图,到今天,十四年的时间,弹指一挥间。其中一个服装公司的老板,一直合作了10年,到今天也结束了。见证他一步步起高楼,蒸蒸日上;现在眼看着他楼塌了,也没熬过这个低迷的经济时期……惋惜啊,少了一个老客户,生活真艰难。明天只好继续……修新的客户了 哈哈
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 火车水手)
一次性2W次请求,用什么API
需要生成2w条模拟病例数据。有什么免费方案吗?
想用iflow,但是感觉跑久了它会直接断
6 posts - 5 participants
Read full topic
via LINUX DO - 最新话题 (author: advent)
需要生成2w条模拟病例数据。有什么免费方案吗?
想用iflow,但是感觉跑久了它会直接断
6 posts - 5 participants
Read full topic
via LINUX DO - 最新话题 (author: advent)
CodeX缓存有bug,部分是2048
用户反馈使用CodeX之后,缓存很多都是2048,导致用量激增,所以刚才研究了一下
首先CodeX的缓存时效是15分钟
然后我测试发送两个对话,官方和DuckCoding面板的使用日志可以吻合
发现缓存都是2048这类规律数字,且很小
号池内也命中同一个账号
故推测官方与该有严重的缓存token计算bug
结合最近的配额缩减,估计也有一定的影响
github上也有个issue,关于缓存未命中的
github.com/openai/codex
cache miss can cause higher usage towards limit than expected
已打开 10:30AM - 05 Oct 25 UTC
dlukt
bug
### What version of Codex is running? codex-cli 0.44.0 ### Which model were you using? gpt5-codex high ### What platform is your computer? Linux 6.16.10-arch1-1 x86_64 unknown ### What steps can reproduce the bug? ``` /status ╭─────────────────────────────────────────────────────────────────────────────╮ │ >_ OpenAI Codex (v0.44.0) │ │ │ │ Model: gpt-5-codex (reasoning high, summaries auto) │ │ Directory: ~/RustroverProjects/ember │ │ Approval: never │ │ Sandbox: danger-full-access │ │ Agents.md: AGENTS.md │ │ Account: (Plus) │ │ Session: 0199b19b-0ef7-7f92-b8bd-23d515644c0c │ │ │ │ Context window: 6% left (255K used / 272K) │ │ 5h limit: [██████████████████░░] 91% used (resets 14:29) │ │ Weekly limit: [████████████░░░░░░░░] 62% used (resets 10:07 on 10 Oct) │ ╰─────────────────────────────────────────────────────────────────────────────╯ › Moderator gate checks wrong role casing The client now blocks access to the moderation console unless roles.includes("MOD"), but server roles are normalised to lowercase strings such as "moderator" or "mod" (Role::from_claim maps any case to lowercase, see auth/context.rs). If the identity provider issues the standard lowercase claims, authenticated moderators will still be rejected on the client because the check only looks for the uppercase literal "MOD". Consider accepting the same variants the backend accepts (e.g. lowercase moderator/mod) or normalising roles before comparison so authorised moderators are not inadvertently locked out. • Ran zsh -lc "apply_patch <<'PATCH' │ *** Begin Patch │ *** Update File: ember-web/src/app/auth/AuthProvider.tsx │ … +15 lines └ Success. Updated the following files: M ember-web/src/app/auth/AuthProvider.tsx • Ran zsh -lc 'pnpm lint' └ > ember-web@0.0.0 lint /home/darko/RustroverProjects/ember/ember-web > eslint . ■ You've hit your usage limit. Upgrade to Pro (https://openai.com/chatgpt/pricing) or try again in 2 hours 3 minutes. /status ╭─────────────────────────────────────────────────────────────────────────────╮ │ >_ OpenAI Codex (v0.44.0) │ │ │ │ Model: gpt-5-codex (reasoning high, summaries auto) │ │ Directory: ~/RustroverProjects/ember │ │ Approval: never │ │ Sandbox: danger-full-access │ │ Agents.md: AGENTS.md │ │ Account: (Plus) │ │ Session: 0199b19b-0ef7-7f92-b8bd-23d515644c0c │ │ │ │ Context window: 6% left (256K used / 272K) │ │ 5h limit: [████████████████████] 100% used (resets 14:28) │ │ Weekly limit: [█████████████░░░░░░░] 65% used (resets 10:07 on 10 Oct) │ ╰─────────────────────────────────────────────────────────────────────────────╯ ``` ### What is the expected behavior? not 9% used with a single prompt ### What do you see instead? _No response_ ### Additional information Restore token information. I want to see exactly how many tokens are and were used.
建议大家使用DuckCoding时暂时先不要使用CodeX,避免不必要的损失
4 posts - 4 participants
Read full topic
via LINUX DO - 最新话题 (author: Cyrus)
Invalid media:
image
image
image
image
用户反馈使用CodeX之后,缓存很多都是2048,导致用量激增,所以刚才研究了一下
首先CodeX的缓存时效是15分钟
然后我测试发送两个对话,官方和DuckCoding面板的使用日志可以吻合
发现缓存都是2048这类规律数字,且很小
号池内也命中同一个账号
故推测官方与该有严重的缓存token计算bug
结合最近的配额缩减,估计也有一定的影响
github上也有个issue,关于缓存未命中的
github.com/openai/codex
cache miss can cause higher usage towards limit than expected
已打开 10:30AM - 05 Oct 25 UTC
dlukt
bug
### What version of Codex is running? codex-cli 0.44.0 ### Which model were you using? gpt5-codex high ### What platform is your computer? Linux 6.16.10-arch1-1 x86_64 unknown ### What steps can reproduce the bug? ``` /status ╭─────────────────────────────────────────────────────────────────────────────╮ │ >_ OpenAI Codex (v0.44.0) │ │ │ │ Model: gpt-5-codex (reasoning high, summaries auto) │ │ Directory: ~/RustroverProjects/ember │ │ Approval: never │ │ Sandbox: danger-full-access │ │ Agents.md: AGENTS.md │ │ Account: (Plus) │ │ Session: 0199b19b-0ef7-7f92-b8bd-23d515644c0c │ │ │ │ Context window: 6% left (255K used / 272K) │ │ 5h limit: [██████████████████░░] 91% used (resets 14:29) │ │ Weekly limit: [████████████░░░░░░░░] 62% used (resets 10:07 on 10 Oct) │ ╰─────────────────────────────────────────────────────────────────────────────╯ › Moderator gate checks wrong role casing The client now blocks access to the moderation console unless roles.includes("MOD"), but server roles are normalised to lowercase strings such as "moderator" or "mod" (Role::from_claim maps any case to lowercase, see auth/context.rs). If the identity provider issues the standard lowercase claims, authenticated moderators will still be rejected on the client because the check only looks for the uppercase literal "MOD". Consider accepting the same variants the backend accepts (e.g. lowercase moderator/mod) or normalising roles before comparison so authorised moderators are not inadvertently locked out. • Ran zsh -lc "apply_patch <<'PATCH' │ *** Begin Patch │ *** Update File: ember-web/src/app/auth/AuthProvider.tsx │ … +15 lines └ Success. Updated the following files: M ember-web/src/app/auth/AuthProvider.tsx • Ran zsh -lc 'pnpm lint' └ > ember-web@0.0.0 lint /home/darko/RustroverProjects/ember/ember-web > eslint . ■ You've hit your usage limit. Upgrade to Pro (https://openai.com/chatgpt/pricing) or try again in 2 hours 3 minutes. /status ╭─────────────────────────────────────────────────────────────────────────────╮ │ >_ OpenAI Codex (v0.44.0) │ │ │ │ Model: gpt-5-codex (reasoning high, summaries auto) │ │ Directory: ~/RustroverProjects/ember │ │ Approval: never │ │ Sandbox: danger-full-access │ │ Agents.md: AGENTS.md │ │ Account: (Plus) │ │ Session: 0199b19b-0ef7-7f92-b8bd-23d515644c0c │ │ │ │ Context window: 6% left (256K used / 272K) │ │ 5h limit: [████████████████████] 100% used (resets 14:28) │ │ Weekly limit: [█████████████░░░░░░░] 65% used (resets 10:07 on 10 Oct) │ ╰─────────────────────────────────────────────────────────────────────────────╯ ``` ### What is the expected behavior? not 9% used with a single prompt ### What do you see instead? _No response_ ### Additional information Restore token information. I want to see exactly how many tokens are and were used.
建议大家使用DuckCoding时暂时先不要使用CodeX,避免不必要的损失
4 posts - 4 participants
Read full topic
via LINUX DO - 最新话题 (author: Cyrus)
Invalid media:
image
image
image
image
【github开源】deepL api翻译术语替换工具——一个 Python 工具,用于为 DeepL API 创建和管理自定义术语表(Glossary)。可与 Zotero PDF Translate 等翻译工具集成,让学术论文翻译更加准确专业。
DeepL Glossary Manager是一个 Python 工具,用于为 DeepL API 创建和管理自定义术语表(Glossary)。可与 Zotero PDF Translate 等翻译工具集成,让学术论文翻译更加准确专业。
起因是用zotero的deepL翻译插件阅读文献,有部分术语不准确会影响翻译结果。故写了这个小工具,能够快速定制DeepL api的术语表。希望能够帮助到有需要的佬友。
✨️ 功能特性
● 🎯 自定义术语: 定义你自己的学术/专业术语翻译规则
● 🔄 灵活配置: 选择保持术语为英文或翻译为中文
● 📚️ 轻松管理: 创建、更新、删除和查看术语表
● 🧪 内置测试: 对比模式测试你的术语表效果
● 🆓 支持免费 API: 适用于 DeepL Free API (每月 50 万字符)
● 📖 工具集成: 可与 Zotero、CAT 工具等无缝集成
项目地址: wzhxzkk/deepl-glossary-manager: Professional terminology management tool for DeepL API, designed for academic research and literature
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: zh w)
DeepL Glossary Manager是一个 Python 工具,用于为 DeepL API 创建和管理自定义术语表(Glossary)。可与 Zotero PDF Translate 等翻译工具集成,让学术论文翻译更加准确专业。
起因是用zotero的deepL翻译插件阅读文献,有部分术语不准确会影响翻译结果。故写了这个小工具,能够快速定制DeepL api的术语表。希望能够帮助到有需要的佬友。
✨️ 功能特性
● 🎯 自定义术语: 定义你自己的学术/专业术语翻译规则
● 🔄 灵活配置: 选择保持术语为英文或翻译为中文
● 📚️ 轻松管理: 创建、更新、删除和查看术语表
● 🧪 内置测试: 对比模式测试你的术语表效果
● 🆓 支持免费 API: 适用于 DeepL Free API (每月 50 万字符)
● 📖 工具集成: 可与 Zotero、CAT 工具等无缝集成
项目地址: wzhxzkk/deepl-glossary-manager: Professional terminology management tool for DeepL API, designed for academic research and literature
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: zh w)
大模型中转推荐用哪个项目?
github.com
GitHub - Wei-Shaw/claude-relay-service: CRS-自建Claude Code镜像,一站式开源中转服务,让...
CRS-自建Claude Code镜像,一站式开源中转服务,让 Claude、OpenAI、Gemini、Droid 订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。
CRS怎么样,还有更好的吗
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 李恒)
Invalid media: image
github.com
GitHub - Wei-Shaw/claude-relay-service: CRS-自建Claude Code镜像,一站式开源中转服务,让...
CRS-自建Claude Code镜像,一站式开源中转服务,让 Claude、OpenAI、Gemini、Droid 订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。
CRS怎么样,还有更好的吗
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 李恒)
Invalid media: image
folo收费了佬友们怎么看
佬友们会升级会员吗
9 posts - 8 participants
Read full topic
via LINUX DO - 最新话题 (author: 8b9je)
Invalid media:
image
image
佬友们会升级会员吗
9 posts - 8 participants
Read full topic
via LINUX DO - 最新话题 (author: 8b9je)
Invalid media:
image
image
New Free Game Found - By Reddit Scraper
Death Fungeon
Platform: Steam
Game ID: 1452033
Game Url: Death Fungeon
free type: Keep Forever
start time: N/A
end time: N/A
Source Url: https://www.reddit.com/r/freegames/comments/1olu896/death_fungeon_free_to_own_until_nov_5th/
Death Fungeon
Platform: Steam
Game ID: 1452033
Game Url: Death Fungeon
free type: Keep Forever
start time: N/A
end time: N/A
Source Url: https://www.reddit.com/r/freegames/comments/1olu896/death_fungeon_free_to_own_until_nov_5th/
!addlicense asf s/1452033控诉一下小米设备负优化
k80 16+512 今年三月购入,出厂hyperOS1很好用,关掉120hz和超清画质稳稳能用10小时以上。
三个月前系统自动更新到os2,有些担心。还好使用一段时间后发现没什么大问题,除了莫名其妙的发热,明明这台设备平时都不跑任何游戏,只有社交&信息流等日用软件和浏览器 cpu也能70度真的很困惑
直到一个月前系统又,注意是又在我没有任何同意的情况下自动更了一版2.22的系统,之前可以稳定后台的很多应用都被杀掉,最影响的是termux,有很多中转服务还有claudecode都跑在里面,只要一切出后台就会掉,不论设置电池无限制优化,应用后台加锁,后台网络权限全开,甚至手动adb改电池策略都没用。
同时,还在网上看到了不少OS3进一步收紧对于非商店来源APP的安装权限,操作极度之繁琐甚至需要
1.手动跑到系统开发者设置里,点击一个无关的选项多次才能打开隐藏MIUI优化界面然后去关掉
2.手机管家都设置里关掉应用扫描
3.安装包界面点击右上角三个点,然后进二级菜单,关掉绿色守护(这里需要你输入小米账号密码)
在这之前也不过是断网安装的事
就算你安装上,也会在你打开应用时弹窗这是风险应用,一不小心就会点击一键卸载
几乎明摆着告诉你不准下 不准用😅
今天检查系统更新页面,又尝试弹出允许自动更新功能的弹窗…点击取消,再到具体设置里一看发现小米又双叒叕偷偷自己打开了允许WiFi下载rom包,明明上次更新完已经手动关闭了系统更新的联网策略+所有能关的设置
越想越觉得可怕,或许小米正在强制化推行系统自动更新并且关不掉(就像某些手机的纯净模式)
于是用adb禁用了系统更新app+再次关掉所有更新相关设置+替换rom下载目录为不可读写文件这才稍稍放心一点。
3 posts - 3 participants
Read full topic
via LINUX DO - 最新话题 (author: Daster)
k80 16+512 今年三月购入,出厂hyperOS1很好用,关掉120hz和超清画质稳稳能用10小时以上。
三个月前系统自动更新到os2,有些担心。还好使用一段时间后发现没什么大问题,除了莫名其妙的发热,明明这台设备平时都不跑任何游戏,只有社交&信息流等日用软件和浏览器 cpu也能70度真的很困惑
直到一个月前系统又,注意是又在我没有任何同意的情况下自动更了一版2.22的系统,之前可以稳定后台的很多应用都被杀掉,最影响的是termux,有很多中转服务还有claudecode都跑在里面,只要一切出后台就会掉,不论设置电池无限制优化,应用后台加锁,后台网络权限全开,甚至手动adb改电池策略都没用。
同时,还在网上看到了不少OS3进一步收紧对于非商店来源APP的安装权限,操作极度之繁琐甚至需要
1.手动跑到系统开发者设置里,点击一个无关的选项多次才能打开隐藏MIUI优化界面然后去关掉
2.手机管家都设置里关掉应用扫描
3.安装包界面点击右上角三个点,然后进二级菜单,关掉绿色守护(这里需要你输入小米账号密码)
在这之前也不过是断网安装的事
就算你安装上,也会在你打开应用时弹窗这是风险应用,一不小心就会点击一键卸载
几乎明摆着告诉你不准下 不准用😅
今天检查系统更新页面,又尝试弹出允许自动更新功能的弹窗…点击取消,再到具体设置里一看发现小米又双叒叕偷偷自己打开了允许WiFi下载rom包,明明上次更新完已经手动关闭了系统更新的联网策略+所有能关的设置
越想越觉得可怕,或许小米正在强制化推行系统自动更新并且关不掉(就像某些手机的纯净模式)
于是用adb禁用了系统更新app+再次关掉所有更新相关设置+替换rom下载目录为不可读写文件这才稍稍放心一点。
3 posts - 3 participants
Read full topic
via LINUX DO - 最新话题 (author: Daster)
跨境电商还有前景吗?
有大佬做跨境电商这个行业的吗?现在税这么高还有搞头吗?
2 posts - 2 participants
Read full topic
via LINUX DO - 最新话题 (author: 向阳)
有大佬做跨境电商这个行业的吗?现在税这么高还有搞头吗?
2 posts - 2 participants
Read full topic
via LINUX DO - 最新话题 (author: 向阳)
预测市场的“Gemini 3.0 将于本月发布”的概率迅速上涨
其中,“Gemini 3.0 将于本月 15 日前发布”的概率从两天前的 22% 激增至 43%。难道有什么消息吗 😮
Polymarket
Gemini 3.0 released by...?
Polymarket | This market will resolve according to the date (ET) Google's Gemini 3.0 model is made available to the general public. For this market to reso...
6 posts - 5 participants
Read full topic
via LINUX DO - 最新话题 (author: 星塔旅人)
Invalid media:
image
image
image
image
其中,“Gemini 3.0 将于本月 15 日前发布”的概率从两天前的 22% 激增至 43%。难道有什么消息吗 😮
Polymarket
Gemini 3.0 released by...?
Polymarket | This market will resolve according to the date (ET) Google's Gemini 3.0 model is made available to the general public. For this market to reso...
6 posts - 5 participants
Read full topic
via LINUX DO - 最新话题 (author: 星塔旅人)
Invalid media:
image
image
image
image
Gemini的原生搜索好像增强了
如题,今天用Gemini对话很自然的提到了一些内容,发现它可以把搜索内容翻译成英文然后进行多次检索,质量比之前好不少,是因为google正式推aimode搜索的原因吗
3 posts - 2 participants
Read full topic
via LINUX DO - 最新话题 (author: Daster)
如题,今天用Gemini对话很自然的提到了一些内容,发现它可以把搜索内容翻译成英文然后进行多次检索,质量比之前好不少,是因为google正式推aimode搜索的原因吗
3 posts - 2 participants
Read full topic
via LINUX DO - 最新话题 (author: Daster)
准备和女友去香格里拉玩,故在这此向佬友们求一张华住会金卡!万分感谢!!!
在此谢过各位佬友了!
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 喜欢过网易云)
在此谢过各位佬友了!
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 喜欢过网易云)
模型参数越来越大,个人玩家何去何从?
恐怕现在开源社区参与者大多都是团队或者大型公司的成员,还有国外的高校,个人玩家甚至是小型企业都玩不起了吧!动辄几千亿上万亿的参数,哪里是一般的烧钱?
39 posts - 26 participants
Read full topic
via LINUX DO - 热门话题 (author: F-Droid)
恐怕现在开源社区参与者大多都是团队或者大型公司的成员,还有国外的高校,个人玩家甚至是小型企业都玩不起了吧!动辄几千亿上万亿的参数,哪里是一般的烧钱?
39 posts - 26 participants
Read full topic
via LINUX DO - 热门话题 (author: F-Droid)
奉劝勿入某鱼买88vip的夸克
主要是基本每月必验证
有时操作不慎有可能每月多次验证
即使给你售后,也很难坚持那么久
52 posts - 44 participants
Read full topic
via LINUX DO - 热门话题 (author: gogoo)
主要是基本每月必验证
有时操作不慎有可能每月多次验证
即使给你售后,也很难坚持那么久
52 posts - 44 participants
Read full topic
via LINUX DO - 热门话题 (author: gogoo)
浏览器端抗跟踪技术杂记
本文是杂记,所以不会有前言或者过长的适用人群,嗯…适合收藏吃灰?
----------------------
基准测试
coveryourtracks.eff.org
Cover Your Tracks
See how trackers view your browser
所有带隐私保护的现代浏览器几乎都能过,基础中的基础,EFF测试都过不去没救了
包含你想了解的大部分内容,比如跟踪器的原理,所收集的信息,抗跟踪入门必备
----------------------
BrowserLeaks
Browserleaks - Check your browser for privacy leaks
BrowserLeaks is a suite of tools that offers a range of tests to evaluate the security and privacy of your web browser. These tests focus on identifying ways in which websites may leak your real IP address, collect information about your device, and...
abrahamjuliot.github.io
CreepJS
实用工具,快速查看浏览器环境和指纹
----------------------
BrowserScan
Best BrowserScan Fingerprint Detection Tool - Improve your online privacy...
Enhance your online security with the best BrowserScan fingerprint checking tool. Protect and prevent your privacy from leaking with our advanced technology.
更像是一种可信度测试
----------------------
https://amiunique.org/
更加全面综合的测试,可以具体看到单项
----------------------
正文
由于是笔记所以不多逼逼了,这duckduckgo就交给你了
嘎嘎一下,你就知道
1. 指纹浏览器/Brave:开箱即用,后者还顺便整合了下Tor,很适合萌新,用户在桌面端浏览器就得当大跌😡
2. Tor browser:默认隐私,环境捆绑,无需多言
可以把Tor关了当普通的隐私浏览用,自行about:config
3. firefox,本文主要内容:
首先我推荐你下载把奇奇怪怪遥测关掉的版本,或者从官方的开源ftp站点下载,如果你从官网直接下安装包还会有唯一标识符(和谷歌学坏了😡) 不过本人平台是GNU/Linux,软件包管理AUR仓库里就有
有经验的老毕灯已经开始抄别人的user.js了,不过写个笔记就不整这么多活,简单处理一下就行
另外,启用GPC标准的DNT头,随着使用人数的增多dnt总体来说利大于弊
插件
● NoScript:一般都是宽松模式,额外的安全层
● FoxyProxy:用来套warp和其他代理,比火狐自带的丰富很多
● First Party lsolation:启用第一方隔离,关掉也很方便,点一下插件就行
● Port Authority:用来替代LAN port scan frobidder,更强大,更美好
● uBlock Origin:轻量防火墙,我主要用来过滤脏东西,也兼作广告拦截
● Temporay Containers:标签页容器,创建临时容器用完销毁,善用可以起到非常强大的保护
● User-Agent Switcher and Manager:假装自己是IE,edge或者其他什么东西,非常摩登
● Decentraleyes:本地CDN缓存,但有点少了,很多新的框架内容需要等版本更新
● WebRTC Control:一刀切的阻止WebRTC p2pIP地址泄露
● CanvasBlocker:非常强大且功能丰富的指纹混淆工具,还能欺骗一些简单脚本识别屏幕指纹的操作
● 隐私獾:对于社交媒体跟踪器和小组件很不错,跟踪器阻止比较保守…保守
● ClearURLs:跳过一些搜索引擎中间页,删除url跟踪元素
● Smart Referer:对于请求头跳转/来源信息处理,在某些情况下需要手动配置不然防盗链过不去,高级用户
设置
user.js挺好,但我们暂时不讨论
● 首先在 隐私与安全 →Firefox数据收集和使用,相比隔壁google拟人化了很多,都关掉,顶多留个每日使用情况
● 隐私与安全最上面就是跟踪器保护,选择自定义→cookie所有跨站Cookie,然后打开自动例外处理
● 我建议你使用HTTPS-Only,相当于增强版的https连接提升,在HSTS启用前的保护
● DoH(https DNS)增强或最大保护,提供方一般cloudflare,但是大陆需要找没有被墙的
● 高级用户:使用火狐的离线翻译配合请求英语网页(bu
----------------------
about:config
● firefox设置项里藏着一些好东西,而且很方便就能开🥵
● 在地址栏中输入
● 启用抗阻指纹识别RFP
● 窗口指纹伪造
如果你已经装了CanvasBlocker其实窗口大小已经被伪造了,但那只是对于简单的脚本来说(直接调用jsAPI),获取窗口大小的方式千奇百怪,Tor browser则选择直接取整为特定窗口尺寸(反跟踪:物理)
于是这个功能也被麻溜的加进了firefox,设置
● 另外,如果你不用WebRTC,你可以视情况禁用媒体设备ID、API的获取
17 posts - 9 participants
Read full topic
via LINUX DO - 热门话题 (author: 过期绿坝粮)
Invalid media:
image
image
image
image
image
image
CC-署名-非商业使用 4.0Rt:以防你不知道你在firefox上就是卡密😋
原文在blog上~
本文是杂记,所以不会有前言或者过长的适用人群,嗯…适合收藏吃灰?
----------------------
基准测试
coveryourtracks.eff.org
Cover Your Tracks
See how trackers view your browser
所有带隐私保护的现代浏览器几乎都能过,基础中的基础,EFF测试都过不去没救了
包含你想了解的大部分内容,比如跟踪器的原理,所收集的信息,抗跟踪入门必备
----------------------
BrowserLeaks
Browserleaks - Check your browser for privacy leaks
BrowserLeaks is a suite of tools that offers a range of tests to evaluate the security and privacy of your web browser. These tests focus on identifying ways in which websites may leak your real IP address, collect information about your device, and...
abrahamjuliot.github.io
CreepJS
实用工具,快速查看浏览器环境和指纹
----------------------
BrowserScan
Best BrowserScan Fingerprint Detection Tool - Improve your online privacy...
Enhance your online security with the best BrowserScan fingerprint checking tool. Protect and prevent your privacy from leaking with our advanced technology.
更像是一种可信度测试
----------------------
https://amiunique.org/
更加全面综合的测试,可以具体看到单项
----------------------
正文
由于是笔记所以不多逼逼了,这duckduckgo就交给你了
嘎嘎一下,你就知道
1. 指纹浏览器/Brave:开箱即用,后者还顺便整合了下Tor,很适合萌新,用户在桌面端浏览器就得当大跌😡
2. Tor browser:默认隐私,环境捆绑,无需多言
可以把Tor关了当普通的隐私浏览用,自行about:config
3. firefox,本文主要内容:
首先我推荐你下载把奇奇怪怪遥测关掉的版本,或者从官方的开源ftp站点下载,如果你从官网直接下安装包还会有唯一标识符(和谷歌学坏了😡) 不过本人平台是GNU/Linux,软件包管理AUR仓库里就有
有经验的老毕灯已经开始抄别人的user.js了,不过写个笔记就不整这么多活,简单处理一下就行
另外,启用GPC标准的DNT头,随着使用人数的增多dnt总体来说利大于弊
插件
一个比较普适的组合可能是:NoScript、隐私獾、CanvasBlocker、uBlock Origin
● NoScript:一般都是宽松模式,额外的安全层
● FoxyProxy:用来套warp和其他代理,比火狐自带的丰富很多
● First Party lsolation:启用第一方隔离,关掉也很方便,点一下插件就行
● Port Authority:用来替代LAN port scan frobidder,更强大,更美好
● uBlock Origin:轻量防火墙,我主要用来过滤脏东西,也兼作广告拦截
● Temporay Containers:标签页容器,创建临时容器用完销毁,善用可以起到非常强大的保护
● User-Agent Switcher and Manager:假装自己是IE,edge或者其他什么东西,非常摩登
● Decentraleyes:本地CDN缓存,但有点少了,很多新的框架内容需要等版本更新
● WebRTC Control:一刀切的阻止WebRTC p2pIP地址泄露
● CanvasBlocker:非常强大且功能丰富的指纹混淆工具,还能欺骗一些简单脚本识别屏幕指纹的操作
● 隐私獾:对于社交媒体跟踪器和小组件很不错,跟踪器阻止比较保守…保守
● ClearURLs:跳过一些搜索引擎中间页,删除url跟踪元素
● Smart Referer:对于请求头跳转/来源信息处理,在某些情况下需要手动配置不然防盗链过不去,高级用户
设置
user.js挺好,但我们暂时不讨论
● 首先在 隐私与安全 →Firefox数据收集和使用,相比隔壁google拟人化了很多,都关掉,顶多留个每日使用情况
● 隐私与安全最上面就是跟踪器保护,选择自定义→cookie所有跨站Cookie,然后打开自动例外处理
● 我建议你使用HTTPS-Only,相当于增强版的https连接提升,在HSTS启用前的保护
● DoH(https DNS)增强或最大保护,提供方一般cloudflare,但是大陆需要找没有被墙的
● 高级用户:使用火狐的离线翻译配合请求英语网页(bu
----------------------
about:config
● firefox设置项里藏着一些好东西,而且很方便就能开🥵
● 在地址栏中输入
about:config (firefox)● 启用抗阻指纹识别RFP
privacy.resistFingerprinting:true,包含了一系列设置集合,卓越的被动防护,此功能是从Tor浏览器中分离再合并的● 窗口指纹伪造
如果你已经装了CanvasBlocker其实窗口大小已经被伪造了,但那只是对于简单的脚本来说(直接调用jsAPI),获取窗口大小的方式千奇百怪,Tor browser则选择直接取整为特定窗口尺寸(反跟踪:物理)
于是这个功能也被麻溜的加进了firefox,设置
privacy.resistFingerprinting.letterboxing:true即可拥有至尊灰边● 另外,如果你不用WebRTC,你可以视情况禁用媒体设备ID、API的获取
17 posts - 9 participants
Read full topic
via LINUX DO - 热门话题 (author: 过期绿坝粮)
Invalid media:
image
image
image
image
image
image
【长期抽奖】一叶知秋API,福利继续发放,新用户注册就送10刀!!提供专注稳定服务,账号永久不删,每10楼抽3个20刀账户余额
一叶知秋API,福利继续发放,提供专注稳定服务
新用户注册,留言或者私信送10美刀体验金
论坛用户福利,长期有效
谷歌Gemini Ai Studio 0.25
谷歌Gemini Vertex Ai 0.25
Azure-高并-无审0.25
Api 端点地址:
http://88996.cloud
推荐模型
gemini-2.5-pro
gemini-2.5-flash
使用教程及模型列表:
https://www.kdocs.cn/l/coa26cgb525D
参与方式:
在本帖下回复用户id+用户名,24小时内发放福利
售后微信:yiyezhiqiu-api
因为注册用户量大,体验金如有遗漏请随时私信,看到必回。
可公司可发票,量大报价可私聊
新增加KIMI渠道
自营AZ渠道(稳定)
claude
Deepseek
欢迎各位老友使用
每人只能参与一次,不要重复发帖。
74 posts - 72 participants
Read full topic
via LINUX DO - 热门话题 (author: 3600狂涌)
一叶知秋API,福利继续发放,提供专注稳定服务
新用户注册,留言或者私信送10美刀体验金
论坛用户福利,长期有效
谷歌Gemini Ai Studio 0.25
谷歌Gemini Vertex Ai 0.25
Azure-高并-无审0.25
Api 端点地址:
http://88996.cloud
推荐模型
gemini-2.5-pro
gemini-2.5-flash
使用教程及模型列表:
https://www.kdocs.cn/l/coa26cgb525D
参与方式:
在本帖下回复用户id+用户名,24小时内发放福利
售后微信:yiyezhiqiu-api
因为注册用户量大,体验金如有遗漏请随时私信,看到必回。
可公司可发票,量大报价可私聊
新增加KIMI渠道
自营AZ渠道(稳定)
claude
Deepseek
欢迎各位老友使用
每人只能参与一次,不要重复发帖。
74 posts - 72 participants
Read full topic
via LINUX DO - 热门话题 (author: 3600狂涌)
完全免费的新的机器人查看器 robotsfan
今天翻阅群聊,看到了群友分享的一个机器人查看器,打开了一下,真的很漂亮呐!让我很难抑制我的分享欲,链接如下:
viewer.robotsfan.com
Robot Viewer
下面是预览效果:
这里面的长得像扫地机器人的东西是我大二做的强化学习的一篇论文中,我自己设计的扫地机器人模型,项目在几年前也开源了:
github.com
GitHub - LSTM-Kirigaya/MaplessNavigation: reinforcement learning algorithm for mapless...
reinforcement learning algorithm for mapless navigation
厚颜无耻地在这里要个 star,诶嘿。
至于 viewer.robotsfan.com 我只知道这是 threejs 开发的,但是有没有开源就不清楚了。
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 锦恢)
Invalid media:
image
image
image
今天翻阅群聊,看到了群友分享的一个机器人查看器,打开了一下,真的很漂亮呐!让我很难抑制我的分享欲,链接如下:
viewer.robotsfan.com
Robot Viewer
下面是预览效果:
这里面的长得像扫地机器人的东西是我大二做的强化学习的一篇论文中,我自己设计的扫地机器人模型,项目在几年前也开源了:
github.com
GitHub - LSTM-Kirigaya/MaplessNavigation: reinforcement learning algorithm for mapless...
reinforcement learning algorithm for mapless navigation
厚颜无耻地在这里要个 star,诶嘿。
至于 viewer.robotsfan.com 我只知道这是 threejs 开发的,但是有没有开源就不清楚了。
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 锦恢)
Invalid media:
image
image
image