m e

  • 9 Posts
  • 12 Comments
Joined 3 years ago
cake
Cake day: November 20th, 2021

help-circle









  • m etoLemmyIdea: a hierarchical subreddit system
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Wikipedia has its hierarchical categories, for an example that is already working. More historically, the librarians have the Dewey decimal system and the subject classification system.

    But it’s a good idea and may give the fediverse an edge until reddit copies it.



  • m etoLemmyAre there plans to add support for wiki pages?
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Gitea, GitHub and the like allow the owners of a repository to create an associated wiki by selecting a preference check box. You should be able to copy the relevant code from any free/open source implementation. It would be useful for providing Frequently Asked Questions for the community for example.



  • m etoAndroidProgramming on an Android tablet
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Set up a headless Raspberry Pi and connect by SSH and VNC. To connect the two devices use a USB cable.

    Alternatives:

    • connect them both to a router using Ethernet/wifi.
    • use a very small PC in headless mode so you can run x86_64 executables.
    • access a shared git repository on the cloud using local clones on both devices to share files

    This may be less sexy but it is solid and reliable.