

Links to the two versions:
• /A4 = (250mm÷√√2) × (250mm×√√2) ≈ 210mm × 297mm;
• /USL = 8½″ × 11″ = 215.9mm × 279.4mm.
Initially I thought that the Symingtons were using the software, but this was actually made by our very own SushiNorth for the Dow vertical in New York on Saturday 19th March 2011.TheVintagePortSite.com wrote:
We're typically pretty crowded at the ACPT tastings, so the notes on the left could belong to the taster on the left. Inconclusive, I think.jdaw1 wrote:Tasting notes on the left suggests a left-hander, but none of the placemat pages are left-handed.
Well that's pretty cool -- but I merely used JDaw's software for the mats. The origin of the picture is far more interesting -- I have been unable to find it amongst my set, which means it likely came from a different attendee.jdaw1 wrote:Flash has drawn my attention to TheVintagePortSite.com/view.php?id=13820, saying “seems like the placemat is famous”.
Initially I thought that the Symingtons were using the software, but this was actually made by our very own SushiNorth for the Dow vertical in New York on Saturday 19th March 2011.
Code: Select all
/PackingDirectionVertical /TopToBottom def % /TopToBottom /BottomToTop
/PackingDirectionHorizontal /LeftToRight def % /LeftToRight /RightToLeft
/PackingNestingColumnMajor false def
That parameter should switch the ordering of the loops, i.e. whether “rows would be filled before columns” or the reverse.Glenn E. wrote:Previous discussion in this thread indicated that simply setting /PackingNestingColumnMajor true def would reverse the order of the rows.
Unless you are using positions supplied as an array, or one of the other PermittedPackingStyles in which this request would make no sense, it is my bug. Please email your code.Glenn E. wrote:I have tried both /PackingNestingColumnMajor true def and /PackingDirectionVertical /BottomToTop def but end up with the same output in either case.
Code: Select all
/PermittedPackingStyles [
[ /RectangularDislocation /PackingNestingColumnMajor true /PackingDirectionTopToBottom false ]
] def
This is what I expected based on the name. The earlier discussion, then, was in error. This is the preferred outcome: code > discussion.jdaw1 wrote:That parameter should switch the ordering of the loops, i.e. whether “rows would be filled before columns” or the reverse.Glenn E. wrote:Previous discussion in this thread indicated that simply setting /PackingNestingColumnMajor true def would reverse the order of the rows.
Excellent, thank you. I will go attempt the following:jdaw1 wrote:My bug: sorry.
These option still exist, and still work, but as a flag within PermittedPackingStyles. The bug was forgetting to delete the three lines in which the no-longer-used parameters were set. So you might want something likeJust uploaded, a new version of the code without the three redundant lines.Code: Select all
/PermittedPackingStyles [ [ /RectangularDislocation /PackingNestingColumnMajor true /PackingDirectionTopToBottom false ] ] def
Code: Select all
/PermittedPackingStyles [
[ /Diamonds /PackingNestingColumnMajor false /PackingDirectionTopToBottom false ]
] def
Then the “/PackingNestingColumnMajor false” is redundant, IIRC.Glenn E. wrote:I will go attempt the following:
My desire is RowMajor, BottomToTop.Code: Select all
/PermittedPackingStyles [ [ /Diamonds /PackingNestingColumnMajor false /PackingDirectionTopToBottom false ] ] def
djewesbury, responding by PM to an observation of jdaw1, wrote:I like to go up and across from the left. You prefer to do the opposite. Thus, for me, the first and youngest wine is at the bottom of the glasses page and the top of the TN page.
jdaw1, replying by PM, wrote:Going down one page whilst up the other seems, to my simple mind, more confusing than going through both in the same direction.
djewesbury, replying by PM, wrote:I can understand your logic. All I can say is that I want to backwards in my glasses and downwards in my TNs. This is a valuable experiment in literacy, facilitated by Port!
Roy: please help persuade others by saying why you prefer this.Roy Hersh wrote:I prefer and always do, have the line of wine at the front of the tasting sheet, go from left to right and that L-R theme continues back in each row. I never vary this, even when doing less formal tastings on my own. and all judgings I take part in, lineup their flights in this manner as well.
You drink oldest to youngest? You drink the most mature and more delicate stuff first? I must admit to always having done it the other way around – saving the best to last… but now you've put the idea into my head I can see that tasting a delicate, ethereal, fully mature wine after some blousy tannic blockbuster may make little sense.Glenn E. wrote:When pouring prior to starting the tasting, we generally pour youngest to oldest but reverse that for drinking (oldest to youngest). It therefore makes sense to fill the placemat from the back while it is empty and there are no glasses in the way. Then #2 kicks in for the tasting of the Port..
Yes, of course.djewesbury wrote:You drink oldest to youngest? You drink the most mature and more delicate stuff first?
Certainly I taste the oldest first. Sometimes, and less often than I should, I save a little of the oldest to drink late evening. But the tasting starts with the oldest.Glenn E. wrote:Yes, of course.djewesbury wrote:You drink oldest to youngest? You drink the most mature and more delicate stuff first?
AHB wrote:on many occasions I will pick glasses out based on something other than the order in which they are placed on the sheet - apparent evolutionary age, for example.
Currently everybody has the same layout. Changing that to be by-person would have lots of awkward consequences. It would be a lot of unsatisfactory work.djewesbury wrote:Perhaps a parameter should be added, a little like /Lefthanders (could be called /Americans ?) that allows different users to have their mat arranged as they prefer it?
Having recently looked at the software to attempt my first placemat, I can fully understand why adapting it to have by-person layouts would add an almighty amount of complexity!jdaw1 wrote:Currently everybody has the same layout. Changing that to be by-person would have lots of awkward consequences. It would be a lot of unsatisfactory work.
That’s a refusal.
jdaw1 wrote:Currently everybody has the same layout. Changing that to be by-person would have lots of awkward consequences. It would be a lot of unsatisfactory work.
An example difficulty, using an example glasses page on which /CrossHatchingTitles true def.djewesbury wrote:He's done much more complex things. I don't know, you offer a constructive suggestion…
So Roy’s preference, adopted by his near-neighbour Glenn, is attributed to habit. For the youngsters amongst us (looks around — everybody just pretend) who are still choosing what habits to adopt, that reasoning seems insufficient.Roy Hersh wrote:Having consumed wines during judging competitions and at trade and personal events for more than 3 decades now; old habits die hard.
This doesn't seem possible. As he has already admitted, Roy isn't a techno-whiz. For me to have adopted his habit, I would have had to have seen and/or used placemats that he created. I don't believe that such a unicorn exists.jdaw1 wrote:So Roy’s preference, adopted by his near-neighbour Glenn, is attributed to habit.Roy Hersh wrote:Having consumed wines during judging competitions and at trade and personal events for more than 3 decades now; old habits die hard.
Whoever had most influence on your life until the age of seven.djewesbury wrote:So who's indoctrinated me??
The first version of the /BottomToTop feature was added to the code on 19th October 2008, shortly after making for RAH the placemats used on 18th October 2008. (And my oh my, that was a tip-top event.) Also, I vaguely recall a conversation with Roy at this time about this desideratum. So RAH was the cause of that piece of functionality.Glenn E. wrote:Which means that I developed my habit organically on my own, as I was introduced to placemats via jdaw1's preference and could not have been indoctrinated by observing placemats produced by Roy. It remains possible that I was indoctrinated by G-man or SushiNorth, but I find that difficult to believe based on timing.
Completely agree; not controversial.Roy Hersh wrote:Just a few examples of why going from oldest to youngest makes more sense to me.