Ask Me Anything
5 years ago
General
I do these once in a while, but this is the first time I've done it on this account.
So ask me any question(s) you want in the comments below, and as long as it's not something like "what's your credit card number?", or anything heavily political, I'll answer honestly.
So ask me any question(s) you want in the comments below, and as long as it's not something like "what's your credit card number?", or anything heavily political, I'll answer honestly.
FA+

But speaking of Rust, I've been teaching myself Rust recently. It's an interesting blend of low-level programming but with memory and type safety. The biggest obstacle is the editor, as there's no officially-recommended IDE, so I've been using VSCode with the Rust plugin and it cannot figure out how to run even a simple Hello World program (despite the fact that 'cargo run' works flawlessly). Still, it's an interesting language and I hope I can use it at work some day.
I love Python as well and don't get too many opportunities to use it. Since I mostly work with web frameworks, I'm mainly used to using Python in the context of Django. Fun stuff, but I do feel like I have to twist it's arm more than I'd like to get it to do what I need it to, but I could blame that on inexperience.
I'm fairly familiar with Django as well though I last seriously used it in 2018 so I'm fairly rusty. Python's very powerful and great for small projects, but the things that make it good for small projects are the things that come back to bite it when stuff starts scaling up. Still, I do like Python a lot, but I generally prefer Java just for having better tooling and for it being statically-typed.