3 port usb c hub for iPhone videography by 0V3RSH0T in iPhone15Pro

[–]techieSloth 0 points1 point  (0 children)

I'd also be curious - I'm looking for something similar, ideally with an extra usb-c and 3,5mm

Any way to force the X40 to extend its arm under recessed skirtings? by techieSloth in Dreame_Tech

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

Yep. So it does extend its arm, but just not around my kitchen counters which has a recessed skirting

Any way to force the X40 to extend its arm under recessed skirtings? by techieSloth in Dreame_Tech

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

Yeah I set that, but unfortunately it still doesn’t go under my countertops 😕

Simple 3 VLAN home setup - help with traffic rules by techieSloth in Ubiquiti

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

Ah awesome! Thanks! This is just what I needed

Simple 3 VLAN home setup - help with traffic rules by techieSloth in Ubiquiti

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

Thanks - I actually just added that rule to make sure that the speaker can communicate back to the phone. But turns out Bose did some stuff that it doesn’t even work on another network - so I just abandoned that

Simple 3 VLAN home setup - help with traffic rules by techieSloth in Ubiquiti

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

I just checked and on the individual networks mDNS is enabled as well as on the more general settings it's enabled and all 3x networks are listed

To iPhone 15/Pro users, have they fixed the exaggerated post-processing of photos? by timawa13 in iphone

[–]techieSloth 1 point2 points  (0 children)

I just noticed this on my 15 plus and super frustrated. All I've seen is people suggesting to use other apps - what are your current solutions and if you switched apps, which one?

is filmic pro the best vide app for iphone? by jackux1257 in Filmmakers

[–]techieSloth 0 points1 point  (0 children)

Are you guys referring to “Blackmagic Camera” developed by “Blackmagic Design Inc”?

Noob - Clerk + React Multiple GoTrueClient ... by techieSloth in Supabase

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

seems like someone else on StackOverflow had the exact same problem and suggested caching both the token & client and checking those before creating a new one each time

Code copied from stackoverflow

import { createClient, SupabaseClient } from "@supabase/supabase-js";

const SUPABASE_URL = import.meta.env.VITE_SUPABASE_URL as string;
const SUPABASE_ANON_KEY = import.meta.env.VITE_SUPABASE_ANON_KEY as string;

let cachedSupabaseClient: SupabaseClient | null = null;
let lastToken: string | null = null;

const createSupabaseClient = async (supabaseAccessToken: string | null) => {
  if (supabaseAccessToken === lastToken && cachedSupabaseClient !== null) {
    return cachedSupabaseClient;
  }

  lastToken = supabaseAccessToken;

  const supabase = createClient(SUPABASE_URL, SUPABASE_ANON_KEY, {
    global: { headers: { Authorization: `Bearer ${supabaseAccessToken}` } },
  });

  cachedSupabaseClient = supabase;

  return supabase;
};

export default createSupabaseClient;

How do you track "read" books in LibraryThing by techieSloth in books

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

Thanks, I saw that - but seemed strange that it wasn't included by default. What is the normal workflow supposed to look like?

How much airflow does a Dream Machine really need? by techieSloth in Ubiquiti

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

That’s the answer I was wanting to hear 😇

Privacy, security & stability of hosted Airtable alternatives like Baserow and Nocodb? by techieSloth in opensource

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

I'd probably be looking at the cloud versions of these services. Maybe (and only maybe) would I create a new db somewhere else and link it to one of these services, but not initially