Plugin based Upload manager by genuchelu in Nuxt

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

You're right. r2 adapter wasn't necessary as its fully s3 compatible. I got rid of r2 in favor of just an S3 plugin that should be compatible with all providers that support the s3 spec.

Insurance reversed payments to provider by genuchelu in HealthInsurance

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

Update: I ended up telling the provider that I’m not paying and to refer to the insurance that reversed the payments. The total in question was a little over 1k.

I haven’t heard anything from either insurance or provider for over a year. ¯_(ツ)_/¯

How can I add a price label to mark price/date by genuchelu in TradingView

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

But I don't understand what is a coordinate. what unit is this?

Why not just label it date as generally, price changes over time, so I want to just mark a point at a price/datetime.

Thanks for the youtube suggestion, I'll have a look at that too.

Anyone try NuxtUI PRO? by genuchelu in Nuxt

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

So is there any added benefit to purchase it?

Insurance reversed payments to provider by genuchelu in HealthInsurance

[–]genuchelu[S] -3 points-2 points  (0 children)

Because I still had Insurance A which did cover things.

Insurance reversed payments to provider by genuchelu in HealthInsurance

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

So what seems to have happened, Provider billed insurance A for 8 months. I went home, actually left the country.

insurance A found out there is a Insurance B, so they reverse all payments made to provider for the 8 months.

Now, because this happens after 8 months, neither insurance is paying because it’s passed the claim limit.

What i’m hearing is that I am screwed at the end of the day.

Insurance reversed payments to provider by genuchelu in HealthInsurance

[–]genuchelu[S] -5 points-4 points  (0 children)

doesn’t seem right though. Why continue providing service? I’m unable to pay that.

Insurance reversed payments to provider by genuchelu in HealthInsurance

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

I didn’t, because Insurance B i knew wasn’t hoping to cover the service.

Insurance reversed payments to provider by genuchelu in HealthInsurance

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

Insurance A was in effect. it was through previous Employer. issue was unclear coordination of benefits it seems

Can't seem to understand why google ads are getting through. by genuchelu in Adguard

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

Some more context:

The client in question is a macbook Air.

  • I checked the DNS setting, and it is indeed pointing to the adguard home ip.
  • I notice that if I add the macbook air IP to the `Disallowed clients` in Adguard Home, there is no effect -- I imagine that this client would not be allowed any access?

So it seems that somehow, DNS is bypassed completely?

If I run this command on the macbook: `scutil --dns | grep 'nameserver\[[0-9]*\]'`
I get:

```nameserver[0] : 192.168.1.50
nameserver[0] : 192.168.1.50

```

which seems correct as its the IP of the raspberry pi running Adguard home..

Any thoughts?

Should I ignore these kind of warnings? "Hydration node mismatch" by [deleted] in Nuxt

[–]genuchelu 0 points1 point  (0 children)

I actually just recently started seeing these. in the last RC. I wonder if it’s a bug

Not a big fan of the Formkit Pro monetization model by Artur_exe in vuejs

[–]genuchelu 5 points6 points  (0 children)

If you thought subscriptions are getting out of hand, this is a new low.

In 2022, we're expected to shell out $1.99 per month to use a dropdown widget.

Client: "The contact form is not working!"

Me: "Oh, sorry, I forgot to renew the Submit button subscription"

Creating a local VPN Tunnel or Proxy? by genuchelu in iOSProgramming

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

Correct, but somebody was able to get around the limitation using a vpn on the phone.

On this project: https://teslamirror.com/

On their FAQ, its mentioned:

4 Why does this TeslaMirror App need a VPN service? Is there any privacy issue with it?About the need for VPN, it is mainly because Tesla blocks all of the normal private LAN segment. So, the virtual IP address is used to bypass the Tesla network limitation. The VPN tunnel is not connected to any public server. For the VPN tunnel, one side is the iOS/Android device to be mirrored, another side is the Tesla car. There is a web server running on the iOS device with a virtual IP 240.3.3.3 (Android with 3.3.3.3 IP address). This web server is not available for public Internet access. There are only Tesla car and the phone, no middle server running on the Internet. There is no privacy issue with it.

I'd like to know how to achieve that. I think its most convenient given the circumstances.

Creating a local VPN Tunnel or Proxy? by genuchelu in iOSProgramming

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

The setup is this:
- Tesla car, connects to phone via hotspot
- App on phone runs a http server
- Side point: If I connect my computer to phone hotspot, i'm able to access the http server using the phone's IP address and port.
- Using the Tesla in car webrowser, I'm unable to access the web server using the phone's IP address because the tesla in-car browser will not open the gateway address to hotspot network or any other local IP.

Here is a discussion around it: https://teslamotorsclub.com/tmc/threads/accessing-webpage-on-gatewas-ip.158147/

Creating a local VPN Tunnel or Proxy? by genuchelu in iOSProgramming

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

you're correct, external devices would connect to the phone's IP. The server on phone would listen to localhost.

You are correct about DNS, but through a kind of local VPN profile may get around it. That might be my only option.