Domain: arnes.si
Stories and comments across the archive that link to arnes.si.
Comments · 42
-
Need more IAU definitions
The IAU has some work ahead of it.
Having recently defined, what is a planet, which waited multiple millennia a formal definition; we now need additional IAU definitions. For in addition to what is a galaxy, there's also, what is a star?
For example, is a star restricted to a main sequence star or are degenerate objects like white dwarves and neutrons stars, stars? And if they are stars, then are black hole stars?
We wait with baited breath for further IAU amplification.
-
Re:Interesting...
They had no problem taking one out with comparatively primitive weapons in the former Yugoslavia
-
Other lesser known boot loaders...
-
XOSL
Anyone remember XOSL? I thought it was great.
Unfortunately the Open Source model didn't work
out so great for it:
http://xosl.sourceforge.net/manifesto.html
No longer active..
Mirror of the Original Site:
http://www2.arnes.si/~fkomar/xosl.org/ -
Ports
Don't those applications that they were running( Quake3, Gimp) have native ports.
I'm not saying its vaporware, but I could see someone trying to show off the software using the native ports instead of the "hardware virtualization"
It would obviously be more impressive/credible if they tried it on programs sans native ports. -
Re:This principle should also apply to APIs.
Damn straight. I found your post because I was searching for 'API' to see if anyone else saw the parallel.
I am sick and tired of libraries, APIs, modules etc written by people I know and people I don't know that seem to have never considered a very simple question:
* What is the most likely use of this API?
Most APIs I have seen/can think of have maybe 1-3 usage patterns which make up the vast majority of use cases. It is so rare that anyone sits down and thinks "How can we design the API so that these cases result in the client having to write the smallest amount of code possible?"
A classic example (there are many), is Brian Hook's famous Hell of Direct3D Initialisation.
One of the first things I do when designing an API (by which I include pretty much any reusable code interface) is to write some client code first. What sort of code would I expect to write if I were trying to use this library?
In some ways, you need to apply the same "user's mental model" process that is used in user interface. As the implementor, I know how this API works internally, but how much of that does the client care about, and how much of that stuff do they want to be forced into learning/using in order to use the API? The answer is usually very little (no matter how you might rail against 'lazy programmers' - ah, what a great bozo filter that phrase is :-)). People who design and implement interfaces should be forced to write some client code early on. Alternatively, watch someone try to code with their interface. -
Re:Keyword: Improvement
Linux is binary compatible at the same level as windows is. You're comparing apples to oranges. You mentioned GIMP as one of the windows applications. How big was the installer you downloaded? Did you need to download two installers? I bet you did, and you got them from right here. That's the GIMP and the GTK libraries it requires. Here is an example of an RPM for GIMP on Linux. Notice that it has a lot less because Linux already have GTK installed. Those are the dependencies that break.
Open source software shares a lot of common libraries that users don't want multiple copies of lying around. Dependencies like this exist in windows too. For instance, look at programs written in Visual Basic that require the VBRun DLL libraries to be installed.
Swapping out kernels doesn't usually effect the programs sitting above the kernel. This is called "binary compatibility" and has existed in Windows and Linux for some time. -
GIMP 2.0 to be excluded from TheOpenCD
A group of Free Software/OSS advocates have choosen to put together a CD of free software for Windows. One of the things that took me by surprise was that they currently prefer GIMP 1.x over GIMP 2.0 for Windows.
-
Image editing for the massesI am not an Apple product user (IANAMPU?), I don't think I have ever used one. I have never seen one but make no mistake I would love to get one of these for starters. I have two close friends who have both used Macs extensively. They swear by them and I believe the reports.
But this elitist drivel is just the type of crap I've come to expect from certain quarters after 5 years of avid browsing. The reason the article drives me nuts really comes down to cost. (FYI) The submission here pretty much sums up the article except to leave out all the sarcasm and jibing.Sure, commercial users who are able to purchase $3,000 worth of hardware without bumping up the mortgage probably 'can't understand why anyone would want to go to so much effort for so little reward'. They probably do honestly think that at $99 Photoshop Elements is 'cheap, painless and produces high quality results'.
So who cares about the unwashed personal use throng?
The cost of obtaining a great quality Digital Camera has made all the difference over the last couple of years. It's one of those cases (like digital music) of people getting a chance to take a part of their real life and combine it with their interest in computers or email or the internet or even just a penchant for electronic wizardry, at a price and personal cost that really is cheap and effortless. My point here is that personal users do matter - more each day in fact.
Whilst I know I am not a GIMP zealot I have used the WIN32 off shoot (The GIMP windows version incidentally, doesn't have to be compiled in an end user sense it comes as an installer executable). As an end user however I am relatively motivated by the general ideas and beliefs of the open source commnuity and in that domain the GIMP is the anti-candle.
Then there is the issue of breaching the User License. For all you folks who don't taint your pure selves with the concerns of warez and all that - Adobe (for as long as I can remember) has always produced software that seems to be notoriously easy to crack. So I guess, sadly, that gives users such as myself another option, that no-one ever seems to acknowledge.
Hmm.. I guess no image editor war is ever going to start here (for the time being), right? Let's be honest - it's like comparing a foot massage with a ho down in the holiest of holies. Everyone knows that.
The article mentions the problem with the help system. (I vaguely remember discovering a fix at some point.. can anyone help?) In any case look no further than here for what I consider to be a remarkable effort, all things considered. It really sums up to me why I (but more importantly GIMP developers) go to all the effort for 'so little reward'. The author of the article says in respect of the MacGIMP that he thought he'd have a look. I guess then he thought he'd wipe his MacNIKEs on the hard and thankless labour of others. Have some respect fulla... -
Re:New low
Good thing there's also a free-as-in-beer version. You can do that sort of thing with free-as-in-speech programs. You can also try to make a profit if you like.
You're *free* to do whatever you like. Isn't that great? -
NoCan't say as I've had that urge. When I get the urge to install GIMP in Windows XP, I use an installer made by a third party, hosted on the Academic and Research Network of Slovenia, recommended by the main GTK+ and GIMP for Windows porter.
But if you feel like building it yourself, be my guest.
-
NoCan't say as I've had that urge. When I get the urge to install GIMP in Windows XP, I use an installer made by a third party, hosted on the Academic and Research Network of Slovenia, recommended by the main GTK+ and GIMP for Windows porter.
But if you feel like building it yourself, be my guest.
-
Not too sketchy.
"...an installer made by a third party, hosted on a free web hosting service?"
I found this site linked from the main Gimp site. It doesn't look too sketchy to me. Why don't you use that?
If you really want to compile from scratch, do it on Linux first with native Linux programs. When you get the hang of that, move to Windows. I'm all for sink-or-swim type trials, but, in this case, I think you'll sink. Very quickly. -
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Gimp for Windows (version 2.0pre4)From: http://www2.arnes.si/~sopjsimo/gimp/development.ht ml
GIMP for Windows
FAQ | Stable version | Development version | Source code | ] Installers for GIMP for Windows Development version downloadThis is the development version of The Gimp. It will open a console (MS-DOS) window when it's run to display debugging messages. Do not close this window.
It is highly recommended to update GTK2 to the newest version before installing Gimp 2.0pre4, as some bugs have been fixed since the last release.
Note: The Gimp binary available from this page was compiled for Pentium MMX or better CPUs.GTK+ 2 for Windows (version 2.2.4-20040124) 3619 kB GTK+ 2 runtime environment. This package is required by The Gimp 2.0.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> The Gimp for Windows (version 2.0pre4) 6807 kB Gimp 2.0pre4 for Windows.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia ftp.flamingtext.com Download - FlamingText * --> files.akl.lt Download Download Atviras kodas Lietuvai ftp.freenet.de Download Download freenet.de --> Additional plug-ins for The Gimp 742 kB This package contains Gimp-FreeType (CVS 20040202) and Gimp Animation Package (1.3.25) plug-ins for Gimp 2.0pre2.
Warning: both these plug-ins are considered unstable.
Note: Due to a problem with the GTK+ installer, the FreeType plug-in will not work, unless you copy the file freetype-6.dll to freetype6.dll in C:\Program Files\Common Files\GTK\2.0\bin\ folder.
MirrorFTPHTTPProvided by ftp.arnes.si Download - Academic and research network Of Slovenia -->If you wish to compile plug-ins for use with this Gimp version, you can get the development files here.
Development version download This is the development v
-
Re:Windows?
Here are windows binaries in a nice installer. 2.0pre4 is the newest release available at the moment, but it is working fine for me right now.
-
Here, for windows
Here is the Windows version.
Unfortunatly only Gimp 1.2 aviable yet. -
GIMP for Win32 InstallYou can get the GIMP for Win32 Installer here
Unfortunately, they don't have GIMP 2.0 yet
:(
Moderate this comment
Negative: Offtopic Flamebait Troll Redundant
Positive: Insightful Interesting Informative Funny -
Installer for Windows
-
There is a Windows version
Actually there is a version of gimp for win32. Gimp for Windows It uses GTK even... There is even a nicely packaged version for those unwilling brave a
.zip file here.
These are up to Gimp 2.0 pre2.
Cheers,
Joe -
Re:Not yet for Windows...
It's there, you just have to dig a little deeper.
Try http://www2.arnes.si/~sopjsimo/gimp/unstable.html. It has -pre2 for Windows available for download. -
Re:Not yet for Windows...
Since I just downloaded the pre2 release for windows and ran it, I will assume you are incorrect
;)
All you crazy Windows users an try this out (but be prepared to be dissapointed if you think it will replace p----shop) here. -
Re:Does it work on Windows?
The very first link on a google search for 'gimp windows download' is this one:
http://www2.arnes.si/~sopjsimo/gimp/
You can download both the stable and development versions, as well as GTK. -
Re:GIMP 2.0 for Windows?
-
Re:Gimp 2.0 on Win32 ETA?
Apparently 1.3.23 is basically it. I've been using 1.2.5, and the new one is totally different. The new one is gorgeous!
Here's the download page: http://www2.arnes.si/~sopjsimo/gimp/unstable.html
I recommend gtk-wimp too: http://gtk-wimp.sourceforge.net/ -
Re:No GIMP-2.0 Windows version!
The answer to the grand-parent - no win32 gimp-2.0 available yet - unless you compile it and debug it yourself
:)<pedantic>Well, there is no gimp-2.0 for any platform yet. We are only talking about a pre-release here.</pedantic>
This pre-release version (2.0-pre1) is not very different from version 1.3.23, which is available for Windows in a convenient installer from Jernej Simoncic's page. The release of the source code is rather new and it will take a few days until binaries are available for all platforms, but you can probably expect a 2.0-pre version for Windows soon.
-
GIMP on Win32Here's an installer that will get GIMP installed on a Windows machine in 2 or 3
.exe files.It's the latest release too (1.2.5) which seems uncommon in Win ports of *nix software.
-
Re:If you are too cheap for an AV program....
AVG is total rubbish compared to Avast!, which is also free for personal use. Highly recommended.
I also recommend the image viewer IrfanView, the Filezilla ftp client and server, Audacity, The GIMP for Windows, the ConText text editor, the KiXtart scripting tool, GAIM for Windows, and that's just for starters. -
Re:Be realisticThis just isn't true anymore. OpenOffice.org is a perfectly capable office suite and recent compatability with Office has been pretty good in most cases. Performance has also improved, and will be perfectly acceptable on a relatively new computer.
Outside of Office software, Audacity is a great free audio editor
SciTE or the java-based Jedit are good text editors.
The GIMP is a good image editor, available here for Windows.
Mozilla or one of its components for mail/web browsing
For media playing you might want to try Zinf (formerly FreeAmp), Foobar2000 (nice light weight music player), WinAMP for Windows. MPlayer is a good video player for Linux (and Windows) and XMMS is a capable music player for Linux.
Celestia is a nice space exploration program.
Jabber is good for instant messaging or Trillian or GAIM if you need to chat on MSN, AIM, ICQ etc.
GNUCash is a capable accounting program.
Oh yeah, and for email, I suggest setting up an IMAP server on an old machine and using that to store your email. This can be quite difficult, though allows you to browse your email from Linux and Windows. Thunderbird is rock solid and good even though only in the early stages of development.
-
cdarchivesI have a directory on my harddrive called 'cdarchives' where I always keep the latest of my favorites, and occassionaly burn it to a CD so I have a backup, and can hand it to someone on Windows to give them most all the software they need.
Here's a good list of the more common apps I have in there:
AbiWord, AstroGrep, Audacity, BitTorrent, CDex, Cygwin, Enzip, Filezilla, Gaim, Gimp, GSview, LAME, mIRC, Mozilla, Mplayer, Nero 5.5, QuickTime, TweakUI, WinAmp, winLAME
-
Re:Internet2?
Could Ihook up 6 PCs with 1000mb ehternet (or someething like that), call it internet 3, and thus set a new official speed record for the old school internet because both use tcp/ip?
You can do that but the results are measured in terabit-meters/second.
In case of the Single Stream Class IPv6 record that we still hold 675 Mb was transfered from Ljubljana over Vienna to New York and back over London, Paris, Geneve, Milan to Madrid making a total of 14.800 km of network with the average speed of 348 megabits/s and Data Transfer Speed of 5154 terabit-meters/second.
To cut the long story short: the speed is not the only thing important in such projects.
I will also use this opportunity to say: way to go ARNES and keep up the good work. -
Re:Easy way around AIM/ICQ
Just FYI, there is a port of GTK+ to Windows. Stability is a bit dodgy at times (especially with 2.0 versions), but it does exist.
The GIMP for windows makes heavy use of it (obviously, seeing how the GIMP would be the original app using GTK+).
Some GIMP and GTK+ for windows info can be found here and here.
--MonMotha -
Re:Good For the Consumer?
Same with programs like The Gimp. If your PC is factory installed with Linux, Gimp is probably included, and it will work fine for anyone that can point and click. But do you really think your average end-user is going to jump through all the hoops required to download, install and set up all the stuff they need to run The Gimp on Windows? Do you?
I recently had the need for an image processor in a Windows environment and looked for a suitable Gimp binary. I was pleasantly surprised to find this setup exe which installs all required dlls in a satisfactory way. Nothing difficult about it at all and certainly not more so than any other program the "average end-user" may need to install. -
Re:Why not DNA-image?
Here's an update -- I used BLADE-ENC to simply encode a publicly available sequence from yeast from NCBI as FASTA into an mp3 formatted file Can I copyright it now?
-
A 1500' stone arch? That would be somethingThe small version is a beautiful work of art as a pedestrian bridge over a highway. The proposed 1500' stone version would have been far bigger than any stone bridge ever built. The record for stone arch single spans is about 250'. The longest steel arch is 1700'.
It's probably possible to build such a monster, but the falsework needed to hold up all that granite during construction would in itself be a huge bridge. Steel bridges are usually self-supporting while under construction, but that doesn't work for stone, which has zilch tensile strength. It would probably take more work building the temporary structures to hold up all that stone than to build a bridge som other way.