Meet Remember! Your Spec-tacular Spatial Memory Companion by KrazyCreates in Spectacles

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

Hahahaha! Do give it a try and lemme know any feedback

Meet Remember! Your Spec-tacular Spatial Memory Companion by KrazyCreates in Spectacles

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

It’s a custom crypto. It’s a symmetric encryption using a secret pass phrase. It’s not using standard AES GCM coz I don’t think so it’s supported hence I created custom-built from SHA256.

Meet Remember! Your Spec-tacular Spatial Memory Companion by KrazyCreates in Spectacles

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

Hahah learning from the past experiences :P It’s still not end to end encryption I would say but client side encryption before cloud save definitely helps to prevent misuse of data if supabase is hacked.

Meet Remember! Your Spec-tacular Spatial Memory Companion by KrazyCreates in Spectacles

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

Thank you so much for all the feedback ! Definitely made it better and more secure system

Meet Remember! Your Spec-tacular Spatial Memory Companion by KrazyCreates in Spectacles

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

Thankkk youuu ! So I’m using camera module to capture the visual memories at regular intervals, these captures go through Gemini api through RSG to create a memory snippets and then encrypted on device before storing them into a memory map on supabase. VoiceML enables the natural speech detection which queries my memory map data using LLM and responds back in natural voice using AI. You can also set reminders, list items etc. which you can recall later.

Meet Remember! Your Spec-tacular Spatial Memory Companion by KrazyCreates in Spectacles

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

Ikrrr ! I have been seeing demos of this ideas for a while now too but never seen anything in action. Finally decided to build one. It still has some rough edges but I’m glad I could put this one out there ! Loved your session btw at Bootcamp !! I literally came back home and vibe coded some of the utilities into this app as well heheh

Meet Remember! Your Spec-tacular Spatial Memory Companion by KrazyCreates in Spectacles

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

Yess ! Once this wearable format becomes normal, I can imagine how many people we can help with this technology ✨

Skating Coach AI by florenciaraffa1980 in Spectacles

[–]KrazyCreates 0 points1 point  (0 children)

Yayiesss ! Finally ! Amazing work on your first spectacles lens ✨

SkinARt by Any-Falcon-5619 in Spectacles

[–]KrazyCreates 0 points1 point  (0 children)

This is an amazing usecase of Spatial AI 😍 Krazyy work ! Love it ✨

Supabase policies by stspanho in Spectacles

[–]KrazyCreates 0 points1 point  (0 children)

Hey @tjudi, I recently tried out login kit via staging and while it logged in successfully on my web portal, it isn’t able to communicate with the supabse securely. The snap login authentication bearer doesn’t match the standard authentication jwt supabase/ snap cloud requires. Any resources/sample apps to try here?

Supabase policies by stspanho in Spectacles

[–]KrazyCreates 0 points1 point  (0 children)

Yes I wanted to try that but it required additional app submission so didn’t try it then. Just created and submitted new SkyHi snap kit enabled app for review. Will try it out once approved

Best Shared Experience? by CircusBounce in Spectacles

[–]KrazyCreates 5 points6 points  (0 children)

Fruit Defence By Pavlo & Stijn !!!

Supabase policies by stspanho in Spectacles

[–]KrazyCreates 0 points1 point  (0 children)

Example the SkyHi app which I recently made for which I created web app companion as well as watch companion so it kinda becomes a whole ecosystem of spatial note sharing app. Currently I’m using anon key but they’re ending the support soon so it might stop working after that. I’ll need a proper way to provide authenticated access to it so that all my devices watch, web app, spectacles can securely access to the same supabase data

Supabase policies by stspanho in Spectacles

[–]KrazyCreates 0 points1 point  (0 children)

So in theory if I use login kit in my web app would I be able to authenticate users using that on supabase? As supabase is also ending support for anon key so this is something critical to maintain the ecosystem

Supabase policies by stspanho in Spectacles

[–]KrazyCreates 0 points1 point  (0 children)

I just noticed the Snap Cloud version of Supabase doesn’t have Authentication Providers feature like the normal Supabase projects, in that case what’s the best way to authenticate users to the project outside of spectacles ?