UTC

Addicted
PK50XL, PK100S, ET3, Matchless G80S, Honda CBR400RR, Ducati ST4S
Joined: UTC
Posts: 707
Location: UK
 
Addicted
PK50XL, PK100S, ET3, Matchless G80S, Honda CBR400RR, Ducati ST4S
Joined: UTC
Posts: 707
Location: UK
UTC quote
jess wrote:
It's not so much missing by design -- it was just never a part of this particular forum software, and nobody (that I remember) has ever asked for it.

One of the reasons I'm having trouble with this (besides just that manual entry is a tedious way to do things) is that the page number that a topic is currently found on has very little to do with when it was started. Rather, it's about when it was last replied to, so that makes it a bit of a jumble, and not a clean linear historical record.

How far back do you find yourself going?
That all makes sense, and if it wasnt part of the forum software then please dont try and make it work if I'm the only one asking for it.

Over the last couple of years I've probably gone back to page 1 on the NSM and General forums - Adamspx is a favourite of mine to cheer me up but i can do a name search for that.

The date search will work fine, as you say, it means I'll get the topics in the chronological order they were created rather than last post.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
Matchlessman wrote:
The date search will work fine, as you say, it means I'll get the topics in the chronological order they were created rather than last post.
Your question actually got me thinking about other ways we could do page numbers better (which is what I was hoping). I have a few ideas, but I find it's helpful to probe about the intent -- what the user is trying to accomplish -- before I go off and implement some crazy idea I've had.

It's often the case that once I get a clear idea of what the user is really trying to do, better solutions present themselves.
@znomit avatar
UTC

Veni, Vidi, Posti
LX190 Friday afternoon special, [s]Primavera[/s], S50, too many pushbikes
Joined: UTC
Posts: 10874
Location: Hermit Kingdom
 
Veni, Vidi, Posti
@znomit avatar
LX190 Friday afternoon special, [s]Primavera[/s], S50, too many pushbikes
Joined: UTC
Posts: 10874
Location: Hermit Kingdom
UTC quote
Can the "one thumbs down per day" be changed to 7 per week? Maybe 4 per week even?
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
znomit wrote:
Can the "one thumbs down per day" be changed to 7 per week? Maybe 4 per week even?
I'll put it on the list.
@mayorofnow avatar
UTC

Molto Verboso
2020 GTS 300 HPE
Joined: UTC
Posts: 1389
Location: NYC
 
Molto Verboso
@mayorofnow avatar
2020 GTS 300 HPE
Joined: UTC
Posts: 1389
Location: NYC
UTC quote
One more image format: webp

Lots of places serve it as an alternative to PNG/GIF, which can make it hard to find a format suitable for posting here.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
mayorofnow wrote:
One more image format: webp

Lots of places serve it as an alternative to PNG/GIF, which can make it hard to find a format suitable for posting here.
It's on the list. The obstacle is ImageMagick. WebP is supported, but not in the ARM distribution yet. Or not last time I looked, which was a month or two ago.

(MV runs on ARM processors, both the main server and the database).
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
mayorofnow wrote:
One more image format: webp
Digging deeper, ImageMagick-7 (where webp and heic are supported) is available for aarch64 (ARM) on some linux distributions, but not the Amazon AMI2 linux.

I spent the morning spinning up a new instance, just to install docker, just to build ImageMagick-7 from sources on AMI2. And I *think* it worked, but haven't done anything more than check the version and the supported formats, which both seemed legit.

Actually installing all of the cruft that the build produced on the main MV server is... daunting. I'll try it on a test server, but I don't really want to bork my test server, either. So I'll probably spin up a duplicate instance of my test server and try it there.

You'd think this would be easier.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
mayorofnow wrote:
One more image format: webp

Lots of places serve it as an alternative to PNG/GIF, which can make it hard to find a format suitable for posting here.
It took some doing, but WebP and HEIC image formats are now supported for post uploads. They both get converted to png, though, as browser support for both image formats is still spotty.

This involved rebuilding ImageMagick from sources, several new server instances (most only temporary) and doing a hot-swap on the main MV server.

I have not yet supported those image formats for avatar uploads, though -- that's a separate code path that I will have to address at some point in the near future.
@ks7877 avatar
UTC

Ossessionato
Joined: UTC
Posts: 2339
Location: So Cal
 
Ossessionato
@ks7877 avatar
Joined: UTC
Posts: 2339
Location: So Cal
UTC quote
jess wrote:
Just in case you all were wondering ...
I did (and do) wonder how you manage to keep track, prioritize, test and roll out the improvements. And I am intrigued as I read and re-read your explanation of finding (or defining) the problem, noodling around the potential solutions and ultimately the fix. I don't understand most of the jargon. Hell, I don't understand most of the lay-person language either ROFL emoticon
I am fascinated by seeing how your mind works, as well as the other folks participating in this thread. Understanding how they define and describe a problem, in addition to proposing solutions, helps me re-examine my critical thinking skills. Thanks, y'all!
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
ks7877 wrote:
I did (and do) wonder how you manage to keep track, prioritize, test and roll out the improvements.
Tracking and prioritizing is largely done through a highly refined process called "Running around like a decapitated chicken".

But seriously, besides the paper notes, it's really about (a) what is on fire right this minute, and (b) if nothing is on fire, what do I want to work on today? I have a ton of ideas and suggestions and bugs written down, but there is a definite element of working on what will make me happy (read: satisfied) when it is finished.

Of course, I often get derailed, either because something catches fire while I am working on whatever I actually wanted to do, or because I discover some deeper dysfunction along the way that feels worthy of my attention.

Testing is difficult. Software engineers are notoriously bad at breaking their own code, having spent so much time nurturing it into existence. I'm no different, and I frequently fail to consider all the possible ways that a given piece of code might get used. One defensive mechanism that I have developed over the years is just to write really clean, simplistic, modular code. Really complex code has lots of edge cases. The trick is to write code that doesn't have edge cases, or at least has a bare minimum of edge cases to worry about. I'll often write something that technically works, but I will throw it away and start over just because I know it's too complex to maintain.

In my former corporate environment, I had a team of software QA people that I worked with, and nurtured careful relationships with. Having a great QA person testing your code is like a superpower, and a luxury I miss. But it also slows down the process -- a lot -- which was fine when you're writing code that goes into macOS or iOS. What I'm doing here is... quite a bit less disciplined.

Sorry for the bugs.

And finally, roll-out: I am often pushing changes to the server in real time. It's quite unlike the corporate software I used to write -- this is more like working on a scooter that someone else is riding at that moment. I have to consider the current state of the data on the server, what the old code was doing to it, and how the new code will interpret it. It's... kind of a ridiculous way to operate, but that keeps the server going with minimal downtime.
ks7877 wrote:
And I am intrigued as I read and re-read your explanation of finding (or defining) the problem, noodling around the potential solutions and ultimately the fix. I don't understand most of the jargon. Hell, I don't understand most of the lay-person language either ROFL emoticon
Oh, I don't think you're alone. I think I might be typing to myself more than anything, as there are only a handful of people that might sort-of understand what I am going on about. But sometimes, for me, explaining what I'm doing, even shouting it into the void, is a useful process just to clarify things in my own head.
ks7877 wrote:
I am fascinated by seeing how your mind works
Well that's unnerving.
ks7877 wrote:
helps me re-examine my critical thinking skills. Thanks, y'all!
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
jess wrote:
It took some doing, but WebP and HEIC image formats are now supported for post uploads. They both get converted to png, though, as browser support for both image formats is still spotty.
how about AVIF? I just found one of those on a webpage (when I went right click and download)
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
how about AVIF? I just found one of those on a webpage (when I went right click and download)
I've never even heard of it. What's the use case?
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
jess wrote:
I've never even heard of it. What's the use case?
same use case as jpeg, webp etc. (it's an image not a video?)
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
same use case as jpeg, webp etc. (it's an image not a video?)
But is it common enough that it needs supporting? ImageMagick has dozens of formats, but we only support the ones that people are likely to come across.

Google is promoting WebP. Apple is using HEIC as their standard camera photo format. Who is using / promoting AVIF?
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
jess wrote:
But is it common enough that it needs supporting? ImageMagick has dozens of formats, but we only support the ones that people are likely to come across.

Google is promoting WebP. Apple is using HEIC as their standard camera photo format. Who is using / promoting AVIF?
Probably rare but as I did say I did today bump into it when downloading a pic from a webpage (prefer that rather than screenshot).

If it ain't easy then I'm not asking. Just thought that maybe the updated imagemagik might support it but the php code was blocking the extension or mimetype.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
Probably rare but as I did say I did today bump into it when downloading a pic from a webpage (prefer that rather than screenshot).

If it ain't easy then I'm not asking. Just thought that maybe the updated imagemagik might support it but the php code was blocking the extension or mimetype.
I dug around a bit (not a lot) and the first thing I usually check is caniuse.com to see what the browser support maps looks like. Here it is for AVIF:

https://caniuse.com/avif

Looks like it's gaining support, but not yet nearly common enough that we could support it natively (i.e. serve AVIF files that someone had uploaded). At best, we would have to convert the images to PNG so that everyone's browser could see the image, which would lose any benefit that the AVIF format brought -- namely, better compression. IE and Edge are missing from this list, which is a pretty big problem.

For comparison, here's the map for WebP:

https://caniuse.com/webp

This has much better browser coverage, but the fact that all versions of IE are missing means that I'm still reluctant to support it natively (i.e. without conversion).

And finally, here's the complete list of image formats supported by ImageMagick:

https://imagemagick.org/script/formats.php

That's a lot of image formats to choose from. Too many.

Again, if there are lots of AVIF images floating around out there, and people need to use that format, I'm all in.
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
jess wrote:
Browser support is irrelevant if you convert uploads to PNG (or JPEG) using imagemagik. Oh wait, you are doing that for WEBP and HEIC. I don't see why you are thinking of AVIF any differently than WEBP and HEIC
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
Browser support is irrelevant if you convert uploads to PNG (or JPEG) using imagemagik. Oh wait, you are doing that for WEBP and HEIC. I don't see why you are thinking of AVIF any differently than WEBP and HEIC
For the same reason that we don't support any of the dozens of image formats that ImageMagick happens to support -- they are obscure and not something that an average user would need. We just don't need to support every possible format.

WebP and HEIC are both formats that users are already using regularly, because of Google and Apple promoting them and using them in their products.
@miguel avatar
UTC

Veni, Vidi, Posti
2009 GTV250 (Gone), 2003 Inder trailer (also gone), 2001 BMW R1100RT
Joined: UTC
Posts: 5707
Location: Santa Cruz California
 
Veni, Vidi, Posti
@miguel avatar
2009 GTV250 (Gone), 2003 Inder trailer (also gone), 2001 BMW R1100RT
Joined: UTC
Posts: 5707
Location: Santa Cruz California
UTC quote
SteelBytes wrote:
Browser support is irrelevant if you convert uploads to PNG (or JPEG) using imagemagik. Oh wait, you are doing that for WEBP and HEIC. I don't see why you are thinking of AVIF any differently than WEBP and HEIC
When I run into problems attaching an image to an MV post, I usually do a screen capture on my iPhone or Mac (using cmd-shift-4 which creates a png file) and upload in the MV post editor. Not ideal but works every time.

Miguel
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
Miguel wrote:
When I run into problems attaching an image to an MV post, I usually do a screen capture on my iPhone or Mac (using cmd-shift-4 which creates a png file) and upload in the MV post editor. Not ideal but works every time.

Miguel
Same. I bumped into this file format yesterday so just thought I'd mention it to Jess as I thought it would be no challenge for him to add it to the list next to webp and heic. But it's so rare in my travels that I don't really care
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
Same. I bumped into this file format yesterday so just thought I'd mention it to Jess as I thought it would be no challenge for him to add it to the list next to webp and heic. But it's so rare in my travels that I don't really care
I'm completely willing to add it if you can tell me where users are likely to run into it.

The WebP and HEIC conversions were actually a bit sketchy. Aside from having to build ImageMagick (and all of its dependencies) from scratch, I kind of hacked the conversion to PNG into the upload sequence. It seems to work, but I'm not 100% sure that I haven't screwed something up in the process that just hasn't reared its ugly head yet.

The attachment upload code -- which is around 20 years old -- is really, really bad. Even the parts of it that I rewrote are now over a decade old, and those are starting to look crufty, too.

So you'll have to forgive me for being hesitant to add formats unless there's a really good reason to.

Plus I'm, you know, engaged in hand-to-hand combat with a rogue actor on the Azure platform.
⚠️ Last edited by jess on UTC; edited 1 time
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
jess wrote:
So you'll have to forgive me for being hesitant to add formats unless there's a really good reason to.
I do. I just wasn't clear in the earlier conversation as to why the hesitation. But all good
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
A thought for a feature:

Allow tagging a user with an @ as an alternative to quoting them.

Eg if I wrote "@znomit is a cheeky kiwi" then have it appear in his notifications list.


Edit: here's a real world example
https://modernvespa.com/forum/post2595154#2595154
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
Allow tagging a user with an @ as an alternative to quoting them.
It's on the list No, seriously, this is something I really want to add. The biggest stumbling block is that it won't really work with regular usernames, which (due to lack of foresight 17 years ago) have spaces in them.

I've since added short usernames, which are lower case and have the spaces (and other random characters) removed -- and they are globally unique across the site. These are the names that show up in paths, for instance to an image you've uploaded.

The disconnect is that there isn't currently a good way for anyone to know what people's short username is, and so it's likely I would have to do something like a javascript autocompletion while typing in order to get it right. Which makes it a bigger job.

But it's high on my list.
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
jess wrote:
The biggest stumbling block is that it won't really work with regular usernames, which (due to lack of foresight 17 years ago) have spaces in them.

I've since added short usernames, which are lower case and have the spaces (and other random characters) removed -- and they are globally unique across the site.
Bugger.

I'm guessing actually changing these people's usernames to the short/clean versions would cause a bucket load of issues to resolve. Ouchy
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
I'm guessing actually changing these people's usernames to the short/clean versions would cause a bucket load of issues to resolve. Ouchy
Considering that usernames are the login credentials for most users, yes. I've since added the ability to login using your email address, too, but I think most people are still using their usernames.

And I don't even want to think about how many people don't even know which email address MV has for their account.
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
jess wrote:
And I don't even want to think about how many people don't even know which email address MV has for their account.
lol
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
lol
I should probably build something that reminds people to validate their email address once a year or something. So many things that need doing.
@bill_dog avatar
UTC

eeeee bip
BMW R1100RT The Problem Child Kymco Downtown 300 - I'm not the Uber BMW R1200 RT Big Red
Joined: UTC
Posts: 21119
Location: South East Great England of Britishland
 
eeeee bip
@bill_dog avatar
BMW R1100RT The Problem Child Kymco Downtown 300 - I'm not the Uber BMW R1200 RT Big Red
Joined: UTC
Posts: 21119
Location: South East Great England of Britishland
UTC quote
I'm not receiving notifications of posts via email.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
Bill Dog wrote:
I'm not receiving notifications of posts via email.
That's not a lot of information to go on. Is your profile set to do so? For a given topic that you think you should have been notified, is the gold bell ("watch this topic") highlighted? Are you turning the setting on or off via the Options when you post? How long has this been happening for?

Work with me here.

EDIT: I can see in the logs that this reply generated an email to you. Is your email address correct?
Forum member supplied image with no explanatory text
@bill_dog avatar
UTC

eeeee bip
BMW R1100RT The Problem Child Kymco Downtown 300 - I'm not the Uber BMW R1200 RT Big Red
Joined: UTC
Posts: 21119
Location: South East Great England of Britishland
 
eeeee bip
@bill_dog avatar
BMW R1100RT The Problem Child Kymco Downtown 300 - I'm not the Uber BMW R1200 RT Big Red
Joined: UTC
Posts: 21119
Location: South East Great England of Britishland
UTC quote
Email address is correct.

Notify me of replies is set to Yes.

This reminder came through but I've had no notifications for the past week or so.

The quoted you notification is also working.

I've not changed any settings in my profile for years.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
Bill Dog wrote:
This reminder came through but I've had no notifications for the past week or so.
None? Have you checked your spam folder?

I should also point out that once you've received an email about a reply on a particular topic, you won't get another one until you've visited the topic.

There's nothing to indicate that anything is amiss with email sending. The chart below shows emails being sent out successfully from Amazon's SES service.

I don't really have anything else to go on here.
Forum member supplied image with no explanatory text
@bill_dog avatar
UTC

eeeee bip
BMW R1100RT The Problem Child Kymco Downtown 300 - I'm not the Uber BMW R1200 RT Big Red
Joined: UTC
Posts: 21119
Location: South East Great England of Britishland
 
eeeee bip
@bill_dog avatar
BMW R1100RT The Problem Child Kymco Downtown 300 - I'm not the Uber BMW R1200 RT Big Red
Joined: UTC
Posts: 21119
Location: South East Great England of Britishland
UTC quote
This is interesting. All of the Exhaust Wrap posts have gone to the spam folder but this is the first time that's ever happened but no other threads have arrived there that I've posted in.

I'll keep an eye on it.

Thanks for looking into it.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
Bill Dog wrote:
This is interesting. All of the Exhaust Wrap posts have gone to the spam folder but this is the first time that's ever happened but no other threads have arrived there that I've posted in.
I'm not positive, but it might be because of the nonstandard characters in the title. I'm not even sure if the characters show up via email.

Techniques like using alternate forms of characters are a common way of evading spam filters, but they actually make it easier for spam filters to spot spam.
@bill_dog avatar
UTC

eeeee bip
BMW R1100RT The Problem Child Kymco Downtown 300 - I'm not the Uber BMW R1200 RT Big Red
Joined: UTC
Posts: 21119
Location: South East Great England of Britishland
 
eeeee bip
@bill_dog avatar
BMW R1100RT The Problem Child Kymco Downtown 300 - I'm not the Uber BMW R1200 RT Big Red
Joined: UTC
Posts: 21119
Location: South East Great England of Britishland
UTC quote
Thank you for that Jess.

In a twist of irony this thread's notification always shows.

The spam box was full of the wrapping thread but only after a certain date.

It may have been after the title got modified.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
Bill Dog wrote:
It may have been after the title got modified.
I'd believe that.
@znomit avatar
UTC

Veni, Vidi, Posti
LX190 Friday afternoon special, [s]Primavera[/s], S50, too many pushbikes
Joined: UTC
Posts: 10874
Location: Hermit Kingdom
 
Veni, Vidi, Posti
@znomit avatar
LX190 Friday afternoon special, [s]Primavera[/s], S50, too many pushbikes
Joined: UTC
Posts: 10874
Location: Hermit Kingdom
UTC quote
That explains the funny rendering. Why not just use strikethrough?
It probably evades search too.

An Oil thread E̶x̶h̶a̶u̶s̶t̶ ̶̶w̶r̶a̶p̶p̶i̶n̶g̶
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
znomit wrote:
That explains the funny rendering. Why not just use strikethrough?
It probably evades search too.

An Oil thread E̶x̶h̶a̶u̶s̶t̶ ̶̶w̶r̶a̶p̶p̶i̶n̶g̶
Strikethrough (and all other BBCode formatting) doesn't work in titles.
@steelbytes avatar
UTC

Veni, Vidi, Posti
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
 
Veni, Vidi, Posti
@steelbytes avatar
2019 GTS 300 HPE SuperTech 70,000km
Joined: UTC
Posts: 6999
Location: Batmania aka Melbourne, Aus
UTC quote
znomit wrote:
It probably evades search too.
Nope
Forum member supplied image with no explanatory text
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38446
Location: Bay Area, California
UTC quote
SteelBytes wrote:
Nope
Probably because of this line in the code that indexes post content for search:
Forum member supplied image with no explanatory text

Modern Vespa is the premier site for modern Vespa and Piaggio scooters. Vespa GTS300, GTS250, GTV, GT200, LX150, LXS, ET4, ET2, MP3, Fuoco, Elettrica and more.

Buy Me A Coffee
 

Shop on Amazon with Modern Vespa

Modern Vespa is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com


All Content Copyright 2005-2025 by Modern Vespa.
All Rights Reserved.


[ Time: 0.0291s ][ Queries: 4 (0.0061s) ][ live ][ 329 ][ ThingOne ]