ProgrammerHumor

cantResist

cantResist
https://i.redd.it/hvdgt37hjldf1.jpeg
Reddit

Discussion

Not_Your_Pal69
:c:

And then you start, but never finish, then onto the next project. It’s a vicious cycle

1 day ago
Alex_NinjaDev

Jesus. I'm so glad I'm not alone in this dumb loops. I really thought was just a problem of mine.

1 day ago
princeofparmesan

Just put in a break statement? 

4 hours ago
Alex_NinjaDev

I tried that. Got a SyntaxError: Cannot break out of existential crisis..

3 hours ago
lovecMC OP
:c::cp:

Queue the image of all the Buzz Lightyear clones on a wall

1 day ago
G0x209C

while (true)

{

string idea = GetShinyNewIdea();

Console.WriteLine($"✨ Starting {idea}...");

StartProject(idea);

AbandonOldProjects();

Thread.Sleep(TimeSpan.FromDays(3));

Console.WriteLine("😩 Lost interest. Time for a new idea.");

}

1 day ago
lookin_like_atlas

A friend that's a musician told me he's got a bunch of hard drives full of old projects like this. Some are full songs and most are just small riffs that never amounted to anything.

1 day ago
Windyvale
:cs:

I’ve finished every side project I ever started. They all fed into the same huge project 😭

1 day ago
Ready-Desk

After 15+ years of doing this I figured out (or successfully manipulated myself into believing) that this is actually perfectly fine.

As long as you keep challenging yourself in these new projects, be it to learn new tech, paradigms or concepts, it might not matter (possibly it's even better) if you don't force yourself to finish something you don't care about anymore.

Of course once you get complacent and just do the same thing you already know over and over again the value diminishes. 

1 day ago
vendetta1881

Be me, naively confident to start “pdf parsing into excel and calculate it” side project

Now I’m sitting here pondering , “Really, what is a table?”

1 day ago
worstikus

How hard can it be to add drone controls to some cubes? Should be fun

1 day ago
skwyckl
:elixir-vertical_4::py::r::js:

I have 60 e more side projects (over ten years worth), guess how many are publication ready?

22 hours ago
lovecMC OP
:c::cp:

Negative three

20 hours ago
dexter2011412
:cp::py::rust:

Me with depression and maybe undiagnosed adhd leaving 5+ projects sitting there because I can't write one more line

11 hours ago
HiggsSwtz

It’s the only way to truly learn

51 minutes ago