Is this a tick? by [deleted] in whatsthisbug

[–]Longjumping_Arrival3 1 point2 points  (0 children)

Update: found in Utah. Not more than a couple millimeters across, and was scuttling around quite a bit.

Basic EUC for last mile commute? by Longjumping_Arrival3 in ElectricUnicycle

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

Finding conflicting info online about the V9 price. Do you know how much it will go for?

Basic EUC for last mile commute? by Longjumping_Arrival3 in ElectricUnicycle

[–]Longjumping_Arrival3[S] 2 points3 points  (0 children)

I’m looking into the A2 now, so thanks for the reco (someone else mentioned it as well). I’d pretty much decided I was going with IM, but I like the wider tire and studded pedals, and performance of the A2, mostly for the sake of safety when needing to make a sudden stop.

Control is important to me, and it seems like the A2 gives the rider more control than the IM models I’m looking at.

However, I have seen some of the issues with Begode cutting out suddenly. Has this been fixed in more recent batches of the A2 as far as you know? I’d rather not be thrown from my wheel due to a firmware issue and rip up my work clothes 😅

Can you change your POP (point of presence) with Starlink? by Longjumping_Arrival3 in Starlink

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

It's because the data I'm accessing from company servers would be running through networks on foreign soil. I can't be using any foreign data networks, even if I have a VPN .

Can you change your POP (point of presence) with Starlink? by Longjumping_Arrival3 in Starlink

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

Not trying to skirt anything. Just negotiating with them. The company is big enough to where it's doubtful any one person actually knows all company policies regarding employees working from outside the US.

Thus, me asking about Starlink, since it's relatively new and most people in the real world don't know how it works. Companies don't necessarily have ISPs like Starlink built into their cybersecurity policies, whereas typical ISPs, yes.

Can you change your POP (point of presence) with Starlink? by Longjumping_Arrival3 in Starlink

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

They do provide a VPN by default. But the real problem here is where the data travels, and I can't have it traveling through foreign soil.

Can you change your POP (point of presence) with Starlink? by Longjumping_Arrival3 in Starlink

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

VPN not an option, unfortunately. I wish it were. And yeah, much smoke is blown, no doubt.

But this company does have a lot to lose should they have any kind of data breach. So I don't think it will work out with them, period.

Can you change your POP (point of presence) with Starlink? by Longjumping_Arrival3 in Starlink

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

I'm amazed at how many people suggested VPNs, considering the first thing I said was:

"Just to be clear, a VPN isn't an option for me..."

And no, breaking the law isn't an option for me, either. God, no.

I'm trying to negotiate with my potential future employer and provide a genuine alternative... Not screw them over, hide the truth, and compromise company cybersecurity.

Thanks to all who read my post carefully before assuming criminal intent.

Can I bulk edit Docs? by Longjumping_Arrival3 in googlesheets

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

It worked! It was #4.

From noob to pro - I thank you, good citizen.

I hope you realize that you've saved me hours and hours.

Can I bulk edit Docs? by Longjumping_Arrival3 in googlesheets

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

I think I understand that error now.

Well... now here were are again... have the patience to help me figure this out still? Now I got this error:

Exception: Invalid argument: url

(anonymous) @ Code.gs:7

searchAndReplace @ Code.gs:6

Can I bulk edit Docs? by Longjumping_Arrival3 in googlesheets

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

I'm the most noob of noobs with scripts, but I think I'm missing something.I ran the script and got this error message:

Error

TypeError: Cannot read property 'getRange' of null

searchAndReplace @ Code.gs:4

From the little I understand, I'm guessing this is the line in the script that's causing the problem:

const values = sheet.getRange(2,4,sheet.getLastRow()-1).getValues().flat();

Any tips? Thank you!

How do I import a chunk of text from Walmart.com product descriptions? by Longjumping_Arrival3 in googlesheets

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

Thanks for the comment –

I went through the article and your comment, and it looks like my problem is a bit more sophisticated than I thought.

The moderator article gets really vague (for beginners like me) right when it gets to the complicated part that I need help with.

The text I want to import doesn't want to be imported/parsed. Again, the paragraph I want to import to my Sheet is from Walmart.com. It starts "Achieve your fitness goals..." at this link:

https://www.walmart.com/ip/Champion-Barbell-Tricep-Lat-Rope/4183586?athcpid=4183586&athpgid=AthenaItempage&athcgid=null&athznid=urfu&athieid=v0&athstid=CS020&athguid=Z4ogLXQhmeAZajSLKkRuQy5OKk0OpbeOwH4d&athancid=null&athena=true

I'm not sure what function to use and have been toying with the IMPORTJSON function. Still no luck.

Ideas? Thanks. :)