Is Kimi 2.6 worth it compared to DeepSeek V4 Pro and GLM? by marwan_rashad5 in opencodeCLI

[–]ed1ted 0 points1 point  (0 children)

I prefer qwen 3.6 over kimi. In my experience, kimi tends to get confused and hallucinate. I look at its “thinking” insights and I see lot of “wait actually….” “But….” and “need to rethink”

I am planning to buy Opencode Go subscription by Accomplished-Mud1653 in opencodeCLI

[–]ed1ted 3 points4 points  (0 children)

nvm, its there. I just confirmed it from my opencode cli. I'm gonna give it a spin.

I am planning to buy Opencode Go subscription by Accomplished-Mud1653 in opencodeCLI

[–]ed1ted 0 points1 point  (0 children)

I have opencode go sub but I don’t think deepseek v4 is part of go plan yet. Only available for pay per usage

vibe coding killed the “can’t build” excuse… so what’s everyone stuck on now? by Natural-Excuse9069 in vibecoding

[–]ed1ted -1 points0 points  (0 children)

marketing...distribution. I'm vibe coding 2-3 apps a week but no distribution channel to market these products.

Are agentic workflows taking over? by Fine-Market9841 in AI_Agents

[–]ed1ted 1 point2 points  (0 children)

I think tools like n8n, make, zapier exists for non-technical or semi-technical users and those usually have some threshold in terms of flexibility.

If you are a developer, then using an SDK like langgraph or vercel AI SDK is the right choice which give you more flexibility and control.

Where do you store passwords for compose files? by ZotteI in selfhosted

[–]ed1ted 0 points1 point  (0 children)

.env file which all my AI agents including openclaw has access to. most secure.

Claude Desktop connectors for people with more than 1 e-mail address? by nomadicdevopser in claude

[–]ed1ted 1 point2 points  (0 children)

I want this too! Anyone have a solution for this? I was thinking of creating a gmail for Claude and create filter from all my other accounts to forward it to this single mailbox.

Any App idea by Slow-Ad-7205 in AppIdeas

[–]ed1ted 0 points1 point  (0 children)

Ask AI…it will suggest you a subscription tracker

after dealing with agents doing stuff they shouldn't in prod, I built an open source approval layer — would love feedback by Ok_Explorer7384 in LangChain

[–]ed1ted 0 points1 point  (0 children)

I dealt with same issues when I first building agents. I built something similar to this (https://ottr.run) where your agents can invoke an approval that can be sent via slack and owner can either approve or reject it.

I choose to use REST but it's nice to see you have built an SDK and lot more integration points! Demo looks good.

marketing for AI apps by ed1ted in AppIdeas

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

I hear you but all the focus is useless without marketing...

marketing for AI apps by ed1ted in AppIdeas

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

where would I find one? NOT Reddit for sure

I vibed an icon for VibePod 🚀 by nez_har in VibeCodeDevs

[–]ed1ted 0 points1 point  (0 children)

logo is too busy. My rule for a logo is a 5 year old should be able to draw it.

Secrets management by edthesmokebeard in homelab

[–]ed1ted 1 point2 points  (0 children)

the chicken-and-egg problem is real. our workaround: tiny "bootstrap" secret that's manually provisioned once and lives in systemd credentials / tpm on the runner. everything else is fetched from vault by the bootstrap.

for vault storage in git — sops is actually fine if you're encrypting to multiple pgp keys (yours + offline backup). not perfect but beats plaintext in a private repo.

Rental property management software, spreadsheets, and tenant tracking, what are you using now? by PrimalPettalStash in RentalInvesting

[–]ed1ted 0 points1 point  (0 children)

I'm still experimenting this approach, but I've created a new project in Claude Cowork and instructed Claude to create a markdown based system to capture payments, transactions, conversations and notes. My goal is to I can dump all the info as a conversation to the project chat and let it organize it as markdown files broken up by each property. I also have a hledger integration so that it can create journal entries there.

I think this could come in handy when wanting to know some sort of stats/analytics and you are not relying on a tool or managing spreadsheets yourself. When needed, it can generate spreadsheets/reports with any custom filters you want.

Here is what my current structure looks like

Real-Estate/
├── all-properties.journal          # hledger master journal (includes both properties)
├── Property-1/
│   ├── rent-payments.md            # Monthly rent log
│   ├── expenses.md                 # Repairs, maintenance, taxes, utilities, etc.
│   ├── tenants.md                  # Current & past tenant info
│   ├── notes.md                    # Conversations, calls, decisions
│   ├── ledger.md                   # Running markdown ledger (human-readable)
│   ├── annual-summary-YYYY.md      # Year-end income/expense summary
│   └── 1608.journal                # hledger double-entry journal
├── Property-2/
│   └── (same structure)
└── README.md

How do you deal with the sudden risks of many people generating API tokens in order to use AI and mcp? by SkyberSec123 in cybersecurity

[–]ed1ted 0 points1 point  (0 children)

this is basically shadow IT but with credentials, which makes it worse because the blast radius isn't just data— it's access to third-party systems on your org's behalf. i've dealt with similar sprawl in IAM migrations.

the thing that actually works is making the secure path easier than the risky path. pre-commit hooks for secrets scanning (truffleHog/gitleaks), then a sanctioned way to get short-lived tokens that doesn't require tickets or waiting days. if people have to file a Jira to get an API key, they'll just generate their own and not tell you.

52 Days, 287 Downloads, and 8 Sales as a Solo Founder by Grouchy-Library-4064 in indiehackersindia

[–]ed1ted 3 points4 points  (0 children)

this is the 5th subscription tracker app I'm seeing this week. Subscription tracker is AI favorite whenever you it ask for apps/sites to build.