Sayafdine Said @musikid

DevOps Cloud Engineer @ Société Générale | Student @ Sorbonne University

👋 Hi, I’m Sayafdine!

DevOps Cloud engineer at Société Générale, student at Sorbonne University and open source contributor.

Projects

gateau

Retrieving your browser's cookies will be a piece of cake!

Rust SQLite Firefox Chromium

gateau is a command line tool which imports your cookies from browsers for your curl, wget and httpie requests.

pjdfstest.rs

Rewrite of the pjdfstest suite in Rust.

Rust FreeBSD GSoC 2022

The pjdfstest suite is a test suite for POSIX file systems. It is used by the FreeBSD project to test file systems like UFS or ZFS. For the Google Summer of Code 2022, my project was to rewrite the test suite in Rust, with the goal of improving various aspects of it, like its performance or configurability, which are better explained in the blog post.

chwitter

Twitter, but it's lame.

HTML CSS TypeScript React Node.js Express MongoDB

A website similar to Twitter, with fewer functionalities. The implemented features are messages liking, search function, friends management, light/dark mode, messages creation and profile editing.

chwitter

acpi_ec

Get access to the Embedded Controller (EC) of your laptop.

C Linux Kernel module

A simple kernel module which takes most of its code from ec_sys.c and provides an interface between the ACPI embedded controller and the userspace. Its original intent was to be used with NoteBook Fan Control and Fancy. You can access to the EC simply by read/write to /dev/ec.

Fancy

Control your laptop fans with a fancy software.

Rust D-Bus

Fancy is a software which allows controlling laptop fans. It includes a service daemon to allow accessing to the EC and controlling it through D-Bus, a CLI to send commands and a GUI (WIP).

Fancy