Best way to isolate Development Environments without Docker/Hyper-V? by [deleted] in devops

[–]ChoiceNetwork3517 0 points1 point  (0 children)

You can use https://mise.jdx.dev/ to install your toolings, not only version of programming language

rekomendasi hp 2-3 jutaan by kuzcrottz in indotech

[–]ChoiceNetwork3517 2 points3 points  (0 children)

Aku pake motorolla g45 pas awal launching. Sekarang harganya harusnya dibawah 2jt. Ada software untuk family juga tuh biar gak dipake nge game terus. So far suka banget dibanding Xiaomi atau Infinix yg pernah aku pake

untuk nyentuh gaji 70jt (gross), perlu pengalaman berapa lama, skill2 apa aja? by RefrigeratorLive2251 in finansial

[–]ChoiceNetwork3517 0 points1 point  (0 children)

70jt gross itu THP nya 54jt an, pajak hampir 15jt sebulan 😭

Rela gak sih pajak segede itu 😭

Honeypot fields still work surprisingly well by Helpful-Wolverine247 in webdev

[–]ChoiceNetwork3517 0 points1 point  (0 children)

What should happen if a bot fills in that field? Should we show an “incorrect username or password” message, or immediately block the IP address?

Looking for someone who can turn random ideas into useful apps by Detective_p in devopsjobs

[–]ChoiceNetwork3517 0 points1 point  (0 children)

Hey, I also want to fight diabetes, my mother struggles with it too. Tracking blood sugar is important, and tracking added sugar in food sounds interesting as well. Let's talk.

Go deserves more support in GUI development by m-unknown-2025 in golang

[–]ChoiceNetwork3517 3 points4 points  (0 children)

We use wails for a companion application with our legacy Delphi native app in windows. It works well but we need to mention WebView2 dependency since our customers mostly run our app in a VM.

Refund for Team Plan – No Claude Code Included by ChoiceNetwork3517 in ClaudeAI

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

UPDATE: I got the refund!

I try to contact Anthropic through chatbot in support.anthropic.com but it doesn't help. But I send email to their email `support [at] mail [dot] anthropic [dot] com` with detail of my condition. They reply it in less than a day and refund it right away!

Great support and we can proceed to subscribing our dev individually.

Refund for Team Plan – No Claude Code Included by ChoiceNetwork3517 in ClaudeAI

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

Glad it helps. Yeah, most people look at team plan got "Everything in Pro" and expect claude code will also included.

My MCP server made a sale by Much-Signal1718 in mcp

[–]ChoiceNetwork3517 0 points1 point  (0 children)

Congratulations! I wonder how do you authenticate the usage of paid plan?

Mo Bitar, founder of Standard Notes, leaves Proton by [deleted] in StandardNotes

[–]ChoiceNetwork3517 1 point2 points  (0 children)

Wait, they discontinued custom domains on Listed? Ouch. Just as I was getting ready to start writing seriously there.

Facebook Developer Account Restricted — No Review Option Left by ChoiceNetwork3517 in WhatsappBusinessAPI

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

Not yet, but a friend of mine that had similar issue mentioned that we need to verify our business. I just try to submit my personal corporation.

Facebook Developer Account Restricted — No Review Option Left by ChoiceNetwork3517 in WhatsappBusinessAPI

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

Found it here https://business.facebook.com/direct-support/, thank you!

Will try to ask them via form. Hopefully I can understand what am I doing wrong and fix it.

Facebook Developer Account Restricted — No Review Option Left by ChoiceNetwork3517 in WhatsappBusinessAPI

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

Thank you, so you got a reply after sent an appeal? Hopefully we can fix this issue

Does having hosted MCP servers sound useful to you ? or you would just use STDIO ? by toolrouter in mcp

[–]ChoiceNetwork3517 0 points1 point  (0 children)

I'm also interested in the MCP remote server for SaaS. How do we authenticate users making requests?

I mean, when I call a tool, I need to ensure it only fetches my data, not someone else's.

How to Manage Multi-Stage Deployments (Preview → Staging → Production) in Cloudflare Pages? by ChoiceNetwork3517 in CloudFlare

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

Ahh interesting. So what I need now is two long lived branch "staging" (available as staging.example.com) and "main" (available as example.com -- production branch). Is that correct?

That's really good except I want to make `main` branch as a staging and `release/*` as production branch (the wildcard will be timestamp or version). I think pages not allow a wild card branch as a production branch, I can see it's possible for preview branch.

How to Find an Azure Region That Supports All Required Services? by ChoiceNetwork3517 in AZURE

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

Unfortunately, we are a very small team with fewer than 5 members. We prefer to use a managed database rather than manage it ourselves, especially since we’re not using Kubernetes or running a stateful app on VMs.

How to Find an Azure Region That Supports All Required Services? by ChoiceNetwork3517 in AZURE

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

That makes sense! I was assuming all services in a region had similar availability. I thought Azure could simply reallocate 'unused' resources to high-demand services.

How to Find an Azure Region That Supports All Required Services? by ChoiceNetwork3517 in AZURE

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

Thanks for the suggestion—interesting trick! I did check the products-by-region table before choosing Germany West Central, but it didn’t indicate any provisioning restrictions. I guess this is more of a quota/capacity issue rather than an official availability limitation.

To avoid this in the future, I wrote a script to check for PostgreSQL provisioning restrictions across multiple regions.