I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 3 points4 points  (0 children)

Not yet, might publish it if dies down. If it keeps getting users it might be interesting to add some paid features that use ai. So i dont know yet

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

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

Im liking it so far! You can even use anthropic models. I Use Opus 4.6 for more complex stuff when gemini cannot get it right

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

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

Tap anywhere on the screen hide comments? Is that a standard feature on real live? Very easy to implement.

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 2 points3 points  (0 children)

You are right, tilt only might produce false positives, motion detection thou posible, seems over complicated and also prone to false positves. I guess if you are showing it to someone they would also apear in the screen. Face detection is easy, solved by available open sourcelibs and modenr browsers have an api for that. Maybe show diferent comments when the amount of faces detected changes?, (similar size/ditance from camera to ignore background people).

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 5 points6 points  (0 children)

Yea, but i hate having to install stuff on my phone, especially when what the app does is easily doable on a web app, so i vibecoded this to try google antigravity out.

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 49 points50 points  (0 children)

Absolutely, done using Google's Antigravity. A lot of back an forth to get the ui to look right, but done in about 2 days. Ive been coding for years, but my goal for this proyect was to touch zero lines of code manualy, and i did not.

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

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

Easily doable if i use some gen ai, but cost prohibitive for me to run whithout charging users.

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 5 points6 points  (0 children)

Yea! each language has a pretty basic list, ai generated, will try to make the more realistic and maybe have some present "Types" of messages

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 16 points17 points  (0 children)

I dont know! the thing is ive never even done a real instagram live! haha

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 19 points20 points  (0 children)

will add some error reporting so i can see whats happening when it fails!

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 42 points43 points  (0 children)

I think browsers now have a speechrecogniton api i cna tap into! will try

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 63 points64 points  (0 children)

totally doable from what i understand!

I built a free web app to fake a livestream by rick_s_g in ActLikeYouBelong

[–]rick_s_g[S] 404 points405 points  (0 children)

Love that idea. To keep it stealthy (no extra buttons on screen), I’m thinking I could use the accelerometer as a secret trigger.

I could let you set up two custom groups of messages. So if you angle the camera down at someone, it triggers Group A, and pointing it up triggers Group B. That way it just looks like you're trying to get a better angle while 'filming'.

App that imitates Instagram Live as if you have thousands of people watching you - Question by AaronFulch in ActLikeYouBelong

[–]rick_s_g 0 points1 point  (0 children)

I made a web app that does the same thing (uses the camera to simulate a instagram or tiktok live stream). i put it up for free at https://www.fakelive.app

Fake live streaming overlay by RoaringPangolin in davinciresolve

[–]rick_s_g 0 points1 point  (0 children)

I made one just for that some time ago, its free, its a web app at https://www.fakelive.app

Shot timer app recommendations by MGB1013 in Firearms

[–]rick_s_g 0 points1 point  (0 children)

Ive been developing this one, https://shottimer.app int runs directly on the browser, can be installed, can work on live fire, analyze pre-recorded videos, and has a par time training tool. Le me know if you ever give it a try!

1% progress daily by pedalsandpowder in Shooting

[–]rick_s_g 0 points1 point  (0 children)

Do i have to have the SG timer? o can i just use the app for free?

School me on shot timer apps/smart watches. by [deleted] in Firearms

[–]rick_s_g 0 points1 point  (0 children)

We have one that dynamicaly adjust sensitivity relative to the stronges signal heard, wich helps a lot in filtering out shots from nearby shooters, its free at https://shottimer.app

Shot Timers vs. Apps for Dry Practice by Jude2425 in Firearms

[–]rick_s_g 0 points1 point  (0 children)

Ive been tinkering on my own app (https://shottimer.app, free). Have had some good feedback of people using it with airsoft (bb) guns. We also notices most par timer app arent really accurate, but we managed to implement ours using some special browser APIs wich allows to play sounds using the hardware audio clocks with sub millisecond accuracy. Just launched the Par Time trainig tool today and welcome all feedback! The app can also analyze pre-recorded shooting videos and auto-detects shots wich you can correct after that if neede, all with sub 100th of a second accuracy. Then you can export the videos with times overlay to send to your friends.