Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Suppose

Name: Anonymous 2010-07-16 10:52

You have 2 programs to choose. You're an average windows user.
The first one requires a simple one click install.
The second requires downloading a source, which you need to configure make and install yourself. You would also need to download minGW and Msys, and familiarize yourself with linux commands.
Which one you pick?

Name: Anonymous 2010-07-16 10:53

PICK MY ANUS

Name: HAXUS THE GREAT 2010-07-16 10:55

HAXUS THE GREAT

Name: VIPPER 2010-07-16 10:56

JEWS

Name: Anonymous 2010-07-16 10:58

no exceptions

Name: Anonymous 2010-07-16 11:09

You're an average windows user.

No the fuck, I'm not

Name: Anonymous 2010-07-16 11:30

If i have 5-6 free hours, i'll pick number two, but number two must be better in other aspects to justify the waste of time.

Name: Anonymous 2010-07-16 12:39

By the way, msys is worlds of inferior to cygwin. I've used both on this machine.

Name: Anonymous 2010-07-16 13:06

localhost:# apt-get install my-anus

Name: Anonymous 2010-07-16 14:33

apt-cache search my-anus

Name: Anonymous 2010-07-16 15:07

I choose sex.

Name: Anonymous 2010-07-16 15:17

>>11
I like your style anon. Choosing what for you is the unknown quantity, indicates a sense of adventure and willingness to explore.

Name: Anonymous 2010-07-16 15:20

>>12
explore my anus

Name: Anonymous 2010-07-16 15:25

>>13
Why did I laugh at this shit? This board has destroyed my brain.

Name: Anonymous 2010-07-16 16:29

>>12
It was a reference to a widely-known conundrum[apoiler]paradox[/spoiler], you cudderanus.

Name: Anonymous 2010-07-16 16:38

>>14
This board has destroyed my anus

Name: Anonymous 2010-07-16 18:17

>>1
You have to pay people to code for Windows, it is so shitty. Which is why you have to charge for Windows software.

Terrible!

Name: Anonymous 2010-07-16 18:43

The average Windows user would choose neither.  If it doesn't run in a web browser the average Windows user does not want it.

Name: Anonymous 2010-07-16 18:47

It's funny when Windows users try to pretend that the fact that their platform doesn't come with a C compiler is a feature and that anyone who'd want one clearly has some sort of personal problem.

Name: Anonymous 2010-07-16 21:55

As a non-average Windows user, I tend to prefer software that was compiled with either MSVC++ or Intel C++.

Cygwin GCC or MinGW GCC is absolute shit, even compared to GCC on other platforms. For whatever reason, MinGW/Cygwin GCC produces code as much as 200% less efficient than GCC on Linux, with the same compilation flags.

Name: Anonymous 2010-07-16 21:58

>>20
this. also, GCC in cygwin and mingw can't create 64-bit windows executables, only 32-bit x86.

Name: Anonymous 2010-07-16 22:04

The first one requires a simple one click install.

I've yet to see this on Windows with all its wizards and EXPERT install options.

Name: Anonymous 2010-07-16 22:05

I'd pick the installer one, but I usually prefer if they wouldn't require installers at all, just an archive (zip, rar, 7z or something else) with the executables, DLLs and any resources that are needed.

I'd also like to see the source available, in case I'd like to make modifications to it or use it in some more advanced form, or just understand its functionality better(I'm fine with reverse engineering binaries if source is not available, if I need to confirm that something is safe or better understand it). Requiring MinGW or Cygwin is fine, but it'd be even better if they allowed other compilers to work (MSVC, ICC, ...), but that would mostly lock them to C89 and C++, so I can see why someone might not provide support for that.

As a Windows user, I've installed both binary only(installer or archive), and open-source software that you have to build yourself(either with msvc, cygwin/gcc, mingw, and others), along with plenty of other source-only software(non-C). Worst cases that I've seen so far with source-only software is when people use really unportable assumptions in their code which would break on Windows (mostly *nix-only assumptions beyond what cygwin/mingw would provide) and require me to make modifications/patch the software extensively for Win32 support...

Oh wait, disregard what I said, I'm not an average Windows user.

Name: Anonymous 2010-07-16 22:27

>>22
Synaptic package mana... ohh, Windows.

Name: Anonymous 2010-07-16 22:37

>>24
Microsoft is building an open package management system for Windows. They're even making it all open source.

http://coapp.org/

Funny how Microsoft always ends up copying the open source way in the end.

Name: Anonymous 2010-07-16 23:23

>>25
huh

Name: Anonymous 2010-07-16 23:30

I'll press reboot,
boot my linux
sudo apt-get my anus

Name: Anonymous 2010-07-17 0:13

>>26
Microsoft is building an open package management system for Windows. They're even making it all open source.

http://coapp.org/

Funny how Microsoft always ends up copying the open source way in the end.

Name: Anonymous 2010-07-17 0:15

Funny how Microsoft always ends up copying the open source way in the end.
6/10

Name: Anonymous 2010-07-17 0:45

>>28
MS had a package manager for their own apps since pretty early (Add-remove programs). What they didn't have was the option of putting other people's app in their own OS. Frankly, I wouldn't even want that, why should Microsoft have to deal with all the mess that comes with that (verification of the software, some maybe even proprietary or suspicious, verification that the components are proper, possibly some silly policing and much more). It's fine like it is today, open, but not too open. I don't want a fucking App store for Windows.

Name: Anonymous 2010-07-17 0:50

>>30
I don't want a fucking App store for Windows
I couldn't agree more.

Name: Anonymous 2010-07-17 0:53

>>30
It'll be like apt, with a central repository where application and libraries are checked for legitimacy, and various staging repositories.

Name: Anonymous 2010-07-17 1:18

>>32
Did you consider how much of a mess this would be for Windows?
There are a lot of proprietary applications. Microsoft would have to hire people to reverse engineer every damn release to make sure they're not harmful (scanning with AVs is not enough). They'd have to add some signature/auth checking. How would they decide what apps go in and what don't? They'd have to do some policing, which is another huge mess. They'd also have to require people make installers in some special way as to be compatible with the package manager (probably MSI with the option to silently install). What about install paths, this isn't unix-like, so applications get their own directories, while some things may be installed globally (like some runtimes that other applications also need).

This may work to some extent with open source software, but it'll probably be a huge mess on Windows, not to mention I don't want Microsoft to be doing policing stuff like Apple does.

Name: Anonymous 2010-07-17 1:30

There are a lot of proprietary applications. Microsoft would have to hire people to reverse engineer every damn release to make sure they're not harmful (scanning with AVs is not enough). They'd have to add some signature/auth checking. How would they decide what apps go in and what don't? They'd have to do some policing, which is another huge mess. They'd also have to require people make installers in some special way as to be compatible with the package manager (probably MSI with the option to silently install). What about install paths, this isn't unix-like, so applications get their own directories, while some things may be installed globally (like some runtimes that other applications also need).
so basically it'd be exactly like apple's app store, except with microsoft in charge instead of apple.

Name: Anonymous 2010-07-17 12:58

>>30
I don't want a fucking App store for Windows.
I heard they have one planned for Windows 8 or 9.

>>28
Microsoft is building an open package management system for Windows.
That crap is just filled with XML and PE-based installers instead of actual program packages.

Name: Anonymous 2010-11-13 23:10

Name: Anonymous 2011-02-03 3:29

Don't change these.
Name: Email:
Entire Thread Thread List