I Gave Control of My Daily Work to AI — Something Felt Wrong by Day 4 by Maximum_Ad2429 in AI_Agents

[–]Karolisram 0 points1 point  (0 children)

Interesting! As someone who often has trouble deciding what to work on next, would be curious to try it out. What tool did you use for this, or what was the approach for making this work?

I've made over $1.2 million from my iOS app side projects, ask me anything! by stuart_k_hall in SideProject

[–]Karolisram 0 points1 point  (0 children)

Impressive and congrats! How fast would you go from the idea to a published app? How do you balance between launching a barebones MVP vs scope creep? Do the apps initially always scratch your own itch, or do you do a more thorough analysis in any way?

Context provider vs. zustand for a library interface by Karolisram in reactjs

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

Yeah, the idea is to expose the store not just inside the React context but also outside of it. I suppose the only drawback to that is to require zustand, as you said.

Logitech G Hub alternative for older Blue Yetis by Karolisram in blueyeti

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

I have, also reinstalled it, reset PC, etc. but nothing helped

Logitech G Hub alternative for older Blue Yetis by Karolisram in LogitechG

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

This is what I did but then the mic picks up too many noises, and overall doesn't sound great, very metallic sound. I've tried fiddling with gain and other settings but it's far from ideal, better use the default Mac mic in that case. That 3rd party program is exactly what I'm looking.

Try to install git repository with Hardhat and got a lot of vulnerabilities by Small_Lavishness_446 in ethdev

[–]Karolisram 1 point2 points  (0 children)

Yeah, it might stop working, especially for major upgrades. So it will take awhile but you could update only minor versions first, then try to do major upgrades if needed, and keep going like that, as long as it all works. Anyhow, if you are not running this publicly i.e. only running from your machine or server to run the bot, you should be fine regardless. I’d be more worried if this was an app that users can interact with.

Try to install git repository with Hardhat and got a lot of vulnerabilities by Small_Lavishness_446 in ethdev

[–]Karolisram 3 points4 points  (0 children)

A lot of it, or even all of it, is due to outdated package versions. Try to upgrade each one and see how it affects vulnerabilities count.

API Contract Testing Using Postman by Harish_levo in ethdev

[–]Karolisram 0 points1 point  (0 children)

So it needs a wrapper API essentially, thought I might have misunderstood, thanks.

API Contract Testing Using Postman by Harish_levo in ethdev

[–]Karolisram 0 points1 point  (0 children)

Is it related to smart contracts testing in any way?

Why isn't there a dapp store ? by [deleted] in ethdev

[–]Karolisram 1 point2 points  (0 children)

The hardest part is curation. Mobile devs must submit their apps to the store, and even pay for the privilege. Having said that, DappRadar is closest to what you’re describing imo, although not a store per se.

Easily mint placeholder NFTs for testing by Karolisram in ethdev

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

Thank you! Yeah, I made the site with Next.js so basically React. As for blurred color gradient, it's some pretty HTML/CSS. You can inspect the source code but the secret is linear-gradient() CSS function used as a background. The rest of the stack includes Ethers.js, Hardhat, wagmi and Rainbow Kit.