▲ 115 r/codereview+4 crossposts

GitHub - Mte90/linus-torvalds-skill: Distilled Code Reviewer skills from 32k~ email from the kernel newsletter

As per title, the project include all the pipeline, the same skill generated from different models.

My idea was to distill the code reviewer skills from Torvalds in something usable in an agent.

I preferred to license everything as CC0.

github.com
u/Mte90 — 14 days ago
▲ 37 r/italy

Dati pubblici più accessibili, di qualità e facili da consultare grazie all’IA: arrivano Cruscotto Italia e SIMBA

reddit.com
u/Mte90 — 2 months ago
▲ 1 r/retrogamedev+2 crossposts

GBAtoPy - GameBoy Advance Rom Python transpiler

As per title it is a project in progress and is kind of working with a simple test roms but hey it's something!

Why Python? because with AI you can transform your strange desire in reality.

daniele.tech
u/Mte90 — 3 months ago
▲ 54 r/coolgithubprojects+3 crossposts

As per title finally after more then 6 months we are releasing the new 0.6.0 release!

In this release we put a lot of effort on looking on feedbacks after the Fosdem talks and reception we got on socials.

This release brings multi-shell support (Bash, Zsh, Ksh, and even Bash 3.2), making it easier to deploy scripts across different UNIX environments. Key additions include recursive functions, union types, and public (pub) variables for better modularity.
The language also introduces a built-in testing suite with assert and assert_eq, plus stricter validation for failable functions and variable usage.
Performance gets a boost with native Bash arithmetic for integer operations, reducing dependencies on bc/sed.
New builtins like fetch() for HTTP requests, touch(), rm(), and ls() expand Amber’s capabilities, while the license switch to LGPL makes it more friendly for proprietary projects.
Breaking changes include mandatory parentheses for builtins (e.g., echo("text")) and stricter error handling for out-of-bounds array access.

Including Debian/RPM packages, improved CI/CD with nightly builds, and better shellcheck integration. The standard library grows with helpers for filesystem, environment, and text manipulation.

We are still a lot of stuff to do but we are proceeding faster as we are getting more contributors :-D

u/Mte90 — 4 months ago