Author Topic: ilogical resteraunt menu  (Read 3988 times)

0 Members and 2 Guests are viewing this topic.

Offline Nominal Animal

  • Super Contributor
  • ***
  • Posts: 6265
  • Country: fi
    • My home page and email address
Re: ilogical resteraunt menu
« Reply #25 on: January 28, 2024, 05:48:12 am »
In human text, square brackets are often used within quotes to indicate uppercase/lowecase initial change (when around a single letter), replace or clarify indirect and implicit references, or to add clarifications like [sic] (to indicate an error in the original).  In general, it specifies a difference to the exact original.

For example, if I said "I like apples.  I know it is said that eating one a day keeps the dogtor away.", one can quote me precisely using "[I]t is said that eating one [apple] a day keeps the dogtor [sic] away."

You can find this in several style guides, I believe.
 

Offline IDEngineer

  • Super Contributor
  • ***
  • Posts: 1926
  • Country: us
Re: ilogical resteraunt menu
« Reply #26 on: January 28, 2024, 11:13:05 am »
Completely agree, for regular writing! But I thought the context here was software.
 

Offline cv007

  • Frequent Contributor
  • **
  • Posts: 828
Re: ilogical resteraunt menu
« Reply #27 on: January 28, 2024, 02:38:07 pm »
Quote
read the menu .......Fish with chips and salad or vegetables.
Because logical complements ( not ) are performed first, logical conjunctions ( and ) are performed next, and logical disjunctions ( or ) are performed next.
so menu should read...........Fish with chips, AND salad OR vegetables
You created the same menu- your fellow lawyers will still read it wrong, and the normal person who had no problem before will now be thoroughly confused.

A simple word swap would probably satisfy anyone-
Fish and chips with salad or vegetables

 

Offline xrunner

  • Super Contributor
  • ***
  • Posts: 7519
  • Country: us
  • hp>Agilent>Keysight>???
Re: ilogical resteraunt menu
« Reply #28 on: January 28, 2024, 03:04:22 pm »
Quote
read the menu .......Fish with chips and salad or vegetables.
Because logical complements ( not ) are performed first, logical conjunctions ( and ) are performed next, and logical disjunctions ( or ) are performed next.
so menu should read...........Fish with chips, AND salad OR vegetables
You created the same menu- your fellow lawyers will still read it wrong, and the normal person who had no problem before will now be thoroughly confused.

A simple word swap would probably satisfy anyone-
Fish and chips with salad or vegetables

People are already brain-trained to know what type of "variable" the foods in a menu are

If you think of programming, then menu "variables" in people minds are these types

main_meal

side_dish

drink

dessert


So we have these variables already set up in people's wetware (brain) and the brain knows what to do with them when a menu is read -

main_meal fishAndChips;

side_dish salad, vegetables;

drink coke, tea, water;


So when they see

Fish and chips with salad or vegetables

They know what the variable types are already and can decode it easily.

It decodes to -

main_meal + (side_dish || side dish);


Sortof like that. It's already set up in the brain (for most people).
I told my friends I could teach them to be funny, but they all just laughed at me.
 

Offline coppice

  • Super Contributor
  • ***
  • Posts: 8652
  • Country: gb
Re: ilogical resteraunt menu
« Reply #29 on: January 28, 2024, 03:12:03 pm »
Quote
read the menu .......Fish with chips and salad or vegetables.
Because logical complements ( not ) are performed first, logical conjunctions ( and ) are performed next, and logical disjunctions ( or ) are performed next.
so menu should read...........Fish with chips, AND salad OR vegetables
You created the same menu- your fellow lawyers will still read it wrong, and the normal person who had no problem before will now be thoroughly confused.

A simple word swap would probably satisfy anyone-
Fish and chips with salad or vegetables


People are already brain-trained to know what type of "variable" the foods in a menu are

If you think of programming, then menu "variables" in people minds are these types

main_meal

side_dish

drink

dessert


So we have these variables already set up in people's wetware (brain) and the brain knows what to do with them when a menu is read -

main_meal fishAndChips;

side_dish salad, vegetables;

drink coke, tea, water;


So when they see

Fish and chips with salad or vegetables

They know what the variable types are already and can decode it easily.

It decodes to -

main_meal + (side_dish || side dish);


Sortof like that. It's already set up in the brain (for most people).
Americans have been trained to think "entre" on a menu doesn't mean the starters. :)
 

Online Simon

  • Global Moderator
  • *****
  • Posts: 17818
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: ilogical resteraunt menu
« Reply #30 on: January 29, 2024, 07:27:54 am »
At the Post Office, when they display the "does your parcel contain any hazardous materials" prompt, the YES button is green and the NO button is red.

Guess what happens.

Yea, it's like power switches, red is off and green is on. The safe state, green should be off.
 

Offline Halcyon

  • Global Moderator
  • *****
  • Posts: 5681
  • Country: au
Re: ilogical resteraunt menu
« Reply #31 on: January 29, 2024, 09:08:18 am »
At the Post Office, when they display the "does your parcel contain any hazardous materials" prompt, the YES button is green and the NO button is red.

Guess what happens.

Yea, it's like power switches, red is off and green is on. The safe state, green should be off.

I get confused with the red and green status LEDs on those magnetic door locks you often see above glass doors.

Does green mean locked or unlocked? If green, what if unlocked is undesirable, does that mean green=bad?
 

Offline tom66

  • Super Contributor
  • ***
  • Posts: 6709
  • Country: gb
  • Electronics Hobbyist & FPGA/Embedded Systems EE
Re: ilogical resteraunt menu
« Reply #32 on: January 29, 2024, 01:04:29 pm »
Am I the only one who always reads POS (point-of-sales) as piece-of-shit?  ???

Brings a whole new meaning to Windows XP POSedition.
 

Offline electr_peter

  • Supporter
  • ****
  • Posts: 1304
  • Country: lt
Re: ilogical resteraunt menu
« Reply #33 on: January 29, 2024, 04:37:54 pm »
IMO, "Fish and chips and salad or vegetables" translates to "Fish and chips" AND ("salad" OR "vegetables"), i.e. main AND (side OR side). "Fish and chips" is a dish by itself, "and" in the middle is not logical operation - it should be interpreted as a frase from 3 words.
 

Offline Nominal Animal

  • Super Contributor
  • ***
  • Posts: 6265
  • Country: fi
    • My home page and email address
Re: ilogical resteraunt menu
« Reply #34 on: January 29, 2024, 05:03:03 pm »
"Fish and chips, and salad or vegetables" would be unambiguous, I believe.  Poor comma, so neglected.
 

Online AVGresponding

  • Super Contributor
  • ***
  • Posts: 4668
  • Country: england
  • Exploring Rabbit Holes Since The 1970s
Re: ilogical resteraunt menu
« Reply #35 on: January 29, 2024, 05:08:43 pm »
"Fish and chips, and salad or vegetables" would be unambiguous, I believe.  Poor comma, so neglected.

Indeed, the Oxford comma is underutilised. Lynne Truss wrote a rather good book about it "Eats, Shoots and Leaves".
nuqDaq yuch Dapol?
Addiction count: Agilent-AVO-BlackStar-Brymen-Chauvin Arnoux-Fluke-GenRad-Hameg-HP-Keithley-IsoTech-Mastech-Megger-Metrix-Micronta-Racal-RFL-Siglent-Solartron-Tektronix-Thurlby-Time Electronics-TTi-UniT
 

Offline IDEngineer

  • Super Contributor
  • ***
  • Posts: 1926
  • Country: us
Re: ilogical resteraunt menu
« Reply #36 on: January 29, 2024, 05:22:03 pm »
"Fish and chips, and salad or vegetables" would be unambiguous, I believe.
Better: "Fish and chips, *with* salad or vegetables."

Best: "Fish and chips, includes your choice of either salad or vegetables."
 

Offline Hydro

  • Regular Contributor
  • *
  • !
  • Posts: 145
  • Country: pk
Re: ilogical resteraunt menu
« Reply #37 on: January 30, 2024, 04:33:30 am »
IMO, "Fish and chips and salad or vegetables" translates to "Fish and chips" AND ("salad" OR "vegetables"), i.e. main AND (side OR side). "Fish and chips" is a dish by itself, "and" in the middle is not logical operation - it should be interpreted as a frase from 3 words.
Being a programmer, I know several jokes.

First one.

The wife says to her programmer husband, “Dear, go to the store and buy one piece of sausage.
and IF there are eggs, THEN buy a dozen"

The programmer husband returns and brings eleven pieces of sausage.
 

Offline vk6zgo

  • Super Contributor
  • ***
  • Posts: 7589
  • Country: au
Re: ilogical resteraunt menu
« Reply #38 on: January 30, 2024, 05:06:08 am »
Hehe, just had the same thing happen with a credit card.
It was $5, and terminal menu said PIN OR ENTER
So, I did exactly what it said, and just pressed enter.  8)

It failed, turns out that really mean PIN THEN ENTER ( or PIN AND ENTER)
Why would you need to enter your PIN if you are buying something worth $5?
With normal EFTPOS terminals these days you just touch your card & you are done, up to a particular value when you need your PIN.
 

Offline BradC

  • Super Contributor
  • ***
  • Posts: 2106
  • Country: au
Re: ilogical resteraunt menu
« Reply #39 on: January 30, 2024, 05:15:32 am »
I get confused with the red and green status LEDs on those magnetic door locks you often see above glass doors.

Does green mean locked or unlocked? If green, what if unlocked is undesirable, does that mean green=bad?

Green is "I'm powered and can detect my armature is sufficiently bonded". Red is "I'm powered and can't detect a good magnetic bond with the armature". Off is "I'm unlocked".

Of course being a magnetic bond the strength reduces significantly with distance, so it can still be green but with a compromised bond that a good 'hip and shoulder' will pop.

Mag locks suck.
 
The following users thanked this post: Halcyon

Offline Halcyon

  • Global Moderator
  • *****
  • Posts: 5681
  • Country: au
Re: ilogical resteraunt menu
« Reply #40 on: January 30, 2024, 05:36:23 am »
I get confused with the red and green status LEDs on those magnetic door locks you often see above glass doors.

Does green mean locked or unlocked? If green, what if unlocked is undesirable, does that mean green=bad?

Green is "I'm powered and can detect my armature is sufficiently bonded". Red is "I'm powered and can't detect a good magnetic bond with the armature". Off is "I'm unlocked".

Of course being a magnetic bond the strength reduces significantly with distance, so it can still be green but with a compromised bond that a good 'hip and shoulder' will pop.

Mag locks suck.

I'm assuming it's largely model dependant. I've seen examples where the same doorway (with two doors) shows two states while both doors are closed. One door is red, the other is green. Obviously in this case it means one is locked and one is unlocked. Which is which? I couldn't tell you until I try the door and find the one that opens.
 

Offline BradC

  • Super Contributor
  • ***
  • Posts: 2106
  • Country: au
Re: ilogical resteraunt menu
« Reply #41 on: January 30, 2024, 05:51:08 am »
I'm assuming it's largely model dependant. I've seen examples where the same doorway (with two doors) shows two states while both doors are closed. One door is red, the other is green. Obviously in this case it means one is locked and one is unlocked. Which is which? I couldn't tell you until I try the door and find the one that opens.

That would be highly unusual. It means one is bonded and the other isn't. Often due to bad fitting seals or just plain lack of maintenance, the door needs a shove to get both sides to bond. To unlock a mag lock, they simply drop power from it. When it powers back up it'll indicate its bond state. Mag locks are often used on double leaf doors which are unsuitable for other locking systems (ie when they often need both leafs open).
 

Online SiliconWizard

  • Super Contributor
  • ***
  • Posts: 14488
  • Country: fr
Re: ilogical resteraunt menu
« Reply #42 on: January 30, 2024, 06:10:07 am »
Wondering how some people ever manage to eat. :-DD
 

Offline babysitter

  • Frequent Contributor
  • **
  • Posts: 893
  • Country: de
  • pushing silicon at work
Re: ilogical resteraunt menu
« Reply #43 on: February 01, 2024, 06:23:36 pm »
Let me just please, check how I can {trigger you] [annoy you} (get you
frustrated
}!
I'm not a feature, I'm a bug! ARC DG3HDA
 

Offline Nominal Animal

  • Super Contributor
  • ***
  • Posts: 6265
  • Country: fi
    • My home page and email address
Re: ilogical resteraunt menu
« Reply #44 on: February 01, 2024, 07:07:52 pm »
Let me just please, check how I can {trigger you] [annoy you} (get you
frustrated
}!
Witch is it's?
 

Offline bingo600

  • Super Contributor
  • ***
  • Posts: 1989
  • Country: dk
Re: ilogical resteraunt menu
« Reply #45 on: February 01, 2024, 07:26:32 pm »
This one makes sense to me  :-DD



 

Online SiliconWizard

  • Super Contributor
  • ***
  • Posts: 14488
  • Country: fr
Re: ilogical resteraunt menu
« Reply #46 on: February 01, 2024, 08:23:38 pm »
That said, it's probably a joke for old chaps. I dare you to find many younger developers that even know what octal is. :-DD
 
The following users thanked this post: bingo600

Online mendip_discovery

  • Frequent Contributor
  • **
  • Posts: 851
  • Country: gb
Re: ilogical resteraunt menu
« Reply #47 on: February 01, 2024, 08:34:11 pm »
My choice would be,
"Fish and chips, with a side of salad or vegetables."

I do love the pedants, I would drive them up the wall with my abuse of the English language. But if you ever went shopping with them in a supermarket going past the "10 items or less" section would have them twitching with annoyance.
Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 

Online aargee

  • Frequent Contributor
  • **
  • Posts: 873
  • Country: au
Re: ilogical resteraunt menu
« Reply #48 on: February 01, 2024, 09:08:39 pm »
There is logic... then there is the English language.
Not easy, not hard, just need to be incentivised.
 

Offline Nominal Animal

  • Super Contributor
  • ***
  • Posts: 6265
  • Country: fi
    • My home page and email address
Re: ilogical resteraunt menu
« Reply #49 on: February 01, 2024, 09:26:50 pm »
I do love the pedants, I would drive them up the wall with my abuse of the English language.
I love abusing languages for fun.  Dad jokes, puns, mispronunciation when the opportunity strikes, et cetera.

You haven't heard true abuse of the English language until you have heard me say "bi'cycle" (for bicycle) in my Finnish Rally English.  I also like to pronounce the c in "miscellaneous" as a k.  In Finnish, I pronounce "lastenkodinkadulla" as "las tenko dinka dulla".

>:D
« Last Edit: February 01, 2024, 09:28:28 pm by Nominal Animal »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf