• 0 Posts
  • 32 Comments
Joined 5 years ago
cake
Cake day: May 15th, 2019

help-circle

  • In my previous job, I was asked to break focus every 15 minutes to check my email and see if one of my coworkers was falling behind on dealing with a queue of tasks, then pitch in if he was. I hated the job in general, but that in particular just ruined any possibility of productivity. Hard for anyone, near impossible for someone with ADHD. Then I got blamed for falling behind on my work. And for being disorganized (we didn’t have a ticket tracker, hmmm).





  • pingveno@lemmy.mltoProgrammer Humor@lemmy.mlUsers
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    Ah yes, the cable kitties. First the orange one approached the food from the front, and all was well and simple if a little diagonal. Then the white one approached from the left. Now it could have gone around and kept things tidy, but that’s not how cable kitties work. It walked right over the orange cable kitty’s head and started eating. Then when the black cable kitty came from the right, there was only one food socket left. Now this cable kitty could have gone around, but cable kitties always take the shortest path. Up and over the black cable kitty went, and thus the tangle of cable kitties was complete.




  • A simple web app will be okay with some HTML forms, sure. But something like a multi step wizard will lead you down the path of storing a huge amount of state on the server side, which turns into a mess. We have a wizard that uses Django’s forms and django-formtools’s wizard. You have to put the state and complexity somewhere. We put it in the backend and I can’t say I like how it turned out. The code is spaghetti and we get a stream of errors from people not acting how they’re expected to act.


  • I don’t know about that, it seems like one of the things that makes the world simple for programmers and complex for everyone else. It doesn’t allow for large countries to split along sensible political boundaries. So if one boundary slices through the middle of New York City, too bad. Moving boundaries to instead be at state/province/etc boundaries or in the middle of nowhere like we usually see now seems more sensible.