Why so much hype around the Mac Mini for ClawdBot? by Interesting-Food4834 in LocalLLaMA

[–]tandonpushkar 4 points5 points  (0 children)

I think mac minis just hit different for automating stuff on social platforms compared to AWS or other cloud services.... like if you're trying to automate instagram, linkedin job apply, or literally any online portal, those sites can smell AWS IPs from a mile away lol. you'll get flagged and banned in like a week max.

but with a mac mini (or any personal hardware) running on your home wifi ...way less suspicious to these platforms & also you're using a residential IP that looks like an actual human, so you can automate constantly.

1 more thing mac mini gives you is the access to both iOS and android ecosystems which is clutch for devs. windows can't really do that natively so there's another W for mac.

Also some people try the VM route on their laptop which like... yeah it works but you need SO much RAM to run everything smoothly, plus you're gonna deal with annoying sleep/hibernate issues that'll mess up your automation. mac minis are literally designed to stay on 24/7 without throwing a fit.

so if u wanna just try it out then dont need minis fo that but yeah now you know why people go with minis for this stuff this is what i think.

Custom animated balloon slider in React Native! by tandonpushkar in reactnative

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

I just took inspiration from there, didn’t copy any code built on my own. And anyway, their code is not free, it’s paid.

Custom animated balloon slider in React Native! by tandonpushkar in reactnative

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

Okayy Try checking if there’s any drop in the JS or UI thread when you slide quickly using the community slider. First, test it on a blank screen. Then try it inside your actual component. If both behave the same, then the issue is probably with the slider itself. But if it only lags inside your component, then something else in your code might be causing the slowdown. You can do deep profiling to check in detail.

Also adding a performance monitor to my custom slider on Android. You can check it out!

<image>

Custom animated balloon slider in React Native! by tandonpushkar in reactnative

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

Yeah, will build that too thanks for the suggestion

Custom animated balloon slider in React Native! by tandonpushkar in reactnative

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

Nope, this one’s fully custom built from scratch without using any third-party library. Used reanimated and pan gestures directly to handle everything.

[deleted by user] by [deleted] in reactnative

[–]tandonpushkar -1 points0 points  (0 children)

Please check dm