6 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?

4 comments

  1. akkartik
    Link
    I've been building a programming environment that deals in top-level definitions (rather than files) laid out on an infinite 2D surface. Lately I've been noodling on the right visual metaphors for...

    I've been building a programming environment that deals in top-level definitions (rather than files) laid out on an infinite 2D surface. Lately I've been noodling on the right visual metaphors for tests in this framework, and I finally found something I liked:

    https://merveilles.town/@akkartik/109742488349122478

    3 votes
  2. [2]
    MyTildesAccount
    (edited )
    Link
    i like creating little personal shell scripts for myself. there's a big back catalogue of the ones i don't use anymore and for the ones i do use, i'm slowly but surely rewriting them to be better....

    i like creating little personal shell scripts for myself. there's a big back catalogue of the ones i don't use anymore and for the ones i do use, i'm slowly but surely rewriting them to be better. read through a command line book and learned some better scripting practices. a friend is also learning bash for her own scripts as she uses some command line tools on macos for her personal projects. i shared one of my scripts with her that i use to compress tv shows and she added functionality to it! i'm very proud <3 the script still sucks as most of it was written by me but it works well enough i think and is much better than what it has been before

    3 votes
    1. FlippantGod
      Link Parent
      Fixing up personal scripts for fun on no particular schedule is definitely some of the most rewarding time I've spent at a computer. I started smiling just reading your comment!

      Fixing up personal scripts for fun on no particular schedule is definitely some of the most rewarding time I've spent at a computer. I started smiling just reading your comment!

      3 votes
  3. moocow1452
    Link
    Thinking about dusting off an old idea for a Justwatch.com for comics. The idea is that you can sign up with a pull list or a backlog of comicbooks or manga, and it would tell you if it's...

    Thinking about dusting off an old idea for a Justwatch.com for comics. The idea is that you can sign up with a pull list or a backlog of comicbooks or manga, and it would tell you if it's digitally available for sale or as part of a subscription service and you could log your progress and what have you. The main issue would be trying to find all of those services APIs and coalescing them like how Just watch does. Where would I start with something like this?

    2 votes