computers Show more
a, b, *_ = line.split(":", 2) + [""]
this is disgusting and very useful
re: computers Show more
@CobaltVelvet
@Claire otherwise you have to branch out??? it's pretty fucked up
@CobaltVelvet i think you can do a, b, = line.split(':', 2) + [''] but it's barely any better
a, b, = line.split(':', 2) + ['']
@CobaltVelvet ah no
This is a small personal instance running on a couple small ARM servers at home.
re: computers
@CobaltVelvet ah no