jollyroberts

u/jollyroberts@jolly-piefed.jomandoa.net
18 posts · 133 comments

Recent posts

Recent comments

on *Permanently Deleted* · c/linux · 3 pts · 125d

I've been on nixos for a year or so now. The learning curve is steep, but I feel it worth it for the reproducibility and config control.

From the install doc:

Test email sending by going to https://yourdomain/test_email. (after setting the FLASK_DEBUG environment variable to 1). It will try to send an email to the current user's email address. If it does not work check the log file at logs/pyfedi.log for clues.

In the extra info section ๐Ÿ˜

Gotcha. It should also register up votes/down votes so that's probably easier to do a lot of?

Even if you upvoted before turning the setting on if you just click the up arrow again to remove the vote and click again to vote again, that should register the post as 'read'.

I haven't looked at the code in a while but that should work.

There is a user setting to hide posts you have interacted with (read/voted on).

Enable that and you won't see stuff you've already read when you refresh or open new pages.

You can find the posts you've read under Account > Read Posts if you are trying to track something down again. ๐Ÿ˜Ž

on See you there · c/witchymemes · 1 pts · 279d

What's the top right image from? The Craft? I know the others but can tell on that one.

You can go to a user's profile and click the bell icon and that will notify you of any new posts by that user. In piefed anyway. Don't know if it's an option in Lemmy.

I follow a few folks that way, and get notifications of their posts

on *Permanently Deleted* · c/programming · 4 pts · 284d

This is basically how I roll as well.

I did have cursor build an example fastapi project (which didn't work at first) just to sort of give me a jump start on learning the framework.

I messed around with that, got it to work, learnes enough about how it works that I was then comfortable starting from scratch in a different project.

I kind of treat the local AI as a knowledge base. Short questions with examples. Mostly that just then lets me know what sort of stuff to look for in the real documentation, which is what actually solves my issues.