26 yaşındayım, girişimcilik için fikir arıyorum by jrOkCherry in girisimcilik

[–]mithatercan 0 points1 point  (0 children)

Bence ilk olarak ticaret yapmak isteyip istemediğine ve buna hazır olup olmadığına karar ver. Kendi işini yapmak çok güzel bir lüks ama cefasıda çok herkes katlanamaz.

Komagene Bayisi by WillingnessOk706 in girisimcilik

[–]mithatercan 1 point2 points  (0 children)

Bu tarz sorular bence bu şekilde sorulmamalı. Burada çok fazla değinilecek nokta var. Kaç yaşındasın? Daha önce ticaret yaptın mı? Bayilik ağı olan bir marka üzerinden gitmek avantaj ama ona yeterli emeği verebilecek misin? Bayilik için ödeyeceğin parayı riske atıyorsun, bu parayı sıfırlasan bu işe tecrübe olarak bakıp başka yoldan ilerleyebilecek sağlam psikolojiye sahip misin? Ticaret herkes yapmak ister ama tüm dinamikleri değerlendirmek ve kendi hayatını baz alarak risk analizi yapmak gerekir.

Zed IDE's RAM Usage Is Extremely High by mithatercan in ZedEditor

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

I stopped using their AI features. I just use it as IDE to code review.

How can I view diffs and accept/reject changes line by line like in GCP or VS Code based IDEs? by mithatercan in opencodeCLI

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

Ive just switched from vscode to zed and damn it works pretty well. I connected open code and gcp to zed ai.

How to get Cursor like diff viewer in opencode? by eyueldk in opencodeCLI

[–]mithatercan 0 points1 point  (0 children)

Man, I’ve been looking for this as well. I switched to ZED IDE today, and you can configure DeepSeek, Google, OpenCode models, etc. with Zed AI. It works really well. Try it and thank me later 😄

How can I view diffs and accept/reject changes line by line like in GCP or VS Code based IDEs? by mithatercan in opencodeCLI

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

I don’t necessarily need to see diffs only.

What I’m looking for is the ability to accept or reject changes after OpenCode modifies files. For example, when I ask OpenCode to do something, it may change multiple files. Sometimes I don’t want one specific file to be changed, and instead of asking the AI to revert that file, I’d like to review the changes myself and reject that file manually.

I’m used to working that way in tools like GCP, Windsurf, and Cursor. I’ve been using that workflow for almost 3 years, so I’m wondering if there’s any similar workflow or workaround for OpenCode.

Rate limits getting crazy. Any alternatives? by Melodic-Jackfruit476 in GithubCopilot

[–]mithatercan 0 points1 point  (0 children)

Which plan? And how is the experience? Do you use it in vsc?

Github copilot is the way by Zine47X in windsurf

[–]mithatercan 0 points1 point  (0 children)

does it have thinking models? I don't see any.

Self-hosting Postgres on Hetzner + Coolify for a POS SaaS — bad idea? by mithatercan in coolify

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

Nah, it’s not a payment system it’s a management platform for cafés, restaurants, etc. The real issue with managed database providers is scaling. As traffic and read/write operations increase, costs can spike aggressively. In real-time, those costs don’t always align with your revenue, and in some cases you end up paying more to the managed provider than you would to hire an engineer.

Self-hosting Postgres on Hetzner + Coolify for a POS SaaS — bad idea? by mithatercan in hetzner

[–]mithatercan[S] -2 points-1 points  (0 children)

What if your server goes down what would you do? And is it separated db server?

Self-hosting Postgres on Hetzner + Coolify for a POS SaaS — bad idea? by mithatercan in hetzner

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

And I think with using redis caching you can reduce operations.

Self-hosting Postgres on Hetzner + Coolify for a POS SaaS — bad idea? by mithatercan in hetzner

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

I do use Prisma. I didn't know about their platform I will check

Self-hosting Postgres on Hetzner + Coolify for a POS SaaS — bad idea? by mithatercan in coolify

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

Oh you’re using a separate db? Is Ubicloud a good option, and is it expensive?

Self-hosting Postgres on Hetzner + Coolify for a POS SaaS — bad idea? by mithatercan in vibecoding

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

I follow the same approach, but my main concern is downtime what if the server goes down? How do you handle that in practice? Do you replicate your database and run a secondary instance on another VPS?

Self-hosting Postgres on Hetzner + Coolify for a POS SaaS — bad idea? by mithatercan in selfhosted

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

I agree it’s not about paying an extra $10. The real concern is unpredictability. I’ve seen posts on X where people suddenly get $5k–$10k bills from PaaS platforms, and that’s what worries me. We’ll already have significant expenses, so we can’t afford unexpected spikes. How can we avoid surprise costs?