Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 328
Aftermath https://aftermath.site/
Tue Feb 24 12:25:33 2026 archive.org

Video games, the internet and what comes after

Open Source Tabletop RPG Resources https://thoughtpunks.com/open-source-ttrpg-resources/
Mon Feb 23 09:07:28 2026 archive.org
games rpgs resources tabletop opensource creativecommons publicdomain archived
Convert to it! https://p2r3.github.io/convert/
Sat Feb 21 17:14:30 2026 archive.org

Many online file conversion tools are boring and insecure. They only allow conversion between two formats in the same medium (images to images, videos to videos, etc.), and they require that you upload your files to some server.

This is not just terrible for privacy, it's also incredibly lame. What if you really need to convert an AVI video to a PDF document? Try to find an online tool for that, I dare you.

Convert.to.it aims to be a tool that "just works". You're almost guaranteed to get an output - perhaps not always the one you expected, but it'll try its best to not leave you hanging.

Github: https://github.com/p2r3/convert

  • bun install --frozen-lockfile
  • bun run build
  • bun run cache:build
  • Upload the contents of dist/ to a web server.
exocortex webapps files conversion selfhosted javascript images audio documents
Cat News https://cat-news.news/
Fri Feb 20 20:40:59 2026 archive.org

Cat News was created by Pippin (with a very small amount of help from his human assistants), so that the world may know of his glorious comings and goings. Since he is frequently napping, stories about cats from around the world are also published and celebrated. Pippin is five years old and lives in Coquitlam, British Columbia, Canada, among beautiful mountains that he mostly ignores because they are not edible.

Pippin feels that humans spend too much time doom-scrolling and not enough time paying attention to him. Cat News is a healthy compromise, where lots of cats can get attention, and humans get more important (and more fun) things to scroll through.

RSS: https://cat-news.news/feed/

cats funny
Ian's Shoelace Site https://www.fieggen.com/shoelace/
Fri Feb 20 20:27:03 2026 archive.org

Lots of different ways to lace and tie your shoes.

This is one of those sites from the old school - built because somebody's fascinated by something.

RSS: https://www.fieggen.com/shoelace/rss.xml

knots shoes oldschool smolnet
Breachpool https://breachpool.com/
Fri Feb 20 19:44:39 2026 archive.org

Something like a prediction market for who gets pwned next.

prediction companies breaches cynicism
regulad/pyvnc https://github.com/regulad/pyvnc
Fri Feb 20 18:57:06 2026 archive.org

pyvnc implements both synchronous and asynchronous VNC clients in pure Python. It works on Mac, Linux and Windows. Use it to capture screenshots and send keyboard & mouse input to VNC servers.

python vnc clients
xulek/PyVNCServer https://github.com/xulek/PyVNCServer
Fri Feb 20 18:56:49 2026 archive.org

PyVNCServer is an RFB (VNC) server implementation in Python. The repository combines:

  • a runnable server (vnc_server.py)
  • a reusable protocol/encoding library (vnc_lib/)
  • browser client assets (web/)
  • demos, tests, and benchmarks
python vnc servers
ayebrian/fictusvnc https://github.com/ayebrian/fictusvnc
Fri Feb 20 18:55:55 2026 archive.org

A minimal VNC server that serves a static image. It's a honeypot for VNC scanners.

golang vnc servers honeypots images lulz
Archipelago - A multiworld multi-game randomizer https://archipelago.gg/
Fri Feb 20 18:53:39 2026 archive.org

This is a cross-game modification system which randomizes different games, then uses the result to build a single unified multi-player game. Items from one game may be present in another, and you will need your fellow players to find items you need in their games to help you complete your own.

Github: https://github.com/ArchipelagoMW/Archipelago

videogames random multiplayer python emulation
pelican-plugins/seo https://github.com/pelican-plugins/seo
Fri Feb 20 15:36:43 2026 archive.org

This plugin helps you improve your Pelican site SEO (Search Engine Optimization) to reach the top positions on search engines. This includes metadata used for accessibility.

python plugins staticcontent metadata
remenoscodes/git-native-issue https://github.com/remenoscodes/git-native-issue
Fri Feb 20 13:57:30 2026 archive.org

Your source code travels with git clone. Your issues don't. Migrate from GitHub to GitLab? Your code comes with you. Your issues stay behind, trapped in a proprietary API. Work offline on code? Sure. Work offline on issues? Not without a web browser and internet connection. Here's the insight: issues are append-only event logs, and Git is a distributed append-only content-addressable database. The data model fits perfectly.

git-issue stores issues as Git commits under refs/issues/. No external database. No JSON files in the working tree. No custom merge algorithms. Just commits, trailers, and refs.

Git already solved distributed synchronization, content addressing, cryptographic integrity, and three-way merging. Why rebuild all that for issue tracking?

git distributed bugtracker scripts tickets
jonashaag/klaus https://github.com/jonashaag/klaus
Fri Feb 20 13:45:44 2026 archive.org

Klaus is a Git project portfolio webapp as an alternative to Github, Gitlab, and other self-hosted applications.

python webapps git forge selfhosted projects
Gitlist - an elegant and modern git repository viewer https://gitlist.org/
Fri Feb 20 13:45:26 2026 archive.org

GitList is an elegant and modern web interface for interacting with multiple git repositories. It allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history, diffs. It also generates RSS/Atom feeds for each repository, allowing you to stay up-to-date with the latest changes anytime, anywhere. GitList was written in PHP, on top of the Symfony framework and powered by the Twig template engine. This means that GitList is easy to install and easy to customize. Also, the GitList interface was made possible due to Bootstrap.

Github: https://github.com/klaussilveira/gitlist

git php webapps viewer repositories
PeterDrake/PythonWithPencilAndPaper https://github.com/PeterDrake/PythonWithPencilAndPaper
Thu Feb 19 19:05:55 2026 archive.org

A book of Python exercises that are meant to be worked longhand, with paper and pencil, rather than at a console. The idea is to think about what you're doing rather than just typing on a keyboard.

python exercises books offline educational
Gwtar: a static efficient single-file HTML format https://gwern.net/gwtar
Thu Feb 19 18:45:17 2026 archive.org

Gwtar is a new polyglot HTML archival format which provides a single, self-contained, HTML file which still can be efficiently lazy-loaded by a web browser. This is done by a header’s JavaScript making HTTP range requests. It is used on Gwern.net to serve large HTML archives.

archival webpages staticcontent fileformat archived
sbprojects/sbasm3 https://github.com/sbprojects/sbasm3
Thu Feb 19 13:01:02 2026 archive.org

The SB-Assembler can be used on Linux, Mac and Windows machines. It requires at least Python 3.2 to be installed. Installation of the software is not necessary. Unzip everything into a directory of your choice and make sure the program sbasm (for Linux and Mac) or sbasm.py (for Windows) is in your path. However you may want to move the opcode test files and header files somewhere else. They are a reference only and are not needed for the assembler to run. The only thing that is important for the SB-Assembler is that the sbapack directory remains in the same directory as the sbasm and sbasm.py files.

Supported processors: 6502, 65C02, 6800, 6804, 6805, 6809, 68HC11, 8008, 8048, 8051, 8080, 8085, Z80, Z8 Z180 AVR, PIC, ST6, ST7, ACE1101, ACE1202, SC/MP, 1802

python cli assembler crossplatform retrocomputing
Radio Bulgaria in English https://bnrnews.bg/en
Wed Feb 18 16:34:05 2026 archive.org

From Wikipedia: Radio Bulgaria (Bulgarian: Радио България, Radio Bǎlgarija; BNR) is the official international broadcasting station of Bulgaria. On June 10, 2021, Radio Bulgaria launched a new podcast called Bulgaria Today. It is released every day in English, German, French, Spanish, Russian, Serbian, Greek, Albanian, and Turkish. The new program features news stories from Bulgaria and internationally, as well as segments about Bulgarian culture and tourism.

There is an RSS feed on a related sub-site: https://new.bnr.bg/en/rss/news

news international edison podcasts
The AS Macro Assembler http://john.ccac.rwth-aachen.de:8000/as/
Wed Feb 18 14:34:23 2026 archive.org

AS is a portable macro cross assembler for a variety of microprocessors and -controllers. Though it is mainly targeted at embedded processors and single-board computers, you also find CPU families in the target list that are used in workstations and PCs.

AS is completely free, i.e. you may use it for any commercial or non-commercial purpose without having to pay for it. If your really like AS, I encourage you to either send a bit of money to Greenpeace or a bottle of your favourite wine to me. If you want to integrate AS or parts of it into other projects, please contact me; since I really appreciate GNU and its targets, I think that someone who uses parts of AS or extends it should return something into the "freeware pool"; it's just a matter of fairness!

assembler software portable microprocessors microcontrollers
Vision Merch: Information Society https://www.visionmerch.com/information-society/
Wed Feb 18 13:37:08 2026 archive.org

InSoc merch!

insoc music synthpop shirts
page 1 / 328
7000 links, including 441 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn