• 5 Posts
  • 68 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2023

help-circle



  • If I had to make a general rule I would say relative dates for recent but precise for older. “1 hour” is good enough in a lot of cases but “2 years” is too vague.

    A fancier UI could have a user setting for what dates to display, or if you click the date it changes to the other format. Maybe even for all dates on the page so it could be quickly toggled. Or clicking the date selects/copies it.

    Admittedly a very marginal use case so for a small software, might not be a good use of time.

    I think text on the page should be selectable but tooltips should not. Although I do generally appreciate lemmy’s overall use of user-select: none because it omits all the little icons like voting and reply which are unlikely needed and clutter up destination text file. I don’t always love how it skips the link icon because then I need to copy it separately. (Combining the timestamp with the link in the way of old blog trackbacks is still logical.)


  • I disagree that this software could be functional without some way to show the date. That is a basic functionality.

    Having to hover over each individual comment or post rather than displaying on the page means it’s obscured. You can’t see it unless you do something, and then you can only see it for a moment. Even if you want to manually transcribe the date, you can’t type in one window and have that tooltip active in the other so you need to go back and forth unless you can memorize the whole thing at once.

    Whether it is a good design decision as is another matter, I can see why you wouldn’t want the full date/time displayed in all situations. Maybe I’m just a freak for wanting to copy the dates.















  • Well it looks like just what I wanted! I’ll put it on my “when I get comfortable with Docker” list. Which due to it’s rapid growth, is becoming a “reasons to get comfortable with docker” list.

    Looks pretty new, since June or July this year. I will admit I am suspicious of projects making claims like “Learning curve ✅ None”. I find they tend to assume a lot of prior knoweldge. I will check it out in a while, I think.

    BTW the link you posted has tracking, not sure if that was on purpose.




  • in theory if you wanted to you could use hardlinks to retain the original file structure while also having a nicely organized version available. most of the Arrs support this although TBH I do not trust them with the files I wish to preserve in this way. Since there’s not too many of them I just zip up copies of anything I want to retain exactly and let the software work with a duplicate. And hardlinks of course would still be subject to editing like retagging.

    Of course if you are accustomed to your library being organized in this manner and it suits you, then there is no reason to change. :)