• 3 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle


  • I have tea with peanut butter (Skippy/Jif) & jam (black currant) sandwiches most days of the week for breakfast.

    Depends on the kind you get. 100% natural tastes very “plain” as it’s just peanuts (the only ingredient). Personally, it’s a bit too plain for my taste. But as others have said, unless you really enjoy peanut butter, you should watch how much you put on delicate types of foods. Get a slice of bread, a thin spread of peanut butter, jam if it’s your sort of thing, and a nice cup of tea. Delightful.






  • This is based on someone else’s reply I read once. Developers have been trying to put themselves out of their own jobs since the beginning. Automating/scripting things, creating tools, IDEs, etc.

    Development is so much more than generating/writing boilerplate code. Code plays such a small role as opposed to figuring out how to solve a problem or even figuring out what the problem is in the first place.

    I spent several days figuring out why an HTTP POST in prod wasn’t working. But an identical one was working locally. Turns out there was an application server change that deceased the max request param size. The Dockerfile was configured so that the patch version (semver) was updated automatically. This was a super interesting challenge (felt like Sherlock Holmes with this one).

    Try having ChatGPT/etc. figure that one out.

    All of this hubbub might produce some kind of toolset that could augment what we already do (i.e. IDE). But replacing people entirely? I don’t think so.