Link Blog

11 collections · 221 total posts

February 2026

July 2025

April 2025

December 2024

26-12-2024
RightTyper/RightTyper: A fast and efficient type assistant for Python, including tensor shape inference

RightTyper/RightTyper: A fast and efficient type assistant for Python, including tensor shape inference

Source: github.com

A fast and efficient type assistant for Python, including tensor shape inference - RightTyper/RightTyper

Linked is Python RIghtTyper which sounds great... if it works. It will analyze the type hints in your python (if any) and offers to gerentate them for you. Something like that. Many ways in which that might not go right but I read a very positive overview of it!

14-12-2024
marimo-team/marimo: A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.

marimo-team/marimo: A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.

Source: github.com

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git. - marimo-team/marimo: A reactive notebook for Python — run reproducible ...

An impressive "rewrite" of Jupyter Notebooks which has more logical "recalc" rules.

November 2024

August 2024

31-08-2024
The Thread API : Concurrent, colorless Ruby

The Thread API : Concurrent, colorless Ruby

Source: jpcamara.com

👋🏼 This is part of series on concurrency, parallelism and asynchronous programming in Ruby. It’s a deep dive, so it’s divided into 12 main parts:
Your Ruby programs are always multi-threaded: Part 1 Your Ruby programs are always multi-threaded: Part 2 Consistent, request-local state Ruby methods are colorless The Thread API: Concurrent, colorless Ruby Interrupting Threads: Concurrent, colorless Ruby Thread and its MaNy friends: Concurrent, colorless Ruby Fibers: Concurrent, colorless Ruby Processes, Ractors and alternative runtimes: Parallel Ruby Scaling concurrency: Streaming Ruby Abstracted, concurrent Ruby Closing thoughts, kicking the tires and tangents How I dive into CRuby concurrency You’re reading “The Thread API: Concurrent, colorless Ruby”.

Linked is a really excellent, comprehensive tour of the Thread class and feature of Ruby. If you're a ruby person, then this is as good as anything you will find.

July 2024

29-07-2024
Understanding Hash Value Omission in Ruby

Understanding Hash Value Omission in Ruby

Source: allaboutcoding.ghinda.com

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…

12-07-2024
Basics - Rye

Basics - Rye

Source: rye.astral.sh

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…

June 2024

May 2024

20-05-2024
marimo | a next-generation Python notebook

marimo | a next-generation Python notebook

Source: marimo.io

Explore data and build apps seamlessly with marimo, a next-generation Python notebook.

I have not tried this yet, but reading this summary – – which is quite comprehensive – – tell me that the authors have really understood something important about Jupiter notebooks and then trying something that could be a whole lot more valuable. When I use Jupiter notebooks. I always get points…

April 2024

March 2024

February 2024

January 2024

29-01-2024
Prettymaps

Prettymaps

Source: github.com

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. - GitHub - marceloprates/prettymaps: A small set of Python functions t...

Honestly this looks pretty awesome! Haven’t tried it yet.