Jump to content

gastew15

Member
  • Posts

    1,003
  • Joined

  • Last visited

Posts posted by gastew15

  1. Write about what career you want, or just pick some random shit, and write about how you plan to get there. Make absolutely sure that you mention accomplishments that you have already done, and overall talk up how amazing you are. Additionally, add in how the university itself will help you get to your career and how helpful it will be. (All of this is coming from someone who won a full tuition scholarship and was applauded for how 'amazing' the essay was, and all I did was make up shit that made me sound good.) *The main point is that the essay is a tool for you to tell them how good you are and how you will be a benefit to the university; not to mention they want you to give them a little reach around here and there.

  2. Well RIP my chances, but my Ducky is kind of perma broke until I pull it apart to resolder parts and so is my mouse. Right now I'm using a dell keyboard and a lenovo mouse, everyday I want to kill myself because of it... Feenix Save Me!

  3. Yea... Speaking from the point of view as someone in the software development field I can tell you that Software Engineering and autocad are vastly different. For starters a Software Engineer is generally higher up on the food chain in that they manage a software project by working on it themselves, programming and other lovely junk, and corralling the lower level programmers, like myself. AutoCad is just a piece of modeling software that is generally required to be known by employees in the engineering and architecture field. Unless you get a job somewhere being the biggest master of AutoCad to ever live, or at AutoDesk, I kind of doubt that you can just have a job of being a Cad expert. If you want to work with Cad on a regular basis I would suggest looking into some field of engineering or architecture since you will probably get some mileage on it that way, or if you were looking into the software development track I would look into picking up some programming languages and some software development ideas early if you can.

  4. I bought the 15" version for my laptop and it has worked awesome for me. It has actually become one of my favorite backpacks I've ever owned and I grabbed it for $25 ($15 after a $10 off from a student referral)

    Exit: also I should state that I have a 15.6" laptop and it fits with room to spare in it. Additionally it has plenty of padding in it so that I've never had any issues having books and my laptop in it.

  5. Nice post, I like that you're trying to explain a concept and various solutions to it while still just helping people out not giving 100% answers but still being informative. The programming section on the forum needs more posts like this and less "finish my CS homework" posts. Keep up the awesome work, and hopefully you'll make some more posts like this for different concepts in the future.

  6. Oh I see. I mean, programming applications is similar, but I can see why Google did this. You can't really have desktop applications running on a phone right? It wouldn't work out, and security would be very poor. Google took Oracles Java APIs that are open-source to my understanding?, and built something out of them will sticking with the java core in a way. I see where Oracle is coming from, and think they will win if they have a ToS surrounding this.

    Kind of and kind of not. Java is kind of open source but not really at the same time. It can't be used outside of certain specs and still be called Java and needs to adhere to several things including some non open source stuff to be signed off. With the idea of desktop stuff not working out, that's sort of also true but not at the same time. A full fledged GUI desktop application may not run a certain machine, but that's not Java's fault on that end and to make that not happen by instead making software incompatible is a terrible idea. The thing about Java is that it is used alot outside of just dedicated software applications and even if it wasn't write once deploy everywhere programming is amazing.

  7. I don't really understand...

    Google took Oracles Java APIs and customer tailored them to build Android on top of, but by doing so made normal java code incavle of running on the platform. What makes Java unique, and made it so popular, is the JVM that allows a Java program written once to run on any machine that the JVM exist for. Ex: Mac, Linux, Windows on any architecture x86, 64x, ARM, etc. Really they have a real case since they kind of messed up what Java is and is supposed to be without permission on Oracles part.

  8. Oracle is just trying to shift the blame onto someone else, because they couldn't fix Java's problems and got caught with their pants down. Java is easy enough to run on desktops and laptops because of the gobs of computational horsepower modern x86 processors have at their disposal. On mobile, however, Java is just too big, slow and cumbersome for ARM processors to handle optimally and that still hasn't been sorted yet. So, really Oracle, you've nobody else to blame but yourselves.

    xD The ARM jvm that keep in mind runs on top of a lightweight Linux distro can run a robot on a board with a 667mhz dual core cpu with 256mB of ram just fine. So what exactly does that mean?

  9. So many people joining into the hate even though most have little to no software development experience... Mixing up the web applet form of Java and the main jvm is so common that it's crazy as well. Such a massive amount of system run off of Java yet, "Google saved Java they should be greatful" lol. As I've deployed java fot many varying forms of applications from robotics, desktop software, and web applications, I may a little bias; however, the fact that java really is write once deploy anywhere makes it extremely powerful. Android really did mess that part of the equation up on their end, as much as I like Google and Android.

×