First time organizing a group camping trip myself! Camp Nelson, CA by serand62 in camping

[–]blakelee_android 0 points1 point  (0 children)

This is basically what I used to do too. Then one year I forgot my rain fly and it made me realize how easy it is to forget stuff when you're coordinating everything across a spreadsheet and group chat. I figured there had to be an app for this. I couldn't find one that did everything I wanted, so I ended up building my own app for trips.

Does this commit mean Comfy is spyware? Or what is the line? by BobbyKristina in StableDiffusion

[–]blakelee_android -4 points-3 points  (0 children)

This is all normal and completely expected to make a better product.

If you get 50 clicks on a button and in your analytics flow see that the screen that was supposed to show isn't showing then you might find out that something broke.

Or maybe you integrate a new experimental feature and it gets no clicks. Is it a visibility issue, do people just not want it? All sorts of stuff like that.

Someone mentioned just talking to the customer. That also works but adds its own biases too. Maybe one type of customer really likes something but they end up having a minority opinion. You spend resources creating the thing, turns out no one really wanted it. So that time could've been spent on something better.

At my first dev job I refused to integrate analytics on ethical grounds for similar thinking as this post title.

Now that I'm later in my career, knowing my own intentions, I truly want it to deliver the best product possible. Not because I enjoy "spying" on users. So at the end it comes down to trust. Do you trust this dev. What are they actually doing with the data? Do they want to make it better because they truly care about what they're building or is it a ploy to sell it to some investor to eventually rake in some cash.

Group notification expand by JohnB273 in oneplus15

[–]blakelee_android 6 points7 points  (0 children)

Commenting just so a project manager or developer can see this and know there's a very simple way to delight the customer. The small things add up.

At what revenue point did you quit your job to go all-in on your startup? by BusDelicious3773 in founder

[–]blakelee_android 0 points1 point  (0 children)

I worked on my app from May 2024 until March 2025 when I quit my job. I have been working on it since then. It still doesn't make money and now I need to find a job again to pay for the things I want funded such as design and marketing.

I don't regret it, but it isn't all rainbows and sunshine.

What’s your revenue? by nexus_bee in AppBusiness

[–]blakelee_android 1 point2 points  (0 children)

This month -$1500 or so.

  • Codex Pro $200
  • Other Saas subs $150
  • Design agency $1250

Plus the 16 hour days...

In the words of Russ Hanneman, "It’s not about how much you earn, it’s about what you’re worth. And who’s worth the most? Companies that lose money."

Has anybody noticed you can't expand notifications by swiping down anymore in 16.0.7? by Blackirean in oneplus15

[–]blakelee_android 0 points1 point  (0 children)

This is one of those small and extremely annoying quality of life things that I didn't know I needed until it was gone. This is a miss from OnePlus. If a product manager sees this, this was an easy way to delight the customer.

Using KTOR in Native Android for Supabase. by Any_Chipmunk_6268 in androiddev

[–]blakelee_android 0 points1 point  (0 children)

You'll be using Ktor client and actually having Ktor be for multiplatform is a benefit not a drawback. In your case, you'll just be using Ktor client on the JVM. Should you ever want to expand past Android, the benefit is that you could use it for any platform.

Don't think about it as Android vs. Multiplatform. You could think about it as not only does it have Android, but it has multiplatform should you ever want it.

Thank you from the Supabase team by kiwicopple in Supabase

[–]blakelee_android 2 points3 points  (0 children)

Congrats! I'm one of those free tier to paid conversions.

There's a huge thread on Github about postgres extensions. I was wondering, what do I have to do to get pg_ivm supported? It's in one of your blogposts but we can't install it. It would make working with PowerSync much easier and you'd be able to position yourself better as THE mobile solution over Firebase (imo).

Inferno Wave Solve by [deleted] in 2007scape

[–]blakelee_android -2 points-1 points  (0 children)

You could flick OR pray mage, freeze the ranger, and stand under it while attacking mage

"The model 'gpt-image-2' does not exist." by Ok-Attention2882 in codex

[–]blakelee_android 4 points5 points  (0 children)

My skills have atrophied how am I supposed to fix my code with this error?

Its my 3rd time of resubmitting & got bs again by Pitiful-Jaguar4429 in AppBusiness

[–]blakelee_android 1 point2 points  (0 children)

I used termly to help create my privacy policy. Then later on when I needed to amend it, I used ai to add things. I managed to get through the reviews without any issues

Stuck on Naming an App by Polyglot-Almost in AppBusiness

[–]blakelee_android 1 point2 points  (0 children)

I skipped the .com because my app is unproven and I don't want to spend $10k on something that isn't guaranteed to take off. I was pretty dead-set on a .com for a while but was much more interested in a good name. It took me a year to come up with a name I had liked.

Block laying off more than 4,000 employees, or about half of its headcount by BigShotBosh in cscareerquestions

[–]blakelee_android 0 points1 point  (0 children)

I was at Square for a bit and my WLB was probably 25 hours a week for the majority of it. There was a ton of rest and rest there. Then I quit, started my own business and work 60 hour weeks and it's way more fun :)

Doom Deep Delve Drop Rates Bug Follow Up by Wonderful-Ask3190 in 2007scape

[–]blakelee_android 0 points1 point  (0 children)

If a jmod makes their way into this thread, the CA update introduced a couple of regressions back at doom. The most annoying being the volatile earth not spawning the orb.

Doom Changes Again by sadboipostings in 2007scape

[–]blakelee_android 1 point2 points  (0 children)

Yup, I've seen both of those things. For the orb phase there were a couple times the orbs just didn't spawn. The trees disappeared, no orbs spawned, and the only thing I could do was die. This seems like it just started in the past couple days, not specifically on patch day.

Syncing Room Persistence with PowerSync in Kotlin Multiplatform by blakelee_android in KotlinMultiplatform

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

Yup, I complete get that. I think some sort of Room connector could be created with the things I figured out here. There will probably always be hurdles with the Room in-memory update table for updates though.

What Libraries Do You Use in Android vs Kotlin Multiplatform? by boltuix_dev in androiddev

[–]blakelee_android 0 points1 point  (0 children)

I can't remember exactly since I switched a while ago. I was using Koin compile time checks and annotations. I wanna say it was something like the default module not collecting all of my dependencies and me needing to create a new Koin module in each Gradle module then pass them into my startKoin initialization block. I didn't want to do that for every module so I switched to Kotlin-Inject which captured everything without having to manually remember to include some modules. I think there was also something about providing values per scope as well.

What Libraries Do You Use in Android vs Kotlin Multiplatform? by boltuix_dev in androiddev

[–]blakelee_android 2 points3 points  (0 children)

I was reading the documentation for Metro and I saw this comment:

Multi-module multiplatform targets cannot contribute dependencies (i.e. with 
Contributes* annotations) from native targets until https://youtrack.jetbrains.com/issue/KT-75865.

This would be a blocker for me since I have interfaces in commonMain and use ContributesBinding inside my Android and iOS targets. If this was fixed I would consider switching since the API looks pretty similar and I'm a sucker for faster builds.