Nothing important; somebody noticed this also, MS <CRLF> vs. <CR> ...
-
"It's usually an incremented integer for practical reasons" ... which is also the badest thing for an index (usually implemented as somtehing like a binary tree) because each increment does need to reorganice the tree. Anyway: Everything is sortable, either because we can do it on a binary representation or if not possible (what most probably will never be the case) one can introduce our self defined sorting.
If by "badest", you mean "worst", then I agree, integers are a poor choice for IDs.
Member 15353828 wrote:
Everything is sortable
Nope.
-
Crayons are enumerable, cows are enumerable, photographs are enumerable, grains of sand on a beach are enumerable, are they sortable?
-
In most(?) parts of the MS- ecosystem - stuff (e.g. Notepad) is used to seperate lines for textual data. To know what I mean, look at a textfile where lines are seperated by only with notepad... Now in MS-Teams it looks like they changed their mind and followed the Unix standard and use only , try: Copy paste a text from MS-Teams and paste it to notepad. ... either way not really earth-shattering ;)
Yeah! F**k standards. Ignore completely what international standards have said for fifty+ years about the semantics of CR and LF. Sure enogh: The *nix community has for 30+ years argued 'F**k standards! NIH!' - their only 'significant' argument being that it saves eight bits of storage space per text line. That sure is essential, isn't it? There are sensible *nix adherents. That does not include those justifying LF newlines 'because it saves eight bits'.
-
Yeah! F**k standards. Ignore completely what international standards have said for fifty+ years about the semantics of CR and LF. Sure enogh: The *nix community has for 30+ years argued 'F**k standards! NIH!' - their only 'significant' argument being that it saves eight bits of storage space per text line. That sure is essential, isn't it? There are sensible *nix adherents. That does not include those justifying LF newlines 'because it saves eight bits'.
-
If by "badest", you mean "worst", then I agree, integers are a poor choice for IDs.
Member 15353828 wrote:
Everything is sortable
Nope.
'If by "badest", you mean "worst", then I agree, integers are a poor choice for IDs' On this I think we come closer, more I think we are on the same line. "Everything is sortable": Nope Please give me an idea what is not sortable. Minor: And sorry I have no idea about how to responde something 'quoted'. Thats why I put the quotes in italic. And also pay attention, I'm not native English therefore the chance of missunderstanding is always present :(
-
'If by "badest", you mean "worst", then I agree, integers are a poor choice for IDs' On this I think we come closer, more I think we are on the same line. "Everything is sortable": Nope Please give me an idea what is not sortable. Minor: And sorry I have no idea about how to responde something 'quoted'. Thats why I put the quotes in italic. And also pay attention, I'm not native English therefore the chance of missunderstanding is always present :(
Crayons are enumerable, cows are enumerable, photographs are enumerable, grains of sand on a beach are enumerable, are they sortable?
-
And now please repeat/explain less emotional, that I don't need to google every thing. Thanks in advance ;)
-
Crayons are enumerable, cows are enumerable, photographs are enumerable, grains of sand on a beach are enumerable, are they sortable?
-
If I understand you right: Any reference to international standards is 'emotional'. At least if they are in conflict with with what is pushed by the *nix community. Fair enough. It makes a point, sort of.
-
These are facts. Not everything is sortable.
-
These are facts. Not everything is sortable.
-
Everything -any data you catch with a computer- ends in a stream of bits which is sortable. Please explain whehre I'm wrong in case I'm wrong, which is not the case....
Yes, but that's not "everything" -- it's only representations of things and labels for things within a computer. It also meets the criteria of not being meaningfully sortable.
-
How do you sort images of cows or complex numbers?
-
Yes, but that's not "everything" -- it's only representations of things and labels for things within a computer. It also meets the criteria of not being meaningfully sortable.
-
How do you sort images of cows or complex numbers?
-
No please explain and then tell me factually, since you like facts so much, how it's meaningful.
-
No please explain and then tell me factually, since you like facts so much, how it's meaningful.
You are lazy like some of the q/a. And you lean back while asking 'clever' q here? Your words: "How do you ort images of cows or complex numbers?" Images: e.g. a hash (a very special one, it is up to you to learn more about that) Complex numbers: any other special things? What about sorting not only a 2.dim, but also 3, 4, .. dim? Sorry, that are the so 'trivial' things one expect here.... at least when I'm reading Q/A. So go and do your homework [Edit] And no, no, no I do not google for you "sorting N dimensions". It is simply a level more than the very simple questions in qa, but I excpect from you that you are able to do it [/Edit]
-
You are lazy like some of the q/a. And you lean back while asking 'clever' q here? Your words: "How do you ort images of cows or complex numbers?" Images: e.g. a hash (a very special one, it is up to you to learn more about that) Complex numbers: any other special things? What about sorting not only a 2.dim, but also 3, 4, .. dim? Sorry, that are the so 'trivial' things one expect here.... at least when I'm reading Q/A. So go and do your homework [Edit] And no, no, no I do not google for you "sorting N dimensions". It is simply a level more than the very simple questions in qa, but I excpect from you that you are able to do it [/Edit]
So tell me what's the meaning behind the hash? Not even going to argue hash collisions. And please what the math is saying about such sorting of complex numbers?
-
I give up, but I like to mention again you did not show an example which is 'not sortable' So it be
I have given a few examples twice now. I'm done too.
-
And now please repeat/explain less emotional, that I don't need to google every thing. Thanks in advance ;)
and derive from old mechanical typewriters where moving the carriage (and horizontal line position) and moving the roller (and vertical line position) were two different operations. is a carriage return. On a typewriter it moves that carriage to the home position of the current line and on a computer it moves the insert cursor to the start of the current line (and on unix to the next line.) is a line feed. On a typewriter it rotates the roller by one line space (configurable). On a computer it moves the cursor down one line. Therefore moves the cursor to the start of the next line and should just move the cursor to the start of the current line.