Page 6 of 141
(2810 total posts)
06/14
Get the most out of Python dicts — Get the most out of Python dicts –I won’t make any dict joke
06/11
Opinion | How Shoddy Data Becomes Sensational Research — Opinion | How Shoddy Data Becomes Sensational Research –Academics are addicted to p-hacking, data torturing, and other statistical sins. We must break these habits.
06/08
Ruby 3.2 runtime now available in AWS Lambda | Amazon Web Services — 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.
06/06
Git is simply too hard — 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.
06/01
Concerns in Rails: Everything You Need to Know — 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.
06/01
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…
05/30
pawurb/rails-brotli-cache: Rails cache using the Brotli algorithm offers better compression and performance. — pawurb/rails-brotli-cache: Rails cache using the Brotli algorithm offers better compression and performance. –Rails cache using the Brotli algorithm offers better compression and performance. – GitHub – pawurb/rails-brotli-cache: Rails cache using the Brotli algorithm offers better compression and performa…
05/30
How-To Add Recommendations to a Rails App with pgvector and OpenAI — How-To Add Recommendations to a Rails App with pgvector and OpenAI –Creating recommendations with pgvector, ruby-openai, and the neighbor gem.
05/29
‘Succession’ and the Future of Social Media — ‘Succession’ and the Future of Social Media –Sssssaga of a glossssy and glittering our bosses. Article is much more interesting than the title promises.
05/22
Memory Allocation — Memory Allocation –For those of you learning C or C++, this article is a great and detailed tutorial. Also useful if you are studying operating systems.
05/22
Kanaries/Rath: Next generation of automated data exploratory analysis and visualization platform. — Kanaries/Rath: Next generation of automated data exploratory analysis and visualization platform. –Next generation of automated data exploratory analysis and visualization platform. – Kanaries/Rath: Next generation of automated data exploratory analysis and visualization platform.
05/21
GigaBrain – Search Reddit and Other Communities for Answers from Real People — GigaBrain – Search Reddit and Other Communities for Answers from Real People –GigaBrain finds the most useful discussions on reddit and other communities. We sift through the noise and analyze billions of comments for you. Get real answers from real people.
05/19
Daily ChatGPT — I have been using ChatGPT on a daily basis. Not for joking or playing but for work. It is like a super search engine combined with a fallible expert. When I tell this story to various people they seem surprised and ask “Give me an example.” I have so many. So this will be a series of daily examples where ChatGPT made a difference. By the way, people love to say, ChatGPT is nothing more than fancy autocomplete. While they may be technically correct (and I doubt they are) you cannot ignore ChatGPT feats that look nothing like autocomplete.
05/19
From Ruby to Crystal? Writing and distributing a CLI tool—Martian Chronicles, Evil Martians’ team blog — From Ruby to Crystal? Writing and distributing a CLI tool—Martian Chronicles, Evil Martians’ team blog –We use the Crystal language to build a CLI tool, a coverage reporter for Coveralls, as a static binary and as a Homebrew tap
05/19
Daily ChatGPT: Solve a simple network traversal — Tell me how this is simple word completion. Can this be broadened to a more complicated network. Could it be used for some kind of semi-intelligent navigation? ## Prompt: Assume a map that is described in sentences, with node names and costs to go between nodes. Here is map1: Node A costs 5 to go...
05/13
fast.ai – Mojo may be the biggest programming language advance in decades — fast.ai – Mojo may be the biggest programming language advance in decades –Mojo is a new programming language, based on Python, which fixes Python’s performance and deployment problems.
04/28
Advanced Active Record — Advanced Active Record –Optimizing Performance and Robustness with Locking, UUIDs, Fulltext Search, Database Views, and Geospatial Data