-
• #7127
Probably not directly a forum thing, but I get intermittent cloudflare DNS lookup errors browsing and posting through one of my proxies.
-
• #7128
Which I didn't screenshot or copy, and now is working fine...
-
• #7129
If you provide me with the Ray-ID that should be visible I can look into it.
It shouldn't happen... but then perhaps the proxies are allocating you IP addresses that have previously been used for spam, etc by other people and so those IP addresses temporarily have a poor reputation with Cloudflare and thus they get blocked and you see an error screen for the block.
Or perhaps something broke. Hard to say :shrug
But if you have the Ray-ID I can at least try and check (within 24 hours of it happening).
-
• #7130
Like an idiot, I didn't note the Ray-ID down before swapping proxy & reloading.
It's not the first time that it's happened on that IP either, and not just on LFGSS (scan.co.uk consistently has a problem with it).
As for spam, it's my own VPS, which I've had for many years - Nobody else has been on it. It's not part of any blacklists, as far as I know.
-
• #7131
Nobody else has been on it
that you know of
mwuahahha
-
• #7133
Hangs for a long time then throws an error: https://www.lfgss.com/search/?q=%23different
-
• #7134
Works now.
Hypothesis: Extremely common word, slow query? Then once it's executed it is cached and works fine.
The database search timeout is 30s, it would return an error... but in the background even though the query stopped the operating system and database would have already loaded the relevant parts of the index into memory. So the subsequent query works.
-
• #7135
Though this is another reminder to me that implementing hashtag search via standard search is not efficient at all.
-
• #7136
Hypothesis: Extremely common word, slow query?
Hmm, except that
#different
isn't very common (only appears twice), butdifferent
is a lot more common andreturns in 6 seconds.Edit: looks like
different
was just cached -
• #7137
Yup, they are both the same full text search. Then the one with the hashtag additionally filters the results.
-
• #7138
Is there any way to expose the underlying links that are obfuscated by microcosm.app/out
When people link to instagram, I need to see the underlying link to be able to parse it to a third party website (as I don't have an instagram account)
-
• #7139
Better still... what's the third party?
If it's a better destination for Instagram then I can rewrite all outgoing instagram links.
-
• #7140
Yes please!
-
• #7141
Better still... what's the third party?
I've just gone with the first one that I founds, searching for 'instagram story viewer'
insta-stories.online works well enough (for what I want it for)
-
• #7142
It might be nice if there was a visual indicator on the Following page which let you know the follow-type of threads being displayed. ie some threads appear because I've followed them individually, and some threads appear because I've followed their entire subforum. Perhaps with the forum icon appearing instead of the standard chat bubbles.
-
• #7143
If I directly message someone on here, do they automatically get an email notification?
-
• #7144
By default yes.
However... the answer is no if:
- They've opted out in their notification settings.
- Their email address is no longer available (i.e. if they signed up a while ago with a work place email, and now no longer work at that place and the email address was deleted).
- Their email server rejects it (i.e. inbox full, corporate policy, spam folder, etc).
For the emails we send, >99.99% reach an in box. The <0.01% that don't usually bounce for ephemeral reasons, but occasionally there is an old email address that is no longer available.
It's about as guaranteed as you've got, and if it doesn't work then I cannot do better (as I would try and email the person, but I only have the same email that failed).
- They've opted out in their notification settings.
-
• #7145
Thanks. Hopefully the member in question will reply soon. I've stalked them and they were posting on here 18 hrs ago.
-
• #7146
Usually I check the Today list of changed threads and I just would like to go straight to the latest message in a thread.
For a over year I was clicking on the thread title, then the highest page number and scrolling down, a three-step process every time to check the latest message. Then I discovered that by clicking on "replied" next to the posters name it went straight there. Perhaps the word "replied" could be in bold or a different colour, then it would hint at this special behaviour.
-
• #7148
Difficult to do as the username is created once they authenticate.
Originally (a long time ago) I tried to have a smarter default, i.e. the first part of the email address used to authenticate. But that's obviously a privacy nightmare and would fall foul of GDPR now.
I did experiment with a forced flow to prompt to set a username when replying, but that typically lost someone's reply... i.e. the more hurdles you introduce the fewer people bother jumping them and some very notable members stayed as user76845 style names for a long time.
I do think there's something that can be done though... perhaps to change the reply box itself to show the current avatar and username on the left as a kind of "you are posting as" reminder that their identity is currently crappy.
-
• #7149
Thanks. Was just a thought - not a biggy.
-
• #7150
Difficult to do
Pretty much every sign-up form I've ever used (which doesn't use email address as username) has asked me to create a username in the first field. It might be difficult to change your code to do this, but it's obviously very easy in general.
Preview is an approximation of what actually happens.
I.e. preview doesn't show embedding of YouTube, doesn't show bbcode.
It's good enough to be mostly useful