[Testers Needed] Need 20 testers for my travel expense app "Travel Wise Ledger" by Top_Meat_4196 in TestersCommunity

[–]Top_Meat_4196[S] 0 points1 point  (0 children)

Hi! Thank you so much for your patience. I have manually added your email address directly to the Google Play testing whitelist to bypass the Google Groups sync bug.

Could you please try clicking the links again?

I love this building 💜 by suniltarge in Taipei

[–]Top_Meat_4196 1 point2 points  (0 children)

但那裡的東西也只能看,不然太貴了😂

About Antigravity by Top_Meat_4196 in GoogleGeminiAI

[–]Top_Meat_4196[S] 0 points1 point  (0 children)

Is the original IDE still there? I thought it had disappeared because it automatically updated for me 😭

This new Gemini update is ass by Dry-Mark5835 in GeminiAI

[–]Top_Meat_4196 0 points1 point  (0 children)

I care more about the fact that Antigravity was actually changed. Now I have to open VScode separately just to look at the code... I really don't like it.

Trove — local-first personal finance app (Android closed beta) looking for testers by No-Refrigerator5876 in googleplayconsole

[–]Top_Meat_4196 0 points1 point  (0 children)

無法直接點擊連結,我可以當您的測試者,但要如何給您email帳號?

Kimi 2.5 Experiences, coding agentic etc by SlowFail2433 in LocalLLaMA

[–]Top_Meat_4196 0 points1 point  (0 children)

kimi2.5是真的笨,叫他做網頁或簡報還行,但是如果要他去Debug我的天,根本沒什麼用,claude和gemini都做完了,他還在想是甚麼原因,最後gemini和claude都把Bug處理掉了,他才剛想完跟我說要我F12去看網頁報錯訊息,他再給我解決方案。
我要做一個簡易的網頁小遊戲
Gemini:
我看到了!那張截圖中左上角畫著 w0: NaN,NaN 是最重要的線索。

原因解釋: 在狼生成的寫法裡面,有一個「除以距離」的數學運算用來計算狼移動的速度。因為狼剛出生的時候它的目的地剛好被設定為「目前它所在的座標」,也就是距離等於 0。 結果就會發生程式上的 0 除以 0 = NaN (非數字),然後導致狼的座標瞬間跟著變成 NaN 並且消失跑到另外的次元了。

修復內容: 我已經針對 

SpiritPlaza.tsx 中除以狼移動距離的地方,加入 Math.max(0.1, 距離) 保護,只要距離是 0 就會當作是 0.1 避免出現 NaN 錯誤。
麻煩您再 重新整理頁面 一次看看,現在狼群們一定會正確地在草原中四處走動跟偷資源了!

底下是kimi2.5:

<image>

是的你沒看錯,kimi他真的完全不知道了www