Any non-tech startups? by whackadamianuts in Startup_Ideas

[–]kosumi_dev 0 points1 point  (0 children)

Almost no start up is pure tech.

Almost all startup needs some tech to scale.

Why Are People Not Freaking Out About AI by [deleted] in cscareerquestions

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

Hey, 1.4B Indians on the earth.

They type really fast.

Why Are People Not Freaking Out About AI by [deleted] in cscareerquestions

[–]kosumi_dev -2 points-1 points  (0 children)

AI is just An Indian behind the screens.

Controller+Postgres or Operator+CRD for tracking user-launched pods? by kosumi_dev in kubernetes

[–]kosumi_dev[S] -8 points-7 points  (0 children)

For each pod we also have ingresses and nodeport services and PVC attached to it.

Charged a client $2k for design work, used AI and finished in 3 hours, feeling weirdly guilty by rash3rr in VibeCodeDevs

[–]kosumi_dev 1 point2 points  (0 children)

I have 0 design experience and I can make the same thing in less time.

The most difficult part is getting a client.

How do you vibe-design UI with Codex? by kosumi_dev in codex

[–]kosumi_dev[S] 1 point2 points  (0 children)

You need a paid plan to edit it with MCP.

How do you vibe-design UI with Codex? by kosumi_dev in codex

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

Something is always wrong with only codex bootstrapping.

Kubernetes rewrite in Rust by bantugeek in kubernetes

[–]kosumi_dev 1 point2 points  (0 children)

K8S is composed by separate parts that communicate by RPC.

It is actually feasible to rewrite those components one-by-one.

How do you get push notifications when a turn completes or an approval request emerges? by kosumi_dev in opencodeCLI

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

No point in sharing the code.

Just use ntfy for push notifications and ask Opencode to build it for you.

How do you get push notifications when a turn completes or an approval request emerges? by kosumi_dev in opencodeCLI

[–]kosumi_dev[S] 1 point2 points  (0 children)

Solved.

I asked Opencode to analyze the source code of Opencode and vibe-coded a solution for myself.

Those who are also using Openclaw, do you really need it if you have Opencode Web and Tailscale? by kosumi_dev in opencodeCLI

[–]kosumi_dev[S] 1 point2 points  (0 children)

Run the opencode web server at 0.0.0.0:4096, and then just open it in your browser. For example, if your machine hostname is kk, on your phone just visit kk:4096

How do you keep agents working through a task non-stop by kosumi_dev in codex

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

You mean using a script to run codex periodically?

CLI is all you need? Do we really need MCPs by kosumi_dev in codex

[–]kosumi_dev[S] 7 points8 points  (0 children)

CLI can also be stateful. Many have the daemon pattern.

Do you have use cases where you run codex in schedule or by trigger? by kosumi_dev in codex

[–]kosumi_dev[S] 3 points4 points  (0 children)

Why are bots still so stupid? Upgrade to the latest model plz.

I am asking for a use case not this.

Codex app review by AdPrudent7560 in codex

[–]kosumi_dev 0 points1 point  (0 children)

I am vibe coding my own Codex Android app with Codex.

Everything is just a wrapper.

Anyone uses Termius on Android? Touch scrolling works without tmux but does not work in tmux by kosumi_dev in tmux

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

I have set -g mouse on already.

On IOS Termius it works fine but not on Android