标题: 重庆酉阳的年味
作者: #iamyx33
板块: #活动
编号:
帖子: https://linux.do/t/topic/1632749
时间: 2026-02-21 17:12:44
摘要:
作者: #iamyx33
板块: #活动
编号:
1632749帖子: https://linux.do/t/topic/1632749
时间: 2026-02-21 17:12:44
摘要:
标题: 填问卷给25+【中科院心理所线上被试招募丨成人 ADHD】
作者: #momotsuki
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1632768
时间: 2026-02-21 17:17:37
摘要:
作者: #momotsuki
板块: #福利羊毛
编号:
1632768帖子: https://linux.do/t/topic/1632768
时间: 2026-02-21 17:17:37
摘要:
参与方式:
• 在线问卷约 25 分钟 → 25 元报酬 + 简要报告
• 可自愿参加 14 天记录 → 最多 325 元报酬 + 完整报告
不要求存在注意力困扰,也需要普通参与者作为对照。
18–45 岁,有智能手机即可。
网站:
adhdtodo.online
giveyoucolor.cc(备用网站)
邮箱:
lujs@psych.ac.cn
注:报酬应该是在研究完成后发放
visitor.passport.weibo.cn
Sina Visitor System
标题: 晒年味 - 无鸡不成宴
作者: #轻水
板块: #活动
编号:
帖子: https://linux.do/t/topic/1632770
时间: 2026-02-21 17:18:07
摘要:
作者: #轻水
板块: #活动
编号:
1632770帖子: https://linux.do/t/topic/1632770
时间: 2026-02-21 17:18:07
摘要:
作为白切鸡联盟的一员,真的是无鸡不成宴。不仅仅是饮食习惯,也是祭拜的必备。
标题: emby和飞牛融合
作者: #bcoder
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1632771
时间: 2026-02-21 17:18:51
摘要:
作者: #bcoder
板块: #资源荟萃
编号:
1632771帖子: https://linux.do/t/topic/1632771
时间: 2026-02-21 17:18:51
摘要:
有什么工具能让它俩融合吗?
说起来有点矫情,不过也是没办法。一个闲鱼在隔壁小区买的机箱,挂满了硬盘没空间了,就加了一台洋垃圾的飞牛,现在观影总要两个app来回切,比较痛苦
标题: 春晚还是有进步的,比如……
作者: #you_jia
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1632772
时间: 2026-02-21 17:20:37
摘要:
作者: #you_jia
板块: #搞七捻三
编号:
1632772帖子: https://linux.do/t/topic/1632772
时间: 2026-02-21 17:20:37
摘要:
标题: mark的过年报告
作者: #L站第%d抽象
板块: #活动
编号:
帖子: https://linux.do/t/topic/1632773
时间: 2026-02-21 17:20:59
摘要:
作者: #L站第%d抽象
板块: #活动
编号:
1632773帖子: https://linux.do/t/topic/1632773
时间: 2026-02-21 17:20:59
摘要:
rt,
东北的寒风凛冽
大家都缩在屋子里过年,
外面灵星的鞭炮响起,
标志着新的一年
去了花鸟鱼市
不巧,其关门
遂,跑去看看商超
虽是小城,但却没什么值得自豪的地方特色的话
年,又是什么呢?
标题: Gemini 额度查询脚本(deep thinking无限次数?)
作者: #ship
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1632774
时间: 2026-02-21 17:21:09
摘要:
作者: #ship
板块: #开发调优
编号:
1632774帖子: https://linux.do/t/topic/1632774
时间: 2026-02-21 17:21:09
摘要:
经过测试,发现 deep thinking次数一直显示10,难度额度无限?。
做了一个Gemini web端的额度查询脚本,面向pro和ultra用户(普通用户未测试),内容包括:
thinking、pro、deep research和deep thinking的剩余额度
额度刷新时间
// ==UserScript==
// @name Gemini Official Quota Panel
// @namespace http://tampermonkey.net/
// @version 0.2.2
// @description Display Gemini quota in the official chat UI with a visual quota dashboard.
// @match https://gemini.google.com/*
// @grant none
// @run-at document-idle
// ==/UserScript==
(function () {
"use strict";
if (window.__GEMINI_OFFICIAL_QUOTA_PANEL_LOADED__) return;
window.__GEMINI_OFFICIAL_QUOTA_PANEL_LOADED__ = true;
const TAG = "[GeminiQuotaPanel]";
const PANEL_ID = "goq-panel";
const STYLE_ID = "goq-style";
const ROUTE_CHECK_MS = 700;
const QUOTA_TYPES = {
"15": { name: "Thinking", color: "#4caf50" },
"4": { name: "Pro", color: "#ff9800" },
标题: 讨论:过年在家,有哪些值得用家人手机号注册账号的?
作者: #qcwd
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1632776
时间: 2026-02-21 17:22:30
摘要:
作者: #qcwd
板块: #搞七捻三
编号:
1632776帖子: https://linux.do/t/topic/1632776
时间: 2026-02-21 17:22:30
摘要:
如题,我薅了一些cnb的组织,不了解的同学可能用不到。
大家聊聊还有哪些可注册的?
标题: 越改bug越多
作者: #212741
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1632787
时间: 2026-02-21 17:27:23
摘要:
作者: #212741
板块: #搞七捻三
编号:
1632787帖子: https://linux.do/t/topic/1632787
时间: 2026-02-21 17:27:23
摘要:
原本感觉ui不怎么好看,让gemini给下提示词,codex去改
结果……呵呵,bug越来越多……不改了,难看点就难看点吧
改后也没好看到哪里……上面是改后的,下面是改前的……感谢缓存机制
标题: 极简导航系统
作者: #东方既白
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1632790
时间: 2026-02-21 17:29:14
摘要:
作者: #东方既白
板块: #开发调优
编号:
1632790帖子: https://linux.do/t/topic/1632790
时间: 2026-02-21 17:29:14
摘要:
用AI做了一个很简单的导航系统,数据存储在json文件中。比较适合于数据不怎么修改的情况,没有后台。可以直接使用vercel部署。
github.com
GitHub - dawnstaryrx/black-horse-nav: 黑马导航
黑马导航
标题: 微信真牛逼!特惠夜王没薅到
作者: #Michael J
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1632795
时间: 2026-02-21 17:30:09
摘要:
作者: #Michael J
板块: #搞七捻三
编号:
1632795帖子: https://linux.do/t/topic/1632795
时间: 2026-02-21 17:30:09
摘要:
夜王上映,想去看一下,一搜居然有0.1元的票,不过是今晚的,人还没回家呢。
于是看了后天早上的,也只要九块九。
结果付款时又变回原价,就考虑用某定位软件修改,结果再付款还是在实际定位。
微信护城河还是有点东西
标题: 领英会员一年,十分钟内我放链接
作者: #XiaoV
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1632796
时间: 2026-02-21 17:30:15
摘要:
作者: #XiaoV
板块: #福利羊毛
编号:
1632796帖子: https://linux.do/t/topic/1632796
时间: 2026-02-21 17:30:15
摘要:
领取成功的说一声,不耽误其他佬友的时间