package main
import (
"fmt"
"curiosity"
"linux"
"tooling"
)
type Kitsune struct {
Name string
Alias string
Focus []string
Mantra string
}
func main() {
me := Kitsune{
Name: "Arthur Augusto",
Alias: "KitsuneSemCalda",
Focus: []string{"Kernels", "Linux Internals", "Experimental Tooling"},
Mantra: "lost the tail, kept the curiosity",
}
fmt.Println(me.Introduce())
}#include "cest.h"
describe("KitsuneSemCalda", {
it("lost its tail, kept its curiosity", {
expect(Cest).toBeA("header-only C testing framework");
expect(ghCleaner).toBeA("Go CLI for GitHub cleanup");
});
it("explores systems deeply", {
expect(linux).toBeInfinite();
expect(kernel).toBe(endlesslyFascinating);
});
});| Project | Lang | Description |
|---|---|---|
| Cest | Makefile | A C-based test unit engine like javascript testing tool Jest / golang testing tool Gest |
| gh-cleaner | Go | A small command line interface to clean github using .netrc, bayes theorem and prompt-ui |
| Sword-Art-Omarchy | Shell | A Omarchy Theme highly inspired on Sword Art Online |
| Feader-RSS | Go | A Omarchy plugin to read RSS offline |
| Radic | — | A stupidly simple compiled language without implicit optimizations. |
| Project | PRs | Stars |
|---|---|---|
| KitsuneBSD/FKernel | 10 | 20 |
| Game-World-Developers/the-seed | 1 | 2 |




