fosi
Platform to publish open stories

Something like webnovel for open source short stories, but the stories are each stored as git repositories. Each repo contains the metadata (title, license, authors, etc) and the story in markdown. You could maybe use a web frontend to add a git url to the frontend to publish your story. And readers can browse and read them using the frontend which renders the markdown. I have an example repo here: https://git.disroot.org/gitfiction/example I wanted to make something like that using django or flask, but not sure how to store and update the repos and use databases

4
0
india India IS releases video of new recruits from India as they pledge to carry out Jihad
Jump
  • libinator libinator 2 years ago 0%
    0
  • announcements Announcements Lemmy Release v0.16.0: Theming and Federation Improvements.
    Jump
  • libinator libinator 3 years ago 100%

    Cool!

    This is probably not the place to say this, but every time I click on saved messages of any user, I see my saved posts and comments instead. Is this a bug in lemmy? I couldn't find any issues on github related to this.

    2
  • opensource Open Source *Permanently Deleted*
    Jump
    libre_culture Libre Culture How can distributed and decentralized tools help victims of annexation?
    Jump
  • libinator libinator 3 years ago 75%

    Didn't think about that before

    2
  • libre_culture Libre Culture How can distributed and decentralized tools help victims of annexation?
    Jump
  • libinator libinator 3 years ago 80%

    How can tools like these help Ukrainians to stay connected and coordinate?

    There is Jami which works peer to peer, and SSB which is a gossip protocol.

    Especially when there is no internet connection

    But if there is no internet connection, I don't know how you can install them in the first place.

    If you have an internet connection at the moment and a couple of laptops nearby with GNU+Linux (I know this situation is rare when a war is going on), you could use something like naxalnet (disclaimer: I made it) or read the awesome mesh for starting a mesh network.

    Also, if you use a phone, see the Guardian Project's website which might help you.

    Basically, your chances of connecting with people in such a situation is very low, since only privileged people own multiple laptops or phones, and most privileged people might have left the country before or when the war started (correct me if I am wrong, I don't know much about the situation)

    3
  • libre_culture Libre Culture How can distributed and decentralized tools help victims of annexation?
    Jump
  • libinator libinator 3 years ago 80%

    For this, gossip protocols like Briar are good.

    There is also Secure Scuttlebutt, a protocol supported by quite a few apps on many platforms.

    3
  • opensource Open Source App for group voice chats over mobile data?
    Jump
  • libinator libinator 3 years ago 100%

    Jami is available for ios, but I think it uses more bandwidth than jitsi because of end to end encryption

    4
  • polls Polls *Permanently Deleted*
    Jump
  • libinator libinator 3 years ago 100%

    Please read the rules. If an option exists, just upvote it, and post your comment as a reply to the option

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKE
    Kerala HC issues two-day stay on MediaOne TV ban by Union govt www.thenewsminute.com
    4
    0
    linux Linux Please help, my PC is bricked
    Jump
  • libinator libinator 3 years ago 100%

    https://lemmy.ml/post/148990

    My advice in the above post is partially the reason this post had to be created 😅

    2
  • linux Linux Low Disk Space on "boot"
    Jump
  • libinator libinator 3 years ago 100%

    sudo update-initramfs

    Don't delete any kernels (vmlinuz-*) or initrd images (initrd.img-*), just to ensure nothing bad happens again. And, after updating the initramfs, run sudo update-grub. If you can boot into a livecd, could you post a screenshot of everything in /boot like you did in the original post?

    1
  • linux Linux Low Disk Space on "boot"
    Jump
  • libinator libinator 3 years ago 100%

    That's not what will happen. Note the version number in my reply. Ubuntu based distros won't remove old kernels after updating to newer kernels. This is probably what's taking space in your /boot partition.

    In the screenshot you posted, there are 5 kernels:

    • vmlinuz-5.11.0-40-generic
    • vmlinuz-5.11.0-41-generic
    • vmlinuz-5.11.0-43-generic
    • vmlinuz-5.11.0-44-generic
    • vmlinuz-5.11.0-46-generic

    But there are only three initramfs images:

    • initrd.img-5.11.0-40-generic
    • initrd.img-5.11.0-41-generic
    • initrd.img-5.11.0-43-generic

    It is likely that your boot partition doesn't have enough space to store the initramfs image for booting kernels 5.11.0-44 and 5.11.0-46. To make enough space, you can remove the old kernels. According to your uname -a output, you are currently running kernel 5.11.0-43. And I assume you have no problem with the current kernel. If that is the case, there is no need for kernel 5.11.0-40 and 5.11.0-41.

    So, you can remove the two kernels. Old kernels are probably not removed by default so that you can boot to the previous kernel if the latest kernel has issues. After doing so, reboot to ensure nothing has gone wrong. Now, try sudo apt upgrade again, which should hopefully install the latest kernel and generate its initrd file. Reboot to the newly installed kernel and try sudo apt autoremove to remove any remaining pacakges as @kromonos@fapsi.be suggested

    3
  • linux Linux Low Disk Space on "boot"
    Jump
  • libinator libinator 3 years ago 100%

    sudo apt remove linux-image-5.11.0-40-generic

    I don't use a debian based distro now, so you should probably wait until someone else says doing this is safe

    2
  • linux Linux Low Disk Space on "boot"
    Jump
  • libinator libinator 3 years ago 100%

    This means you run version 5.11.0-43-generic

    Try removing linux-image-5.11.0-40-generic, which is the oldest version in your screenshot

    2
  • linux Linux Low Disk Space on "boot"
    Jump
  • libinator libinator 3 years ago 100%

    What does uname -a output?

    2
  • polls Polls *Permanently Deleted*
    Jump
  • libinator libinator 3 years ago 100%
    2
  • libinator libinator 3 years ago 100%

    into the power cord, yes

    2
  • memes Memes Git for documents when?
    Jump
  • libinator libinator 3 years ago 100%
    5
  • libre_culture Libre Culture Libre TrainSim: Train Simulator written in Godot Engine (GPL-3.0)
    Jump
  • libinator libinator 3 years ago 100%

    Nice game without too much controls! But the game website www.libre-trainsim.de redirects to some google signin page

    2