crazy dreams..


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? crazy dreams..
# 1  
Old 02-03-2009
Lightbulb crazy dreams..

well, Wine is simply amazing.. I love it.
the filesystems are great too -- never having to defragment, and not slowing down in time.
I love the power of BASH.
iptables..

but.. I had a vision. a crazy dream.

what if, we could develop an installation system for Linux.. working pretty much like Nullsoft's Scriptable Install System (NSIS) does.. but instead of distributing the binaries, we distribute the source-code and data resources.. and the distributed app gets built on-the-fly? I'm thinking of some kind of special dual-mode executable, for both x86 and x64.. just like all Win programs have a DOS header just in case they're run under DOS.

this may seem foolish, crazy, too difficult, impractical.. but I'm pretty sure that this would be a great step forward for Linux.

some of you may say: "Linux is not Windoze, why are you trying to make it resemble it?"

I'll say, because this is how outclassing something works.
we take the good ideas and implement them better than they could.

anybody with me?
if not, back to Half-Life 2 I go.
# 2  
Old 02-03-2009
Do you perhaps mean something like emerge / the portage system of Gentoo?
# 3  
Old 02-08-2009
Quote:
Originally Posted by ialoq
I'm thinking of some kind of special dual-mode executable, for both x86 and x64.. just like all Win programs have a DOS header just in case they're run under DOS.
Why stop there, why not include PPC, PPC64, SPARC, SPARC64, SH, ARM, and MIPS too? After all, since you're thinking of distributing source code, what is the difference?
Quote:
Some of you may say: "Linux is not Windoze, why are you trying to make it resemble it?"
This resembles Windows not at all since Windows executables don't and can't work in DOS beyond printing a cheerful error message. Linux will recognize an executable is for the wrong architecture and refuse to run it too...

Your idea is essentially the linux distro Gentoo, which can compile the same programs on most architectures you've heard of and quite a few almost nobody's heard of.

Or, if you didn't actually mean source code, its more like OSX's "fat binary" system where they can include PPC and x86 code into one executable that'll work on both. This works well on OSX, since Apple has complete and total control over that system's foundation and architectures, but Linux is a little too anarchaic for this to work gracefully. There's more than two platforms, for starters; 'fat binaries' are already more than double the size of their originals, imagine bloating them to eight or 15 times that size. Then multiply that by all the incompatible distros and library variations and program configurations floating around. I suppose you could build one distro around that idea; considering most distros these days have 32-bit and 64-bit versions, I'm not sure of the advantage.
Quote:
if not, back to Half-Life 2 I go.
That's a very business-oriented mindset to think we ought to care what platform you use. You playing halflife neither picks my pocket nor breaks my bones and certainly doesn't hurt the linux community. And it's pretty silly to try and 'threaten' us into using your idea before you find out whether it even makes sense. Nor was it ever similar to windows, it's much closer to UNIX things that already exist than it ever was to Windows.

Last edited by Corona688; 02-08-2009 at 12:37 AM..
# 4  
Old 02-08-2009
I closed this thread because it is not going in the right direction in the spirit of the forums.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Crazy Syntax

Hello All, was looking at a script wrote by someone and when I try and run it in ksh it gives me an error. Could ksh version be a problem or is there something wrong that I'm missing, when I run it from the command line it works. Thanks! results=`sudo -u admin ssh... (1 Reply)
Discussion started by: akechnie
1 Replies

2. What is on Your Mind?

Here's To The Crazy One

Please excuse my indulgence. Thank you MG Siegler and Steve Jurvetson. But most importantly, thank you Steve Jobs. 8rwsuXHA7RA The world has lost a genius. (1 Reply)
Discussion started by: Scott
1 Replies

3. Homework & Coursework Questions

Crazy Dots

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Create a script called DOTS that will display the horizontal or vertical number of dots if the first argument... (3 Replies)
Discussion started by: pchelpmtl
3 Replies

4. Shell Programming and Scripting

Finger has gone crazy

Two things : On the first place i am really desperate, on the second i am about to throw my laptop away to the recycle bin in a while. Ok now that i expressed my feeling let me describe you this mad situation. Code: print $1; ("finger -m " $1 "| head -1") | getline userinfo print... (6 Replies)
Discussion started by: beatblaster666
6 Replies

5. Shell Programming and Scripting

ftp going crazy

Dear Friends, I am having a crazy issue with ftp. I am doing 'mput' of 4 files (z1, z2, z3, z4) as below. But ftp transfers only every alternative file !! - ie; If I do mput z* for above, it sends only z1 and z3. Note that all the files are same and I tried this for several dummy files. All... (3 Replies)
Discussion started by: yoursdivu
3 Replies

6. Shell Programming and Scripting

going crazy with test???

oK, i know for sure that code = Y and var = N but no matter what this always prints ignore, never valid??????? if test "$code"="$var" ... (2 Replies)
Discussion started by: mich_elle00
2 Replies
Login or Register to Ask a Question