{"id":16005304,"url":"https://github.com/64kramsystem/64kramsystem","last_synced_at":"2026-05-19T19:36:47.610Z","repository":{"id":47872492,"uuid":"361288733","full_name":"64kramsystem/64kramsystem","owner":"64kramsystem","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-13T18:50:14.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-13T20:30:45.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/64kramsystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-24T23:35:50.000Z","updated_at":"2026-05-13T18:50:44.000Z","dependencies_parsed_at":"2023-01-22T16:15:51.871Z","dependency_job_id":null,"html_url":"https://github.com/64kramsystem/64kramsystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/64kramsystem/64kramsystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2F64kramsystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2F64kramsystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2F64kramsystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2F64kramsystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64kramsystem","download_url":"https://codeload.github.com/64kramsystem/64kramsystem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64kramsystem%2F64kramsystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33229365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T11:03:49.632Z","updated_at":"2026-05-19T19:36:42.600Z","avatar_url":"https://github.com/64kramsystem.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Profile\n\nI’m the systems tech lead, database specialist, backend programmer, and data model reverse engineer at Ticketsolve. I have an extensive involvement in open source, and I've maintained a popular technical blog. I'm also a Rust programmer, official member of the Rust Game Development Working Group.\n\nProfessional blog: https://saveriomiroddi.github.io\u003c/br\u003e\nDevelopment journal: https://github.com/64kramsystem/personal_notes/blob/master/journal/brojournal.md\u003c/br\u003e\nEngineering notes (topics): https://github.com/64kramsystem/personal_notes/tree/master/topics\u003c/br\u003e\n\nMain projects:\n\n- ActiveTrigger (2022-): Tech/team lead; callback system for Rails (potentially other frameworks), based on database triggers\n- [Rust Game Ports](https://github.com/rust-gamedev/rust-game-ports) (2022-): Author and maintainer of a set of ports of games to Rust libraries, used as public reference; official community project of the Rust Game Development Working Group\n- [QEMU-pinning](https://github.com/64kramsystem/qemu-pinning) (2017-): Small fork of QEMU, with pinning support, and minor tweaks; base for my coauthored paper \"To Pin or Not to Pin: Asserting the Scalability of QEMU Parallel Implementation\"\n- [Catacomb II-64k](https://github.com/64kramsystem/catacomb_ii-64k) (2022): Port of the early John Carmack's game, used to examine the transpilation of a complex program from C to unsafe, then safe, Rust\n- [To Pin or Not to Pin: Asserting the Scalability of QEMU Parallel Implementation](https://hal.archives-ouvertes.fr/hal-03417343) (2021): Research paper I've coauthored, on QEMU scalability on different systems\n- [Friends let real friends use MySQL 8.0](https://github.com/64kramsystem/prefosdem-2020-presentation) (2020): My MySQL presentation at the preFOSDEM 2020, on the MySQL 8.0 topic; rendered slides [here](https://www.slideshare.net/SaverioM/friends-let-real-friends-use-mysql-80)\n- [ZFS Installer](https://github.com/64kramsystem/zfs-installer) (2019-2022): Shell program to prepare ZFS on a system, and install Debian-based distros; popular among ZFS users\n- [Professional blog](https://saveriomiroddi.github.io) (2017-2022)\n\nOther projects:\n\n- [Geet](https://github.com/64kramsystem/geet) (2017-): hub-like tool, written in Ruby, to manage Github/Gitlab functionalities via terminal\n- [Serdine](https://github.com/64kramsystem/serdine) (2022): Tiny Rust serialization library for storing types in a raw (but safe), memcpy-like, format\n- [Poor Man's Spotlight](https://github.com/64kramsystem/pm-spotlight) (2022): A minimal desktop search service, written in Rust, for personal use\n- [parsec-riscv-performance-testing](https://github.com/64kramsystem/parsec-riscv-performance-testing) (2021): Shell programs to automatedly setup and run the PARSEC benchmarks on an emulated RISC-V environment\n- [Ray Tracer Challenge](https://github.com/64kramsystem/ray_tracer_challenge-completed): (\\~2021): My parallel Rust implementation of the Ray Tracer Challenger (a Whitted ray tracer), used to learn the language\n- [VGA Passthrough Guide](https://github.com/64kramsystem/vga-passthrough)(2017-2021): A detailed guide about passing through GPUs via QEMU/VFIO\n- [Palware](https://github.com/64kramsystem/palware)(2017-2019): Disassemblies, done for fun, of DOS-era malware\n- [Spreadbase](https://github.com/64kramsystem/spreadbase) (2012-2021): Ruby library to access OpenDocument 1.2 (ie. Libreoffice Calc) spreadsheets\n\n\u003c!--\nCheesiness warning!\n\n\u003ca href=\"https://github.com/anuraghazra/github-readme-stats\"\u003e\n  \u003cimg align=\"center\" src=\"https://github-readme-stats.vercel.app/api?username=64kramsystem\u0026include_all_commits=true\u0026show_icons=true\" /\u003e\n\u003c/a\u003e\n--\u003e\n\n\u003c!--\nRemoved:\n\n[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=64kramsystem\u0026repo=zfs-installer)](https://github.com/64kramsystem/zfs-installer)\n[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=64kramsystem\u0026repo=qemu-pinning)](https://github.com/64kramsystem/qemu-pinning)\n[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=64kramsystem\u0026repo=parsec-riscv-performance-testing)](https://github.com/64kramsystem/parsec-riscv-performance-testing)\n[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=64kramsystem\u0026repo=prefosdem-2020-presentation)](https://github.com/64kramsystem/prefosdem-2020-presentation)\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64kramsystem%2F64kramsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64kramsystem%2F64kramsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64kramsystem%2F64kramsystem/lists"}