Windows fails! (by ethical hacking...)
- atomtengeralattjaro
- Site Admin
- Posts: 37518
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Windows fails! (by ethical hacking...)
(woah, vi is not for humans.)
oh and c# is less portable than java, it only runs where the .net framework runs, and that's basically windows machines, xbox, netduino, silverlight/(moonlight for linux) and umm.. i guess mono on linux, and on osx not sure how well does that work.
iOS is apple's thing, i don't know anything about it, i assume nothing runs on it that isn't blessed by apple's holy blessing or something, correct me if i'm wrong.
oh and c# is less portable than java, it only runs where the .net framework runs, and that's basically windows machines, xbox, netduino, silverlight/(moonlight for linux) and umm.. i guess mono on linux, and on osx not sure how well does that work.
iOS is apple's thing, i don't know anything about it, i assume nothing runs on it that isn't blessed by apple's holy blessing or something, correct me if i'm wrong.
- vraiment
- JKL;'s Nightmare
- Posts: 9505
- Joined: Sun Oct 05, 2008 2:35 am
- Pronouns: Well it shouldn't really be that complicated if you go over my post history but then... why are you searching through my post history? Don't you think you are over complicating something as simple as just referring to me? Why are you like this? Is it just out of boredom? Does your religion require it? You could just assume them and skip all this paragraph, don't worry an eldritch horror won't appear out of nowhere to eat you (or me for that matter) if you get this wrong, the worst that can happen is I ignore you and even in that case you can try again! There shouldn't be that many options anyway so if you get it wrong the first time try again and again. Bottom line is: you just lost a bunch of time reading this paragraph for something as trivial as figuring out how to refer to me when you could just have deduced it which should make you think your life choices so far.
Re: Windows fails! (by ethical hacking...)
Mono runs at OS X
Mono runs at Linux
There's a mono compilers that compiles C# to iOS native code
Java only runs where the JVM runs
C# not
Mono runs at Linux
There's a mono compilers that compiles C# to iOS native code
Java only runs where the JVM runs
C# not
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Windows fails! (by ethical hacking...)
The JVM runs almost anywhere, even on some of the OSs available for the Raspberry Pi, as I understand it. It's even in a lot of places where it doesn't really make sense (I love using XKCD links like they're serious sources).
C++ only runs on machines that have compilers for it. And you have to rebuild it for each machine. Not so with Java. The same executable will run on any machine, provided it has the same (or more current) JVM.
Java may not run on the iOS (not Java's fault that Apple doesn't allow a JVM app), but it's THE language for Android.
Python's better than them all, though, because this, this and this.
C++ only runs on machines that have compilers for it. And you have to rebuild it for each machine. Not so with Java. The same executable will run on any machine, provided it has the same (or more current) JVM.
Java may not run on the iOS (not Java's fault that Apple doesn't allow a JVM app), but it's THE language for Android.
Python's better than them all, though, because this, this and this.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37518
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Windows fails! (by ethical hacking...)
wait a minute.. did they crash into Calvin and Hobbes?!Anonymously Famous wrote:this
Re: Windows fails! (by ethical hacking...)
I miss C&H.
I saw this on a Web site and nearly started crying:
I saw this on a Web site and nearly started crying:
Re: Windows fails! (by ethical hacking...)
well... back to the java thing. I know java cannot run on iOS. But it still WAY WAY WAY more portable than any C language. And it's not that hard to get a JVM. If it's really that much trouble people can even make a mac app and a windows exe and a linux whatever that runs the java app with a JVM bundled in it. I know C++ basics, but I don't know how to do stuff that is really easy in java. For example, last week I tried to get boost c++ so I could make threads easily (among other things) and I spent 2 hours fooling with CMD, searching for the broken jam executable link on the boost website, and trying to compile boost myself and came up with NOTHING. Then I tried the complicated winapi threading api and it didn't work either (probably because I am such a newb at winapi). With Java it's as easy as
EDIT: ya, I like python too.
Code: Select all
Thread t=new Thread(new Runnable(){
public void run(){
// do whatever
}
});
t.start();
import soul
Note: If you are noting this note, then please note that there is nothing to note.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Windows fails! (by ethical hacking...)
Yes. Yes they did.atomtengeralattjaro wrote:wait a minute.. did they crash into Calvin and Hobbes?!Anonymously Famous wrote:this
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
Re: Windows fails! (by ethical hacking...)
Java's slow and icky and hard to work with and is only worth using for web-based applets. You're better off using C# or C++ or .NET or something else for desktop apps.
SCRATCH THAT, I HAVE RETURNED
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Windows fails! (by ethical hacking...)
You can avoid Java altogether if you want. There are alternatives for web apps.
Some people really like it, though.
Some people really like it, though.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
Re: Windows fails! (by ethical hacking...)
Plus there are ample choices for caffeinated drinks other than coffee, if you're not a java fan.
Re: Windows fails! (by ethical hacking...)
We use emacs at the university I go to. It's not that hard to learn. I like it.vraiment wrote:i always was too lazy to learn emacs
but not to learn vi(m)
I like vi(m)
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.
Re: Windows fails! (by ethical hacking...)
Emacs? Is that like iMacs, only with an e?
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Windows fails! (by ethical hacking...)
This message wins the thread.assdef wrote:Plus there are ample choices for caffeinated drinks other than coffee, if you're not a java fan.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- klinscy
- ASDF Worshipper
- Posts: 445
- Joined: Tue Jan 17, 2012 10:05 pm
- Location: Morgues, graveyards, hospitals, post-apocalyptic L.A.
Re: Windows fails! (by ethical hacking...)
I edited that quote, but just look at the middle east.All Extreamists (actually started by assdef) wrote:ROAR!!!!!
*insert plausible argument about the virtues of a particular religion here*
ALL OTHERS ARE WRONG AND MUST SUFFER MY WRATH!!!!
Captain Kirk wrote:"Very funny, Scotty. Now beam down my clothes."
Best acronym EVERZim wrote:Now, now, GIR. Movies don't create psychos. Movies make psychos more creative.
atomtengeralattjaro wrote: Effectively removed. Again, simply, essentially deleted.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Windows fails! (by ethical hacking...)
Large text is large.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.