It's not finished yet, and I only have Mercury. The scale is obviously not right, but yeah: just click 'Iterate' to see Mercury hop around.
I'm keen to hear about anybody else's idiosyncratic interests and projects.
Bai!
Moderator: Moderator Team
I personally find the brain and pharmacology incredibly interesting, so that sounds exciting!Laura.marie55 wrote:Hey!
That sounds like a really interesting project best of luck with it! I will look at the Web page when I'm off night shift!
I am currently doing my masters degree so my entire life is pretty much dedicated to that. I am currently writing about cranial nerve involvement in emotion recognition in autism spectrum disorder (my degree is in neuroscience).
I am also writing my first novel which is quite exciting. It is something I have been wanting to do for around 14 years.
Novel idea sounds really promising, I must say! There's a lot of opportunity for juxtaposition.Laura.marie55 wrote:Yeah brain and pharmacology are fascinating, my first degree was in psychology so this is much more scientific than what I am used to! I am really enjoying it though although feeling the pressure a bit at the moment.
Computer science is really interesting too though and there are probably far more jobs in that field! There isn't really a clear career path for me. Do you work in computer science now?
I work as a support worker on intensive care which is why I am covering the night shift.
My novel is still very early planning stages, it was a very successful procrastination tool but really need to get on with my uni work now so it is taking a back seat at the moment. It is kind of a coming of age story but both from the perspective of a mother and a daughter who are both starting something new but in different stages of their lives. I haven't figured out the full details yet!
Yeah, I've written in Java before, but to have this run in the web browser, I had to use JavaScript. Despite the similarities in the names, JavaScript and Java are totally unrelated languages. There is a potential to run Java in the web browser, with the Selfridges site I work on using Java for the server-side stuff, but JavaScript tends to be the best language to use for client-side stuff.RedRevolver wrote:My boyfriend did something like this in his third year at university. He did a Physics degree, but the code itself was an introduction to Java.
So perhaps Java might be worth learning for this? Idk. I'm thinking about learning to code but I'm too anxious right now to do anything. I just have heart palpitations all of the time.
I would honestly recommend C#, rather than C/C++ at this point, as it has garbage collection, meaning that you don't have to use pointers to prevent memory leaks. It's marginally less efficient than a well-written C++ application, but it's essentially a significantly faster version of Java. Python's great though, and Lua is a pretty promising scripting language. I tend to write for the web these days, especially as it means that I can show things to people with ease - C et al simple applications run in a console window, so they're not very pretty at all.MrLiquorish wrote:Dan,
I am also (slowly!) trying to learn to code. I'm following a book for C, and also have a book for Python lined up. I've done a fair bit of research of different areas and have spent a lot of time 'hopping between' different languages that I think are best to start first!
Dan wrote:I would honestly recommend C#, rather than C/C++ at this point, as it has garbage collection, meaning that you don't have to use pointers to prevent memory leaks. It's marginally less efficient than a well-written C++ application, but it's essentially a significantly faster version of Java. Python's great though, and Lua is a pretty promising scripting language. I tend to write for the web these days, especially as it means that I can show things to people with ease - C et al simple applications run in a console window, so they're not very pretty at all.MrLiquorish wrote:Dan,
I am also (slowly!) trying to learn to code. I'm following a book for C, and also have a book for Python lined up. I've done a fair bit of research of different areas and have spent a lot of time 'hopping between' different languages that I think are best to start first!
Still, good luck with it all, and hit me up if you want help.
Not too difficult! I recommend buying a C# For Dummies book. The For Dummies books are excellent for learning any development language.MrLiquorish wrote:Dan wrote:I would honestly recommend C#, rather than C/C++ at this point, as it has garbage collection, meaning that you don't have to use pointers to prevent memory leaks. It's marginally less efficient than a well-written C++ application, but it's essentially a significantly faster version of Java. Python's great though, and Lua is a pretty promising scripting language. I tend to write for the web these days, especially as it means that I can show things to people with ease - C et al simple applications run in a console window, so they're not very pretty at all.MrLiquorish wrote:Dan,
I am also (slowly!) trying to learn to code. I'm following a book for C, and also have a book for Python lined up. I've done a fair bit of research of different areas and have spent a lot of time 'hopping between' different languages that I think are best to start first!
Still, good luck with it all, and hit me up if you want help.
Thanks for the reply Dan! Yes I know someone else who recommends c# - how easy is it to learn for a complete beginner do you think?