797
Temporary mental block (programming.dev)
top 20 comments
sorted by: hot top controversial new old
[-] dandroid@dandroid.app 75 points 7 months ago

I'm the opposite. I am so bad at coming up with ideas, but writing code for a new project with no tech debt is exhilarating.

[-] JoYo@lemmy.ml 38 points 7 months ago

hey techbros, did you hear that? quit sending me your app ideas and give them to this one.

[-] blueson@feddit.nu 8 points 7 months ago

Oh, so you want to make a website where you post personal pictures of youself and post updates of your everyday life, while connecting to your friends? It'll be really big you say? There's nothing else on the market lile this? Let's go!!!

[-] demonquark@lemmy.ml 5 points 7 months ago

I sometimes wonder if these tech bros are truly oblivious to how stupid their ideas are, or if it’s a deliberate con intended to fleece tech-illiterate investors.

I suppose it’s a little of column A and a little of column B, but I do wonder which is more prevalent.

[-] qwertyqwertyqwerty@lemmy.one 37 points 7 months ago

Just be the "business person" and find a dev to do the "easy" work, like every other person I've heard from when they present an app idea to me.

/s

[-] SayJess@lemmy.blahaj.zone 21 points 7 months ago

Its a simple idea, it can’t be that hard! /s

[-] SkyeStarfall@lemmy.blahaj.zone 4 points 7 months ago

"what's so hard about Facebook, anyway"

[-] tamlyn@lemmy.zip 33 points 7 months ago

Who has that. I don't have ideas that i like that benefit someone in any way

[-] redeven@lemmy.world 15 points 7 months ago

Same. Been wanting to learn some new frameworks and stuff, but I'm incapable of learning without using it on a real use-case project I actually need.

And I've been all out of ideas on that front for a while.

[-] Scrollone@feddit.it 27 points 7 months ago

Me thinking about buying a domain

Me programming things to put on that domain

[-] tsonfeir@lemm.ee 9 points 7 months ago

Now do “me trying to get people to use the app I suffered through making”

[-] KrummsHairyBalls@lemmy.ca 8 points 7 months ago

Me when I begin and end my app.

The middle part is fun. The setting everything up part sucks, and the polishing sucks.

[-] ALostInquirer@lemm.ee 5 points 7 months ago

"Why is this documentation like this? Who hurt them?"

[-] theterrasque@infosec.pub 2 points 7 months ago
[-] waylaidwanderer@lemmy.ca 4 points 7 months ago

This. As a software engineer it has really reduced the mental load when starting a new project from scratch. I can quickly come up with the skeleton for a project and any boilerplate functions and just focus on making things work.

[-] KrummsHairyBalls@lemmy.ca 2 points 7 months ago* (last edited 7 months ago)

I messed around with it back when it was apparently better than it is now, and it sucked ass. Fed me outdated info, broken code, and overall was a nightmare.

Tried it recently real quick because I was converting my code, and I didn't want to dig in the documentation, and the info ChatGPT spit out was 100% false. Not even broken, just wrong.

[-] theterrasque@infosec.pub 2 points 7 months ago* (last edited 7 months ago)

It can be surprisingly helpful. I needed a small program to change between three "states", two separate programs that use the gpu and can't run at the same time that I run on a server, and an "idle" state where none of them are running. And a simple web ui to check and change state.

This was the conversation: https://chat.openai.com/share/661322bc-2bd2-4608-9c7f-ec6d9f488601

Note that it did mess up the transitions code a bit, but it was easy to fix after a brief look at the documentation. However, the http page worked 100% straight off the bat, and the flask code and running of the commands worked perfectly. It's not a big thing, but a lot of "boilerplate" code and double checking docs was avoided. And this is the free tier.

[-] waylaidwanderer@lemmy.ca 1 points 7 months ago* (last edited 7 months ago)

I feed it the relevant documentation first. It has large enough context size to handle it. But even that's unnecessary as long as you're not using a niche library.

[-] sirico@feddit.uk 2 points 7 months ago

Finishing the app and it just sits there until you forget how you made it

[-] RuikkaaPrus@lemmy.ml 1 points 7 months ago

I tried to write a Metadata Cleaner in Python, but I need to learn EXIF before

this post was submitted on 13 Nov 2023
797 points (98.1% liked)

Programmer Humor

31215 readers
742 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS