PreemChrome is a curated and cultivated digital garden maintained by SynAck. It’s not a “blog” in the traditional sense of the word like most people might be used to insofar as this space isn’t really a chronological ordering of thoughts. Rather, this is a place that I can throw out half-baked thoughts, screeds, manifestos, and oddities and then cultivate them over time. Some of them might never get past the “half-baked” stage; some of them will eventually become so fully-baked as to evoke the smell of homemade bread in one’s mind as they read them. The point is, there will be no chronological ordering of either posts or updates; either one of those things could happen at any time. It’s all part of my nefarious plan to keep you coming back for more.
A personal website that bills itself as unix_surrealism.
Collie is a minimal RSS feed reader application. With Collie, you can:
All you need is a local machine and the Internet. No virtual machine, no cloud infrastructures, no always-on database, and no account registration with privacy information required.
A shell script which checks your home directory for unwanted files and directories. When it encounters a file it knows about, it will tell you whether it's possible to move this file to an appropriate location, and how to do it.
I write about security, privacy, vulnerabilities and exploits, retro computing, music, various programming languages, personal projects and general stuff that crosses my mind. Make sure you use encrypted email when sending me any sensitive info.
Tor mirror: http://sizeofaex6zgovemvemn2g3jfmgujievmxxxbcgnbrnmgcjcjpiiprqd.onion/
This repository is a chat example with LLaMA models running on a typical home PC. You will just need a NVIDIA video card and some RAM to chat with model. By using HF version you may fine-tune the model to any desired task.
System requirements: A modern enough CPU, NVIDIA graphics card (2 Gb of VRAM is ok); HF version is able to run on CPU, or mixed CPU/GPU, or pure GPU, 64 or better 128 Gb of RAM (192 would be perfect for 65B model).
Modern web IRC client designed for self-hosting. Modern features brought to IRC, push notifications, link previews, new message markers, and more bring IRC into the 2st century. Always connected. Remains connected to IRC servers while you are offline. Cross platform. It doesn't matter what OS you use, it just works wherever Node.js runs. Responsive interface. The client works smoothly on every desktop, smartphone and tablet. Synchronized experience. Always resume where you left off no matter what device.
This is the publicly-readable WikiLog Digital Garden (17k pages, starting from 2002) of Bill Seitz (a Product Manager and CTO). (You can get your own pair of garden/note-taking spaces from FluxGarden.)
A self-hosted web app to aggregate and sync all of your medical records from your patient portals in one place. Offline-first with multiple device sync supported.
Split into an API backend and a webapp frontend. Includes a helpful nginx.conf file for proxying it.
This is the only project I've ever seen that uses PouchDB. This application is designed for offline first operation, so it only makes sense that the database would reside in your web browser preferentially.
nodejs.webshit, unfortunately.
A site where somebody aggregates links to personal and weird little sites, like we all remember in the early days.
Hacker | Solar is a knowledge repository on all subjects related to the practical application and praxis within the Solarpunk movement.
Solarpunk is a literary, art, and social movement that understands the current state of the world in terms of climate crisis, social & economic problems, and the state of individuals and their localized communities and seeks to demonstrate possible future scenarios that address these issues. As a social movement it seeks to find and implement localized, decentralized, and distributed solutions to various problems within our current state of being.
Elements of Solarpunk seek to implement various post-scarcity solutions including food production and distribution, water production and distribution, power production and distribution, housing and shelter, healthcare and medicine, and education.
This site contains knowledge repos and how-tos regarding these various solutions. Solutions are designed to be implemented at the individual scale using current technology, both high-tech and low-tech, that is accessible to individuals or small groups.
A simple self-advertising web app to host a series of slides that contain images and information. Digital business card or resume hub page that is designed to present who you are and your message quickly. Written in HTML, CSS & JS
This is a remote follow tool for ActivityPub servers. With this tool, you can share links and buttons that allow people to follow you from their own ActivityPub instance. The application does not rely on client-side javascript or relative links. So you can reverse proxy the service on your own domain. This is beneficial because your follow links can be picked up by the simplified federation browser extension.
Just put your username and instance in the href field at the beginning of the links to get a follow button or link that you can put on your website.
Complete.Org is a personal project managed since 1994 by John Goerzen. Here you can find: John Goerzen’s projects, services hosted here, links, and other things.
Recoll is a desktop full-text search tool. Finds documents based on their contents as well as their file names. Can search most document formats, even if they're compressed (even Maildir/ and mailboxes). You may need external applications for text extraction. Based on Xapian. Primarily desktop but it could be run server-side. Indices are backwards-compatible.
Source code: https://framagit.org/medoc92/recoll
Flies on solid state storage!
Can be plugged into Searx: https://searx.github.io/searx/admin/engines/recoll.html
A curated checklist of tips to protect your digital security and privacy.
Dogsheep is a collection of tools for personal analytics using SQLite and Datasette.
Big internet companies know a lot about us. By exporting that data back out of them we can see what they know and maybe learn something interesting about ourselves.
A formal schema for representing a resume' or CV as a JSON document so that it's machine readable.
Pepperminty Wiki is a complete wiki engine contained in a single file, inspired by @am2064's Minty Wiki. Upload to a PHP host and that's it. No database required. Uses Markdown. Has full text search and edit history support. Even has comments. Has a rudimentary API right now.
A double-entry bookkeeping computer language that lets you define financial transaction records in a text file, read them in memory, generate a variety of reports from them, and provides a web interface. In theory, if it can read a text file, it can manipulate your accounting "database." More of a standard or file format than an application because you can do it all in a text editor if you really want.
The reference implementation is written in Python and seems to have a webapp.