Agree w/ you re trust.
Thanks. At least I've got a few clues to look for when auditing such code.
I'm not an 1.e4 or Sicilian player but this smells like wild tactical variations early in the game.
Done โ
Thanks for your interest ๐
Please do drop a line in either !lemmy_meter@lemmy.ml or #lemmy-meter:matrix.org if you've got feedback/ideas for a better lemmy-meter. I'd love to hear them!
Oh and feel free to link back to lemmy-meter from Blรฅhaj if you'd like to, in case you'd prefer the community to know about it.
Update 1
ttrpg.network is now on lemmy-meter ๐ฅณ Thanks for your interest ๐
To be precise, it's not 4 requests to the same endpoint.
lemmy-meter probes 4 endpoints each once per minute:
- The landing page
api.getPosts
(limit=1
)api.getComments
(limit=1
)api.getCommunities
(limit=1
)
That's b/c I've frequently experienced cases when the landing page works but some mobile APIs don't and vice versa.
Hope that makes sense.
As I said, if after some time you feel like this is too much load, reach out to me and I can easily configure lemmy-meter to probe less frequently.
Update 1
lemmy.one is added to lemmy-meter ๐ฅณ
Please do reach out if you've got feedback/suggestions/ideas for a better lemmy-meter ๐
You can always find me and other interested folks in
Oh, sorry to hear that ๐
I think I'll just go ahead and add you folks to lemmy-meter for now. In case you want to be removed, it should take only a few minutes.
I'll keep this thread posted once things are done.
Update
sh.itjust.works in now added to lemmy-meter ๐ฅณ Thanks all.
I didn't like the capitalised names so configured xdg to use all lowercase letters. That's why ~/opt
fits in pretty nicely.
You've got a point re ~/.local/opt
but I personally like the idea of having the important bits right in my home dir. Here's my layout (which I'm quite used to now after all these years):
$ ls ~
bin
desktop
doc
downloads
mnt
music
opt
pictures
public
src
templates
tmp
videos
workspace
where
bin
is just a bunch of symlinks to frequently used apps fromopt
src
is where i keep clones of repos (but I don't do work insrc
)workspace
is a where I do my work on git worktrees (based offsrc
)
Thanks! So much for my reading skills/attention span ๐
That's a great starting point - and a good read anyways!
Thanks ๐