|  |      1aitianci      2024-02-08 19:27:53 +08:00 Bard 怎么不出 App 啊,我觉得图片识别比 Bing 好用 | 
|  |      3estk      2024-02-08 20:09:22 +08:00 via iPhone Upgrade your Google One plan to get Gemini Advanced TRY 719.99 TRY 0 for 2 months, TRY 719.99/month after | 
|      4FuzzySloth2      2024-02-08 20:33:53 +08:00 via iPhone @estk chatgpt 才 499 里拉 | 
|  |      5zwzwzwzwzxt      2024-02-08 20:38:12 +08:00 | 
|      6ChatGemini      2024-02-08 20:40:22 +08:00 建议用免费的 chatgemini.net | 
|      7ovtfkw      2024-02-08 20:48:52 +08:00 支持中文吗 | 
|      8jaya2024      2024-02-08 21:00:02 +08:00 蹲一个拼车。 | 
|      9kilasuelika      2024-02-08 22:46:35 +08:00 via Android 这个 gemini 我感觉经常瞎说。比如随便问一个 does c++ boost.lockfree queue support blocking pop. Yes, the C++ Boost.Lockfree queue supports blocking pop. It provides a pop() function that will block the calling thread until an element is available to be popped from the queue. This is in contrast to the non-blocking pop() function, which will return immediately if the queue is empty 这就是瞎说的,lockfree 只支持 non-blocking pop. 这个问题我问了好几个 ai,只有 gpt 能准确回答出来。其它的要不是错的,要不就是虚构一些不存在的东西 | 
|  |      10flyun      2024-02-08 22:50:08 +08:00 @aitianci 如果你使用 Android 手机,推荐我开发的支持 Gemini 第三方开源 APP ,我也觉得图片识别很好用,尤其配合图片翻译 prompt 后 https://www.v2ex.com/t/1010749 | 
|      11outgoing4443      2024-02-08 22:54:13 +08:00 蹲个测评 | 
|  |      12NeedMe123456      2024-02-08 23:56:20 +08:00 via iPhone @aitianci 目前只有 US 的 Android 有 | 
|      13SetoKaiba      2024-02-09 00:05:25 +08:00 via iPhone 有没有万能的 v 友知道怎么在 iOS 的 Google App 里能有 Gemini 的 tab ,我已经设置 iPhone 语言英文了。 https://support.google.com/gemini/answer/14579026 | 
|      14mxT52CRuqR6o5      2024-02-09 00:31:36 +08:00 20 刀用的是 ultra 吗? | 
|      15mumbler      2024-02-09 00:53:53 +08:00 测试了下,找资料能力比 gpt4 强,无缝对接 google 搜索,中文写作能力也强过 gpt4 ,做高中数学题还是一塌糊涂,回头再试试写代码,希望 gemini 能逼出 gpt5 | 
|      16FuzzySloth2      2024-02-09 02:08:39 +08:00 via iPhone @mxT52CRuqR6o5 是,实际使用还是答非所问+拒绝回答 | 
|  |      17youthfire      2024-02-09 02:24:37 +08:00 via iPhone 尝试问了几次中超球队阵容,没有一次对的,把五年前的,两年前的,现在的,甚至从来没加入过的各种混编。哪怕告诉它参考数据源甚至纠正它,更新后还是继续错。 让人想到早期的 gpt3.5 。其实信息错误没什么,但在纠正它后还是继续保持错误也不知道为什么那么执拗。 | 
|      19Aaarnold      2024-02-09 02:58:20 +08:00 @kilasuelika gemini advanced:No, C++ Boost.Lockfree queue does not inherently support a blocking pop operation. By design, the entire library focuses on lock-free operations, meaning they avoid using traditional locks that could bottleneck threads. Instead, Boost.Lockfree relies on atomic operations and other techniques to ensure consistency without blocking. This absence of a blocking pop doesn't mean you can't achieve a similar behavior. Here are some approaches: **1. Busy Waiting:** This involves looping and constantly checking if the queue is empty until an element is available. This can be resource-heavy and should be used with caution. **2. Sleep and Retry:** Similar to busy waiting, but instead of continuously checking, the thread sleeps for a short period before checking again. This reduces CPU usage but introduces latency. **3. Event Handling:** Use platform-specific mechanisms like condition variables or POSIX semaphores. This allows the thread to be notified when an element becomes available, avoiding busy waiting or unnecessary sleeps. **4. Consider Alternative Data Structures:** If blocking behavior is crucial, consider alternatives like `std::queue` from the C++ Standard Library or other thread-safe concurrent queue libraries that offer blocking operations. Remember, the choice of strategy depends on your specific use case and performance requirements. Ensure you understand the trade-offs between thread safety, performance, and resource usage before implementing any solution. | 
|      20kilasuelika      2024-02-09 06:39:24 +08:00 via Android @Aaarnold 这个答案是对的,你怎么用到的这个 advanced | 
|      21tidzhang      2024-02-09 08:36:05 +08:00 我的账号不让买,说无法使用 google one | 
|      22taotaodaddy      2024-02-09 09:15:57 +08:00 我已订阅,且定了个日历闹钟,提醒自己 4 月 7 日之前取消订阅,不要真的被扣钱 问 advanced 在如何在较新的 ubuntu(20.04 或 22.04)上装低版本 mysql(5.7) 回答压根没提到要下载 MySQL APT repository 配置包的事儿 我总觉得这就是推理能力不够导致的--训练的时候少了特征吧 | 
|      23Aaarnold      2024-02-09 09:29:07 +08:00 @kilasuelika 头两个月免费,我就马上试用了,先看看,目前用下来比 gpt4 好用 | 
|      24Aaarnold      2024-02-09 09:32:28 +08:00 @taotaodaddy 哈哈哈哈我定的提醒是三月三十一 | 
|      25Aaarnold      2024-02-09 09:40:43 +08:00 @taotaodaddy 我发现中文和英语提问答案不是一样的,英语的回答是对的,普通 gemini 和 advanced 都这样 | 
|      26Davy OP @Aaarnold advanced 现在只支持英文,参考 Updates "It is available and optimized only for English with our Ultra 1.0 model, but can respond to queries in other languages that Gemini is available in." | 
|  |      29XnEnokq9vkvVq4      2024-02-09 10:05:20 +08:00 应该是和 GPT4 同一个水平的,有强有弱。可能逻辑性差一点但创造力不错。群众失望是因为 和一个一年前的产品打个有来有回 算不上啥本事,捆绑 Google one 销售也算是有自知之明 还有一点,FAQ 里写了 "Gemini Advanced gives you access to Ultra 1.0, though we might occasionally route certain prompts to other models." 有时候表现差可能是切回了普通模型,不过这样还不如像 ChatGPT Plus 那样规定限额 | 
|      30sunzhuo      2024-02-09 10:38:41 +08:00 @taotaodaddy  @Aaarnold 可以直接取消。免费的两个月还在,然后到日子自动取消: Your Google One subscription from Google on Google Play will be canceled on Apr 9, 2024. | 
|  |      31exploreexe      2024-02-09 11:14:11 +08:00 有这个钱 为啥不买 GPT4 | 
|      32Davy OP  1 @exploreexe Gemini 还带 Google One Premium 福利( 2T 存储等等),相当于只有 10 刀一个月。 | 
|      33taotaodaddy      2024-02-09 13:08:07 +08:00 @Aaarnold  确实. 改用英文问了 How to install MySQL 5.7 on Ubuntu 20.04 LTS 这回回答的靠谱了: Since Ubuntu 20.04's default repositories only include MySQL 8.0, you need to add the official MySQL 5.7 repository: wget https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb | 
|      34kilasuelika      2024-02-09 13:55:37 +08:00 via Android @Aaarnold 我账号不让开 advanced | 
|      35Davy OP @taotaodaddy Gemini Pro 的答案也是对的。 | 
|      36Davy OP @kilasuelika 是国内信用卡吗? | 
|      37taotaodaddy      2024-02-09 14:14:38 +08:00 @Davy 那就是现在 advance 的中文还不如 pro...... | 
|  |      38mmdsun      2024-02-09 15:39:03 +08:00 | 
|      39disorientatefree      2024-02-09 15:44:17 +08:00 via iPhone | 
|      40disorientatefree      2024-02-09 15:48:38 +08:00 | 
|      41kilasuelika      2024-02-09 19:48:57 +08:00 via Android @Davy 是的。以前添加过一张,好久都没用过了,不知道是不是得重新注册一个账号然后用国外的卡 | 
|  |      42labdum      2024-02-11 13:32:54 +08:00 @disorientatefree Google 的 deepmind 有一个新的关于解决数学问题方面的突破,只比奥林匹克数学竞赛金牌得主差一点,打败了大部分参赛者,说是以后会加到 gemini 里。 | 
|      43Davy OP | 
|      44SetoKaiba      2024-02-12 17:10:14 +08:00 生成图片,发现都是裂的,F12 显示 403 ,但是用新标签页打开是正常的,是科学上网的原因吗?怎么解决? | 
|      46SetoKaiba      2024-02-12 18:21:19 +08:00 | 
|      47SetoKaiba      2024-02-12 18:23:24 +08:00 | 
|      48Davy OP @SetoKaiba 试试 image-fx ,和 Gemini 一样都用的 Imagen2 ,https://aitestkitchen.withgoogle.com/tools/image-fx | 
|      49SetoKaiba      2024-02-15 23:38:25 +08:00 @Davy image-fx 能用 另外细看了一下为啥 Gemini 里面显示不了,发现问题是 Gemini 引用的图片需要 Cookie ,然后我用的浏览器是 Dev Channel 的,好像过滤掉了没有 SameSite=None 的 Cookies 。导致 403 了,然后加载不出来。 报了个 issue 等待谷歌回复。 https://issues.chromium.org/issues/325316145 | 
|  |      51daishuge      2024-02-17 14:52:33 +08:00 请问有拼车的吗?我有海外卡,可以来和我拼 | 
|      52mxT52CRuqR6o5      2024-03-08 14:10:04 +08:00 我问 gemini advance 它现在是哪个版本的 gemini ,它说无法明确告诉我目前运行的是哪个版本,具体会是那种取决于手头的任务和各种约束 |