KiofKi
@KiofKi@feddit.de
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Do any of you use Raspberry Pi’s ? 1 year ago:
I have a 2 running teamspeak for gaming with my wife (separate rooms and don’t want to yell) and pihole. And a 3 hooked to a 3d printer running octoprint.
- Comment on I'll just sort it myself 1 year ago:
“By default, the sort() function sorts values as strings.
This works well for strings (“Apple” comes before “Banana”).
However, if numbers are sorted as strings, “25” is bigger than “100”, because “2” is bigger than “1”.
Because of this, the sort() method will produce incorrect result when sorting numbers.”