Feed

2025/02/14 | Generalizing Closeness centrality to weighted networks using Newman method

This PR closed the issue #1384 by generalizing the Closeness centrality to weighted networks using the Newman method. It provides both the Rust implementation and the Python bindings.

2025/02/01 | Use the type-level constant value ty::Value where needed

With this PR, I refactored functions to accept a single type-level constant value ty::Value instead of separate ty::Valtree and ty::Ty parameters.

2025/01/27 | Add TooGeneric to LayoutError and emit Unknown

With this PR, I added the TooGeneric variant to the LayoutError enum to emit the error when a type is too generic to be laid out. The Unknown variant is emitted when the layout of a type is unknown.

2024/12/08 | One of the 396 contributors to Rust 1.83.0

I am one of the 396 contributors to Rust 1.83.0. You can find the release notes here.

2024 | 56th Top Github Contributor in Italy out of 958

I am the 56th top Github contributor in Italy out of 958 according to this classification.

2024/09/12 | First Contribution to Rust

After the study of the rustc-dev-guide, I made my first small contribution to the Rust compiler.

2024/09/{01-06} | Student Volunteer at ICFP 2024

I was a student volunteer at the 29th ACM SIGPLAN International Conference on Functional Programming (ICFP 2024).

2024/07/24 | Admission to the PhD

I was admitted to the PhD in Computer Science at the University of Milan with the project Universal Language Server Protocol and Debugger Adapter Protocol for Modular Language Workbenches under the supervision of Prof. W. Cazzola.

2024/07/15 | Obtaining the Master's Degree

I graduated cum laude in Computer Science at the University of Milan with the thesis Toward a Modular Approach for Type Systems and LSP Generation under the supervision of Prof. W. Cazzola.

Presentations

2024/07/22 | P4 Compiler in SDN

Presentation on the P4 compiler in Software Defined Networking (SDN)

2024/07/22 | PhD Project

Presentation of the PhD project Universal Language Server Protocol and Debugger Adapter Protocol for Modular Language Workbenches at the University of Milan.

2024/07/15 | Master's Thesis

Presentation of the Master's Thesis Toward a Modular Approach for Type Systems and LSP Generation at the University of Milan.