VibeCoder

joined 2 weeks ago
[–] VibeCoder@hexbear.net 3 points 10 hours ago

Yeah the shelves are already super bare at all the grocery stores in my town. Entire displays just bare metal with nothing on them. There was an entire empty aisle at Walmart.

[–] VibeCoder@hexbear.net 15 points 12 hours ago

He’s used that line on his family plenty of times

[–] VibeCoder@hexbear.net 6 points 1 day ago* (last edited 1 day ago)

Before this loaded I thought it was going to be the Sikh farmers getting hit by the water cannons

[–] VibeCoder@hexbear.net 7 points 1 day ago

There’s definitely overhead to spinning up and running a JS interpreter (although it uses Hermes instead of V8, which helps) as well as communicating between JS and the native layer. I think the extent to which that stuff results in bad performance on its own is greatly exaggerated and is acceptable for a lot of use cases.

For the extra effort of learning how to optimize RN code, you get the benefits of:

  • not maintaining 3 codebases to deploy to iOS, Android, and the web
  • transferable knowledge if you have a lot of JS and/or React devs who don’t know the languages for native dev
  • OTA updates, meaning you don’t need Google and Apple’s approval every single time you wanna change styling on a button or fix a bug and your users can’t remain on ancient buggy versions forever

I’d say when dev resources are limited, React Native is a good choice. Was it a good choice for Microsoft? Seems like the answer is no, but that could easily be the result of bad org charts just as much as the failure of individual devs.

As far as vibe coding goes, I was very happy with it right up until I wasn’t. I hit the same “this is a mess I’d better rewrite it” wall I always do with side projects except I hit it faster. At work I’ve found AI useful for speeding up monotonous tasks, but I’ve never had luck with just letting it fly and not giving the code a close review as soon as it’s generated. Prompting AI to fix a bug it created seems to create more bugs just as often.

[–] VibeCoder@hexbear.net 6 points 1 day ago

It’s possible. I wouldn't make that assumption without profiling the code though.

[–] VibeCoder@hexbear.net 23 points 1 day ago (4 children)

React Native apologist here AMA

 

Enough talk about watermarks and identifying which AI slop is real or fake. Regulate the power consumption, the water usage, the emissions, and/or the bandwidth. Either kill that shit in the cradle or let companies finally figure out how to proooooompt without killing our habitats even faster than we already were.

[–] VibeCoder@hexbear.net 8 points 3 days ago

We need an emoji of that guy going “Israel #1! No politic!”

[–] VibeCoder@hexbear.net 21 points 5 days ago

I fear that standing at the bow of a ship that’s attempting to breaking a fascist blockade is now gender goals

[–] VibeCoder@hexbear.net 21 points 5 days ago

It works on occasion for certain issues if people do it en masse. Just not a path to systemic change

[–] VibeCoder@hexbear.net 25 points 5 days ago (3 children)
[–] VibeCoder@hexbear.net 8 points 6 days ago (1 children)

A Dark Room

Surprisingly engaging narrative for a clicker

33
submitted 1 week ago* (last edited 1 week ago) by VibeCoder@hexbear.net to c/chapotraphouse@hexbear.net
 

I feel like every week there’s a new trend or term that skinny people are using to shame each other and call each other fat. And the threshold for who is and isn’t fat just keeps moving down. Makes me wanna gatekeep fatness, body dysmorphia be damned.

I genuinely don’t think there’s been this much a cultural shift towards an obsession with thinness since Heroin Chic.

Edit: I hear y’all loud and clear. Time to reset my algo

 

Players walk in to prefilled character sheets. Their characters are all peons in a battle that’s about to commence. Every time they die, they raise in rank and in level. They retain the memories they’ve gained while being other people and can choose which army to side with when they enter their next body.

 

My work is requiring me to start using AI so I did an exploration this weekend.

I was blown away by how quickly I was able to get a working app. Full social media clone complete with persistence, video and audio playback, auth, realtime updates, and image uploads in about half an hour. I was then horrified by the quality of the code and how little I understood what the code was doing. I 10x’ed my speed, but in return debugging and editing was 100x harder and more time consuming.

I was also attempting to learn React Native and took note of how little debugging using the AI helped me actually learn the platform I was working with. I ended up abandoning the AI in favor of just learning directly.

view more: next ›