I’m curious what kind of project you are working on? I’m working on a procedural terrain generation open world game! Now it’s your turn to tell me!

  • A set of scripts that download Chaturbate videos, also keep track of what’s currently downloading, give a history of what’s been downloaded, and automate recompressing to HEVC.

    I’m workshopping ideas for a new GUI for it, but don’t know where it’s safe to ask NSFW programming questions.

    • Just a reminder that reencoding already compressed videos is a recipe for destroying the quality, unless you’re using a very high bitrate, which quite often gets you the same size as the input video.

      I think the consensus is that if your video isn’t 4k or higher, there isn’t much gain in using HEVC if it is already H.264.

      So if you want to store them long term, reencoding them now means that if you decide to do it again later (for whatever reason) you’ll have too many artifacts accumulated.

  • Multiple ones.

    • Wave Function Collapse for an existing tileset (Warcraft 2) - it’s really hard to figure out how to build the data on whether a tile fits on a certain side of another tile. From the top of my head: Some 180 tiles total * 4 sides to compare * 180 options per side = 129_600 total checks I would need to do, which is just wayyy too much. Need to figure out how to reduce these checks (or automate them using OpenCV or something - not sure yet)
    • Comparing dual datasets of people who worked on certain games (the games being all Warcraft games), so I can see who worked on Game A, who on Game B, and who on both. Am currently (manually) cleaning up the data, because Blizzard has been very inconsistent in how they structure their credits. At least WoW had everything available in HTML - having to manually copy over 600+ people would be no fun (per expansion).
    • A cryptocoin predictor for my friends and I. One part ingestion from an API into a Postgres DB, one part Streamlit + some stats / data science stuff that I’m very much a beginner in. The platform we’re on doesn’t provide much predictive power. Using the typical Simple Moving Averages and the like simply doesn’t predict clearly enough, IMO.

    Oh, and I’m also setting up a private ProxMox server, over at a friends house, and need to connect that to the NAS over at my house, so we can copy over our data for redundancy/backup purposes.

    I’m bouncing between these projects.

  •  harryprayiv   ( @harryprayiv@infosec.pub ) 
    link
    fedilink
    English
    1
    edit-2
    1 month ago

    I’m attempting to teach myself full stack web dev using my preferred tooling (Purescript front end using Deku and Hyrule for modernized FRP, Haskell Servant back end talking to a PostgreSQL server with Nix flakes gluing at all together) by building a web app for managing cannabis dispensary inventory.

    Lately, I’m finally at the point where I realize/experiment with making the app domain-agnostic. To do that, I’m attempting to extend lambdabuffers to programmatically generate my Types (and instances eventually) so I can make my whole app (front end Types, back end Types, and SQL schema) more generic in order to generate exactly the domain specific app that I currently have.

    Here’s the lambdabuffer I wrote to describe my Types (for example): https://github.com/harryprayiv/cheeblr/blob/delete/backend/codegen/Inventory.lbf

    And here’s my most active branch at the moment: https://github.com/harryprayiv/cheeblr/tree/delete


    I also stopped working on a previous, ambitious project aimed at building a decentralized fantasy betting baseball DApp until some of the tech I’m waiting on (crypto oracles) matures enough: https://github.com/cardanonix/pelotero-engine


    I welcome any and all critiques and assistance in either of these 100% FOSS projects.

  • I’m learning the ropes of concepts like JWT, postgres, axum and webdev in general by building a federated forum. I’ll probably never finish it but i’ve learned a lot of good stuff from it, but i’m still working on the user implementation, authentication and creations galore. (in rust, too.)

    Sadly i work very slowly, and i’ve been working (passively) for two months and i’m not even done with the user stuff lol. At this rate i’ll be finished in 6 years xd

    I also just need an excuse to read the AP spec and learn HTML/CSS somewhat :p