Nova
Link: Nova: "The beautiful, fast, flexible, native Mac code editor from Panic."
Looks interesting! Will anything ever lure me away from vscode? Yes: I’m old enough to know that eventually every programming habit gets superseded by a better one.
Opinion | How Shoddy Data Becomes Sensational Research
Link: Opinion | How Shoddy Data Becomes Sensational Research: "Academics are addicted to p-hacking, data torturing, and other statistical sins. We must break these habits."
As early as 2005, alarm bells were going off over unrigorous social-science research — that was the year John P.A. Ioannidis, a Stanford professor of medicine, published “Why Most Published Research Findings Are False” in PLOS Medicine.
Ruby 3.2 runtime now available in AWS Lambda | Amazon Web Services
Link: Ruby 3.2 runtime now available in AWS Lambda | Amazon Web Services: "Get started building with Ruby 3.2 today by making necessary changes for compatibility with Ruby 3.2, and specifying a runtime parameter value of ruby3.2 when creating or updating your Lambda functions."
Really interesting article about now to use Ruby with AWS Lambda.in addition a very useful review of "modern" Ruby features.
Alternate Python REPL - bpython
Link: Alternate Python REPL - bpython: ""
I had not come across this alternate python repl. It looks interesting and I need to investigate it further. It has some very cool features.
Git is simply too hard
Link: Git is simply too hard: "Git is actually sooo hard. Not just to learn, but also to use consistently. And I say that as a person who used it for probably over ten years. Here’s my thoughts on the matter."
Great comments which I agree with!
Concerns in Rails: Everything You Need to Know
Link: Concerns in Rails: Everything You Need to Know: "Concerns are an important concept in Rails that can be confusing to understand for those new to Rails as well as seasoned practitioners. This post explains what concerns are, how they work, and how & when you should use them to simplify your code, with practical, real-world examples."
Introduction to Rails Engines - FastRuby.io | Rails Upgrade Service
Link: Introduction to Rails Engines - FastRuby.io | Rails Upgrade Service: "An intro to Rails Engines are an architectural pattern that can be used to modularize or pack a Rails application. An article about this powerful f..."
Introduction to Rails Engines – FastRuby.io | Rails Upgrade Service
Introduction to Rails Engines - FastRuby.io | Rails Upgrade Service –An intro to Rails Engines are an architectural pattern that can be used to modularize or pack a Rails application. An article about this powerful f…
How-To Add Recommendations to a Rails App with pgvector and OpenAI
Link: How-To Add Recommendations to a Rails App with pgvector and OpenAI: "Creating recommendations with pgvector, ruby-openai, and the neighbor gem."