Egregoros

Signal feed

Timeline

Post

Remote status

Replies

25
@Arwalk mine is https://movielounge.ilja.space/

it's a so called single page web app, but written by hand without framework or build tools, just text editor and browser. while meant as purely an exercise to get a better feeling for abstractions made in such frameworks, it turned out to be super easy to host, so i further grew the content of the site.

in the end it became a site with a bunch of cc licensed movies with a certain degree of quality. i have no knowledge of a single resource that provides this, so since i'm quite fond of the whole free culture thing, i'm quite happy with having made and released this, even if most people don't really care about such things.
@Arwalk but more seriously, i've done a few fun things recently:

- selfhosted ngrok alternative that's easy to set up https://eosrift.com/
- a frontend / orchestrator to self-host neondb, which is postgres with forking and time travelling https://github.com/lambadalambda/neon-selfhost
- a self-hosted youtube archiver / frontend that's not slow and ugly https://github.com/lambadalambda/kapsel
- a ms-dos replacement with built in mouse and cd drivers https://github.com/lambadalambda/laindos
@sun @Arwalk we're using it at work and i just thought it's super useful, it's mostly open source but their UI / API layer isn't, so i wrote this alternative. I'm not actually using it for anything right now, but if i set up a new instance or something i'll use it, makes it super easy to get throwaway databases from production data for debugging, and solves all 'migration broke my database' issues.