#Stupid unicode symbols
1 messages · Page 1 of 1 (latest)
WTF SHOULD THIS EVEN MEAN
<>
very different numba
&#lt: > xD
me when limits
oh
makes sense
👍 = unicode xD
ok this one i don't understand
Now, geometrically equivilant to is not the same as
Geometrically equal to
somehow
are any of these actually used in real papers?
i hope so thatd be so funny
Is it unicode 8 or 16 ?
unicode version 1.1
ok
Unicode has ~ 2 million character and 127 of them are from ASCII xD
wtf is delta equals
isn't a delta by definition not equal
you know, the opposite of
equal to by definition
which is a symbol
somehow
i know the science version of delta xD
yea delta is the difference between stuff
what means this: !=
isn't equal to
thanks
the icon itelf is different but that's how it's expressed in code usually
are we sure it's strictly equal to?
lets be more specific
because = isn't enough
ill use this when when im not sure of whatever i wrote
understand this
List list = new ArrayList();
but wait
there's more
We weren't sure that 2 = 2 was specific enough
so we ended up going the route of 2 ≡ 2
but
how do we know that identical to is specific enough
introducing
the one
the only
the stupidest
okay to be fair these where actually used in geometry
in similarity i think? idk this was 2 years ago
ok now this is absurd
This is a programmer thread xD
speaking of stupid symbols
I'm going to give you one, guess what it means
since this one confuses the hell out of me
c++ maintainers should make this symbol work instead of >> or <<
me talks about Java xD
what the fuck is this
less than and equal to
WTF
what the fuck
what the actual fuck
how
what
WTFLOOF
who
is this like
new math?
<=
AND?
babe wake up new math 2 just dropped
why is this stupid (I programm on java xD)
≤ != ≦
?
<= is ≤
ok
stupid is ≦
if a ≦ b
then it means that
a < b
and
a = b
at the same time
which is weird and confusing
is this like a 0.9999... = 1 situation?
has to be
float or double ?
normal math not programming lol
a == b &&a <= b
sorry
I am confused
exactly
a ≦ b is confusing because it means that
a == b && a <= b produces true
Since this is impossible and stupid, ≦ is impossible and stupid
anyways, lets roll out the other stupid ones
?!?!?
me when =
or, the best part
!=
.
?!?!?!?!
isn't that just !=
or, while we are dealing with the stupid ones
sure is
if (a < b || a <b ){
other things
}
!(a <= b)
that what i made or the Unicode verion
both
me when >
as atrocious as these are its actually kinda fun
i programmed out this waht this utf mean in programming xD
did you know that booleans exist as symbols in unicode?
logic gates also have symbols
xor
w h y n o t j u s t t y p e "true"
boolean test = true xD
ok this kinda makes sense
i should stop with the java jokes
you've heard of 5 < 6
yes
you've heard of 1 ≪ 6
yes xD
do you mean 5 is not greater or equal to 6
i thought something of this xD
why tf is this needed
anyways, we have made it to my personal favourite
for most uselelss unicode characters
are we ready
welcome to, the dumbest thing ever
Less than, equal to, or greater than
??!?!?!?
here are some good unicode symbols:
7/11 is the best unicode symbols but some of them are stupid too
no one thing must be true of them
Also, there is one thing dumber than less than or equal to
how tf is this different
i dont have seen something in my java knowledge
what far verion of this
?!?!?!?
idk ?
Anyways, that covers all the unicode symbols I can be bothered to spam chat with
there are some other dumb ones, I just can't be bothered to deal with them
should it be this?
a < b || a != b
There's also a bunch of complicated math shit that I don't understand
and will therefore just ignore
Actually
one more for good measure
!?!??!?!??!?!!?
wut
since when does this thing exists ?
idk how that would even work
these symbols are just faces
this thing is just :P
questionably less than
xD
🥴

sorry, too tempting
introducing
greater than, less than, and equals to
?!?!?!?!?!?!?!?
WTF
sdbnfghksdbfghklsedfg
someone was drunk while making these
Idk a if with to many clauses
Much less than or equals to
?!?!?
does this mean that 5 ⪣ 6 would be false?
since it is neither equal to nor much less than?
but isn't much less than debatable?
when I want to talk about what "extends" mean in java is it easier to explain than this
the transient keyword is easier to explain than these
i hope a specification exists for it wherever the hecc its used
otherwise im proudly declaring that 10^-19 is much greater than 10^(-19) - 10^(-20)
but is it very much greater than?
since that is also a symbol?
honestly, the strictfp keyword is more useful than some of these symbols
idk how to explain this word
and I don't know how to explain half these unicode symbols
idk which html-site is using these symbols
so they are equally weird
Strictfp was added to the java spec for java 1.2
It is currently unused
but it is still reserved
Transient is used with respect to serialization, but that's also hard to explain
class ClassName implements Serializable {
private transient dataType variableName;
}
here my java knowledge:
datatypes
String
ArrayList
Object
Scanner
extends/abstract
throw Exception
enum
@override
Random
this is the official keyword list
given enough time, you will probably learn and use up to 80% of them
volatile is another weird one
native is weird
the rest are reasonably normal
my favourite data type in java is byte
When the number is small enough, I often use public byte ... as a joke in my code
pointless, but funny
Do you know BufferedWriter/Reader ?
Yup! Anyways, gtg; cya!
bye
here a writing programm xD
dont know why i used an array to string converter but it exists