VibeCoder

joined 4 days ago
[–] VibeCoder@hexbear.net 9 points 3 hours ago

TikTok discourse on gentle parenting had me confused about the “permissive” part for a second

[–] VibeCoder@hexbear.net 5 points 5 hours ago

My desire to make money off my music killed my passion for it so completely that I stopped listening to music entirely. It was my life and my first love. I made a living and was generally considered good at it by my peers and clients. I ended up giving up a prominent spot in the local music scene because I was just so burnt out on grinding every day.

I’m just starting to get back into writing after a decade off. I’ll probably never teach again. My chops are so atrophied that I feel disabled. Like I can hear things in my head and I know how to play them. I can feel how it would feel in my fingers to play them. But my fingers feel like they’re moving through sludge. I used to literally sleep with my guitar and play while I ate. It was like an extension of my body that I’m now so divorced from.

[–] VibeCoder@hexbear.net 11 points 6 hours ago

You also don’t suddenly get rid of it once you’re an adult, which I believe is the point being made

[–] VibeCoder@hexbear.net 43 points 6 hours ago

Greta about to get martyred by the genocide brigade

[–] VibeCoder@hexbear.net 10 points 21 hours ago* (last edited 21 hours ago) (2 children)

I was actually just looking into CSAM moderation and the current state of available solutions is abysmal. Cloudflare’s fuzzy hash comparison is widely recommended as if it’s a get-out-of-jail free card to wash your hands of CSAM detection. But it only detects hashes of known CSAM material. So good luck with minors uploading their own nudes in DMs, let alone dealing with this AI bullshit.

Edit: I should say there are indeed services catered toward corporations that offer these kind of detection. It’s a tier of service where you need to contact sales in order to get pricing if that works as a shorthand for people. I was looking at it as a solo developer and comparing it to a lot of cloud services and platforms, it’s just not catered to smaller scales.

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

This is the antisemitic demon the DSA has chosen to lionize

Classic lionization issue i-spil-my-jice

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

Dysphoria’s stupid. I don’t want to look like a woman but I only ever get jealous of the way women look.

[–] VibeCoder@hexbear.net 9 points 1 day ago
#!/usr/bin/env python

def main() -> None:
    """executes when file is run as a standalone script"""
    print('hello world')

if __name__ == '__main__':
    main()

geordi-no

print('hello world')

geordi-yes

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

Click click boom

 

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 ›