I have been working on a forum site just to dabble with PHP. I’m dockerising it too to practice docker.

  • ANapSoundsNice@beehaw.org
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    I had a dream last night about some sort of fediverse overlay as a browser plug-in that you’d be logged into your home instance in the same way you’d be logged into a reddit profile using RES, but as you are browsing feeds on other activitypub networks you can one-click subscribe to have it start to appear in your home instance.

    I say this from the perspective as a new Lemmy user, copy/pasting !community@instance to my home instance search sucked when trying to browse and subscribe to so many different places to populate my feed.

    But alas, I’ve had a tiring year so far and I don’t see a break in the clouds until Q4 when at least the migration in front of me should be done.

    • thegiddystitcher@beehaw.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      I’ve had similar thoughts but in my version it was just a bookmarklet you can hit and it’ll format the correct search term from your instance and load the result. We’re probably not the only ones, it’s a matter of time until someone gets chance to do it.

    • HrBingR@beehaw.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      As someone using Mlem, I hope you like feedback, I’ve already sent a good amount your way; really excited to see it grow and improve, so thank you!

  • raubarno@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I am writing a danmaku-style game in Rust & Vulkan. Didn’t test it on Windows, only on Linux and MacOS. I also wrote my custom rendering engine, just for fun. It’s very early-stage, doesn’t even have a name or proper readme…

    https://codeberg.org/raubarno/game/src/branch/https

    Note: ignore the readme, https branch is without submodules.

  • leetnewb@beehaw.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Writing a little password generator for learning and personal use. First cli, then adapting to tui, gui, and web. After, will either pick up my dns log analyzer project or try to write a barebones xmpp bot then client.

  • Nooch@beehaw.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Working on a Work from home horror game using Ursina engine. I really enjoy the experience developing with just text & code, no level editor, or any creature comforts. I’ve learned a ton, 1 year into my programming journey.

  • HamsterRage@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’m working on a SpaceTrader client in Kotlin/JavaFX. Mostly to get some experience using Retrofit2.

  • Kaiser@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Working a global Digital Terrain Model to Digital Surface Model CNN in Pytorch. I have most of of my code written now I’m in the long process of creating and validating input data and ground truth for my first real training run after my geographically limited proof of concept.

    I’ve also started trying to learn Rust, and Web development. I’m having a hard time with rust because I haven’t found a good use case for it yet.

  • Alkalyon@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I am now trying to go into the advanced stuff in Nuxt 3 but it I bummed out by its support unfortunately.

    Nuxt 3 is waaaay better in terms of Dev Experience than Nuxt 2 but even though it released in Nov 2022 it still lacks official modules like Auth and PWA.

    Especially Auth is kind of unacceptable to not exist for a framework build in 2023.

  • ArmoredGoat@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Right now, I am working on a bash script which automatically installs Artix Linux (Arch Linux without systemd) on any machine. You can choose between a basic installation which just keeps you with a running system and some necessary packages and a custom installation which contains my config files and settings. Mainly, I am doing it to practice bash and Linux, but I plan to switch from Debian to Artix and I wanted to have a script to easily reinstall my system if I brick something.

    I will most likely split this project into two in the future: an enhanced install script which lets people choose their packages and a separate script which copy my dotfiles onto the system.

    EDIT: Grammar and spelling.

  • Stumblinbear@pawb.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Mostly just working on a personal game project in Rust. I expect it to go nowhere, and that’s okay! I’ve rewritten it a few times in different languages and engines, but so far Bevy has felt the nicest to actually use to its full capacity.

    I was only using Unity as a renderer, Godot’s language felt too simplistic and didn’t meet the memory requirements I had in mind, and writing my own engine is infeasible. Bevy feels more complex but I’m actually using it as designed rather than working around its quirks. It’s pretty nice.

    • Mordano@beehaw.orgOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Exactly! Just code to code, it doesn’t need to lead to anything.

      Great mentality.