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!

  • OpticalMoose@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    21 hours ago

    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.

    • Baldur Nil@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      8 minutes ago

      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.

    • DerArzt@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      53 minutes ago

      You can leave out the NSFW parts. What you’re downloading doesn’t have to be mentioned.

  • Reptorian@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    1 day ago

    As always, I do image processing. I’m a G’MIC filter developer. Recently, did some code changes to my combinatorics tools to be insensitive to multi-threaded strategy.

  • jia_tan@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

    Currently working on The Next Big Thing™️ in the Linux community.

    Free tech tip: turn off auto updates on your servers so that you always run proven and stable software :3c

        • tal@lemmy.today
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          1 day ago

          Jia Tan was the username used by a group — probably a state intelligence agency — on GitHub to try to attack the xz open source package. The effort aimed at trying to take over the project, and lasted for years. They managed to get a compromised package briefly into the unstable versions of some major Linux distros that created a backdoor in the openssh daemon and came close to being widely deployed across Linux servers, which would have been a very severe compromise of a huge range of systems. The account vanished when the compromise was discovered.

          The user here is, as a joke, using the same name.

          EDIT:

          https://en.wikipedia.org/wiki/XZ_Utils_backdoor

        • fxomt@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          2
          ·
          1 day ago

          When they said they were “working on the next big thing in linux”, the tip and the username they have, i thought:

          https://en.wikipedia.org/wiki/XZ_Utils_backdoor

          In February 2024, a malicious backdoor was introduced to the Linux build of the xz utility within the liblzma library in versions 5.6.0 and 5.6.1 by an account using the name “Jia Tan”.

  • fxomt@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    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

  • cafuneandchill@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    Trying to write a solver for Fortune’s Foundation tarot solitaire in Python

    Something tells me I’m going to abandon it not even halfway in, like most “projects” I do

    • TheCatGameCompany@programming.devOP
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      1 day ago

      I get the feeling when you abandon all of your projects. It’s cool to come across another Python dev nowadays since everybody(including me) has moved on to game engines such as unity. But when I still made my games in python it was pretty fun, but the glamour of 3D developing pulled me to the mighty Unity. Python is amazing and fun language!

  • harryprayiv@infosec.pub
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 day 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.

    • TheCatGameCompany@programming.devOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      That sounds really cool! I’ve thought about learning to code web apps in JS so I could make my own website but for now itch io and steam are just good for me! Good luck on your project!

      • harryprayiv@infosec.pub
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        Thanks! It’s funny because I’ve chosen the absolute most obscure languages and frameworks (other than postgresql). I’m seeing zero jobs available out there for them…but I just can’t bring myself to learn JS, Rust, or any other popular tech stack over Haskell and Purescript…and I’d hate to work in any other stack, TBH.

        I’m basically unemployable but happy! ;)

      • Foster Hangdaan@lemmy.hangdaan.com
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        20 hours ago

        Ogrim is influenced by ALTCHA. Taking a quick glance, Anubis is a similar solution with some differences of solving the same problem:

        • Anubis sits between the target service and the reverse proxy, while Ogrim sits behind the target service.
        • One Anubis instance is needed per service, while a single Ogrim instance can be used for multiple services.
        • The target service does not need integration with Anubis. On the other hand, Ogrim and its services must be integrated to work.
        • Anubis will block search engine indexers, affecting the SEO of the target service. This is not the case with Ogrim.