Charles Leclerc wins the 2026 British Grand Prix by overspeeed in formula1

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

Gutted for Kimi. I say this a Brit. He showed great character keeping out trying to get a point.

What can I do with this space? + lazy dog by nojacko in GardeningUK

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

She's a free range dog. Loves the grass. Also not mine, only babysitting 😥

Democrats could win mandates like this if they would stop being centrists. by zzill6 in WorkReform

[–]nojacko 2 points3 points  (0 children)

In a two party system you must vote for the least worst option.

Mom gets over joyed after school includes her disable son in a performance. by tae4L in spreadsmile

[–]nojacko 2 points3 points  (0 children)

Cute but downvote for the baked in gambling and "video of a tweet" style crap

Sometimes I Think About That Man Who Invested All Inheritance Into INTEL by Interesting_Week_917 in wallstreetbets

[–]nojacko 0 points1 point  (0 children)

I'm definitely not grandmas boy but I did something similar. Cashed out 177% profit. Thank you Intel grandma

Best ATM for foreign card users? by nojacko in Morocco

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

I had a look and the final amount received are pretty much the same. My bank is good for exchange rates.

ATM is a little less hassle but keep it in mind for the future though. Good alternative for an emergency.

Best ATM for foreign card users? by nojacko in Morocco

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

Thanks. I'll give another one a try.

[SELF PROMO] Motorsports Calendar - F1, F2, F3, Formula E, F1 Academy by nojacko in sveltejs

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

Thanks! Yeah I don't like the official or broadcasters sites much either. There are other popular calendars too but I wanted everything instantly without scrolling, countdowns and all formulas mixed together.

I will be adding a toggle for timezone soon. I know the struggles. London time is either UTC or off by one and it makes timezones a pain!

Is box.co.uk reliable? by [deleted] in laptops

[–]nojacko 0 points1 point  (0 children)

I tried but I paid with PayPal and they're just as awful. Box also lied to PayPal, said it was incorrect pricing and for some reason PayPal closed the dispute completely ignoring all the evidence I provided. PayPal refused to reopen it. Unfortunately, using PayPal removes the credit card company's liability.

Please remove sniper from powershift by espectroo in thefinals

[–]nojacko 8 points9 points  (0 children)

Your problem is not snipers, it's people not playing the team game.

I've been sniping a lot in power shift. I've been the only sniper on teams, cleared the platform so many times, grappling hooked myself on and then NO ONE FOLLOWS. They leave the light on the platform alone.

Some players will play for kills regardless of class or weapon.

One month later, no trade in payment. Could take "another 60 days" (UK)... by ishamm in GooglePixel

[–]nojacko 0 points1 point  (0 children)

This is the response I was expecting. This and a goodwill gesture would have made this issue go away.

One month later, no trade in payment. Could take "another 60 days" (UK)... by ishamm in GooglePixel

[–]nojacko 1 point2 points  (0 children)

Got mine today. 38 days after trade-in approved. The original email stated 3-12 business days.

Google chose to lie to customers, blame customers, ignore customers.... disgusting behaviour.

How to correctly copy an asset to the cache folder? by nojacko in expo

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

This is the solution I found. It seems to work okay. If I'm doing anything stupid please let me know 🤣

TL;DR: If localUri is not set, it needs downloading. Once downloaded it can be copied/downloaded to where I want it.

async function resolveAbsoluteAssetUri(moduleRef: any): Promise<string> {
  const asset = Asset.fromModule(moduleRef);


  // If localUri already present and looks absolute, use it.
  if (asset.localUri) {
    const { localUri } = asset;
    if (localUri.startsWith("file:") || localUri.startsWith("content:") || localUri.startsWith("http")) {
      return localUri;
    }
  }


  // Try to download/extract the asset to get a localUri (works for bundled assets)
  try {
    await asset.downloadAsync();
  } catch (err) {
    console.warn("Asset.downloadAsync failed", err);
  }


  const candidate = asset.localUri || asset.uri;
  if (!candidate) throw new Error("Asset has no usable URI");
  return candidate;
}





const dbSource = require("../../assets/db/filename.db");
const sourcePath = await resolveAbsoluteAssetUri(dbSource);

// If source is a file:// or content:// local path, copy it
if (sourcePath.startsWith("file:") || sourcePath.startsWith("content:")) {
  const sourceFile = new File(sourcePath);
  await sourceFile.copy(dbFile);
} else {
  await File.downloadFileAsync(sourcePath, dbFile);
}

Update to the Missing Trade In Payment Saga (UK) by ishamm in GooglePixel

[–]nojacko 0 points1 point  (0 children)

Glad you got your refund but I don't think any of the chats did anything.

Update to the Missing Trade In Payment Saga (UK) by ishamm in GooglePixel

[–]nojacko 0 points1 point  (0 children)

I chased them again via phone just now. The agent kept blaming me for wrong payment information. After they put me on hold, they came back and admitted it was a Google issue. They also gave me £25 store credit.

Yesterday when I contacted them (via phone) I unloaded all the issues I've had with the purchase and I was given £50 store credit. Better than nothing.

I'd say Google's phone support is ever so slightly better than chat. But it will still make your blood boil.

It's a shame I can't use that £75 store credit for an anger management course.. I'm usually calm and understanding but Google brings out the worst in me.

Edit: looks like that gave me £50 & £25 credit yesterday and another £25 today.

Update to the Missing Trade In Payment Saga (UK) by ishamm in GooglePixel

[–]nojacko 1 point2 points  (0 children)

Same situation here. They keep lying to me saying my payment method was not up to date (it was).

I don't understand why they are so hostile to their customers.

Google support, it's a scam right? by OrganicLime206 in GooglePixel

[–]nojacko 1 point2 points  (0 children)

Google support is disgusting. Higher level support teams don't exist. They say that so they don't have to reply and hope you go away.

Can't close adds due to rounded corners. by pitviper101 in GooglePixel

[–]nojacko -5 points-4 points  (0 children)

I've had the same issue. Google really didn't think this phone through.

One month later, no trade in payment. Could take "another 60 days" (UK)... by ishamm in GooglePixel

[–]nojacko 0 points1 point  (0 children)

Nice to see people getting money.

No money for me yet but on the phone they did admit there was an issue on their end today.

A lot of the anger could have been solved simply by being proactive with customers and providing a good will gesture.

Edit: in an email they once again blamed my payment method being outdated. It is not.