

Genius move. See? Biden didn’t think of that.
Genius move. See? Biden didn’t think of that.
I also use thunder, and that page just opens a browser for me.
What I was hoping is that there would be some kind of syntax where I could reference comment or post, and Lemmy server would automatically translate that to the local URL.
This is why you always block ads and trackers. It never pays to worry about revenue of “poor sites”
Off topic, is there a way on Lemmy to link to a specific comment/post so I could still remain on my instance?
For exempt this opens web browser to lemmy.world, I’m on lemmy.ee and would still want to stay within the app on my own instance.
Actually the explanation is wrong.
not()
is actually
not ()
not
is a keyword not a function.
Boolean of empty tuple is False
and then not
negates it.
I explained it better here:
Are you sure?
I can’t test it now, but to me it looks like ()
is an empty tuple. Python behavior is that for logic operations empty set equals to false. Then we apply not
to get True
. Not having space between not
operator and parentheses makes it look like it is a function.
Python, but this is actually defined and documented behavior.
Edit: to illustrate what I mean:
not() # True
this actually is not ()
(the lack of space makes it look like a function), ()
is a tuple, in python an empty collection returns False
, this is to make checks simpler. You can type:
if my_list:
do something
instead of
if len(my_list) > 0:
do something
not
negates it so you get True
str(not()) # 'True'
converts resulting bool
type into a string representation
min(str(not())) # 'T'
This might feel odd, but that’s also documented. min()
not only allows to compare two numbers like it is in most languages, but you can also provide a sequence of values and it will return the smallest one.
String is a sequence of letters.
Letters are comparable according to ASCII (so you can do sorting). In ASCII table capital letters are first, so the ‘T’ is the smallest value.
ord(min(str(not()))) # 84
this just converts ‘T’ to Unicode value which is 84
range(ord(min(str(not())))) # range(0, 84)
This creates a sequence of numbers from 0 to 83
sum(range(ord(min(str(not()))))) # 3486
This works like min()
except adds up all the numbers in the sequence together, so in our case 0+1+2+3+…+83 = 3486
chr(sum(range(ord(min(str(not())))))) # 'ඞ'
reverse of ord()
, converts Unicode value to a character.
Damn Biden for not being good at advertising his successes. I learned that this exists from the news that is about to be closed down.
40 years as OP says ;) also you need to go to sleep at the same time
My worry is that trump is thinking of sending him to CECOT.
There could be additional reasons, but the main is why they sent people to a foreign jail is so no one can force them to bring them back. This is why we can’t just let go and accept it.
Could you list the replacements you use? I am especially wondering about Google maps.
But deported to Egypt or “deported”? Because if the former then given the shit is going on in US right now, he might be doing him a favor.
I am fortunate enough that my family don’t have to worry about being undocumented, but I still find it absolutely reprehensible what this administration is doing and I don’t want those kid kidnappers anywhere near my kid’s school or any school.
Using kids for attacking families of undocumented parents shows how truly evil the current administration is. It’s a Nazi level shit.
Did Zuck’s check not clear yet?
It’s so sad seeing the poor and lower middle class thinking that it is about them.
They refused to even show then to the reporters.
Federal charges… only because he allegedly killed someone from the higher class.