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
@i2h3 I‘m trying to save times without a Date component. The date will be dynamically added depending on the day. Think of train schedules that would be valid for a year.