{"id":17725411,"url":"https://github.com/panadestein/blog","last_synced_at":"2026-03-03T04:36:47.669Z","repository":{"id":256190366,"uuid":"816861341","full_name":"Panadestein/blog","owner":"Panadestein","description":"First atop infinity","archived":false,"fork":false,"pushed_at":"2025-02-23T10:38:59.000Z","size":1299,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T11:08:26.646Z","etag":null,"topics":["array-language","blogging","bqn","computational-science","emacs","physics"],"latest_commit_sha":null,"homepage":"https://panadestein.github.io/blog","language":"BQN","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Panadestein.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-06-18T14:37:30.000Z","updated_at":"2025-02-23T10:38:14.000Z","dependencies_parsed_at":"2024-09-09T14:01:24.131Z","dependency_job_id":"fa7408c3-0a8a-4086-9bd5-5037aa3bccd7","html_url":"https://github.com/Panadestein/blog","commit_stats":{"total_commits":99,"total_committers":1,"mean_commits":99.0,"dds":0.0,"last_synced_commit":"3a9a6af9b75ac0672f6bfa8598b9b8e4256b22b3"},"previous_names":["panadestein/blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panadestein%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panadestein%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panadestein%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panadestein%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Panadestein","download_url":"https://codeload.github.com/Panadestein/blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240324070,"owners_count":19783455,"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","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":["array-language","blogging","bqn","computational-science","emacs","physics"],"created_at":"2024-10-25T16:04:24.234Z","updated_at":"2026-03-03T04:36:47.656Z","avatar_url":"https://github.com/Panadestein.png","language":"BQN","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: First atop infinity\n#+AUTHOR: Panadestein\n\n#+BEGIN_HTML\n\u003ca href=\"https://github.com/Panadestein/blog/actions/workflows/publish.yml\"\u003e\n\u003cimg alt=\"Build status\" src=\"https://github.com/Panadestein/blog/actions/workflows/publish.yml/badge.svg\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://raw.githubusercontent.com/Panadestein/blog/main/LICENSE\"\u003e\n\u003cimg alt=\"MIT\" src=\"https://img.shields.io/github/license/Panadestein/blog\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://github.com/Panadestein/emacsd\"\u003e\n\u003cimg alt=\"Emacs\" src=\"https://img.shields.io/badge/powered_by-Emacs-blue\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://mlochbaum.github.io/BQN/community/index.html\"\u003e\n\u003cimg alt=\"Emacs\" src=\"https://img.shields.io/badge/using-BQN-yellow\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n#+END_HTML\n\nWelcome to the source code of my blog. Here, I delve into solving computational\nand algorithmic problems across various disciplines using my preferred tool of thought.\nSome of my post have been discussed in [[https://lobste.rs/domains/panadestein.github.io][Lobsters]] and [[https://news.ycombinator.com/from?site=panadestein.github.io][Hacker News]].\n\n*Disclaimer*:\n\nI primarily write for myself, and these posts are a collection of ideas I've encountered during my intellectual wanderings.\nNevertheless, should you find anything here of use, it would bring me great joy.\n\nI've often challenged myself: \"You're not a [[https://www.ee.ryerson.ca/~elf/hack/realmen.html][real programmer]] if you can't implement this from scratch.\" However, being too lazy to write hundreds\nof lines of code, this didn't happen until I discovered the terseness and expressive power of BQN.\n\nAnd rest assured, the code on this site doesn't look like Brainfuck, nor does it conform to any of [[https://aplwiki.com/wiki/APL_Bingo][these clichés]].\n\n** Ethos\n\n- *Low Dependency*: the site is generated using only Emacs' =ox-html=, with a thin CSS layer to accommodate the [[https://dzaima.github.io/BQN386/][BQN386]] font.\n- *Literate programming*: each blog post is an =org-mode= computational notebook that can be opened and interacted with in Emacs.\n- *Minimalist aesthetic*: the site has a monochromatic theme, because it is [[https://mlochbaum.github.io/BQN/doc/expression.html#role-spellings][straightforward]] to read BQN without syntax highlighting.\n- *Focus on BQN*: all problems are treated in BQN, using array and functional style as much as possible.\n\n** Contributing\n\nPlease [[https://github.com/Panadestein/blog/issues][open]] an issue if you have ideas, suggestions, or corrections.\n\n** Title's meaning\n\nLet Goethe [[https://mlochbaum.github.io/BQN/try.html#code=IldpbGxzdCBkdSBpbnMgVW5lbmRsaWNoZSBzY2hyZWl0ZW4sIiDiipHiiJjiiJ4gIkdlaCBudXIgaW0gRW5kbGljaGVuIG5hY2ggYWxsZW4gU2VpdGVuLiIKCgoK][tell]] you.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanadestein%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanadestein%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanadestein%2Fblog/lists"}