Skip to content

Programming

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

:::spoiler Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

:::

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



2 Topics 11 Posts View Original
  • LLM's hallucinating or taking our jobs?

    programming
    9
    0 Votes
    9 Posts
    0 Views
    P
    That will backfire on employers. With the shortage of seniors with good skills, the demand will rise for them. An employer that squeezes his seniors will find them quitting because there will be another desperate employer that will treat them better.
  • Ruby Is Not a Serious Programming Language

    programming
    2
    0 Votes
    2 Posts
    0 Views
    P
    Ruby was the most approachable language I found and sheparded me from my limits of bash scripting and Windows batch file scripting into the next level. The author derides Ruby's easy readability and syntax because it has issues scaling to large enterprise applications. I don't disagree there is a performance ceiling, but how many hundreds of thousands of Ruby projects never rose to that level of need? The author is also forgetting that Ruby had Rubygems for easy modular functional additions years before Python eventually got pip. I don't write in Ruby anymore, and Python has evolved to be much more approachable than it was when Ruby was in its prime, however if someone came to me today saying they wanted the easier programming language to learn that could build full applications on Linux, OSX, Windows, and the web, I'd still point them to Ruby with the caveat that it would have limits and they would be better served by Python in the long run.