• 0 Posts
  • 26 Comments
Joined 2 months ago
cake
Cake day: November 20th, 2024

help-circle







  • Brain preserved, revived (not “uploaded”/copied!) by someone competent and caring (a science organization perhaps) in hundreds of years, somewhere that’s not complete shit assuming there is such a place still. I wouldn’t mind staying in the VR-jar for a while for a slow assessment, training, and introduction to the future world and brain fixing etc while building connections.

    A new form of life. A deeper connection to technology does not mean I want to abandon nature. If anything I want more robust microbiomes than humans have and whatever techniques can be borrowed from nature (photosynthesis or creation of other organic molecules, connect to mycelium network etc) for homeostasis or environmental management/living conditions. Which would allow me to focus on hobbies while my body mostly maintains itself.

    Ideally I could exist as something comparable to the size of a microwave but could connect to larger bodies if needed. Or as an extra observer/backup shift/co-pilot etc.













  • insomniac_lemon@lemmy.cafetoAsk Lemmy@lemmy.worldI want to learn how to code
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    2 months ago

    I have a similar issue… I have done slightly more than nothing, I really struggle trying to think of small projects that actually work for me.

    The few things I’ve done I stop at a certain point because I have no motivation for the actual content* or there are platform* issues. One thing I made was maybe usable but was likely too much** of a time sink for me.

    Though I keep trying other things hoping enough pieces fit that I can think of something.

    EDIT: I don’t know if it is any help but what I’ve mentioned were text formats+loaders.

    spoiler

    *=An adventure book (…if you go right, turn to page 100) reader (via declarative GTK framework). Using text files per page, allows linking to other pages (4 option IIRC, custom button name+description). Text was too small on buttons (no dynamic scaling), especially as I wanted to maybe use unicode 🔍

    **= Polygon reader for Raylib (via bindings). Using text files, some data lines at top then an ASCII grid with manually-ordered points (1-9, A-F etc, mostly blank space for simple shapes) to create a seq[Vector2]. Unsure on usage (what users would use+understand more) of polygons that need different vertex order, trianglestrips vs trianglefan. For usability, I was thinking of making an editor for it.

    I’m using Godot now and leaning more toward 3D (because vertex colors) and all I can really think of is maybe something like archery. Maybe a wizard boomer shooter, if that wasn’t such a high goal.