OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
It's not just terrible, it's been terrible forever. Even back in 2005, when this forum was new, the search function was abysmally bad. It only had a small amount of data to search through, but it was doing it on 2005-era servers, which meant that it was slow. And as Modern Vespa has grown, the awfulness of the search function has scaled disproportionately to the capabilities of web servers and modern databases, such that it sucks even more now than it did then. Which is quite the feat.

Over the years, on four different occasions, I have sat down with a serious look on my face (I'm imagining that last part) to remedy the search function, to really take care of it this time. I have failed each time, and the evidence of each failure is still buried in the forum code, taunting me the way unfinished projects always do.

What I discovered through each of these failures (apparently forgetting the previous lessons each time) is that getting the data indexed for search is a relatively straightforward task. Building a web interface that people can use to query that data and get useful results is quite a bit harder.

And building a web interface that doesn't suck is, well… apparently that's impossible.

The main obstacles I've had trying to remedy the MV Search Problem are just the mundane realities of life: job, family, house, and so on. There's always something more important to do, and this task keeps getting pushed to the back of the queue. And search performance just gets worse and worse, to the point that search is almost meaningless on this forum.

I have come to understand, in retrospect, that the amount of time necessary to complete a project like this has never been available to me. It's a huge coding task, and requires an immense amount of focus over an extended period of time. I can focus intently on something for an afternoon. Maybe a whole day. Focus for much longer than that usually comes with a paycheck attached.

But hey, I'm retired now. My wife and I are working on a Portuguese residency visa, which means we're spending a lot of time waiting.

Guess what I can focus on now?

(Keep reading for the answer)
⚠️ Last edited by jess on UTC; edited 3 times
@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
I think the MV Search does a serviceable job most of the time. The one thing I wish it did was point to the specific post in a thread that contains my search terms. I give up on the MV Search when it returns a result pointing to a thread with more than a couple pages. On occasion when the search function returns unacceptable results, I've typed the following search query into my browser (Safari using duck-duck-go): "site:modernvespa.com search terms". It works ok. Between the two, I can usually find what I was looking for pretty quickly. Neither approach is flawless tho

Miguel
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
So today I am rolling out a new feature: Experimental Search, or XSearch. And, well, it's kind of experimental, in that I don't really know where the breaking points are just yet. So for the time being, it will live alongside the "old" search, until we collectively have enough confidence in the new search system that there can be only one.

(You can get to XSearch by clicking the magnifier with the plus sign in the menu above)

What I do know is that for simple searches, it is much faster -- lightning fast, in most cases. It starts slowing down when you apply filters (searching posts for text posted by a specific person, for instance) but on the whole it is much improved.

It also has a bunch of drawbacks, the biggest one being that you can't sort by anything except relevance when searching posts or searching titles. I've been around and around on this issue, and it can't really be done with MySQL fulltext search. When searching topic titles, you can sort by a few things, because topic titles are (comparatively) a very modest data set. But searching and then sorting posts or topics is... computationally infeasible. At least, with the fulltext search we're using.

Anyway, I'm getting ahead of myself: there are three main modes: topics, titles, and posts. Titles is the default, because it is fastest and generally the most useful. Obviously, not everything you're searching for will show up in a title, but it's usually a good place to start.

You can also search using natural language. For example:
gts wobble
hamster
bay bridge
You can also choose advanced mode, where you can use various operators to include or exclude certain words. For example:
+gts +exhaust -scorpion
"gts exhaust"
"gts exhaust" -scorpion
Then you can choose filters to narrow the results. You can search by forum, member, recent activity, single year, or range of years. Those last three, in particular, are there to mitigate the fact that you can't sort by time for topics and titles.

There's also no search button. Start typing and results are shown right away. If you have a filter in place, you'll probably see the "Loading" message, be patient. Scroll down. More results will load when you get to the bottom of the page. Jump back to the top and alter your search parameters, and new results appear.

Rinse, repeat.

Questions? Bugs? There are bound to be many. Put them here in this thread.
⚠️ Last edited by jess on UTC; edited 2 times
@fledermaus avatar
UTC

Veni, Vidi, Posti
2007 LX150 2015 GTS 2017 BV 350
Joined: UTC
Posts: 12486
Location: Fond du Lac, Wisconsin
 
Veni, Vidi, Posti
@fledermaus avatar
2007 LX150 2015 GTS 2017 BV 350
Joined: UTC
Posts: 12486
Location: Fond du Lac, Wisconsin
UTC quote
Sounds interesting. I've stumbled through forum searches with fair success in the past, but also super grateful for Google consistently pointing me towards MV posts.

Hey, this isn't how Znomit found the hamster post?? Facepalm emoticon
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
fledermaus wrote:
Hey, this isn't how Znomit found the hamster post?? Facepalm emoticon
This is 100% how Znomit found the hamster post.
@rickster333 avatar
UTC

Hooked
2001 ET4 "Mona"
Joined: UTC
Posts: 239
Location: South Jersey
 
Hooked
@rickster333 avatar
2001 ET4 "Mona"
Joined: UTC
Posts: 239
Location: South Jersey
UTC quote
I use the search function frequently and I appreciate your hard work. This is truly a great resource.

But any and all improvements are welcome! Thanks so much.

On my iMac using Safari the experience is often frustrating. Yet, with Chrome things work better. Overall, it works and it's very helpful.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
Rickster333 wrote:
On my iMac using Safari the experience is often frustrating. Yet, with Chrome things work better. Overall, it works and it's very helpful.
Which is ironic, since I develop primarily using Safari and only occasionally look at Chrome and Firefox.
@znomit avatar
UTC

Veni, Vidi, Posti
LX190 Friday afternoon special, [s]Primavera[/s], S50, too many pushbikes
Joined: UTC
Posts: 10924
Location: Hermit Kingdom
 
Veni, Vidi, Posti
@znomit avatar
LX190 Friday afternoon special, [s]Primavera[/s], S50, too many pushbikes
Joined: UTC
Posts: 10924
Location: Hermit Kingdom
UTC quote
jess wrote:
This is 100% how Znomit found the hamster post.
So it's a raging success then! Perhaps the pinnacle of MV development.
Brings a tear to the eye it does.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
znomit wrote:
So it's a raging success then! Perhaps the pinnacle of MV development.
Brings a tear to the eye it does.
On that note, I would like to point out that the old search would turn up the hamster-eating-burrito thread as well. And searching only titles, it was fairly fast.

What's interesting is that the old search turned up a bunch of other threads as well -- that didn't obviously have "hamster" in the title. What they did have, though, was "hamster" in a reply title, something the new system deliberately ignores. And that's largely because Bill and Bitsa polluted the database with randomness in the subject of their replies. A feature that has since been removed.

And that, my friends, is why we can't have nice things.
@amateriat avatar
UTC

Ossessionato
2015 GTS 300 Super (Melody: 2015-2021, RIP), 2022 GTS SuperTech (Thelonica; bit the dust 02-22-23)
Joined: UTC
Posts: 3925
Location: Asbury Park, NJ
 
Ossessionato
@amateriat avatar
2015 GTS 300 Super (Melody: 2015-2021, RIP), 2022 GTS SuperTech (Thelonica; bit the dust 02-22-23)
Joined: UTC
Posts: 3925
Location: Asbury Park, NJ
UTC quote
Let me say this about that: No, it's not the most-intuitive Search interface by a long shot. But at least it works, and I sorted out how to make it work for me only a few years into my discovering MV.

And, look on the bright side of this, Jess: If you've ever used the "advanced search" feature on eBay, you'd see how your efforts don't suck quite as much as you imagine...
@max6200 avatar
UTC

Banned
2006 GTS 250
Joined: UTC
Posts: 10590
Location: KS USA
 
Banned
@max6200 avatar
2006 GTS 250
Joined: UTC
Posts: 10590
Location: KS USA
UTC quote
So are we changing our stance on neco threads?
Because having a search machine that works is like opening up a can of worms. We are going to be faced with a barrage of necros.
@phaskins avatar
UTC

Addicted
2006 250ie
Joined: UTC
Posts: 580
Location: Bellingham, WA
 
Addicted
@phaskins avatar
2006 250ie
Joined: UTC
Posts: 580
Location: Bellingham, WA
UTC quote
jess wrote:
Over the years, on four different occasions, I have sat down with a serious look on my face...
Do you mean this one?
Forum member supplied image with no explanatory text
@max6200 avatar
UTC

Banned
2006 GTS 250
Joined: UTC
Posts: 10590
Location: KS USA
 
Banned
@max6200 avatar
2006 GTS 250
Joined: UTC
Posts: 10590
Location: KS USA
UTC quote
phaskins wrote:
Do you mean this one?
Exactly JimC is going to have a heart attack
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
phaskins wrote:
Do you mean this one?
No, that's not the look when I first sit down to fix something. That's the look when I fail.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
Miguel wrote:
The one thing I wish it did was point to the specific post in a thread that contains my search terms. I give up on the MV Search when it returns a result pointing to a thread with more than a couple pages.
The main reason for this -- in both the old search system and the new one I rolled out today -- is that it just doesn't know what page it's on. The information isn't in the search index. All it knows is that a given set of words are associated with a given topic.

What you want is per-post granularity. Which both the old search and the new search support. Just search by posts instead of topics, and it will take you right to the post.

There are some fairly subtle differences between searching by topics and searching by posts -- if the words you are looking for are spread across several posts, rather than all being in one post, then you might want to choose topics. If you're looking for the most extensive discussions on a given subject, you might want to use topics. But if you're looking for a specific word that might only show up in a handful of posts, then searching posts is almost always the right answer.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
amateriat wrote:
Let me say this about that: No, it's not the most-intuitive Search interface by a long shot. But at least it works, and I sorted out how to make it work for me only a few years into my discovering MV.
But did you see the new search? I know I buried the lede and everything, but there's a whole new search system online today.
@phaskins avatar
UTC

Addicted
2006 250ie
Joined: UTC
Posts: 580
Location: Bellingham, WA
 
Addicted
@phaskins avatar
2006 250ie
Joined: UTC
Posts: 580
Location: Bellingham, WA
UTC quote
jess wrote:
No, that's not the look when I first sit down to fix something. That's the look when I fail.
Dammit! If only I still had access to my photoshop I could raise those little arms in the air and capture the moment perfectly. Fricken Adobe!
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
phaskins wrote:
Dammit! If only I still had access to my photoshop I could raise those little arms in the air and capture the moment perfectly. Fricken Adobe!
D00d! Affinity Photo!
@amateriat avatar
UTC

Ossessionato
2015 GTS 300 Super (Melody: 2015-2021, RIP), 2022 GTS SuperTech (Thelonica; bit the dust 02-22-23)
Joined: UTC
Posts: 3925
Location: Asbury Park, NJ
 
Ossessionato
@amateriat avatar
2015 GTS 300 Super (Melody: 2015-2021, RIP), 2022 GTS SuperTech (Thelonica; bit the dust 02-22-23)
Joined: UTC
Posts: 3925
Location: Asbury Park, NJ
UTC quote
jess wrote:
But did you see the new search? I know I buried the lede and everything, but there's a whole new search system online today.
Nope, just commenting on the old setup. Sorry for the confusion.
jess wrote:
D00d! Affinity Photo!
The longer I put up with Adobe, the more tempting Affinity gets. (Still on CS6 here.)
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
amateriat wrote:
The longer I put up with Adobe, the more tempting Affinity gets. (Still on CS6 here.)
I don't miss Photoshop at all. It did take a little time to figure out Affinity Photo and how to do the things I was used to doing in Photoshop, but everything was there, just rearranged.
@oldschooot avatar
UTC

Ossessionato
2018 LIBERTY 150S, 2013 Kymco LIKE200iLX
Joined: UTC
Posts: 2483
Location: Ohio
 
Ossessionato
@oldschooot avatar
2018 LIBERTY 150S, 2013 Kymco LIKE200iLX
Joined: UTC
Posts: 2483
Location: Ohio
UTC quote
I figured out a search here is only going to work if I'm already smart enough to know the answer.
So, being clueless is a double-bind, as it were....
O.S.
@max6200 avatar
UTC

Banned
2006 GTS 250
Joined: UTC
Posts: 10590
Location: KS USA
 
Banned
@max6200 avatar
2006 GTS 250
Joined: UTC
Posts: 10590
Location: KS USA
UTC quote
The search function is now much better and improved! Thanks Jess
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
Max6200 wrote:
The search function is now much better and improved! Thanks Jess
Thanks, Max! I've been working on it for about a month. Happy to finally see it getting used.
@adri avatar
UTC

Atypical Canadian
2009 Vespa S50(LX150 motor swap), 2006 Vespa GTS250ie
Joined: UTC
Posts: 2319
Location: Toronto, Canada
 
Atypical Canadian
@adri avatar
2009 Vespa S50(LX150 motor swap), 2006 Vespa GTS250ie
Joined: UTC
Posts: 2319
Location: Toronto, Canada
UTC quote
jess wrote:
It's not just terrible, it's been terrible forever. Even back in 2005, when this forum was new, the search function was abysmally bad. It only had a small amount of data to search through, but it was doing it on 2005-era servers, which meant that it was slow. And as Modern Vespa has grown, the awfulness of the search function has scaled disproportionately to the capabilities of web servers and modern databases, such that it sucks even more now than it did then. Which is quite the feat.

Over the years, on four different occasions, I have sat down with a serious look on my face (I'm imagining that last part) to remedy the search function, to really take care of it this time. I have failed each time, and the evidence of each failure is still buried in the forum code, taunting me the way unfinished projects always do.

What I discovered through each of these failures (apparently forgetting the previous lessons each time) is that getting the data indexed for search is a relatively straightforward task. Building a web interface that people can use to query that data and get useful results is quite a bit harder.

And building a web interface that doesn't suck is, well… apparently that's impossible.

The main obstacles I've had trying to remedy the MV Search Problem are just the mundane realities of life: job, family, house, and so on. There's always something more important to do, and this task keeps getting pushed to the back of the queue. And search performance just gets worse and worse, to the point that search is almost meaningless on this forum.

I have come to understand, in retrospect, that the amount of time necessary to complete a project like this has never been available to me. It's a huge coding task, and requires an immense amount of focus over an extended period of time. I can focus intently on something for an afternoon. Maybe a whole day. Focus for much longer than that usually comes with a paycheck attached.

But hey, I'm retired now. My wife and I are working on a Portuguese residency visa, which means we're spending a lot of time waiting.

Guess what I can focus on now?
Damn Jess, were you in a particularly navel-gazing kind of mood yesterday? lol

My favorite way to get any kind Vespa info is to search site:modernvespa.com (query goes here, no brackets)

That will leverage Google's search engine (assuming that's your default search engine) to show only results for your query from modernvespa.com

Example:

This search
site:modernvespa.com how to replace voltage regulator vespa gts250


Will take you to this page
https://www.google.com/search?q=site%3Amodernvespa.com+how+to+replace+voltage+regulator+vespa+gts250

All the ModernVespa goodness, with Google-quality search results, until Jess does the magic things.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
adri wrote:
Damn Jess, were you in a particularly navel-gazing kind of mood yesterday?
Yes.
adri wrote:
My favorite way to get any kind Vespa info is to search site:modernvespa.com (query goes here, no brackets)
That's good, but there are (in my mind) three problems with that:
1) It sends people off the site to do something that is basic and should really be handled without ever leaving the site.
2) It gives Google more of people's browsing data. I realize that this is largely a losing argument, and that nobody cares how much information Google has about you. But I care.
3) Google search can't really capture some of the specific parameters of the forum, such as narrowing the search down to a specific user or searching within a specific part of the forum. Granted, these are niceties, but sometimes they make all the difference in the world when you're searching for something specific.
adri wrote:
All the ModernVespa goodness, with Google-quality search results, until Jess does the magic things.
Keep reading this thread. The magic has already happened.
@adri avatar
UTC

Atypical Canadian
2009 Vespa S50(LX150 motor swap), 2006 Vespa GTS250ie
Joined: UTC
Posts: 2319
Location: Toronto, Canada
 
Atypical Canadian
@adri avatar
2009 Vespa S50(LX150 motor swap), 2006 Vespa GTS250ie
Joined: UTC
Posts: 2319
Location: Toronto, Canada
UTC quote
jess wrote:
Yes.
jess wrote:
That's good, but there are (in my mind) three problems with that:
1) It sends people off the site to do something that is basic and should really be handled without ever leaving the site.
2) It gives Google more of people's browsing data. I realize that this is largely a losing argument, and that nobody cares how much information Google has about you. But I care.
3) Google search can't really capture some of the specific parameters of the forum, such as narrowing the search down to a specific user or searching within a specific part of the forum. Granted, these are niceties, but sometimes they make all the difference in the world when you're searching for something specific.
Agree with all 3.
jess wrote:
Keep reading this thread. The magic has already happened.
As soon as I can! Still working my way through that monster first post haha
UTC

Member
2007 LX150, 2009 GTS 250
Joined: UTC
Posts: 23
Location: Central Florida Gulf Coast
 
Member
2007 LX150, 2009 GTS 250
Joined: UTC
Posts: 23
Location: Central Florida Gulf Coast
UTC quote
Tried this new search today, it worked so fast that I didn't realize that the search was completed.

Thanks.
@der_blechfahrer avatar
UTC

Molto Verboso
ET3 & PX150 & GTS 300 Super Sport MY23 & Yamaha Neo's electric
Joined: UTC
Posts: 1910
Location: Berlin
 
Molto Verboso
@der_blechfahrer avatar
ET3 & PX150 & GTS 300 Super Sport MY23 & Yamaha Neo's electric
Joined: UTC
Posts: 1910
Location: Berlin
UTC quote
jess wrote:
2) It gives Google more of people's browsing data. I realize that this is largely a losing argument, and that nobody cares how much information Google has about you. But I care.
You're in touch with your inner German.
@fledermaus avatar
UTC

Veni, Vidi, Posti
2007 LX150 2015 GTS 2017 BV 350
Joined: UTC
Posts: 12486
Location: Fond du Lac, Wisconsin
 
Veni, Vidi, Posti
@fledermaus avatar
2007 LX150 2015 GTS 2017 BV 350
Joined: UTC
Posts: 12486
Location: Fond du Lac, Wisconsin
UTC quote
Der Blechfahrer wrote:
You're in touch with your inner German.
Laughing emoticon

Mine's impossible to shake between Prussian, Pomeranian and Bavarian. I mostly blame the Prussians.

Been playing with the search and so far seems pretty good. Expect I'll be much happier with it.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
Der Blechfahrer wrote:
You're in touch with your inner German.
So that's what it's called! Laughing emoticon
@syd avatar
UTC

Veni, Vidi, Posti
GTS300 Super (Mustard) GTS250 Super (Bulger)
Joined: UTC
Posts: 5064
Location: Tempe, AZ
 
Veni, Vidi, Posti
@syd avatar
GTS300 Super (Mustard) GTS250 Super (Bulger)
Joined: UTC
Posts: 5064
Location: Tempe, AZ
UTC quote
Thing is, search sucks on every forum I visit, so sucky-search is expected. I'm not sure what I'll think if you fix it, Jess.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
Syd wrote:
Thing is, search sucks on every forum I visit, so sucky-search is expected. I'm not sure what I'll think if you fix it, Jess.
HINT: Try the new search. It's the magnifier with the plus in the menu above.
@syd avatar
UTC

Veni, Vidi, Posti
GTS300 Super (Mustard) GTS250 Super (Bulger)
Joined: UTC
Posts: 5064
Location: Tempe, AZ
 
Veni, Vidi, Posti
@syd avatar
GTS300 Super (Mustard) GTS250 Super (Bulger)
Joined: UTC
Posts: 5064
Location: Tempe, AZ
UTC quote
jess wrote:
HINT: Try the new search. It's the magnifier with the plus in the menu above.
I just did, well done. I have, in researching troubles people have with Beverlies, searched for titles like My BV350, by me. Using the old search, I return everything that includes my bv350, even if I choose titles only.

The new search worked just as I expected. Well done, Jess.
UTC

Banned
2007gts250ie & v7 moto guzzi stone
Joined: UTC
Posts: 243
Location: n. carolina
 
Banned
2007gts250ie & v7 moto guzzi stone
Joined: UTC
Posts: 243
Location: n. carolina
UTC quote
the new search button appears to work and not need advanced education to use. I have found that messages can be sent and appear when one clicks on the little envelope in the upper right. I do not get along well with electronic devices very well, so i I can use it to find an answer it should be a snap for the younger generations that have grown up with computers and the internet.
@ks7877 avatar
UTC

Ossessionato
Joined: UTC
Posts: 2342
Location: So Cal
 
Ossessionato
@ks7877 avatar
Joined: UTC
Posts: 2342
Location: So Cal
UTC quote
jess wrote:
… Bitsa polluted enhanced the database with randomness silliness and shenanigans…
jess wrote:
And that, my friends, is why we can't have nice things.
Aaaaaaw, Daaaaaad Crying or Very sad emoticon


Thanks, yet again, for all of it. Hope you and Mrs jess are enjoying an adult beverage and a peaceful holiday.
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
ks7877 wrote:
Thanks, yet again, for all of it. Hope you and Mrs jess are enjoying an adult beverage and a peaceful holiday.
Forum member supplied image with no explanatory text
@ks7877 avatar
UTC

Ossessionato
Joined: UTC
Posts: 2342
Location: So Cal
 
Ossessionato
@ks7877 avatar
Joined: UTC
Posts: 2342
Location: So Cal
UTC quote
Perfect!!
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
ks7877 wrote:
Perfect!!
Thanks! Hope you and yours are doing well.
@znomit avatar
UTC

Veni, Vidi, Posti
LX190 Friday afternoon special, [s]Primavera[/s], S50, too many pushbikes
Joined: UTC
Posts: 10924
Location: Hermit Kingdom
 
Veni, Vidi, Posti
@znomit avatar
LX190 Friday afternoon special, [s]Primavera[/s], S50, too many pushbikes
Joined: UTC
Posts: 10924
Location: Hermit Kingdom
UTC quote
FIVE olives?
Not three?
OP
@jess avatar
UTC

Petty Tyrant
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
 
Petty Tyrant
@jess avatar
0:7 and counting
Joined: UTC
Posts: 38580
Location: Bay Area, California
UTC quote
znomit wrote:
FIVE olives?
Not three?
Five.

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.

Modern Vespa is made possible by our generous supporters.

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.0314s ][ Queries: 4 (0.0092s) ][ live ][ 334 ][ ThingOne ]