Mastering Ruby Code Navigation: Major Ruby LSP Enhancements in the First Half of 2024
Link: Mastering Ruby Code Navigation: Major Ruby LSP Enhancements in the First Half of 2024: "In the first half of 2024, Ruby LSP has seen significant enhancements, particularly in the area of code navigation, thanks to the advancement of its indexer. In this post, we’ll dive into the major code navigation enhancements that have been made to Ruby LSP. We’ll also touch on some experimental features that are on the horizon."
Linked is a comprehensive explanation of the Ruby LSP. RUBY,I had to look up what the P stood for. Actually the correct usage is either “LSP server” because LSP stands for “Language server protocol”… or just language server. Maybe the name LSP is morphing from a pure acronym to just the name of the feature, detached from the initials. Yes programmers are so pedantic, don’t you agree?
Understanding Hash Value Omission in Ruby
Link: Understanding Hash Value Omission in Ruby: "Learn about hash value omission in Ruby, their benefits, examples, and implementation guidelines for more concise code"
Linked is an article about a feature in Ruby that I didn’t know about. I still think Ruby is superior to python in many ways. Unfortunately circumstances and “the world” and “time” has gotten me leaning more and more into python. Still when I next need to create a web based app, I can’t see using Django over rails.
The biggest-ever global outage: lessons for software engineers
Link: The biggest-ever global outage: lessons for software engineers: "Cybersecurity vendor CrowdStrike shipped a routine rule definition change to all customers, and chaos followed as 8.5M machines crashed, worldwide. There are plenty of learnings for developers."
Linked is a great analysis of what might have gone wrong to cause the crowdstrike global outage of windows computers. Also software engineering and operations techniques and principles which could have avoided the terrible event.
Hypernatural
Link: Hypernatural: "Amazing ai generated videos"
Linked is a service that generates quite respectable short promotional videos. I tried it on the syllabus to my course and it created something fairly amazing. I mean it’s still obviously ai generated. After your amazement subsides you may still not want to use it but it’s worth checking out. Maybe if you have to generate many short videos. It’s definitely worth checking out.
LLM: A CLI utility and Python library for interacting with Large Language Models
Link: LLM: A CLI utility and Python library for interacting with Large Language Models: "A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine."
Follow the link below: I’ve been looking for a nicely packaged way to try llms locally, that is without using a cloud based service and without uploading my pi to another company. This tool is a good solution to the problem.
An Introduction to Auth0 for Ruby on Rails | AppSignal Blog
Link: An Introduction to Auth0 for Ruby on Rails | AppSignal Blog: "This article will cover the setup and use of Auth0 in a Ruby on Rails application."
The attached article is a nice introduction to the auth0 service and tooling. Definity worth considering for your app. Authentication is a tricky thing to implement, and that’s before worrying about perfect security. The one thing that I am a little shaky on is relying on a paid service for authentication. What if I lose connectivity to the service or my credit card expires?
Basics - Rye
Link: Basics - Rye: "An Experimental Package Management Solution for Python"
See attached info about RYE. Ok so I complain that python has so many different package managers, virtual environment mechanisms, dependency managers, and so on. Much to my chagrin, I recently read something saying, “whatever you do, don’t use poetry”.
Rye But, but, but… rye looks really nice from the linked description. I’m just a little hesitant to lock myself to rye and find myself in 6 months having to do something totally different.
By the way I happen to be a happy user of rbenv (@ Ruby environment manager) so my default is pyenv, which works the same way exactly. Not sure if they are from the same person, but they are basically identical.
Python has too many package managers
Link: Python has too many package managers: "Overview of Python's Package management ecosystem in 2024"
Another overview of the - too many - package managers.
Satyrn
Link: Satyrn: "A modern Jupyter client for MacOS"
Attached is a link to a macOS app Ui for Jupyter notebook. Looking at the screen shots (maybe they’re mockups, I can’t tell) it looks super useful and nice!
ariebovenberg/whenever: ⏰ Modern datetime library for Python, written in Rust
Link: ariebovenberg/whenever: ⏰ Modern datetime library for Python, written in Rust: "⏰ Modern datetime library for Python, written in Rust - ariebovenberg/whenever"
Another python “improvement” by providing a Rustlang implementation of a python thing. My thought: “if we keep going down this path, python will become no more than a rustlang preprocessor”😊