Hi,
- I'm Jose
- Building phrazee.com an educational app providing byte sized wisdom, actionable insights and reflective explanations.
- I need help with getting my app in front of people and getting constructive feedback.
Thanks Pete for taking this initiative!
Posts by Jose
Thanks for the recommendations. I have been using Supabase with PG Vector to store my embeddings. Then use supabase stored functions to work with them. Also edge functions to talk with OpenAI apis. It's been great so far and keeps everything together.
It's a cliche I can relate to. I used to feel the same after gym sessions as well. The feeling where all the stress and worries have disappeared and you feel like you are unstoppable π. I need to get into that groove again. Thanks for the encouragement. Very Kind.
Working with loads of MVC frameworks have ingrained the observer pattern in me. Usually my go to. Would be interested in your thoughts as well.
Thanks for reminding me to get a life outside my screens. I'll probably still be dreaming up new features, but hey, keep sharing your progress. One day, it just might nudge me out! π #motivation
Thanks for sharing. π
My Expo router seems to be breaking when I navigate (router.push) to the same component with different id.
/posts/1 -> /posts/2 -> /posts/1 then when I navigate back it gets stuck after /posts/2
- I'm using getID in stack screen
Have you faced this #ReactNative #Expo #Developers #BuildInPublic ?
One of the best use cases I have found for myself is cosine similarity searches on vector embeddings. You can't do this with the API but can be done easily via the postgres functions.
You can use them in addition to REST APIs to extend functionality. Think of this as you creating your own custom API endpoints for complex logic. This can in some cases help us reduce over fetching for aggregations or transformations. They have a nice video @ supabase.com/docs/guides/...
Please do share any insights you may have.
I should have been more specific. Thanks for pointing it.
I'm building phrazee.com a micro learning platform that provides a feed of phrases mainly from books and generates actionable insights users can implement in their busy life.
I integrated PostHog mainly to see how I can improve this process.
Integrated PostHog to my react native expo app. It was surprisingly easy to get up and running.
Wondering if #BuildInPublic has any tips and tricks for building insights.
Like what to look out for?
What are some reports that have proven very valuable?
Any help would be greatly appreciated. π
Trying to find balance between the constant need to do things and doing things instead of sitting back and considering why it's necessary or how big the impact would be is something I always struggle with. Thanks for reminding π
Great Choice ! Been building on Supabase for a while now. I would highly suggest using their functions not just the edge functions but the actual postgres functions which can be called from the client. Changed the game for me.
Couldn't agree more ! It sucked me right in. Love how the guy says the most absurd things with a straight face. Like "Enjoy your Balloons" ... What ? ππ
Things will break, it's okay. Always backup your important files and start again.
Switched to Silverblue from Workstation. Living the flatpaks and appimage life. π
@signal.org
Gear Lever on Flathub has made managing AppImages so much easier. Would highly recommend. flathub.org/apps/it.mijo...
Well I did it. I went ahead and installed Silverblue. Happy with the flatpaks and appimages for now.
Hi Simon!
Thanks for your tutorial videos. I have managed to release this app on Play Store still working on App store release. Please have a look phrazee.com
Just tried EAS Update on my expo react native app for the first time. Mind Blown π€―. This would save so much time for me. Thanks @expo.dev
My fedora installation has done great over the years but I have installed so much stuff that it would be a bother to debloat it.
Considering switching to an immutable OS like Fedora Silverblue for daily use. Would the #linux community recommend atomic OS for development?
Ok I know nobody cares about this but me, but GOD I care:
1. I have just downloaded your app.
2. You want me to make an account. I donβt want to make an account!
3. When I enter my email, you inform me that I already have an account! This seems like a good thing, but I know it means only pain. 1/2
Distrobox. So overpowered. I am disappointed that it took me this long to find. It should be discussed more.
Appimages are my go to solution to get new software. I like that I can compartmentalize the application and it's dependency from my OS. I also like how they can self update.
Flatpaks are nice I only avoid them due to the lack of official packages. I wish more devs would release flatpaks officially.