It‘s funny: The most pro and fancy iPad is limited by the fact that it isn‘t currently jailbreakable. And ish only runs i386 binaries and gcc 10, which means that current node versions won‘t compile.
I am trying to rewrite a TypeScript-based backend app in Rust and it’s interesting to see how annoying strict ownership of variables can be. Yes, I want to be able to set a global i32 from different places, even separate threads.
I‘m currently developing a small but rather complex web app that requires modals for creating child objects of yet to be saved parent objects and I‘m beginning to think that this whole SPA-thing is just not suitable for relations of that complexity. Thoughts? #webdev#spa
It amazes me that even new languages like #TypeScript or #Swift don’t have a Time type. I know, timezones etc, but converting it to a Date (1970-01-01 + time) or just using strings (HH:mm) just doesn‘t seem right. Same goes for some databases.