Member
Level 66
High Grandmaster Modder
155

Forum Posts

1 - 11 of 11

    jobicade
    01/29/2016 12:36 pm
    Level 66 : High Grandmaster Modder
    It works completely fine for me, I really don't know what you're talking about. I disabled Cortana, but the search is still active (ie the Cortana process is still running), so you'd have to give some system information to try to uncover what the problem is.
    1
    jobicade
    01/08/2016 7:47 pm
    Level 66 : High Grandmaster Modder
    At a point, I was imposed with a wi-fi turnoff at 00:30, mostly because I made it to a few 3AMs. However, my parents aren't all too tech-savvy, so they had to get me to turn it on and set a time. Of course, within a few days I threw it back to 3AM, then I just turned it off altogether.

    If you want to force someone to do something, you probably shouldn't make it so easy to not do it.
    1
    jobicade
    12/30/2015 2:42 pm
    Level 66 : High Grandmaster Modder
    What about modpacks?
    1
    jobicade
    12/28/2015 8:34 am
    Level 66 : High Grandmaster Modder
    C++ has been mentioned a lot in this thread, but bear in mind that this is a relative beginner. Knowing Python teaches you about variables, functional programming, a bit of OO, but very little about data types, pointers & references, abstract classes, function overloading etc.

    So it's tough to make the jump from Python to C++ or C, Java actually seems like a decent middling language to me.
    1
    jobicade
    12/09/2015 5:43 am
    Level 66 : High Grandmaster Modder
    I don't know if Google Drive does this, but a great appeal to Imgur is copy-pasting and drag-and-drop. You can just hit print screen, ctrl+V into Imgur and click upload.
    1
    jobicade
    12/07/2015 8:55 pm
    Level 66 : High Grandmaster Modder
    If you are just learning to program, I would suggest Python. It's very simple and doesn't have too much syntax to remember. It also doesn't require that you deal with complex constructs like pointers, memory management, etc. Very nice language for beginners (even for more experienced programmers, it's great for little scripts).
    Python's also dynamically typed (or whatever the opposite of statically typed is), so you don't have to worry as much about different data types. The following is valid:

    a = 6
    b = 7.4
    c = "Hello, world!"

    (incidentally, built on C, so you can build Python extensions with C or C++).

    EDIT: Or, if you want something that's pretty much foolproof (it's used in schools to teach programming concepts), you could use Scratch. I made my first steps into programming there.
    1
    jobicade
    10/30/2015 2:28 pm
    Level 66 : High Grandmaster Modder
    I'm gonna go for 1.7.10 as well. I have a couple of mods in 1.8, but 1.7.10 is where most mods are at right now.
    1
    jobicade
    10/09/2015 9:36 am
    Level 66 : High Grandmaster Modder
    I don't have one of Microsoft's specialised "Windows 10 Devices", but I used it once and it seems to be just another browser. It seems faster than IE, perhaps even less taxing on your system than Firefox or Chrome. The UI is oddly unfamiliar, in the same way that Windows 10's settings are odd for a desktop user.

    Most of all, I'd have to say it's ugly. Chrome looks nice. So nice that, even though I use Firefox, I installed a Chrome theme just to get the look.
    1
    jobicade
    10/09/2015 8:21 am
    Level 66 : High Grandmaster Modder
    C# or C++. That's pretty much it. Not sure what you have against Java, it's quite similar to C#. With C++ you'll have to work with (what I consider to be) more confusing operators, pointers, references etc.

    It's more about how you use the language than what language you use. Most general purpose languages are fine for games.
    1
    jobicade
    10/07/2015 9:08 am
    Level 66 : High Grandmaster Modder
    I believe you need to escape the quotes around Twitter and the URL using backslashes (\), like you did for "Jimmy's Blog".
    1

1 - 11 of 11

Welcome