Rails: “No. Don’t worry Ruby.”
Ruby: “Huh?”
Rails: *Hugs Ruby
Rails: “We’re becoming irrelevant.”Together forever!
Cries in Delphi.
But Cinc and its sell-out dad Chef are really great uses of ruby, keeping us from YAML hell and the kludgey socket-machine-gun that is Ansible. That piece of shit has more lithium-lick than I’ve ever seen.
If we can’t have mgmtConfig (ohai go), at least let us keep Cinc, but it needs ruby.
I really wish I knew what all these words meant. Then again that might ruin the childlike delight I get from my ignorance.
Those hentai games and visual novel games still keeping ruby lang relevant tho, rpgmaker game engine is one of examples
I think the two newest, MV and MZ, have switched to Javascript. Also, Ren’py is the only visual novel engine I can think of, which is based on Python.
Off to the Island of Misfit Toys then.
Enterprise will keep the withered husk of Java EE crawling for eternity
Medicine too.
An instrument in my lab is running jdk 1_8_131…and this is a recent/newish piece of equipment.
Good
Yesterday I would have argued that with the rails framework Ruby is a great way to rapidly develop a scalable application. Today I started having an intermittent failure in one of my API instances and when searching about it the only thing I could find was one obscure blogpost that boiled down to “yeah sometimes Ruby Ave active record just screws up the character set off a string” exact same string, different results. Excuse me Ruby? How the fuck can you sometimes screw up a character set? There should be no sometimes to any thing here.
I like Ruby most of the time, but honestly, I’m not surprised at “sometimes” behavior from the language created by someone who, when asked for the formal definition of something in the language, said he’s “not really a formal kind of guy.”
I spent a few years with Ruby, and my experience is that Ruby and Rails couldn’t be more different in terms of programming approach, philosophy, and nature. I don’t trust Rails fully, but I do trust Ruby.
Haven’t Spring Boot in Kotlin with jib and cloud integration caught upto this in terms of development speed?
I mean I’ve been using ActiveRecord for the last 20 ish years and I’ve never encountered or even heard of this bug. Sounds like you came across an especially obscure one.
The only place I’ve seen ruby used extensively is in environments with a lot of regular expressions and string manipulation. Still not entirely sure why I’ve only seen it used there. The regex tools in ruby are nice but they aren’t nice enough to justify a language switch in my opinion…
It’s the part of ruby that replaced perl. For whatever eldritch horror perl was it was very, very good at doing text manipulation, and IME the only language to really match that experience was ruby.
I have never been a fan of Perl, it seems like a patchwork of different styles, and the same with Ruby.
I have gotten the sales pitch for ruby and RoR so I know it has some strengths especially in web development.
So I know it’s supposed to be an arm, but those language be dummy thicc
I had to learn Fortran for my thesis because it’s the industry standard in particle physics
I work for a state agency that is just now moving off of cobol
Physics changes with retirements. FORTRAN should received it’s gold watch and shown the door about 20 years ago now.
There’s no distinct generations of either physicists or codes that all retire at the same time
How long ago? ROOT (and other frameworks like GEANT) using C++ has been the standard for over 15 years, but probably longer. I think my advisor was of the last generation that had to write in Fortran.
the last generation to write FORTRAN
runs to look out window
My God is the sun turning into a red giant?!
Oh no, whew, that’s a relief! Guess the FORTRAN programmers will be relevant for a little longer too then.
(As a .NET dev, I wish some languages (or versions of languages) would die but i really think once code has been written it never goes away!)
Currently lmao. I’m using those tools as well but some specific event generators I’m using are in Fortran still
thank you for your service 🫡
Goddammit, I’m feeling for an anthropomorphic programming language that I don’t even know.
Cries in Common Lisp
Not anymore
QUANTUM COMPUTING
Emacs enters the chat.
Emacs unfortunately uses Emacs lisp, not common lisp or scheme.
There was that one attempt to rewrite Emacs in cl
And that didn’t work? I would have thought it would be quite popular.
I think that Emacs itself was mostly implemented, but they couldn’t get people to rewrite all of their user generated content.
What are the main differences?
Emacs is a bunch older than common lisp.
One of its more idiosyncratic design decisions was using dynamic scope, rather than lexical scope. They did add in per-file lexical scope, though.
It also just doesn’t implement a lot of common lisp’s standard library.
Should be wordpress and not Facebook for php. Which still makes up the majority of websites.
And Wordpress is a horrible example of PHP code
Laravel is a completely better PHP project
Couldn’t agree more. Wordpress and the damn loop. Horrid example of how to do something. But it still makes up the majority of the internet…
One of the most known programming tool is built on Ruby, Github.
GitLab also uses Ruby on Rails
And it’s a pile of shit.
git is great. GitHub blows chunks. The only reason it’s still big is that it sucks less than any other single platform.
@SpaceNoodle I’ll always be sad how GitHub helped popularise centralised workflows. Such an amazing opportunity for a big cultural shift, but it didn’t go anyway as far as it could have.
Git owes a lot of its popularity to github. Without it, there’s a good chance that mercurial would have taken over. In addition, the centralized workflow was what made both git and github popular. It simplified git usage enough to let a lot of novices get started.
I’m in no way a fan of centralization that github represents. But I think a decentralized workflow using git was a lost opportunity. People complain a lot about the git-email workflow. But I see no reason why it couldn’t have become as easy as using github if the effort spent on github was spent on git-email tools and user experience.