digital-garden  [Pinned]

olin-monster is a garden of ideas, projects and memories francis likes to grow and nurture. Digital gardens let you cultivate your own little bit of the internet, they are like wiki’s but more free-form and organic. It’s not as linear like a blog as items can grow and re-edited. It’s the antithesis of the linear posts and the consumer model social media pushes. It’s more like an invitation to dance (solo or together), then listening to someone on a soapbox or creating a polarizing buzz....

datalog

https://en.wikipedia.org/wiki/Datalog#Systems_implementing_Datalog https://www2.cs.sfu.ca/CourseCentral/721/jim/DatalogPaper.pdf https://dl.acm.org/doi/10.1145/3191315.3191317

2023-07-25 3 words

jupyterlab

tools Papermill is a tool for parameterizing and executing Jupyter Notebooks. For example https://notebook.community/alexjj/money-scripts/Networth https://github.com/markusschanta/awesome-jupyter https://github.com/ml-tooling/best-of-jupyter setup pip install jupyterlab Once installed, launch JupyterLab with: jupyter-lab logseq integration through iframe https://www.youtube.com/watch?v=FXt-oMpW-n0

k8s

k8s stands for kubernetes, a few kubernetes related projects, cautionary tales and discussions are listed below. talos and k8s https://www.talos.dev/v1.1/introduction/getting-started/ https://www.siderolabs.com/platform/talos-os-for-kubernetes/ https://www.siderolabs.com/blog/launching-talos-systems/ https://kubernetespodcast.com/episode/159-talos/ alpine and k8s https://dev.to/xphoniex/how-to-create-a-kubernetes-cluster-on-alpine-linux-kcg https://techviewleo.com/install-kubernetes-on-alpine-linux-with-k3s/ coreos https://medium.com/@todd_78449/goodbye-alpine-linux-my-dear-friend-23ca0f30a6a8 containeros flatcar photonos k3os k3s, k0s, kind and microk8s There are certified distributions which are not too resource hungry, especially if you need to self-host clusters, for example kind (kind.sigs.k8s.io),k3s (https://k3s.io/), k0s (https://k0sproject.io/) and microk8s. A list of excellent comparisons can be found here: https://blog....

memex

The Memex - a visionary concept. Vannevar Bush writes in Memex Revisited “For Memex, the problem is not swift access, but selective access”. Bush states that although the code-reading and potential linking capabilities of the rapid selector would be key to the creation of Memex, there is still an issue of enabling “moderately rapid access to really large memory storage”. “There is an issue concerning selection, Bush conveys, and despite the fact that improvements have been made in the speed of digital selection, according to Bush, “selection, in the broad sense, is still a stone adze in the hands of the cabinetmaker”....

paper-backup

With HCCB (High Capacity Color Barcode) of which an implementation is Microsoft Tag you can get 1.5 MB with 600dpi color on a A4. If you add the best compression techniques (ppmd) depending on the source material you could get 8 times as much english text, easily fitting the pearls or religion: Tenach, New Testament, Quran, Mahabarata, The Dhamapada, the Atthakavagga and the Parayanavagga, Rhinoceros and Lotus Sutra, The Book of the Dead and the Sri Guru Granth Sahib and explanatory texts and commentary on one single A4....

sneakernet

intro Sneakernet is an informal term for the transfer of data by physically moving media such as floppy disks, optical discs, USB flash drives between computers, rather than transmitting it over a computer network. The term, a tongue-in-cheek play on net(work) as in Internet or Ethernet, refers to walking in sneakers as the transport mechanism.[1]. An alternative term is the pigeon net, refering to pigeans flying routes with usb sticks or sd cards....

source-code-management

self-hostable open source source code management systems fossil https://www2.fossil-scm.org/home/doc/trunk/www/index.wiki https://fossil-scm.org/home/doc/trunk/www/quickstart.wiki gitlab https://about.gitlab.com/install/ sourcehut https://git.sr.ht/~robertgzr/sourcehut-containers https://git.sr.ht/~sircmpwn/?search=sr.ht gitea https://gitea.io/en-us/ pijul https://pijul.org/ https://pijul.org/posts https://discourse.pijul.org/

2023-07-25 21 words

sqlite

https://github.com/sqlsite/awesome-sqlite https://univalence.me/posts/mvsqlite https://markdown.land/sqlite-markdown

2023-07-25 3 words

stable-diffusion

Stable Diffusion is a machine learning model developed by Stability AI in 2022 to generate digital images from natural language descriptions. The model can be used for generating image to image translations guided by text prompt and upscaling images. Stable diffusion was trained on a subset of the LAION-Aesthetics V2 data set consisting of 512x512 images.[3] Critics have raised concerns about AI ethics, stating that the model can be used to create deepfakes[4] and also question the legality of generating images on a data-set that was trained on copyrighted content without the consent of the original artist(s)....