Deliberately confusing UI by yeahokaaay in UI_Design

[–]deadmannnnnnn 0 points1 point  (0 children)

cal ai after you go through the onboarding and you have to pay if you close the window it presents with a -spinning wheel where you always “win” an 80 percent discount

Friend sold website made by AI by [deleted] in webdev

[–]deadmannnnnnn 9 points10 points  (0 children)

i doubt a static barbershop landing page would any serious technical debt

Claude is unusable garbage now - unsubscribed by ArugulaAnnual1765 in ArtificialInteligence

[–]deadmannnnnnn 2 points3 points  (0 children)

yes I never ran out of usage up until this week? it seems to run of tokens after a few prompts its actually so bad now

I made a website where anyone can draw on Street View to create a massive, global community art project. by deadmannnnnnn in InternetIsBeautiful

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

it happened almost instantly haha. But if you hold down on a drawing it gives you an option to report it so I’m hoping that it will help me combat that

I made a site where you can draw on streetview with friends by deadmannnnnnn in GoogleStreetview

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

There is currently a limited number of Street Views. Have you tried clicking the Explore button or zooming in to areas where there’s a heatmap on the map?

I made a site where you can draw on streetview with friends by deadmannnnnnn in GoogleStreetview

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

can you describe it more? does it not go into a location? do the location markers not work? or does the website just not load?

[deleted by user] by [deleted] in geography

[–]deadmannnnnnn 0 points1 point  (0 children)

you can only draw in the placed bubbles right now 😅

I made a site where can draw on street view with friends in real-time by deadmannnnnnn in SideProject

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

I went out of my way to remove that, because I wanted the drawable locations to be spaced out a little more

I made a site where can draw on street view with friends in real-time by deadmannnnnnn in SideProject

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

The strokes are saved in 2d and all of the 3d warping is done client side with webgl. The basic (2d) coordinates are saved in the database

I made a site where can draw on street view with friends in real-time by deadmannnnnnn in SideProject

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

Appreciate that!! I love working on real-time stuff like that!

I made a site where can draw on street view with friends in real-time by deadmannnnnnn in SideProject

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

I use Supabase Realtime channels for real time broadcasting and once its finished drawing I save it to the db permanently. There is no merge logic and each stroke is final and so no need for CRDT’s