maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   jDownloader - The N900 step-by-step instruction guide (https://talk.maemo.org/showthread.php?t=69374)

fatcobrah 2011-03-30 12:40

Re: jDownloader - The N900 step-by-step instruction guide
 
any update?

epitaph 2011-03-30 13:11

Re: jDownloader - The N900 step-by-step instruction guide
 
Quote:

Originally Posted by fatcobrah (Post 978477)
any update?

You want to download my java optimization Java is the only programming language using a garbage collector. That is why it can be optimized by passing a lot of variable to the virtual machine. You want to search TMO for N900 performance optimization tune-up utllities.

azkay 2011-03-30 13:23

Re: jDownloader - The N900 step-by-step instruction guide
 
Quote:

Originally Posted by epitaph (Post 978496)
Java is the only programming language using a garbage collector.

.NET does too?

epitaph 2011-03-30 13:28

Re: jDownloader - The N900 step-by-step instruction guide
 
Quote:

Originally Posted by azkay (Post 978503)
.NET does too?

Yes, .net does too!

epitaph 2011-04-03 15:20

Re: jDownloader - The N900 step-by-step instruction guide
 
Quote:

Originally Posted by ammyt (Post 981030)
You want to have a big fart-up seen. You want to drink some coffee through your nostrils. You want to get the hell out of here.
;)

Of course!

Bratag 2011-04-03 19:28

Re: jDownloader - The N900 step-by-step instruction guide
 
Quote:

Originally Posted by epitaph (Post 978496)
You want to download my java optimization Java is the only programming language using a garbage collector. That is why it can be optimized by passing a lot of variable to the virtual machine. You want to search TMO for N900 performance optimization tune-up utllities.

How does the fact that java uses garbage collector have anything to do with optimizing performance. In fact in many cases GC results in worse code and optimization as most of the new coders being churned out have no concept of memory management at all. They simply spawn var after var and leave it to the GC to handle cleanup. Try coding ANSI C where you have to malloc and umalloc each var and you will understand performance optimization.

epitaph 2011-04-03 19:34

Re: jDownloader - The N900 step-by-step instruction guide
 
Quote:

Originally Posted by Bratag (Post 981178)
How does the fact that java uses garbage collector have anything to do with optimizing performance. In fact in many cases GC results in worse code and optimization as most of the new coders being churned out have no concept of memory management at all. They simply spawn var after var and leave it to the GC to handle cleanup. Try coding ANSI C where you have to malloc and umalloc each var and you will understand performance optimization.

Are you serious?

Bratag 2011-04-04 01:25

Re: jDownloader - The N900 step-by-step instruction guide
 
Quote:

Originally Posted by epitaph (Post 981191)
Are you serious?

Hell yes I am serious. Garbage collection is both one of the best and worst things to come into code. On one hand it lets you quickly write code without having to bother with memory management for objects. On the other hand it means that there are whole generation of coders out there who have no concept of memory management at all.
Which is peachy keen as long as your stack is able to just grow and grow. Throw more hardware at it is the solution instead of write better code.

In addition to that there is no real way to force GC in java - and don't feed me that System.gc() bollocks because all that is a suggestion that the system invoke GC it doesn't take into account that the programmer did something stupid like holding open an array that they instantiate every time they enter a loop etc.

I write code for a living matey and have done for the last 15 years, before you spout off rubbish like your previous post you should at least have a concept of what you are talking about. Heck you didn't even get the fact that java is the only language using garbage collection right.

http://en.wikipedia.org/wiki/Garbage...mputer_science)

Ask yourself this is there a reason that OS's are still written in C?

omajkel 2011-04-28 01:40

Re: jDownloader - The N900 step-by-step instruction guide
 
How to do that to save on the memory card

m4r0v3r 2011-05-13 08:15

Re: jDownloader - The N900 step-by-step instruction guide
 
if your an idiot like me and run it as root, the author is 100% right, if in the event you do full up the rootfs space its because your downloads are being stored in /root/.jd/downloads/


All times are GMT. The time now is 12:10.

vBulletin® Version 3.8.8