{"id":17947513,"url":"https://github.com/cookiengineer/cookie.engineer","last_synced_at":"2025-07-28T01:38:13.961Z","repository":{"id":48868381,"uuid":"161110017","full_name":"cookiengineer/cookie.engineer","owner":"cookiengineer","description":"My portfolio, for the lulz and interwebz. Not for 4/8 chan though.","archived":false,"fork":false,"pushed_at":"2025-07-16T04:29:17.000Z","size":56776,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-17T07:29:11.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cookie.engineer","language":"HTML","has_issues":false,"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/cookiengineer.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":"2018-12-10T03:17:18.000Z","updated_at":"2025-07-07T16:32:09.000Z","dependencies_parsed_at":"2025-07-16T11:39:08.350Z","dependency_job_id":null,"html_url":"https://github.com/cookiengineer/cookie.engineer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cookiengineer/cookie.engineer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Fcookie.engineer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Fcookie.engineer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Fcookie.engineer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Fcookie.engineer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cookiengineer","download_url":"https://codeload.github.com/cookiengineer/cookie.engineer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Fcookie.engineer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267451220,"owners_count":24089297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-29T08:01:22.735Z","updated_at":"2025-07-28T01:38:13.934Z","avatar_url":"https://github.com/cookiengineer.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"\n# Cookie Engineer's Portfolio\n\nYou can visit my portfolio at [https://cookie.engineer](https://cookie.engineer).\n\nThis website is how I think every website should be. Printable, shareable, interactive,\nfun to use and semantically correct.\n\nTo be honest, take it or leave it. This is my website and I like it. I think I did a\ngreat job at building it.\n\n\n## Features\n\n- [x] Static Website\n- [x] Offline-ready Go Toolchain\n- [x] Semantic HTML, CSS and JS\n- [x] Works with deactivated JS\n- [x] CommonMark Web Log\n- [x] Dynamic Avatar Interaction\n- [x] Awesome Sound Recordings\n- [x] Awesome Cookie Shooter Game\n- [x] Interactive Search\n- [x] Encrypted CVs for enhanced privacy\n- [x] Copy/Paste as CommonMark via CSS\n- [x] Print Stylesheets\n\n\n## Sources\n\n- Icon Webfont created with Font Awesome Icons and [fontello](https://fontello.com).\n- SVG Icons, Sounds and Graphics created by myself (@cookiengineer).\n- [Highlight.js](https://highlightjs.org) embedded with `bash`, `c`, `cpp`, `css`, `diff`,\n  `dockerfile`, `go`, `http`, `ini`, `javascript`, `json`, `sql`, `xml` languages.\n\n\n## Usage\n\nThe Website is a completely static website. Therefore no dynamic backend language\ninterpreter is necessary.\n\nHowever, the [Web Log](/weblog) is written in CommonMark, and the articles are rendered\nto HTML via the [toolchain](/toolchain)'s Server. This server also implements a backend\nthat allows the [Web Log Editor](/weblog/editor.html) to read, save and remove articles.\n\nThe server automatically re-renders an article's related URLs when they are requested\nby the Web Browser (aka Hot Reload).\n\n\n## Usage / CVs\n\nThe CVs are stored in an AES-GCM encrypted template format which uses a separate key\nderived from shared passwords (which are shared only with a single person at a time).\n\nThis exists to preserve my privacy and to protect me from state-level actors that have\ntried to threaten my life in the past (looking at you, FSB and SVR, btw!).\n\nThe CVs are encrypted and decrypted via the toolchain's [Encrypt.go](/toolchain/cvs/Encrypt.go)\nand [Decrypt.go](/toolchain/cvs/Decrypt.go). The equivalent Browser-side implementation\ncan be found in the [crypto/index.js](/cv/design/crypto/index.js) file.\n\n```bash\ncd /path/to/cookie.engineer/toolchain;\n\n\n# Write decrypted CV to /tmp/output.cv\ngo run cmds/cvs/main.go decrypt \"old password of already encrypted CV\";\n\n# Edit CV now\nvim /tmp/output.cv;\n\n# Write encrypted CV to ../cv/source/\u003cderived-filename\u003e.cv\ngo run cmds/cvs/main.go encrypt \"new super $ecure password\";\n```\n\n\n## License\n\nProprietary License.\n\n(c) 2018-2024 Cookie Engineer (@cookiengineer).\nAll rights reserved.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcookiengineer%2Fcookie.engineer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcookiengineer%2Fcookie.engineer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcookiengineer%2Fcookie.engineer/lists"}