• 0 Posts
  • 683 Comments
Joined 1 year ago
cake
Cake day: September 27th, 2023

help-circle



  • If you’re talking about a service like copilot and your employer won’t buy a license for money reasons - run far and run fast.

    My partner used to be a phone tech at a call center and when those folks refused to buy anything but cheap chairs (for the people sitting all day) it was a pretty clear sign that their employer didn’t know shit about efficiency.

    The amount you as an employee cost your employer in payroll absolutely dwarfs any little productivity tool you could possibly want.

    That all said - for ethical reasons - fuck chatbot AIs (ML for doing shit we did pre chatgpt is cool though).









  • As someone who writes high throughput PHP code I can confirm that it’s much more about technique than language capabilities (though in an embedded setting things with dynamic GCs are simply unusable unless static memory management can be enabled with a compiler switch).

    For most projects you’d be much more rewarded for focusing on tools/framework/libraries available for the different languages (since that’s where most initial effort will go) and then build up any missing functionality as needed ontop of that base.

    Most languages can do pretty much anything these days. The technical advantages are much smaller than the impact the right approach will have… it’s one reason that I hold “maintainability” as the most important attribute of a project.







  • I’d suggest that 95% of Jira complaints are actually about corporate culture which is felt most keenly through asshole PMs trying to micromanage you through a ticketing system. It’s mostly a fine piece of software - if you have a certified wizard to configure it it can be great… if you have a dummy it’s going to be barely usable - but you can say the same thing about github issue tracking.

    The unfortunate thing is that the teams most likely to use Jira are also the teams I most likely never want to work on.