this post was submitted on 05 Apr 2025
17 points (94.7% liked)

Programmer Humor

34940 readers
176 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 week ago (4 children)
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')
[–] [email protected] 6 points 1 week ago (1 children)

> C:\
> on linux

Absolutely illegal.

[–] [email protected] 2 points 1 week ago

I use the Chicago95 XFCE theme, which modifies the bash prompt.

load more comments (2 replies)