
Slashback: Hardware, Lexis, Free 130
More RAM than I can afford. RyanT5000 writes "The article referenced in "Getting Rid of the Disks" incorrectly states that the maximum RAM for a 32-bit Intel compatible system is 4 GB. This was true up to and including the original Pentium processor, and it makes a lot of sense (after all, 2^32 = 4 294 967 296). However, with the Pentium Pro, Intel added 4 pins to the address bus, expanding the maximum physical address space to 64 GB (using paging, since it still uses 32 bit addressing). I would assume AMD has a similar feature. If you're on Windows, you'll need a server version to get above 4 GB, but most major Linux/BSD/etc. OSes support it. This would probably be cheaper (and definitely faster) than SCSI SSDs. If you need more than 64 GB of solid state storage, you probably shouldn't be running on an Intel."
"Free" always makes people suspicious. imevil writes "A while ago slashdotters asked some questions to the GNUWin II team. Well, here are the answers. In the meantime, more people joined the team, and more languages were added (this one looks pretty cool)." There's also a short article about GNUWin running at NewsForge.
On a related note, cos(0) writes "According to this(1), this(2), and other stories, many people are interested in running open source, high-quality software on MS Windows. The author of this site provides an up-to-date CD image of the latest versions of numerous high-quality OSS applications (complete list on the site), updated monthly, downloadable via BitTorrent. (The same site also offers a web-based Code Beautifier.)"
Cool distribution method! (And if you're on dialup, $5 seems like a great bargain -- Are you listening, Cheapbytes?)
Toys are so tempting to the wallet ... OrenWolf writes "Ars Technica Has a review up of BroadQ's QCast Tuner software. Unlike the earlier /. review, this article goes into great detail about the technical capabilities of the software. A must read for PS2 owners looking for a PC-PVR-esque solution."
Yeah, but does this review include any original software? ;) And david_adams writes "Slashdot linked to an article I wrote last month about my experience with a CDMA2000 1x wireless network from SprintPCS. It sparked quite a bit of controversy, but not for the reasons I expected. Because I called Sprint's service 3G in the title, but admitted it was 2.5G in the first paragraph, I heard from people on both sides, chiding me on the one hand for calling it 3G, and on the other for calling it 2.5G. I decided to research and write a new article to get to the bottom of it. What is truly 3G? Where is the line between 2.5G and 3G?"
The time to wait is now! ThunderDawg writes "Intel resumed Canterwood Pentium 4 3 GHz 800FSB shipments yesterday. TAFKAEFKAF (The Anomaly Formerly Known as Errata Formerly Known as Flaw) was corrected with a software patch.
Intel is again shipping its new 3GHz Pentium 4 processor, a week after it halted shipments due to the discovery of an "anomaly," an Intel spokesman said Monday. PC makers that use the chip in their systems have been supplied with a software update to fix the issue, George Alfs, an Intel spokesman said. Vendors including Hewlett-Packard, Dell Computer, and Gateway introduced desktop systems based on the chip when it was released on Monday last week. The issue with the 3GHz Pentium 4 with support for an 800MHz system bus occurs only in rare circumstances and users are unlikely to be affected, according to Alfs."
I'd take google and a strong AI any day. hondo77 writes "A bit of a followup to this article from back in February, LexisNexis has been named the publisher of official reports by the California Supreme Court, according to this press release. "The public will have free access to the official text of the opinions at a Web site hosted by LexisNexis linked to the court's Web site." IANAL but it doesn't sound ominous to me."
All the uses for all that space (Score:2)
Go calculate [webcalc.net] something
more like 16 gigabytes (Score:5, Insightful)
I'd expect that most other OSes have limits like that due to architectures designed when nobody was close to using a full 4 gigs.
Re:more like 16 gigabytes (Score:5, Insightful)
Re:more like 16 gigabytes (Score:5, Informative)
Re:more like 16 gigabytes (Score:3, Informative)
The IA-32 architecture (32-bit x86) allows 4gb of linear virtual address space. (It allows a larger segmented address space, but those segmented addresses get mapped into the 4gb linear space.)
Versions of the x86 architecture implemented by the Pentium Pro and beyond allow more than 4gb of physical address space, and thus allow (with the appropriate chipset and OS support) machines with more than 4gb of RAM; you just can't have more than
In simpler terms (Score:2)
Well, it's baaaaack.
Re:In simpler terms (Score:1)
Re:more like 16 gigabytes (Score:4, Interesting)
I understand that the way around that one is to use large pages, to decrease the overhead for each page. Pages can be of variable sizes. I'm not a kernel expert, but there was a talk on this topic at the last Ottawa Linux Symposium [linuxsymposium.org].
Re:more like 16 gigabytes (Score:3, Insightful)
There are two page sizes on IA32, 4k and 4m. Actually I think there's a mode with 2m pages as well, but we can lump it in with the 4m case for our purposes.
Windows uses 4m pages for at least some always-resident kernel pages. Linux I believe always uses 4k pages but I'm not certain. There are issues with 4m pages, like they're annoying for copy-on-write or swapping out. Also less convenient for page-on-demand for executables. In fa
Re:more like 16 gigabytes (Score:2)
People who need more than 4Gb on one machine usually want to be able to address it all in one process (in my field, electronic design automation, this is becoming increasingly common for laying out or analyzing a big chip), so they'll want 64 bits. I think Opteron's going to be the winner here if AMD can reliably deliver.
Re:more like 16 gigabytes (Score:1, Informative)
Untrue. Linux can do 32 GB; at work [amd.com] I test and benchmark this stuff (for example see here [amd.com] and here [amd.com]). Linux can also probably do 64 GB, though we haven't tested this because we don't have enough memory slots on our development platforms.
Re:more like 16 gigabytes (Score:3, Interesting)
Sometimes, you just need the memory.
I have a pair of E10k's at work that each have 64gb of RAM in them, and could probably stand to use some more
When we replace them with SF 15k's, we'll probably go with 256GB of memory each
Yeah, so really, there are OS's that can not only address, but use (and efficiently too!) that much memory
You don't know the meaning of Super Duper Ultra F'n Cool until you dynamically reconfigure a 10k/15k... It'
Re:more like 16 gigabytes (Score:2)
You are comparing Solaris on a 64-bit CPU to Linux on a 32-bit CPU. Handling large memory on 32-bit is difficult. Linus Torvalds once stated that Linux would never support more than 4GB on x86 - I believe he said something to the effect of "Buy an Alpha". 64-bit architectures have been slow in becoming mainstream, so concessions had to be made.
If you want 64GB in Linux, just run it on a 64-bit
Exactly why I don't use intel.... (Score:1, Insightful)
And now P4 is buggy, just like P1....
Does that mean a horrendous sucking privacy violation is to come on the P6?
Re:Exactly why I don't use intel.... (Score:3, Interesting)
Overclocking Virus.... (Score:5, Interesting)
Perhaps I shouldn't say this.... because perhaps I am unleashing some evil from my mind on the world that should never be unleashed...
Ah, what the hell, let's open pandora's box!!!
What if you wrote a virus that simply overclocked some part on the computer? If the processor was software overclockable (I don't overclock much so I don't know...) you could perhaps have a virus that would simply change the clock multiplier from say... 6x to perhaps 10x. That would fry the chip? I don't know much about CPU overclocking, but I know that video overclocking is easily done.
Alot of people use either Nvidia or ATI cards, and i know the Nvidia cards share the detonator driver set (on windows), not sure about ATI. What if you had something that just forced the card to it's Max??? And if you have a program that controls fans... turn them off? Just have the virus try for ATI cards, Nvidia cards, and susecptable CPUs, and mobo's with controlable fans- then send them through the roof. Sure your computer would run faster for a few seconds... but i remember a Tom's Hardware where they took the fan off an Athalon, and it burst into flames...
I hope I never see this virus in my inbox...
Re:Overclocking Virus.... (Score:1, Insightful)
Essentially parts should not be damaged by overheating, they should shutdown or wo
Re:Overclocking Virus.... (Score:2)
Re:Overclocking Virus.... (Score:2)
Most of the power used by a processor is generated by charging/decharching parasitic capacitors. When you double the frequency you will need to charge/decharge them (to the same voltage) twice as often leading to four times as much power consumption (the capacitors don't consume the power and generate heat themself this is done by the wires leading to them).
Jeroen
Re:Overclocking Virus.... (Score:2)
To change the clock frequency, you have to either set jumpers inside the case, or adjust a setting in the BIOS... If a program can write to your BIOS, the CPU would only be one of your concerns.
I have yet to see a system with software controllable fans... Any system with a vari
Re:Overclocking Virus.... (Score:2)
I dare say you're right.
No, they could switch on at full speed after a reset, but allow the speed to be reduced by software.
Re:Exactly why I don't use intel.... (Score:4, Interesting)
As for why they don't come up with a new trademarkable name, I'm really not sure. I suppose they figure that "Sexium" would just get too many giggles and not be taken seriously, so any new name would have to be just pulled out of their ass. After all the time spent getting people who know nothing about computers to learn the term "Pentium," I don't think they want to have to start all over again. For the most part, they'd rather keep the marketing advantage of numbers (so that people know "4 is better than 3") while prefixing it with a trademarked term, so that other people can't copy their naming scheme.
Re:Exactly why I don't use intel.... (Score:1)
Re:Exactly why I don't use intel.... (Score:1)
Exactly
As for why they don't come up with a new trademarkable name, I'm really not sure.
Intel spent millions promoting "Pentium" as a brand. Renaming the ship Sexium/Hexium/SomethingElsium means abandoni
Re:Exactly why I don't use intel.... (Score:1)
Agree, but technological items don't carry brand association power than other goods and services do: A long-lasting brand in technology can often be an anchor more than it's a float. When I hear "Pentium" my natural association is with a very old processor line, not something cutting edge. When I hear "USB 2.0" I naturally think "obsolete" simply because I assocate it with USB 1.1, whereas Firewire is free from those brand associa
Re:Exactly why I don't use intel.... (Score:3, Informative)
FWIW, every Intel chip since the Pentium Pro has had downloadable microcode. AFAIK, the instructions that are handled by the microcode are notably slower, so not all of them are handled there. I don't have much information about that, though...
The microcode (at least with the p3 and before, probably still so with the p4) isn't stored on the CPU permanently--it needs to be uploaded on every system boo
Re:Exactly why I don't use intel.... (Score:1)
Re:Exactly why I don't use intel.... (Score:2, Informative)
AFAIK microcode updates are signed or at least protected by a MAC, so it isn't that trivial to update...
Additionally, the CPU might only allow one update (remember, the update is volatile) after the CPU is reset which is always done by the BIOS in current systems. So, a malicious program would have to inje
Re:Exactly why I don't use intel.... (Score:1)
Re:Exactly why I don't use intel.... (Score:3, Funny)
I agree with you about I, though. The f00fing V'Ger was decidedly a floating point error.
--
Evan
Re:Exactly why I don't use intel.... (Score:2)
If you buy a product with a bug, do you want a free repacement, or be accused of operator/programmer error. (Windows crash/reboot cycle). I'd love MS to recall my WIN 98 CD's and provide a non-crash replacements
Re:Exactly why I don't use intel.... (Score:1)
Nice history re-write!
What actually happened was much less forthright and upstanding - you had to prove to Intel that the problem DID - not would or could - affect you before they would replace the defective CPU.
Intel Corp.'s response to the flap over its Pentium processor bug is turning into a textbook example of ho
no slashback on the spam survey? (Score:2, Funny)
Also (Score:5, Informative)
There's also Cygwin [redhat.com], which is a sort of mini-distro for Windows complete with XFree and a few basic window managers (fwm and OpenBox among them). Great package manager, lots of mirrors and great quality overall. It sometimes beats booting into Debian =)
Note that you'll want to run it in NT4 or better (IMO), but it's a very nice introduction to UNIX-like environments, especially the X server support (since bash is not very flashy). It's actually quite neat to have a full screen X session running on top of the Windows desktop.
It also ships with the GNU toolchain so you can even write your own little aps (console, GTK or plain X).
Re:Also (Score:4, Interesting)
It's useful for cross-platform development...ssh with X tunnelling into a Linux server lets you run emacs, DDD, etc. across the network with reasonable speed for debugging Linux apps from a Win32 desktop. It saves the hassle of rebooting to switch between them when both of your desktop machines are Win32 boxen.
Re:Also (Score:2)
Re:Also (Score:2)
Now that CygWin supports a "rootless" mode for X (no fullscreen root window), my daily desktop usage has changed dramatically. Now I have migrated back to Windows for my main desktop at home and at work (easier for multimedia editing and games) and just run all of my Linux/FreeBSD apps through ssh directly onto my windows desktop. Works flawlessly!
[...]complete with XFree and a few basic window managers (fwm a
Re:Also (Score:2)
How do ya do that? =) A link would be much appreciated.
Re:Also (Score:2)
Rootless mode is indeed sweet.
Also, if you want to entirely replace your windows desktop, just minimize your taskbar and run KDE, you won't even know you are on a windows box (or for that matter, replace your GUI shell with the Cygwin X server in your system.ini!)
Re:Also (Score:2)
Re:Also (Score:2)
Sounds eerily familiar... (Score:3, Insightful)
Wasn't that what they said about the floating point bug, too? Well, both of them?
Sounds like they are fixing it with a microcode patch, much as they fixed the PII FIST/FISTP bug, but the article was rather short on details.
More importantly ..... (Score:2)
Re:Sounds eerily familiar... (Score:4, Interesting)
Re:Sounds eerily familiar... (Score:3, Informative)
The manufacturers can burn the update on machines where it is enabled then turn the option off or move the chip to a machine where it is disabled.
Re:Sounds eerily familiar... (Score:3, Informative)
Typically, this is fairly black-box (undocumented) binary code you get from your vendor (intel/amd/whatever).
Basically, if software is already running at Ring 0, you are in trouble anyway. It can wipe the HD, flash the bios, wha
Re:Sounds eerily familiar... (Score:2)
1) There is a linux utility to update the microcode.
2) The microcode is not only undocumented (along with the internal structure it works with) but is encrypted and checked by the processor before it is loaded, but I have no idea how effective the authentication method is.
Re:Sounds eerily familiar... (Score:2)
Quick, let's start a distributed cracking effort so we can install Linux microcode inside the processor instead of the proprietary Intel code!
Seriously, though, there might be some small benefit to adding microcode that's tailored to the OS. Long ago, many IBM processors used to load OS-specific (or even site-specific) microcode to add instructions and thus optimise the size or speed of certain operations.
Re:Sounds eerily familiar... (Score:4, Informative)
Re:Sounds eerily familiar... (Score:1, Interesting)
1. Microcode patches get flushed every RESET. The virus could do far worse to the system.
2. You won't get any speed improvements -- microcode patches are __slow__ since a. microcode in general is slow, and b. the patch space is slower than the ROM in general
3. microcode patches are very _stepping_ dependent -- you'd have to rewrite the patch (prior to encrypting it) for each stepping of each processor.
4. future processors will probably h
Pentium IV Flaw (Score:1)
LexisNexis (Score:5, Interesting)
Yes, it's on paper, yes, it's not searchable from the comfort of your home... but I think that's what you pay for when you get the access through Lexis or Westlaw's online service.
Many law libraries even have searchable case law on archived CDs, or cheap/free alternatives (like Loislaw [loislaw.com] and Lexis One [lexisone.com].
Remember, lots of legal treatises (and perhaps some other states' "official publications") are published by LexisNexis, as are any books that used to be published under the Matthew Bender name...
Re:LexisNexis (Score:2)
There are very few companies anywhere that have the kind of experience with archival and searching of documents (ESPECIALLY legal documents) that Lexis-Nexis does, so it seems to me that they would be the obvious choice for California to award the contract to.
I'm curious, does anyone here think this news IS ominous, and if so why?
Re:LexisNexis (Score:2, Informative)
Before the court unification(Joining the muni court with superior court) We do serve as court library. But with the unification, things are very different. Some county law library still function as court library. While some had became very independent of the court.
If you live near the county seat of a larger county, then you have access to county law library that is as good as most law firm library. I had compare notes with s
Re:LexisNexis (Score:3, Interesting)
From what I understand, the big difference is how the individual cases are referenced. IANAL, but my gf is a law student
Sorry, 4GB is probably it for most folks (Score:5, Interesting)
Go check out Tom's Hardware [tomshardware.com] if you don't believe me.
So maybe the chip does support 64GB (I don't have a link for that)... the limit could be the chipset, the motherboard makers, or perhaps its just the max size of RAM available?
Chipsets.... (Score:2)
Re:Sorry, 4GB is probably it for most folks (Score:5, Informative)
Re:Sorry, 4GB is probably it for most folks (Score:3, Insightful)
Hmm, yes, but you're prolly looking at motherboards aimed at the individual computer users for personal uses. 4+gB amounts of memory are mianly needed in the server and clustering bit of computing, not for home/office use. (Well, with Win2k3 coming upon us, we might never know.) Although the video/photoediting branche of computing might have a use for that much memory, I doubt they are in favour of the x32 architecture anyways, considering Apple's strength and foothoold in the video/photo editing branche...
Re:Sorry, 4GB is probably it for most folks (Score:2)
I'm sitting at an x86 box that supports 8 gigs (Score:1)
Of course, we only have 2 gig in it, but its room to grow for our nice linux terminal server.
What? No mention of this really neat article? (Score:2, Troll)
What's the point? (Score:1)
I know this would be easy to do in linux...(just mount things in variouse places)...but in windows, is this even feasible?
Re:What's the point? (Score:3, Interesting)
Of course if the power goes out, you could still lose things that were not yet sync'ed up. Better to have a UPS on your system in that case.
Re:is TeX dying? (Score:1)
What benefits, anyway, does TeX have over Postscript or XML?
Re:is TeX dying? (Score:1, Insightful)
Re:is TeX dying? (Score:1)
1) dvips has been around for years. I've never seen a printer that could handle DVI directly, and basically all my output for the last decade has been in TeX format. Publishers who want PostScript don't need to know what was used to generate it.
2) No sign of TeX dying out in academic publishing: and no likelihood that it will while it remains the standard for math typesetting.
Re:is TeX dying? (Score:2)
And what is this printing DVI rubbish? You never print DVI, you print Postscript, or in my case, PDF as all my LaTeX is turned directly to PDF for better cross-platform viewability.
Re:sweet (Score:1)
SprintPCS 3G is kinda slow (Score:3, Informative)
Re:SprintPCS 3G is kinda slow (Score:2)
Re:SprintPCS 3G is kinda slow (Score:3, Informative)
Re:SprintPCS 3G is kinda slow (Score:1)
Re:SprintPCS 3G is kinda slow (Score:2)
EV-DO is great though... (Score:1, Informative)
One of my contacts in SK Telecom last year was mentioning the 4G research, and it looks like it will be amazing (although a long time coming).
West Publishing... (Score:3, Informative)
Non-proprietary citation? (Score:1)
Lexis-Nexis and WestLaw both make their money adding additional content to opinions (e.g. headnotes, their own pagination).
What's the proper way to cite a court opinion without referring to a copyrighted page number?
Re:Non-proprietary citation? (Score:2)
Hell, why should they be? They're merely sequential; the phone book is more creative than that.
West's key numbers though, not needed for citation but damned useful, certainly might be. And headnotes likely are. Shepard's probably aren't, given that it's a fact that case 2 overruled case 1, that's not creative.
Re:Non-proprietary citation? (Score:1)
IIRC it was recently found that the page numbers aren't copyrightable.
Got a URL for that opinion?
Look for Hyperlaw v. West Publishing (Score:1)
But last time I Shepardized it, if you are outside of 2nd Circ. it doesn't help you.
Re:Non-proprietary citation? (Score:2)
Total RAM != addressable RAM (Score:3, Interesting)
The problem comes from how much memory a single user-space process can use, which on IA32, as I said above, comes out to only 2GB, reliably.
As a simple example of why this matters, let's say you have a system that needs tons of memory, like for rendering complex scenes or serving a huge database. Each process will want as much RAM as possible, but on IA32 (well, on any architecture, but the current problem only really applies to cheap-and-popular IA32), can only use up to the addressable limit.
So you might think that you could use a machine with 64GB for a number of slightly smaller (but still memory-hungry) tasks. The flaw with that idea? Get real. If you need that much memory for one task, you need to dedicate the machine to doing that task. If you need to do rendering on your huge DB server, you need to upgrade BADLY
Re:Total RAM != addressable RAM (Score:3, Insightful)
...or an apple XServe (unless they go to, say, a PowerPC 970 in future models).
...at any given time. An application could use a memory-mapping API such as mmap() to map pieces of a >4GB object into the address space as needed. Yes, that's rather ugly, but people have done it before, e.g. on PDP-11s back in the old days.
Another thing you can use lots
Re:Total RAM != addressable RAM (Score:2)
off_t is 64 bits on all modern BSD platforms (and there's support under development in FreeBSD, at least, for memory >4GB on x86).
It's still 32 bits, as far as I know, on Linux and Solaris x86; you'd need mmap64() to handle files >4GB, but I think recent Linux kernels and glibcs might have it, as might Solaris x86.
You do not need a 64-bit size_t to mmap() or mmap64() part of a
Re:Total RAM != addressable RAM (Score:2)
...although you don't need files >4GB to manipulate more than 4GB of data within a given process - you could have multiple files smaller than 4GB. It's ugly, but then so is mapping pieces of a single >4GB file in and out of the address space; the latter is just less ugly....
LexisNexis vs. Google (Score:5, Informative)
Now, in this case, LN has gotten the contract to be the official publisher of the Cal. case reports; West had previously had the contract. This isn't really a big deal for the public as such; after all, somebody has to publish them, at least as far as the dead tree version is concerned. The actual text of the opinions will remain in the public domain, of course, and lawyers (and the public) will still be able to get them from LN, Westlaw, the local law library, web sites, or any of a number of other sources.
It's interesting to note that often, publishers lose money on the things they publish as the "official" publisher. Several states, for example, set insanely low prices for their codes, particularly when you consider that they are heavy-duty, hardbound volumes. Publishers do it, of course, because they expect to sell other things to attorneys in those states, and figure there's money to be made on those items. Whether this is the case with the Cal. reports, I don't know.
Disclaimer: I do work for LN, but the above are entirely my own opinions.
Re:LexisNexis vs. Google (Score:3, Informative)
According to Google's website [google.com], Google searches over 3 billion pages. According to Lexis's website [lexisnexis.com], lexis covers 3.3 billion documents. I suspect that converting web pages into documents, Google would cover somewhat less than 3 billion documents. You should know that! Tsk tsk. Tell us about the lexis network infrastructure -- I've heard it's pretty cool.
Disclaimer: I'm an attorney that greatly prefers lexis.com o
Re:LexisNexis vs. Google (Score:1, Insightful)
They also have a very sophisticated OO environment, that permeates the system from top to b
Re:LexisNexis vs. Google (Score:3, Interesting)
More significant, perhaps, is that Google's approach to searching is unlikely to work nearly as well for legal documents as it does for the web. The trick to Google is that web documents are frequently updated, so that two sites can each reference each other. That doesn't work for most other kinds of do
Re:LexisNexis vs. Google (Score:2)
Yes it would -- if later documents refer to an earlier one, it means that it is of some inportance, the more references the more important. This metric was used long ago (maybe 20 years, IIRC) to make lists of "important" scientific papers, by simply counting the number of later ones that cited them.
There are many old, static docu
Re:LexisNexis vs. Google (Score:3, Informative)
You can do this in Google. Its not implemented naturally, so you have to write a front end of some kind (if you include "doing it in your head" as a front end, which is stupid, really)
"A B" OR "A * B" OR "A * * B" OR "A * * * B" OR "A * * * * B" OR "A * * * * * B"
Because in quotation marks, you can just type * for "some word." Write a little Javascript or maybe PHP script to automate this, and you've just enhanced your googling.
Re:LexisNexis vs. Google (Score:2)
Re:LexisNexis vs. Google (Score:1)
Text of site with CD image (Score:3)
http://pmw.myip.org/oss/
Open Source Software CD
Update: 2003-04-20 23:19
Size: 523M
1. What is it?
It is a burnable image for a CD that contains high-quality, Free, open-source software for Microsoft Windows 95 and higher. See the contents. The latest versions of all software is included. Because there is space left over, some non-OSS but free and useful software has been placed on the CD. See section 4 for more info.
2. Where and how can I get it?
You have two choices.
The first and best choice is to use BitTorrent, revolutionary P2P software that allows multiple simultaneous downloads to share bandwidth for an ultimately faster download. Download with BitTorrent.. Please be courteous afterward and leave the client running so that it would serve others. Although BitTorrent ensures download integrity, you may verify the MD5 checksum after having downloaded the image.
The second choice is to purchase a physical CD from me, the maintainer. The cost is $5, which covers the AirShield envelope, shipping/handling, the CD blank, and the service. This is likely the only way you can get this CD if you are on a dial-up or do not have a CD burner. You may either mail a money order, having requested the street address via e-mail, or transfer funds via PayPal to pwhite at mailhaven dot com.
A link to the real
3. How often is it updated?
The goal is to offer an updated version of the CD image once a month, if enough programs have been updated to warrant it. I could update and remaster it more often (even once a week), but then BitTorrent and other mirrors would get outdated too often and I can't afford to offer a new image solely from my ADSL connection very often -- I would much rather release more rarely but facilitate faster transfers for everyone.
Tentatively, the next update will be April 30, to set the regular update to the last day of each month. If there haven't been enough updates to warrant an update and repopulation of mirrors, the release date will be set to a month ahead.
4. Can I suggest another program for bundling?
Yes, provided that it's under an OSI-approved license. Please e-mail www@pwhite.mailhaven.com to make your suggestion. New programs will replace currently-bundled non-OSS software. If your program is larger than space (700 MB) permits and there is no more non-OSS software to squeeze out, then your suggested software must be either high enough in quality or sufficiently useful to replace another piece of software. This decision will be left solely to me and my hand-picked "committee" of real-life friends, although you're welcome to include persuasive arguments in your e-mail -- they will be definitely considered.
5. This is incredibly slow. Can I mirror your image to alleviate your bandwidth requirements?
Definitely -- feel free to mirror it or redistribute it any way you wish. The best way to help is to leave your BitTorrent client running after you download the file. The latter does not require much on your part but contributes to the bandwdith pool and greatly helps EVERYONE else who downloads it. The absolute height of my expectations is for you to set up a script that would automatically download the
Last update to this webpage: 2003-04-22 21:25. Hit counter: 1512
Contents.txt (Score:3, Informative)
Package Version(s) License(s) Web site
Mozilla 1.0.2 / 1.3 / 1.4a MPL/LGPL/GPL http://www.mozilla.org
A web browser suite designed for standards compliance, performance and
portability.
OpenOffice.org 1.0.3 LGPL/SISSL http://www.openoffice.org
The leading international office suite that will run on all major
platforms and provide access to all functionality and data through
open-component ba
Windows Open Source (Score:3, Informative)
It's not the same ISO, but it also seems to include a lot of good open source windows applications.
* OpenOffice.org 1.0.1
* DictInstall 0.9.3.2
* AbiWord 1.0.1
* Beonex Communicator 0.8.1
* FileZilla 2.1.1
* Putty 0.52
* WinVNC 3.3.3r9
* XChat 1.8.10a
* Audacity 1.0
* CDex 1.40
* 7-Zip 2.24
* NetTime 2.0b6
* Win Privacy Tray 0.5.5
* Sokoban YASC 1.53
* Celestia 1.2.4
The GnuWin chick! (Score:1)
Who's that cute GnuWin chick [gnuwin.epfl.ch]?