70 Followers
39 Following
303 Posts
22yr | web developer professional, everything else hobby | fuck outta here sailor moon
beep boop, I'm moving to my very own instance over at @pixel

Had a podcast appearance where I talked about https://pangya.community

Podcasts are fun, if I had clear topics to talk about I'd make my own, but then again I already take part in too many projects.

https://www.youtube.com/watch?v=OcidoK5d68Y

Pangya! Community

A community all around Pangya!

@nilsding @Gargron nooooo don't do this please

Twitter going back to their original name, or at least making an "twttr" app prototype just shows how they have no idea how to actually improve their product.

No listening to feedback, nothing, but "simplicity" etc. pp. will definitely fix all of your issues.

https://twitter.com/biz/status/1105207086491688960

@kurisu how are you today? :>
@kurisu good morning!
going from 178 SLOC to 80 SLOC and keeping the same functionality is such a nice feeling.

me: barely anyone checks out my repositories anyway

my commit descriptions regardless:

@kurisu I guess switching from

var data = Activator.CreateInstance(System.Type.GetType("PangLib.IFF.DataModels." + Type));

to

T data = new T();

is a definitive improvement :P

@kurisu well, depends on the usage I guess, I'm not really using much of the dynamic keywords in my code.