Elektrine lite

← Feed

@momo@social.linux.pizza

Post #3379756

2026-06-21 18:05 UTC

@Alison@beige.party Oh, I use linux and have KDE Plasma installed as my current desktop environment. Kcalc IS the onboard calculator in that scenario. I thought about doing something like ```echo "9+7" | bc``` on the shell, but that felt too much for him in that situation...

Replies (2)

  • @Alison@beige.party 2026-06-21 18:06

    @momo@social.linux.pizza Still over kill when a basic system calculator would do the job. Excellent job showing him the AI is a massive energy burn.

    Open ##3379757

  • @boud@framapiaf.org 2026-06-22 16:32

    @momo@social.linux.pizza @Alison@beige.party $ time echo "9+7" | bc 16 real 0m0.004s user 0m0.005s sys 0m0.001s $ time echo $((9+7)) 16 real 0m0.000s user 0m0.000s sys 0m0.000s

    Open ##3379759