{"id":16369675,"url":"https://github.com/dcsunset/dcsunset","last_synced_at":"2026-01-26T11:37:50.555Z","repository":{"id":98895188,"uuid":"281275806","full_name":"DCsunset/DCsunset","owner":"DCsunset","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-12T02:34:31.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T22:08:17.573Z","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/DCsunset.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}},"created_at":"2020-07-21T02:32:32.000Z","updated_at":"2025-05-12T02:34:35.000Z","dependencies_parsed_at":"2023-10-04T11:10:57.979Z","dependency_job_id":"d525f071-d7b5-4647-8362-04278945f8a1","html_url":"https://github.com/DCsunset/DCsunset","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DCsunset/DCsunset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2FDCsunset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2FDCsunset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2FDCsunset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2FDCsunset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCsunset","download_url":"https://codeload.github.com/DCsunset/DCsunset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2FDCsunset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28777024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T09:42:00.929Z","status":"ssl_error","status_checked_at":"2026-01-26T09:42:00.591Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11T02:56:00.789Z","updated_at":"2026-01-26T11:37:50.550Z","avatar_url":"https://github.com/DCsunset.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## About Me\n\nI am currently a CS student interested in storage and networking system and with a great passion for NixOS and Emacs.\n\n- Commonly Used Languages: TypeScript, Rust, Python, Go, C++/C\n- Operating Systems: NixOS\n- Window Managers: Sway\n- Editors: Emacs, Helix, VSCode\n- Frontend Frameworks/Libraries: Solid, React, Tailwind CSS\n\n\n## Selected Repositories\n\n### Nix\n\n- [nur-packages](https://github.com/DCsunset/nur-packages): My personal [NUR](https://nur.nix-community.org/repos/dcsunset/) with packages, modules, and library.\n\n### Filesystems (FUSE)\n\n- [transformfs](https://github.com/DCsunset/transformfs): A read-only FUSE filesystem to transform the content/name of files with Lua \n- [snapshotfs](https://github.com/DCsunset/snapshotfs): A FUSE-based read-only filesystem to provide a snapshot view (tar archives) of directories or files without actually creating the archives\n- [rangefs](https://github.com/DCsunset/rangefs): A FUSE-based filesystem to map ranges in file to individual files.\n\n### Web Apps \u0026 Libraries\n\n- [LFReader](https://github.com/DCsunset/LFReader): A self-hosted Local-first Feed Reader written in Python and Preact/React.\n- [taskwarrior-webui](https://github.com/DCsunset/taskwarrior-webui): Self-hosted Responsive Web UI for Taskwarrior based on Vue.js and Koa.js\n- [vuetify-markdown-editor](https://github.com/DCsunset/vuetify-markdown-editor): A Vue.js Component for editing and previewing markdown using Vuetify.js \n\n### Tools \u0026 Productivity\n\n- [pandoc-include](https://github.com/DCsunset/pandoc-include): A pandoc filter to allow file and header inclusion\n- [batch-cmd](https://github.com/DCsunset/batch-cmd): Executing multiple commands in batches concurrently\n- [i3-focus-group](https://github.com/DCsunset/i3-focus-group): Create a group for i3/sway containers to easily switch focus between\n\n### Editor Plugins\n\n- [vscode-modal-editor](https://github.com/DCsunset/vscode-modal-editor): Customizable extension to turn VS Code into a modal editor\n- [modaled](https://github.com/DCsunset/modaled): Build your own minor modes for modal editing in Emacs\n- [org-moderncv](https://github.com/DCsunset/org-moderncv): Org exporter for curriculum vitae or cover letter using moderncv \n\n### Databases \u0026 Distributed Systems\n\n- [chord-dnt](https://github.com/DCsunset/chord-dht): A DHT (distributed hash table) implementation in Rust based on Chord with high performance and data replication\n- [ThssDB](https://github.com/DCsunset/ThssDB): A SQL database written in Java from scratch for a database course\n- [kv-lsmt](https://github.com/DCsunset/kv-lsmt): A fast KV store inspired by LSM Tree \n\n\n## Contact\n\n* Email: DCsunset [at] protonmail [dot] com\n* PGP Key: [FFE603886300D2730CF4B76A49B24078920BB897](https://keys.openpgp.org/vks/v1/by-fingerprint/FFE603886300D2730CF4B76A49B24078920BB897)\n\n## GitHub Stats\n\n\u003cpicture\u003e\n  \u003csource\n    srcset=\"https://github-readme-stats.vercel.app/api?username=DCsunset\u0026show_icons=true\u0026theme=dark\"\n    media=\"(prefers-color-scheme: dark)\"\n  /\u003e\n  \u003csource\n    srcset=\"https://github-readme-stats.vercel.app/api?username=DCsunset\u0026show_icons=true\"\n    media=\"(prefers-color-scheme: light), (prefers-color-scheme: no-preference)\"\n  /\u003e\n  \u003cimg src=\"https://github-readme-stats.vercel.app/api?username=DCsunset\u0026show_icons=true\" /\u003e\n\u003c/picture\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fdcsunset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsunset%2Fdcsunset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fdcsunset/lists"}