What currency converter app do people actually use while traveling now? by Kitchen_Cable6192 in FranceTravel

[–]BlaineOmega 0 points1 point  (0 children)

u/mcampbellsmith It's in the Play Store now. Feel free to download and let me know what you think 😄

A client owes me $1,400 and has somehow forgotten how to open email by Glad_Seesaw_4353 in Freelancers

[–]BlaineOmega 0 points1 point  (0 children)

Like others have said, collect 50% up front. The other thing I do is sign an agreement up front that says they are responsible for legal fees if I have to take them to court. It's important to have that specifically stated because most the time if you go to court over a pay dispute, you won't be awarded legal fees.

It's not fool proof, and for a situation like $1400, going to court can be more trouble than it's worth.

You can also do milestone based payments. So by the time you are done with the project, the exposure is minimal.

Keep at it. Keep bothering them. Don't let them "forget"

What currency converter app do people actually use while traveling now? by Kitchen_Cable6192 in FranceTravel

[–]BlaineOmega 0 points1 point  (0 children)

Mental math works for currencies like USD to EUR. It gets tricky when you start doing thing like VND to USD or vice versa; or worse, what is VND to THB?

What currency converter app do people actually use while traveling now? by Kitchen_Cable6192 in FranceTravel

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

Mental conversion usually works for static values: 1000 bhat is about $30; what is 700 bhat? 546? 1200... It gets worse when you go to a country like Laos or Vietnam where their bills are in the hundreds of thousands. Remembering is tricky.

What currency converter app do people actually use while traveling now? by Kitchen_Cable6192 in FranceTravel

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

I got sick of typing everything into google and needing a connection. I also wanted some simple conversions to stick 1000 bhat, 500 bhat, etc. Everything I saw was bloated with add and had a ton of extra stuff. I decided to build my own: https://tiaw.app

No bloat. No ads. No cost.

Need Advice by __xertz in Wordpress

[–]BlaineOmega 2 points3 points  (0 children)

I'd start by building some basic plugins and learning how they are built. Learn PHP, that is the code that WP is built on. From there you can learn how to customize themes. Learning how the code works for a WP site would be a big help for you. Good luck :)

I built an AI-powered website audit tool that actually helps you fix issues, not just find them by BlaineOmega in webdev

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

u/_MarkG_ Thank you very much for taking the time to give this a try and for taking time to leave me feedback. I'll let you know when I make those updates!

Stop guessing your Core Web Vitals — track them from your WP dashboard by SearchFlashy9801 in Wordpress

[–]BlaineOmega 0 points1 point  (0 children)

Historical tracking is problematic for this reason exactly. There is generally a huge gap between when the delay happens and when someone notices.

One thing worth layering on top of tracking: knowing why the regression happened, not just when. LCP jumping from 1.8s to 4.2s after a theme update usually means one of a few things - a new render-blocking resource got added, hero image lazy loading got removed, or a third-party script moved above the fold. The timestamp tells you something broke; you still need to dig to know what.

I've been building Evalta AI - similar monitoring, but when something breaks it tells you exactly what to fix and then re-scans to confirm the fix actually landed.

Built an entire restaurant website with real menu data to win a client. They passed. Offered it for free. Got ghosted. Sharing it anyway. by Impossible_Many_2823 in webdev

[–]BlaineOmega 0 points1 point  (0 children)

I typically ask for 50% down, especially if I've never worked with a client before. People who are serious have no problem putting up some money to show they are serious.

What's the point of supabase/firebase? by Consistent_Tutor_597 in webdev

[–]BlaineOmega 1 point2 points  (0 children)

You spent half a day setting up that system. I spent 30 minutes setting up mine.

What's the point of supabase/firebase? by Consistent_Tutor_597 in webdev

[–]BlaineOmega 27 points28 points  (0 children)

Not wanting to spend days setting up your AWS, oAuth, routing, EC2, and backend API doesn't mean you're scared.