#+TITLE: silverayan's journal #+NICK: silverayan #+DESCRIPTION: Expect all the awesome technology and articles i stumble across the day will be shared in this account #+LINK: https://goldayan.in * Posts ** 2026-08-19T12:43:16+0530 :PROPERTIES: :TAGS: :CLIENT: org-social.el :MOOD: :END: This is my first post, learned about lean social media from https://en.andros.dev/blog/ddd78757/quick-tutorial-to-get-started-on-org-social/ this blog article. Also the article about finger is also interesting https://en.andros.dev/blog/54572bc7/finger-the-1971-social-network-that-never-died/ ** 2026-08-19T16:23:00+0530 :PROPERTIES: :TAGS: :CLIENT: org-social.el :MOOD: :END: Found a science fiction book which is free to read, currently published in creative common license https://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando-intro.html #ebook #ccbook #scifi ** 2026-08-20T14:39:16+0530 :PROPERTIES: :TAGS: :CLIENT: org-social.el :MOOD: :END: - I plan to learn more about http, api indepth and found the following resource - Found out that #mdn docs have excellent info on http https://developer.mozilla.org/en-US/docs/Web/HTTP - Using chatgpt after a few months i find it ridiculously fast now ** 2026-09-02T14:54:29+0530 :PROPERTIES: :TAGS: :CLIENT: org-social.el :MOOD: :END: *** Sam willson article Author was poking around in my ~/.cache/ folder using OmniDiskSweeper when Author spotted something interesting. The OpenAI Codex desktop app (since rebranded to just ChatGPT) has 1.7GB of stuff in there in a folder called codex-primary-runtime, including a full Python installation, a full Node.js installation, and native binaries for Poppler, git, and the LibreOffice open source office suite (which forked from OpenOffice.org in 2010): https://simonwillison.net/2026/Sep/1/codex-libreoffice/ *** Create elisp code for org related stuff - Get all the headings, notes that tagged with tag - Get all the heading that has certain state (todo, inprogress, done) - Read datatree file and output it as recutils *** Select multiple text in webpage in firefox https://www.stefanjudis.com/today-i-learned/firefox-support-selection-of-multiple-text-areas/