Posts for: #Programming

Still Dont Like Pythons Join v Split Syntax

Still don’t like Python’s "separator".join(my_variable) v my_variable.split("separator").

Every time I walk away from Python for a year and come back, I reforget this.

I know why it’s like this, but I still don’t like it.

SCIM Gotchas

SCIM Gotchas

I partially implemented SCIM. SCIM is used so rarely there’s no online discussion or help about any of it. Here’s what I learned.

[Read more]