Instance PeerTube généraliste, une bonne alternative à YouTube et autres plateformes de streaming contrôlées par des géants du WEB.
General PeerTube instance, a good alternative to YouTube and other streaming platforms controlled by WEB giants.
C:\home\dexcube\Development\piper\build> python3
Python 3.13.2 (main, Mar 132025, 14:29:07) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>fromdecimal import Decimal>>>Decimal('0.1') +Decimal('0.2')
Decimal('0.3')
C:\home\dexcube\Development\piper\build> python3 Python 3.13.2 (main, Mar 13 2025, 14:29:07) [GCC 14.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from decimal import Decimal >>> Decimal('0.1') + Decimal('0.2') Decimal('0.3')
>
C:\
>
on linux
Absolutely illegal.
I use the Chicago95 XFCE theme, which modifies the bash prompt.
I mean sure, I can do this with Clojure too
I looked into this at some point in the past.
From memory, despite 0.3 being unrepresenatable, the routine that formats the output rounds it (stringily) to 0.3.
Someone can correct me, because it’s only a vague memory at this point.