Activity
Mon
Wed
Fri
Sun
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
What is this?
Less
More

Memberships

OpenClaw Users

829 members • Free

Builder’s Console Log 🛠️

2.4k members • Free

ChatGPT Users

12.7k members • Free

43 contributions to Builder’s Console Log 🛠️
How To Use OpenClaw For Beginners (secure)
Step-by-step guide to running a 24/7 OpenClaw gateway on a GCP VM with zero public ports. Covers VM creation, Docker setup, auto-start on reboot, SSH tunnel access, and a one-command connect script. Everything stays behind SSH tunnel 🕺
1 like • 15d
You might want to also put up a couple terminals to keep an eye on your ports: Terminal 1 (listening ports): watch -n 1 "ss -tulnp" Terminal 2 (active connections): watch -n 1 "ss -tunp"
My advice for 2026 if you feel overwhelmed.
We are currently in the middle of a tech boom. This era we currently sit in will be the moment in tech where people look back and see it as the "golden" time to start an AI startup. These moments are not perpetual; rather, they come in waves. Therefore, with this perspective in mind, here is what I would suggest. Focus. As you know, with the AI news cycle there always seems to be a new shiny object to play around with or a new idea. The winners during this boom will follow 3 simple steps: 1. Become exceptionally good at using 1 tool to build out the rest. 2. Have willingness to learn and be open-minded. 3. Have 1 goal and execute on it for years. If you are finding yourself overwhelmed or have a lack of direction, Here is a simple thought experiment that will help. Take out a piece of paper and write down the top 25 things you want to do in life. Once you list them all out, rank the top 5. The top 5 are non-negotiable; you have to see them through. Perfect. Now delete the bottom 20 from your brain. Those bottom 20 are the most dangerous as they distract your ability to actually achieve the top 5. It takes years. Then once it comes, it feels like a boulder rolling down a steep hill. I am 26. But I have had enough experience to know how long it takes to build out a real business. Therefore, when I start a company like techsnif, I know in my head I won't see a penny from the business for 2 years. But I planted the seed. Stop planting seeds and then moving over to plant another. Focus.
0 likes • 24d
@Itherak Caros I use AntiGravity but this can be done in just about any project and Editor. When you start the project have the AI make a list of tasks you will need to do the project, then keep updating or making new task lists. I have some projects where I have 20-30 task lists and I make sure and commit those different lists in github so I can see what has been done and what needs to be done. I also have several roadmaps so I can look at places to put in new features. This works well with Github as I change new features to a new branch like myrepo newfeaturebranch/myrepo and stuff. This way if you really screw something up just drap that branch and you are set. I will also add many of the problems or changes I make to a new markdown file so it will look like the image I have below.
App Access after auth and Site's frontend
Perhaps I'm overthinking this, but when does one need to create a separate submain like app.domain.com vs keeping the app on the same domain, like domain.com/app ? after they signed in and paid for their access.
0 likes • 24d
I try separating things into sub-domains so I can see how the app works easily. It allows me to know where my api's are all for both frontend and backend. I use mermaid in my md files to show me graphs of how my app should work. If I had a sub of beapi.mydomain.com and feapi.mydomain.com and frontend.mydomain.com and backend.mydomain.com and I might put in one for docs.mydomain.com and such so I can see where the files are. Some of these subs may point to the same ip address of others but it lets me see where my files and connections go.
2 likes • Feb 24
I agree that Vibe coding has completely changed over the last 6 months to a year. When I vibed another app I did not see any security checks except for maybe the use of paywalls and things. In the Home Assistant HACS App I made I did not ask the AI for much in security but it added it in by itself. 1. The Human-in-the-Loop (Approval Workflow) The most important security layer is that no changes are applied automatically. - Visual Diffs: The agent generates a visual diff showing exactly which lines will be added, removed, or changed. - Explicit Approval: You must manually review and hit "Approve" before the agent writes anything to your disk. - Multi-File Changes: If a request affects multiple files (e.g., creating a template sensor and adding it to a dashboard), you see all proposed changes in one batch before they go live. 2. Automated Backups & Versioning In src/config/manager.py, I built a robust backup system: - Automatic Backups: Every single time the agent writes to a file, it creates a timestamped backup in a separate folder first. - Rotation: It keeps the last 10 versions of every file it touches, so you can always roll back to a known-good state from days ago. - Restore Tool: There is a dedicated internal tool to list and restore these backups if something isn't right. 3. Validation & Atomic Operations To prevent a "broken boot" scenario where HA won't start: - Pre-Flight Validation: Before finalizing a change, the agent uses the HA Supervisor API (or internal HA core check) to run a full configuration validation. - Automatic Rollback: If the validation fails (e.g., the AI suggested a typo in a YAML key), the agent automatically restores the backup and notifies you, leaving your HA instance untouched. - Atomic Writes: The agent writes to temporary files first (.tmp) and then moves them. This prevents "partial writes" if the system crashes mid-operation. 4. Path Traversal & Secrets Protection To protect your privacy and system integrity:
1 like • Mar 2
I just wanted to let people know this. I used Claude for awhile but found their limits suffocating. I now use Antigravity which allows Claude usage and All the Gemini Models along with a couple OpenAI models. Google AI Pro includes higher rates for AntiGravity, large Google Drive usage, Notebook LLM with larger usage, some usage on Google Cloud to use Firestore DB. It also allows usage of almost all Google or Gemini features. It's normal cost is $20/month, same as Claude. Google's Antigravity, an agentic AI coding platform, has usage limits similar to Claude's Pro plan. Both enforce hard limits with 5-hour resets for paid users and additional weekly caps to manage heavy usage. Limit Structures Claude Pro offers ~45 short messages per 5-hour session, with strict weekly caps across models, blocking further use upon exceedance. Antigravity's Google AI Pro provides generous quotas resetting every 5 hours plus higher weekly limits, also hard-enforced based on task complexity (e.g., one complex task equals 50–100 standard prompts). Both prioritize paid users with priority access but can frustrate heavy users via dynamic, strict throttling. With Google AntiGravity I can use Claude Sonnet and Opus and still use the other AI's when I am limited correct Yes, Google Antigravity allows using Claude Sonnet and Opus models alongside its own Gemini models. When Claude quotas are hit, you can switch to other available AIs like Gemini to continue working without interruption. Model Access Antigravity integrates Claude Sonnet (e.g., 4.6) and Opus (e.g., 4.5/4.6 "thinking" variants) via a model selector dropdown, plus Google models like Gemini Pro/Flash. Users report Claude usage depleting faster, prompting switches to Gemini for execution tasks. Limit Handling Claude limits in Antigravity are separate from Gemini's—hitting Claude's 5-hour or weekly cap (e.g., ~20 hours/week for Opus) blocks only Claude models, letting you pivot to unlimited Gemini tab completions or other features. Paid tiers like AI Pro provide higher non-Google (Claude) quotas, but enforcement is per-model group.
AntiGravity has upgraded to Gemini 3.1 Pro
AntiGravity has upgraded to Gemini 3.1 Pro. I am looking to add Dashboard Editing to my HACS AIAssistant, so I asked it if I could and it gave me an Implementation Plan for it. If you do NOT have an upgrade on the AntiGravity App, just go to https://antigravity.google/download and download the version you need or have and run it. It will upgrade it. I'll post in a bit how it does on writing the code.
AntiGravity has upgraded to Gemini 3.1 Pro
1 like • Feb 21
I had Gemini 3.0 Flash implement this plan and it took less than 2 minutes.
1-10 of 43
Gerald Haygood
4
30points to level up
@gerald-haygood-4595
Retired

Active 15d ago
Joined Nov 21, 2025
Powered by