What's one of your project that nobody cares about but you are very proud of nonetheless? Share your stuff !
Timeline
Post
Remote status
Replies
25
Nobody yet? let me start then. Here's mine. https://github.com/Arwalk/lparchive2epub
This little program transform any let's play from lparchive.org into an epub file, making them easily readable on any tablet (let's plays originally have a lot of images so it's not always nice on b&w e-readers).
Go read boatmurdered, headshoots, or guavamoment's xcom let's play. They're classics!
This little program transform any let's play from lparchive.org into an epub file, making them easily readable on any tablet (let's plays originally have a lot of images so it's not always nice on b&w e-readers).
Go read boatmurdered, headshoots, or guavamoment's xcom let's play. They're classics!
@Arwalk I made https://khoe.thac.loan/_/khoe/readme/ as a poor man's stagit: it generates a static website for my git repos. Works for my purposes, but probably too niche a use case (throwing code over the wall but in a nicer way than tarballs).
That reminds me, I should probably upgrade to zig 0.16.
That reminds me, I should probably upgrade to zig 0.16.
@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.
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.
@rfgee Nice! Also yes Zig is great!
I'm glad people shared their stuff. Keep it up, and keep doing things even if nobody else cares !
@Arwalk this thing, it's kinda like mastodon but uses a meme language https://git.pleroma.social/pleroma/pleroma
Nobody yet? let me start then. Here's mine. https://github.com/Arwalk/lparchive2epub
This little program transform any let's play from lparchive.org into an epub file, making them easily readable on any tablet (let's plays originally have a lot of images so it's not always nice on b&w e-readers).
Go read boatmurdered, headshoots, or guavamoment's xcom let's play. They're classics!
This little program transform any let's play from lparchive.org into an epub file, making them easily readable on any tablet (let's plays originally have a lot of images so it's not always nice on b&w e-readers).
Go read boatmurdered, headshoots, or guavamoment's xcom let's play. They're classics!
@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
- 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
@lain @Arwalk you think maybe that's why it has no contributors? They should have used a real language, like C
https://codeberg.org/grunfink/snac2
https://codeberg.org/grunfink/snac2
@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.
@pwm @Arwalk extensive test suite https://codeberg.org/grunfink/snac2/src/branch/master/tests/smtp.c
@lain @pwm @Arwalk half of snac2 is voodoo magic C
https://codeberg.org/grunfink/snac2/src/branch/master/xs.h#L19
https://codeberg.org/grunfink/snac2/src/branch/master/xs.h#L19
@lain that's not something nobody cares about though >_>
@sun i've followed that you were doing this. Cute !