Create a site where users can post their desired epitaph

  • You can post your desired/aspirational epitaph and keep it updated
  • Like Twitter but you only get one tweet
  • Next of kin are in the system
  • Dead-man's switch. You have to log in every now and then or else your next of kin are notified
  • Memento Mori - periodic reminders
    • Reminder: You will die- is your epitaph up to date?
    • Reminder: Death is coming- have you lived up to your epitaph?
  • Integrate with the Shapeways API to 3d-print a mockup of your headstone
  • Send flowers to loved ones
  • Gravatar-like features
    • Can look up epitaph for a person's uuid (email)
  • Time-management/GTD features or community tie-in
    • What do you need to get done before you die for your epitaph to be true?
    • Multi-level goals, top level is epitaph goal
  • Epitaph-consulting marketplace for writers
  • Must have funny name. ideas:
    • words.rip
    • soon.rip
    • mortal.rip
    • tombstone.today
    • tombstone.world
    • gravestone.site
    • grave.today
    • epitaph.today
    • epitaph.website
    • memento.mori.website
    • grave.guru

Looking for hackers with the skills:

webapps design ui ux frontend 3d-modeling writing

This project is part of:

Hack Week 15

Activity

  • almost 9 years ago: vsvecova liked this project.
  • almost 9 years ago: aocole added keyword "writing" to this project.
  • almost 9 years ago: cierrag joined this project.
  • almost 9 years ago: aocole added keyword "3d-modeling" to this project.
  • almost 9 years ago: aocole liked this project.
  • almost 9 years ago: aocole added keyword "webapps" to this project.
  • almost 9 years ago: aocole added keyword "design" to this project.
  • almost 9 years ago: aocole added keyword "ui" to this project.
  • almost 9 years ago: aocole added keyword "ux" to this project.
  • almost 9 years ago: aocole added keyword "frontend" to this project.
  • almost 9 years ago: aocole started this project.
  • almost 9 years ago: aocole originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Bring to Cockpit + System Roles capabilities from YAST by miguelpc

    Bring to Cockpit + System Roles features from YAST

    Cockpit and System Roles have been added to SLES 16 There are several capabilities in YAST that are not yet present in Cockpit and System Roles We will follow the principle of "automate first, UI later" being System Roles the automation component and Cockpit the UI one.

    Goals

    The idea is to implement service configuration in System Roles and then add an UI to manage these in Cockpit. For some capabilities it will be required to have an specific Cockpit Module as they will interact with a reasource already configured.

    Resources

    A plan on capabilities missing and suggested implementation is available here: https://docs.google.com/spreadsheets/d/1ZhX-Ip9MKJNeKSYV3bSZG4Qc5giuY7XSV0U61Ecu9lo/edit

    Linux System Roles:

    First meeting Hackweek catchup


    mgr-ansible-ssh - Intelligent, Lightweight CLI for Distributed Remote Execution by deve5h

    Description

    By the end of Hack Week, the target will be to deliver a minimal functional version 1 (MVP) of a custom command-line tool named mgr-ansible-ssh (a unified wrapper for BOTH ad-hoc shell & playbooks) that allows operators to:

    1. Execute arbitrary shell commands on thousand of remote machines simultaneously using Ansible Runner with artifacts saved locally.
    2. Pass runtime options such as inventory file, remote command string/ playbook execution, parallel forks, limits, dry-run mode, or no-std-ansible-output.
    3. Leverage existing SSH trust relationships without additional setup.
    4. Provide a clean, intuitive CLI interface with --help for ease of use. It should provide consistent UX & CI-friendly interface.
    5. Establish a foundation that can later be extended with advanced features such as logging, grouping, interactive shell mode, safe-command checks, and parallel execution tuning.

    The MVP should enable day-to-day operations to efficiently target thousands of machines with a single, consistent interface.

    Goals

    Primary Goals (MVP):

    Build a functional CLI tool (mgr-ansible-ssh) capable of executing shell commands on multiple remote hosts using Ansible Runner. Test the tool across a large distributed environment (1000+ machines) to validate its performance and reliability.

    Looking forward to significantly reducing the zypper deployment time across all 351 RMT VM servers in our MLM cluster by eliminating the dependency on the taskomatic service, bringing execution down to a fraction of the current duration. The tool should also support multiple runtime flags, such as:

    mgr-ansible-ssh: Remote command execution wrapper using Ansible Runner
    
    Usage: mgr-ansible-ssh [--help] [--version] [--inventory INVENTORY]
                       [--run RUN] [--playbook PLAYBOOK] [--limit LIMIT]
                       [--forks FORKS] [--dry-run] [--no-ansible-output]
    
    Required Arguments
    --inventory, -i      Path to Ansible inventory file to use
    
    Any One of the Arguments Is Required
    --run, -r            Execute the specified shell command on target hosts
    --playbook, -p       Execute the specified Ansible playbook on target hosts
    
    Optional Arguments
    --help, -h           Show the help message and exit
    --version, -v        Show the version and exit
    --limit, -l          Limit execution to specific hosts or groups
    --forks, -f          Number of parallel Ansible forks
    --dry-run            Run in Ansible check mode (requires -p or --playbook)
    --no-ansible-output  Suppress Ansible stdout output
    

    Secondary/Stretched Goals (if time permits):

    1. Add pretty output formatting (success/failure summary per host).
    2. Implement basic logging of executed commands and results.
    3. Introduce safety checks for risky commands (shutdown, rm -rf, etc.).
    4. Package the tool so it can be installed with pip or stored internally.

    Resources

    Collaboration is welcome from anyone interested in CLI tooling, automation, or distributed systems. Skills that would be particularly valuable include:

    1. Python especially around CLI dev (argparse, click, rich)


    openQA log viewer by mpagot

    Description

    *** Warning: Are You at Risk for VOMIT? ***

    Do you find yourself staring at a screen, your eyes glossing over as thousands of lines of text scroll by? Do you feel a wave of text-based nausea when someone asks you to "just check the logs"?

    You may be suffering from VOMIT (Verbose Output Mental Irritation Toxicity).

    This dangerous, work-induced ailment is triggered by exposure to an overwhelming quantity of log data, especially from parallel systems. The human brain, not designed to mentally process 12 simultaneous autoinst-log.txt files, enters a state of toxic shock. It rejects the "Verbose Output," making it impossible to find the one critical error line buried in a 50,000-line sea of "INFO: doing a thing."

    Before you're forced to rm -rf /var/log in a fit of desperation, we present the digital antacid.

    No panic: we have The openQA Log Visualizer

    This is the UI antidote for handling toxic log environments. It bravely dives into the chaotic, multi-machine mess of your openQA test runs, finds all the related, verbose logs, and force-feeds them into a parser.

    image

    Goals

    Work on the existing POC openqa-log-visualizer about few specific tasks:

    • add support for more type of logs
    • extend the configuration file syntax beyond the actual one
    • work on log parsing performance

    Find some beta-tester and collect feedback and ideas about features

    If time allow for it evaluate other UI frameworks and solutions (something more simple to distribute and run, maybe more low level to gain in performance).

    Resources

    openqa-log-visualizer


    Build a Single Camera 3D Scanner (Photogrammetry). by lparkin

    Description

    I want to see how fast I can develop a single-camera (pi camera module v3) rig with a stepper motor controlling a turntable that rotates the model being scanned. The trick here is not to be super fancy with 100's of sensors and data inputs, quite the opposite. I want to see how accurate I can scan objects into 3D-printable models using only a camera and as many fixed and known parameters as possible.

    Speed to be augmented with agentic AI coding companion. As it stands, I have a 3D printer, pretty much all the electronics I need.

    Goals

    • Design and print working/workable camera rig
    • Design and print working/workable turntable (considering printing my own cylinder-style bearings as well)
    • Assemble rig components into MVP assembly
    • Develop application that can hook into existing tools, or leverage a library like openCV, to process 2D images into a 3D model.
    • Iterate until models are good enough to 3D print.

    Resources

    • https://www.instructables.com/3D-scanning-Photogrammetry-with-a-rotating-platfor/
    • https://www.instructables.com/3d-Scan-Anything-Using-Just-a-Camera/
    • https://www.instructables.com/Build-a-DIY-Desktop-3d-Scanner-With-Infinite-Resol/
    • https://www.instructables.com/3D-Laser-Scanning-DIY/


    Discover 3d printing tools and improve integration in Linux desktop and flatpak by fcrozat

    Description

    Owner of a first 3d printing for some weeks (Bambulab P2S), I want to learn a bit more about the various tools to use it and, if needed, make sure they work fine in Linux desktop with flatpak.

    Goals

    Test the following tools: slicers: Bambu Studio, Orca Slicer addons: Bambu Connect design: Blender, Freecad, Fusion 360

    See if they can work fine on Aeon using Flatpak and try to improve integration in Linux desktop

    Resources

    • https://wiki.bambulab.com/en/software/bambu-studio/studio-quick-start
    • https://wiki.bambulab.com/en/software/bambu-connect
    • https://www.orcaslicer.com/
    • https://www.blender.org/
    • https://www.freecad.org/
    • https://www.autodesk.com/products/fusion-360/personal
    • Spoolman
    • Spoolman integration in Home Assistant