
r/google

Froggy's World - A Google Weather Game
Stumbled upon this game Google has created called Froggy's World.
It can be accessed by searching for "Weather" on Google Search, and then clicking this small triangle with a flower inside it. (see picture attached)
I've observed that when I search for weather on the Google widget on my phone, that's when the icon to access the game shows up.
If I do the same on Chrome, it doesn't show up.
Also it seems like its not available for all devices/software. Maybe it's because it's a beta feature, not sure.
I have been randomly playing it for past 3-4 days, just to see where it goes lol. Anyone else playing?
I was a beta tester for Google Glass 12 years ago and here is my UNPOPULAR OPINION:
Google Glass crawled so RayBan Meta could run. But once Android XR drops this year it’s GAME OVER!
That will be the cannon event. I believe it will be as big of a shift in culture as when the first iPhone was released.
My gmail is in another phone but it's not showing up in "signed in" devices
I am kinda really pissed right now. The shop keeper can just see all my photos and videos.
So basically i had this phone which broke . I logged out remotely through my other device. Recently I got this phone repaired and the gmail is still working in it. It has access to all my mails and personal information everything.
I don't have any option to even log out from this device either. This is really pissing me off rn.
Google loses long-running appeal of record EU fine, will have to cough up $4.7 billion
arstechnica.comHow to build an AGY WIKI OKF on the Antigravity CLI
AGY Builders,
We are all trying to build useful and scalable workflows for our AGY CLI and ecosystem, but the speed at which we need to learn, build, and deploy new things is incredibly overwhelming. If you are feeling that pressure, you are in the right place here at r/GoogleAntigravityCLI.
Over the past few weeks, I have been testing an "AGY WIKI OKF" setup that I put together myself (after inviting some members of this community to collaborate; mod is not proud). I know some folks might hesitate to trust a tutorial from a random Redditor, but I wanted to share this with the community anyway because it actually works.
I was able to build this because I am all-in on Google and the Antigravity Ecosystem. I’m a truly AGY—I am not some ultra-smart, 10x developer, but I know how to work hard, I dig for the right information, and I iterate.
AGY WIKI OKF | The Idea
To build a frictionless, token-efficient knowledge WIKI engine that transforms static documentation or notes (information) into an active, intelligent collaborator—orchestrated entirely by Antigravity CLI.
The core philosophy is simple: treat knowledge management as a clean pipeline and tokens as a premium, finite resource.
By anchoring this architecture to Google’s Antigravity CLI, the AGY WIKI OKF bypasses heavy middleware and complex UI layers, delivering a hyper-focused AI partner built entirely for execution speed, context hygiene, and minimal footprint.
Why adopting AGY WIKI OKF matters:
- Stay organized (AGY OCD): Structured Markdown and YAML keep the chaos in check.
- Save tokens: Doing more with less context window bloat.
- Scale shareable knowledge: Making it easy to pass context and logic between different LLMs.
- Humans and Agents working together: One standardized, readable format that works perfectly for both of us.
- BYOD (Bring Your Own Data): Own your context. Port it to the newest model, platform, or OS instantly.
The Tools
- Antigravity CLI
- Obsidian : The IDE for the Knowledge bank
- Obsidian Web Clipper:
The WIKI
In the agent-first era, a WIKI is no longer just a static graveyard for human notes; it is the operational hard drive for your agents. By maintaining a highly structured WIKI, you ensure that every piece of context is stored in a clean, machine-readable format. This means that whether you are testing a new modular skill or spinning up a specialized agent, your AGY CLI knows exactly where to find the precise context it needs to generate autonomous action, moving you far beyond simple, reactive conversational text.
Reference: Gist on Knowledge Representation
Google Open Knowledge Format (OKF)
Google’s Open Knowledge Format (OKF) feels like the exact missing piece we've needed for orchestrating multiple AI agents effectively. It provides a vendor-neutral, interoperable standard for storing and sharing organizational knowledge.
Why this is huge for orchestration:
- The "Lingua Franca" for Agents: Any agent can read it out of the box without platform-specific integrations.
- Seamless Context Passing: Specialized agents can access, update, and pass the exact same foundational context back and forth.
- Human-in-the-Loop Oversight: Because OKF is just Markdown and YAML, it’s inherently readable and auditable.
- Scalable Knowledge: It acts as a shared, living library that grows alongside your agents.
AGY WIKI OKF Integration
Structuring an AGY Wiki using OKF revolutionizes how complex knowledge is shared. By standardizing documentation with concise Markdown and YAML frontmatter, OKF provides a unified taxonomy for cataloging AGY CLI slash commands or skills It is highly token-efficient, stripping away bloated formatting and maximizing context window limits.
The Prompt for Building an AGY WIKI OKF
AGY CLI WIKI OKF PROMT EXAMPLE
/grillme I want to initialize a brand-new, empty Obsidian vault from scratch that adheres strictly to the Open Knowledge Format (OKF) standard, with the specific intent of potentially open-sourcing or sharing this architecture later. I want a purely blank, skeletal framework with no pre-populated data. Please grill me to define the optimal architectural blueprint for this vault. I need you to interrogate me on: Do not generate the directory structure or files until you are satisfied that you have captured all my requirements for a production-ready, shareable knowledge base.
Core Directory Hierarchy: How should we structure the root (e.g., /concepts, /resources, /indices, /log) to be intuitive for external users? Template Strategy: What base boilerplate templates do we need to ensure every new file is automatically OKF-compliant and structured for consistent metadata? Workflow Logic: Since this is a fresh start, what processes should we bake in for capturing information vs. refining knowledge that could be easily documented for others? CLI Integration: What specific file locations or configurations do we need to ensure this vault plays nicely with the Antigravity CLI from day one? Open-Source & Contributor Documentation: What files should we create to make this a "deployable" standard? Please include requirements for: A README.md with installation and usage instructions. A CONTRIBUTING.md that defines how to add new concepts or schemas. A "System Architecture" document that explains the logic behind the folder structure and metadata fields, ensuring anyone who clones this vault understands how to extend it.
The Final File Structure
AGY WIKI OKF
├── .agyrc
├── ARCHITECTURE.md
├── CONTRIBUTING.md
├── README.md
├── .agy
│ └── .keep
├── .obsidian
│ ├── app.json
│ ├── appearance.json
│ ├── core-plugins.json
│ └── workspace.json
├── 00-Inbox
│ └── .keep
├── 10-Projects
│ └── .keep
├── 20-Areas
│ └── .keep
├── 30-Resources
│ ├── .keep
│ └── Google Antigravity Documentation.md
├── 40-Archive
│ └── .keep
├── 99-Meta
│ └── Templates
│ ├── Base_Template.md
│ ├── Project_Template.md
│ └── Resource_Template.md
└── Clippings
TL;DR
- AGY WIKI OKF: Organizes your information (context) , AGY CLI commands, skills behaviors, and A2A workflows into a token-efficient, shareable format that reduces inference costs for any LLM.
- Open Knowledge Format (OKF): Provides a standardized, vendor-neutral way to share context (Markdown + YAML), preventing platform lock-in and eliminating data fragmentation.
AGY Builders, I genuinely want your input on this. Please comment, grill me, roast me, ask questions, or give me your raw feedback on this AGY WIKI OKF setup. We are building the foundation to organize and share our data in the BYOD era. Let's build the future together.
Google shorts got rid of the downvote button
And now my feed is being filled with Charlie Kirk and right wing garbage I can't downvote.
Wtf.
Underrated Google features!!
A while ago I was looking into how I could use my laptop to mirror the screen if my desktop so I can edit videos while outside in nature, and well I found one of Google vest features. It's called chrome remote desktop access, and you can pretty much use your pc from anywhere as long as the pc is on. Idk how this isn't more popular, so ims spreading the word here
WHAT HAPPENED TO CUSTOM STICKERS?!
All of a sudden I'm not able to create custom stickers. I used to be able to open the stickers tab in the Gboard and create stickers from there or go on the Pixel Studio app. Now it wants me to open up Gemini and create an AI image. And if I go through Google Photos and press and hold a photo to manually create a sticker, it doesn't save to my Gboard to be able to use!!
Thankfully I'm able to see the stickers I created before, but I am not able to create or save new ones.
Also, whenever I try to create a photomoji I keep getting an error saying "Something happened with photomoji. Try restarting Messages"
WHY RUIN SOMETHING GOOD?? I love being able to send stickers and edit them in the Pixel Studio app... I'm annoyed.
Locker period for movies is needlessly obscure
I was going to buy a movie through Google and decided to read the T&Cs. Apparently they only agree to let me play it for what's known as a locker period. The length of this period is 5 years minimum, but varies per film.
I can't find any reference to the length of the locker period for the particular film I want to buy. Why can't they just be upfront about it? Is it legal that they aren't?
At the end of the locker period, you MAY get a refund. MAY. What a crock.
Google sues Chinese cybercrime network 'Outsider Enterprise' that used Gemini to automate scams | The fraudsters allegedly targeted hundreds of thousands of people with Gemini-coded scams sites.
arstechnica.comI'm wondering if I'm the only one
I want so badly for the at a glance feature to work for my Google products but sadly it's like they left it behind in android 15. It does absolutely nothing besides weather.. and I'm sad because it used to work so flawlessly. Anyways does anyone else feel this same way? Or does it actually work for you still. I wish Google would overhaul that feature and release an update to make it work again.
Pain
I think Google's biggest mistake was integrating Gemini into the entire Google ecosystem, and now because of that one of the best artificial intelligences has been completely caped and we have limits on use.
We need to talk about charge speed in Google Pixel 10 Pro vs Galaxy S26 Ultra - [SCAM]
Because UNEDUCATED users AND YOUTUBERS just look at Wattage - like 60W good (Galaxy S26 Ultra vs 45W bad in Pixel 10 XL).
Where they NEED to look is how many % phone will charge in 30 minutes.
Galaxy S26 Ultra 60W - 60 digits number looks good - BUT in 30 minutes it will charge to 75%
Google Pixel 10 XL 45W - 45 digits looks bad - BUT in same 30 minutes it will charge to 70%
OH WAIT - those 15 digits difference but just 5% difference?!
Do you think Tensor vs Snapdragon benchmarks (digits) look different?! :))
"Google has found your passwords online"
I got an email to this effect. I can't see the notification anymore, but it explicitly said it had detected some of my passwords on the internet.
Once I was satisfied it wasn't a scam, I followed the procedure, logged in and found it said the following:
No compromised passwords
Your passwords are unique
2 accounts using weak passwords (both are expired anyway).
I am really pissed off about this. Google explicitly lied to me, it hadn't found any of my passwords online. What a garbage company.
I cannot uninstall Google apps in Google Pixel 10 Pro
Is this the reason Google has been fined for $4.7 billion
My problem is I saw my mum's iPhone allows to uninstall nearly ALL Apple apps.