12 votes

What programming/technical projects have you been working on?

This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

6 comments

  1. crdpa
    Link
    Like i said recently in the previous thread, i just finished writing a program that stores the songs, artists, albums and number of plays in a SQLite database. Link:...

    Like i said recently in the previous thread, i just finished writing a program that stores the songs, artists, albums and number of plays in a SQLite database.

    Link: https://github.com/crdpa/cmusicbox

    With the help of @Deimos i fixed some issues i had with the database structure and hopefully it is better now.

    I'm planning on changing 'number of plays' to 'date' so i can record when the songs where played. It works the same way as "plays", i just have to count how many records of "date" a particular song or artist has.

    Baby steps, because i'm really new to all this and i still need to figure out how to do it.

    2 votes
  2. admicos
    (edited )
    Link
    Made a tiny Minecraft mod to make it run semi-properly under Wayland (without XWayland). It does also requires a patched version of GLFW (to not freeze after some time). Honestly, it can probably...

    Made a tiny Minecraft mod to make it run semi-properly under Wayland (without XWayland). It does also requires a patched version of GLFW (to not freeze after some time).

    Honestly, it can probably be done entirely on the GLFW side of things and I might work on that at some point (I already found some patches that seem to do all the work :P)

    If anyone is interested, here are the links:


    EDIT: Shortly after writing this comment, I decided to do the GLFW-only thing, so I did. It's a proper guide this time

    2 votes
  3. AreaDev
    (edited )
    Link
    I keep making community based on PHP Micro-Framework HLEB. It's fun enough. I love some of the ideas behind the Discourse forum, and the Q&A site has not been overlooked by Stack Overflow. I like...

    I keep making community based on PHP Micro-Framework HLEB.

    It's fun enough. I love some of the ideas behind the Discourse forum, and the Q&A site has not been overlooked by Stack Overflow. I like Tildes.net and Lobste.rs for their minimalism, I spied some ideas here. In general, I am making a universal publishing system for myself, which can be used further.

    By the way I study php, tk. this is a new language for me, and undoubtedly I make a lot of mistakes there. Two days go by, looking at the old code and wondering at the mess I've made. Okay, I reassure myself that this is only a layout and refactoring in the future. )

    On GitHub: github.com/LoriUp/loriup
    Website (demo): loriup.ru

    Would like to make everything as simple as possible, but there is not much experience and time in this matter.

    Simple, minimal, harder to do, but interesting. I try not to use some third-party libraries to avoid dependencies. There is a lot of work, but I like it, and I think this is the most important thing. )

    1 vote
  4. moocow1452
    Link
    Not really a project, but my GPD Win 1 was having trouble connecting to an external monitor. I found a fix where I switch graphics to the Windows Driver, then install the Intel one with a monitor,...

    Not really a project, but my GPD Win 1 was having trouble connecting to an external monitor. I found a fix where I switch graphics to the Windows Driver, then install the Intel one with a monitor, and that works until I unplug it or restart the computer.

    1 vote
  5. fallaciousreasoning
    Link
    I've been working on an Offline PWA for reading and subscribing to RSS feeds Site: https://readr.nz Source: https://github.com/fallaciousreasoning/progrssive/ It should be installable on Desktop...

    I've been working on an Offline PWA for reading and subscribing to RSS feeds
    Site: https://readr.nz
    Source: https://github.com/fallaciousreasoning/progrssive/

    It should be installable on Desktop Chromium based browsers, and on Android.

    1 vote
  6. keb
    (edited )
    Link
    I made a PowerShell plugin for Playnite that uses the Github API to create/update a gist with JSON that contains my entire digital video game library across...

    I made a PowerShell plugin for Playnite that uses the Github API to create/update a gist with JSON that contains my entire digital video game library across Steam/GOG/itch.io/Epic/Origin/Uplay/etc. I then fetch the gist and use it to create a searchable page for myself that is always up to date with the games I own [1]. Why? Because I constantly will forget what the heck I own and where I own it.

    [1] https://keb.sheev.net/games/

    1 vote