Hey, if she thinks 1 is 1st index then you
doggeddodged a bullet and deserve better.Happy now all you English majors.
deleted by creator
🐕🐕🐕
The real punch line is that in a cafe run by programmers, esoteric rules are in full force, but tables 0 and 1 are no where near each other.
She was a lua girl, he was every other programming language guy. It was not ment to happen.
She liked embeddded apps
And he liked desktop displays
What more can I say?Hey, don’t forget the Matlab people
And R!
And abap
And Julia!
This thread is a great example of why they don’t like to let (most) software developers talk to the customers.
Wouldn’t it be nice if documentation used the words index and offset consistently?
The problem is that they both are contextual and can mean any position in a list/array. The starting index or starting offset is generally zero, but could be one, depending on the language used.
i wonder why people haven’t made a language that starts indexing at 2 yet. maybe some day
Dreamberd starts array indexing at -1 instead of 0 or 1.
what a beautiful language
Maybe this could be a feature in brainfuck or COBOL.
god i hope so
Aren’t those two the same thing? At least in C-style arrays, which might not be how they’re handled under the hood, but is at least how most languages present it to the programmer.
Yes they are presented in the programmer wrong. The first thing in memory should have offset 0 and index 1
in my understanding offset is technically the “relative index”, or how much you have to go further
Don’t wanna state the obvious, but it looks like they still ended up staring at each other for the rest of the evening.
They have shown that they still love each other, so hope they can work with their one irreconcilable difference.
I love the idea that they’re at two adjacent tables, each one staring at the other wondering why they hate them.
They hate each other because they are intolerant to one another’s index choices
It’s for the best
Isn’t the guy at the zeroith table?
There is no such thing as “zeroith”. Does not matter which numbers you slap on the tables, the one with the lowest number will always be the first. The word “first” has nothing to do with indices, it’s just an antonym for “last”.
I kind of brought this up in another comment, that “first” and “1st” aren’t really the same thing. Which is confusing when you extend that to fourth/4th five/5th. I don’t generally see someone write “zeroith”, but I’ll see “0th”.
And here I thought people write “1st” because they are lazy and want to press 3 keys instead of 5.
First and 1st are certainly different symbols for the same concept
The spelling for the index before the first is zeroth, no need to insert an extra vowel
That’s a problem when you get to the fourth.
There’s no such thing as “zeroith” because it’s called “zeroth — being numbered zero in a series”
This works for building storeys, this would work equally well for tables. The only reason this is not used often is because the series are rarely zero-based in anything that doesn’t also want to equate index and offset.
You’re right that first may be read as “opposite of last”, that would add to the confusion, but that’s just natural language not being precise enough.
Edit: spelling
Edit2: also, if you extend that logic, when you’re presented with an ordinal number, you would need to first check all the options, sort them, and then apply the position you’re asked, that’s not really how people would expect ordinal number to be treated, not me, at the very least
Americans also index their building floors from 1
A two storey American building has floors 1 and 2, where elsewhere they might be ground (zero) and 1.
Not only them, and I’m not here to blame 😅
Indeed, however the Americans stand out in the anglosphere
Canada sad.
They always forget about us.
Which standard does Canada use?
Yes, and if he texted “Hey, I’m at the zeroith table” and the woman replied with the sibling comment then you know to run far and run fast.
maybe she’s a lua developer
I love how they’re looking at each other
God yes, you can clearly see from the background scene that while at different tables they can clearly see each other. All this bickering is madness
IS THIS Love Advice From the Great Duke of Hell??
(it’s a webcomic, I loved the story)
1st table is not equal to table 01 because there no 0st table
0th (only first gets the -st ending; only second gets its end)
I still mess this up for lists in Python…
they were never meant to be together, they would confuse the hell out of each other. Imagine they have two kids and she says pick kid[1] from the school, then what?
Child Overflow Error
Edit: oh wait you said two kids, nvm
Hol’ up!
I think children go in dictionaries so you can look them to via name (key).
One kid’s getting garbage collected either way
That is why my restaurant will number tables by UUID.
A much better idea than when I tried to organize my restaurant with hashtables.
It was too much for the waitstaff, who had to reindex the floor plan every time they added or removed a plate.
On the plus side, delivering the right food was always O(1).