Adam Bistuła
banner
abistula.bsky.social
Adam Bistuła
@abistula.bsky.social
Software developer. Nature lover. Bookworm. Cinema enthusiast. Sometimes sailor. Just a nice fellow.

https://www.linkedin.com/in/adam-bistula-8533b41/
Thank you.
July 18, 2025 at 5:52 PM
First ipod touch got that too
April 15, 2025 at 12:57 PM
There is no explicit logical operator in between so it kinda explains it.
February 9, 2025 at 5:12 PM
The fact that in the first case it ignored the second evaluation is odd I must admit. I am not very familiar with Python though.
February 9, 2025 at 5:05 PM
print (False==False in [False]) -> True

print ((False==False) in [False]) -> False
February 9, 2025 at 5:01 PM
Looks like False in [False] is evaluated first and rest is discarded.
February 9, 2025 at 4:57 PM
Cool. Thank you!
November 16, 2024 at 10:10 AM
Hi, would you recommend a material (book, blog etc.) about floating point good practices?
November 14, 2024 at 5:13 PM
Big problem with Safari is that it does not have plugin support. Myself I’m using mostly chrome on Mac too (or Edge)
October 7, 2024 at 2:00 PM