Eclipse OS
Grok Headline matches for Eclipse OS
A Look at the Eclipse IDE
A Look at the Eclipse IDE
11/16/2003 10:43 PMEclipse is an open source integrated development environment. It is
primarily developed by OTI (Object Technology International Inc.), an
IBM company. OTI, founded by Dave Thomas, is a famous name in this
industry. OTI is something like the Pixar of the object-oriented
world: a legendary company still at the forefront of the technology
and releasing hit after hit. No wonder that some at IBM consider the
OTI acquisition to be the best technology acquisition ever made by
IBM.
SDE for Eclipse 1.1 b
SDE for Eclipse 1.1 b
04/26/2004 02:13 AMA UML plugin for the Eclipse IDE.
Eclipse
Eclipse
06/14/2004 12:48 AMStill Alive
Eclipse 3.0 RC1
Eclipse 3.0 RC1
06/04/2004 12:34 PMEclipse 3.0 RC2
Eclipse 3.0 RC2
06/12/2004 08:35 PM
I had been using Eclipse 3.0 RC1 for the past week but it was
sluggish and I ran into
a few hangups, so when I saw that Eclipse
3.0 RC2 was available, I got right on it. Definitely
better.
Startup is faster and shutdown takes only a second.
Nice. I think I'll
stick with this one until the final release is out which is due end
of this month. Eclipse
bug count looks healthy although Platform UI and SWT team seems
to be struggling
a bit.
Downloading Eclipse took forever btw. They have mirrors but
mirrors are troublesome
to use because it forces the user to find the package among the
mirrors to download.
They should use BitTorrent IMHO and turn the mirrors into
seeds. BitTorrent
needs to be more location-aware (actually route-aware) though.

Eclipse 3.0
Eclipse 3.0
06/21/2004 03:37 PMOK - so get ready for this.
IBM now has it's own Java client side GUI technology - called SWT. There's a battle going on over two different approaches to Java
client sides GUIs (between IBM and Sun/BEA) and IBM is using Eclipse for getting their's
adopted. Now Oracle is getting involved. :-)
Even better - is all the other tsuff that come along with Eclipse -
basically creating a client-side 'middleware' layer.
I've already met one major social networking play that's planning
on building their free, open P2P system with SWT. Watch for even
sexier deep linking new standards for all this stuff.
Thank you to IBM for sticking to their guns. The customer is
always right. It's one thing IBM understands.
More on Eclipse RCP
More on Eclipse RCP
07/11/2004 06:25 PM
I had problem building a working RCP application, so I put together
the RCP Text
Editor Example to see how to configure a RCP app. If you
want to build it
yourself, instructions from the main
RCP page at Eclipse site is below. The page is
actually a view into
CVS, so I expect/hope the real main page will appear in the near
future.
-
Download the RCP Runtime build from the Downloads page,
and extract it to a folder such as c:\texteditor-example.
-
Download the RCP
text editing component zip and extract it to the
eclipse/plugins subfolder.
-
Download the texteditor
plugin zip and extract it to the eclipse/plugins subfolder.
-
Replace the eclipse/configuration/config.ini file with the
appropriate config file
from the texteditor plugin. For example, on Windows, copy
config_win32.ini file from
org.eclipse.ui.examples.rcp.texteditor_1.0.0 plugin to
eclipse/configuration and rename
it to config.ini.
-
Run the eclipse executable: For example, on Windows, run
eclipse.exe.
Step #4 is the key step while the rest are just downloading and
expanding files.
After step #5, you should see a barebone text editor. On
Win32, the RCP text
editor has disk footprint of 6MB and memory footprint of
28MB. In
comparison, NotePad2 has disk
footprint of 540K and memory footprint of 4MB. SWT apps I
built before had substantially
smaller footprints than the RCP app, but still significantly larger
than native apps.
So what do we get for roughly ten times the footprints?
Plugins! You can
put together a fancy standalone IDE for Perl, Python, or PHP by
packaging plugins
from the EPIC, PyDev,
or PHPEclipse
projects with
RCP. You'll need to pour some sweats to glue things together
because those
projects are probably not fully RCP ready yet.
If you are not building an IDE, don't need IDE like level of
extensibility, or there
aren't many plugins useful to your product, you are probably better
off skipping RCP
and building on top of just SWT instead.

Will Sun get behind Eclipse?
Will Sun get behind Eclipse?
07/15/2004 03:15 PMPersonal Computer World Jul 15 2004 7:37PM GMT
Eclipse + VS.NET
Eclipse + VS.NET
06/22/2005 02:59 AM
Visual Eclipse.NET is
a skin that makes Eclipse look like Visual Studio .NET IDE UI. Not
bad.

Eclipse 1.0
Eclipse 1.0
09/20/2004 09:26 PMA simple and elegant theme.
Eclipse 2.0
Eclipse 2.0
09/26/2004 11:31 AMA simple and elegant theme.
Eclipse Trader
Eclipse Trader
08/15/2004 10:07 AMFirst preview release
Eclipse Tools
Eclipse Tools
05/07/2004 09:02 AMMulti Project Transfer plugin (v0.9.4 for 2.1.x) released
SVG Eclipse Plugin
SVG Eclipse Plugin
04/29/2004 07:42 AMInitial Public Release
Eclipse + Mono
Eclipse + Mono
03/14/2005 04:51 PMOnce you create open source versions of a leading Java IDE (Eclipse)
and the .Net Framework (Mono), what are the synergies of connecting
the two? And if you're using JBoss, is three a crowd? Now there's a
conversation-starter for this...
PMD eclipse plugin
PMD eclipse plugin
03/23/2005 12:37 PM1.4.0 is out
Novell se une a Eclipse
Novell se une a Eclipse
02/16/2004 10:34 PMNew age dawns at Eclipse
New age dawns at Eclipse
01/28/2004 03:36 PMCNET Jan 28 2004 8:22PM GMT
Eclipse RSS Reader
Eclipse RSS Reader
01/09/2004 09:54 PMEclipse RSS Reader: Publishing web-based news of all kinds via a
summary format (RSS) is becoming increasingly popular. The
applications include regular headline news (Yahoo! News), web logs
(Slashdot.org), professional bulletins (IBM developerWorks), and
project updates (SourceForge.net). A variety of RSS formats currently
exist, which increases application complexity. Often, a reader capable
of understanding one format cannot handle another....
Games for Eclipse
Games for Eclipse
12/28/2003 08:56 AMversion 3.0M4 released!
Eclipse Tidy
Eclipse Tidy
12/24/2003 12:13 PMEclipse HTML Tidy version 1.1.1 released
pydev for eclipse
pydev for eclipse
12/11/2003 07:23 PM0.2 released
JellyLauncher for Eclipse 3
JellyLauncher for Eclipse 3
12/29/2004 08:02 AMCall for feature requests
Addicted to Eclipse
Addicted to Eclipse
12/28/2004 09:12 AM
As much as I hate to admit it, I'm addicted to Eclipse. I'm hooked on
the auto-import and auto-fix stuff that automatically imports the
classes I need, adds missing methods needed to implement interfaces,
and declares missing variables, fields, and even classes. And I'm
hooked on the CVS client that gives me a clear view of every single
file I have modified in my workspace, every incoming change, and makes
it easy to override-and-commit or override-and-update. Netbeans 4.0
has come a long, long way from the old 3.X series and Creator is just
awesome for JSF, but 4.0 is still not good enough to pull me away from
Eclipse. There, I said it.
Unfortunately, Eclipse for Solaris/X86 is linked to Motif which makes
it nearly unusable so I end up using Netbeans for most of they day,
only switching to Eclipse when I need to synchronize with CVS. I
actually blew a Saturday afternoon trying to get Eclipse 3.1 to build
on Solaris/X86 linked to GTK. I failed, but only because I ran out of
time.
New Era Under Way at Eclipse Foundation
New Era Under Way at Eclipse Foundation
06/07/2004 01:11 AMThe open-source organization gains a new director, Oracle veteran Mike
Milinkovich, as it prepares to expand its membership.
Sun participation in Eclipse still
possible
Sun participation in Eclipse still
possible
06/30/2004 04:03 PMSAN FRANCISCO -- The on-again, off-again issue of having Sun
Microsystems participate in the Eclipse open source tools initiative
may soon be on again.
Z80 plugin for eclipse
Z80 plugin for eclipse
06/29/2004 12:11 PMReleased first version
Eclipse-BEA=Pollinate
Eclipse-BEA=Pollinate
06/27/2004 05:39 PMA bunch of things will be announced and shown at JavaOne next week
- and this sounds like one of them. I predict that one by one, each of
the major enterprise development platforms will go open source as
everyone is figuring out where the money is.
So now, in addition to Struts, BEA's Pollinate will become a
vaiable platform for developing large scale systems - like Digital Lifestyle
Aggregators. That's one of the big reasons why it'll be possible
for average everyday schmoes to produce and maintain their own
DLAs.
Eclipse is also going to make it much easier for folks to develop
and maintain these large-scale systems as well. When you offer folks
lots of options, not only do you "pollinate the flowers", but you also
create an open source competatuiev feature thingie - which pressures
folks to keep moving forward - and not get complacent, which is what
we've seen Microsoft do over and over again. Once they win a sector -
all development stops.
It was fun to see Jonathan Scvhwartz squirm and get severely
agitated on Friday when I asked him about IBM's SWT fat client UI
technology.
After - what is it 7-8 years? - someone has finally come up with a
decent UI front-end frameworks for Java and (of course) Sun's line is
"with the release of Java 1.5, we now enter into a new world of blah
blah blah [enter typical Sun bullshit here.]
SWT could be the missing link, along with Eclipse's client side
"middleware", for 10,000's if not MILLIONs of DLA to propagate
throughout cyberspace. If you can't build compelling front-end
experiences - "HELLO - anyone THERE!" - we're never gonna
move these experiences "down the pyramid"!
So enough ranting from me.....
Here's the Eclipse-BEA story....
SAN FRANCISCO—Although BEA Systems Inc. will not formally join
the Eclipse Foundation, the company is moving closer to supporting the
organization and its goals.
At the JavaOne conference here this week, BEA, of San Jose, Calif.,
will announce a new Eclipse Foundation project called Pollinate that
will feature Eclipse support for BEA's Beehive technology, which is
the open-source version of BEA's WebLogic Workshop Java IDE
(integrated development environment) framework.
Dave Cotter, director of product management at BEA, said this
agreement does not mean BEA will be joining the Eclipse Foundation,
however. He said Instantiations Inc., of Portland, Ore., will head up
the Pollinate project.
Pollinate is an open-source incubator project to create an
Eclipse-based development environment and tool set that will integrate
with Beehive, which BEA submitted to the Apache Foundation. Beehive is
an open-source framework for building SOA (service-oriented
architecture) and enterprise Java applications. Eclipse provides the
development environment and Beehive provides the underlying
application framework and run-time.
[eWeek]
Eclipse 3.0 liberado
Eclipse 3.0 liberado
06/26/2004 09:21 AMEclipse goes native
Eclipse goes native
06/25/2004 04:59 PM - Redhat frees Eclipse from the VM, via
Sc
ott Delap
Eclipse 3.0 is NOT released yet
Eclipse 3.0 is NOT released yet
06/24/2004 05:51 PM
I don't know where the mix up got started but numberous websites
are announcing the
release of Eclipse 3.0 already. Note that the latest version
is Eclipse 3.0
RC3. The final version will be released on June 28 or so.
BTW, I noticed that Eclipse site now has links to BitTorrent seeds
for Eclipse releases.
That should come in handy at the end of this month.

WiMax take up could eclipse Wi-Fi
WiMax take up could eclipse Wi-Fi
09/24/2004 12:05 PMComputer Weekly Sep 24 2004 3:09PM GMT
Eclipse Gets a Facelift
Eclipse Gets a Facelift
06/21/2004 12:05 PMThe Eclipse Foundation has rolled out the latest version of the
Eclipse platform.
Eclipse XML based SRS
Eclipse XML based SRS
06/16/2004 02:52 PMDocBook Generated SRS Help Plugin available!
Eclipse 3.0 Plug-ins I Use
Eclipse 3.0 Plug-ins I Use
06/30/2004 07:39 AM
Best part of using Eclipse is the large plugin developer
community. Since it
could be a little bewildering, here are some of the plugins I am
using with Eclipse
3.0. They are all free and most of them are open source.
Color Editor -
Free, Open Source
While Eclipse ships with syntax coloring support for many file
types, it does miss
some major ones like HTML, JS, JSP, CSS, and even XML. The
last one is a surprise
because XML syntax coloring plugin was one of the example plugins
offered by the Eclipse
team. Anyway, Color Editor adds syntax coloring support for
74 file types by
porting syntax coloring files for JEdit, a popular pure-Java
editor, to work under
Eclipse. Very nice.
Sysdeo
Eclipse Tomcat Launcher -
Free, Open Source
If you do anything with Tomcat, you'll have to get this one.
There are several
other plugins that lets you do the same, but this one sucks the
least among the free
ones and the author seems to be still mildy interested in keeping
it up to date.
JSP debugging is a bit of a hassle, but not quite enough for me to
wade into the source
code to fix it yet. I am hoping another talented sucker will
have less patience
than I.
QuantumDB -
Free, Open Source
With this plugin, you can bookmark databases you use, browse it
using a tree GUI,
and execute queries on them. Results are displayed in a
grid. Not exactly
impressive, but very functional and very handy.
Azzurri
Clay - Free
Core Version, Not Open Source
Clay allows you to edit database schemas visually similar to the
way MS Access does
it. It's not a tool I use everyday but it's very useful when
you do use it.
You can create a diagram out of an existing database, make changes
to the schema model,
and then generate SQL dialect-specific SQL. This is pretty
handy for porting
your database to another database implementation since Clay will
generate the target
database specific DDL.
GEF - Free, Open
Source
Graphical Editor Framework is a framework for, surprise, building
graphical editors
like UML diagram editors, etc. This plugin is used by many
other plugins (i.e.
Azzurri Clay) so you'll have to get it eventually. Only issue
I have with GEF
is that it doesn't support Java2D yet. Since Eclipse 3.0 adds
support for AWT,
JFC/Swing, and Java2D, I am hoping this shortcoming will disappear
soon.
I also have EMF, SDO, XSD, UML2,
and VE plugins but I
haven't used them yet.
Visual Editor (VE) plugin, in particular, should be very useful so
I am going to play
with it this weekend.
BTW, I usually go to the Eclipse-Plugi
ns
Info site to find plugins. Many of the plugins listed
there will have some
problem with Eclipse 3.0, but now that Eclipse 3.0 is out, updates
are coming at a
fast pace already.

Eclipse Office
Eclipse Office
12/11/2003 09:35 AMscreenshots
Sun drops out of Eclipse
Sun drops out of Eclipse
12/04/2003 04:55 AMZDNet UK Dec 4 2003 4:22AM ET
Eclipse performance.
Eclipse performance.
03/12/2003 10:29 AM
eclipse.exe -vmargs -Xverify:none -XX:+UseParallelGC -XX:PermSize=20M
-XX:MaxNewSize=32M -XX:NewSize=32M -Xmx96m -Xms96m
Sosume applies some new GC configuration settings,
written
about in JavaWorld and
recommended for
Netbeans to improve Eclipse performance in his post:
Improving
Eclipse performance by using vm arguments. I'm trying these
settings myself now, but with -Xmx256m.
Java, day #2: Eclipse
Java, day #2: Eclipse
12/17/2002 09:54 PMI spent a fair amount of time today reading about and playing with
IBM's Eclipse. My reasons for investigating Eclipse are twofold: (1)
I'd like to see if it is compelling enough as an IDE to make me switch
from...
Grok Description matches for Eclipse OS
GrokA matches for Eclipse OS
Loki Torrent - Torrent Search, Torrent
Download, You name it, we've got it.
Loki Torrent - Torrent Search, Torrent
Download, You name it, we've got it.
12/30/2004 11:53 AMfights back .. lokittorrent .. Loki Torrent
lokitorrent.com
track this
site | 5 links
"Loki Torrent - Torrent Search, Torrent
Download, You name it..."
"Loki Torrent - Torrent Search, Torrent
Download, You name it..."
12/31/2004 10:23 AMSpatially Aware Announces the Release of
the Map Suite 1.0 Mapping Components for
Microsoft Visual Studio®
Spatially Aware Announces the Release of
the Map Suite 1.0 Mapping Components for
Microsoft Visual Studio®
06/26/2004 02:50 AMSpatially Aware's Map Suite allows developers to add mapping
functionality to their applications using any .Net-compatible
language. Built to be the easiest mapping components to implement on
the market, Map Suite allows even non-GIS (Geographic Information
Systems) developers to build full-featured mapping applications in
just days - instead of weeks. [PRWEB Jun 26, 2004]
LinuxElectrons: MySQL Ships Easy-to-Use
Visual Database Tools
LinuxElectrons: MySQL Ships Easy-to-Use
Visual Database Tools
12/17/2004 06:35 PM"MySQL AB, developer of the world's most popular open source database,
has announced the general availability of a set of graphical query and
administration tools designed to make life easier for MySQL(R)
database developers, DBAs and users..."
EnGarde Secure Linux Advisory: MySQL,
MySQL-client, MySQL-shared, mod_php, php
EnGarde Secure Linux Advisory: MySQL,
MySQL-client, MySQL-shared, mod_php, php
12/16/2002 04:17 PM"Stefan Esser from the PHP.net project discovered two vulnerabilities
in MySQL which range from crashing the server to executing arbitrary
code as the user under which the MySQL daemon runs (mysql)..."
Aqua Data Studio 3.7 released w/ Visual
Editing & Visual Explain Plan
Aqua Data Studio 3.7 released w/ Visual
Editing & Visual Explain Plan
06/07/2004 10:40 AMThe new release introduces the ability to visually create and alter
database schema objects, including storage objects for databases. The
new visual explain plan provides users with the ability to create
explain plans and generate diagrams to quickly understand and analyze
the operations of any query to optimize speed and performance. Schema
extraction now provides the ability to extract the definition of any
database object including security and storage objects. The new
import tool provides an easy and consistent interface to import data
into any database from different data sources.
Visual C++ Developer Center: Microsoft
Visual C++ Toolkit 2003
Visual C++ Developer Center: Microsoft
Visual C++ Toolkit 2003
04/21/2004 02:11 AMMS now giving away their C++ compiler .. free download ..
Beschreibung
msdn.microsoft.com/visualc/vctoolkit2003
track this
site | 4 links
SearchEnterpriseLinux: MySQL CEO: Open
Source MySQL Will Rise, Legal Foes Will
Fall
SearchEnterpriseLinux: MySQL CEO: Open
Source MySQL Will Rise, Legal Foes Will
Fall
02/01/2005 09:06 PM"None of the legal attacks on open source or Linux have been
successful. None of that stuff has gone anywhere. That's the biggest
story..."
Torrent 0.61
Torrent 0.61
01/27/2004 02:58 PMAn arcade game with colored tiles.
Torrent Zip
Torrent Zip
03/31/2005 11:44 PMThe project is live!
My first torrent
My first torrent
07/30/2004 03:00 AM
Thanks to Jim and Ado for setting up the BitTorrent tracker. Here
is a
torrent for Lawrence Lessig's Free Culture talk in Helsinki that
I blogged about earlier.
UPDATE: Please standby. It doesn't seem to be working.
Comment -
TrackBack
Xcode .torrent
Xcode .torrent
08/08/2004 02:13 AMApple just released an update to is Xcode development tools, but
Apple's content distribution network is slow and poky, and as Danny
notes, it "won't let you resume downloads using wget -c." So here's a
.torrent for Xcode.
Link
(
via Oblomovka)
ShiftyGames Torrent 0.8.2
ShiftyGames Torrent 0.8.2
05/05/2004 10:52 PMAn arcade game with colored tiles.
Following up on Torrent Shutdowns
Following up on Torrent Shutdowns
12/22/2004 01:40 AMSlashdot Dec 21 2004 6:33PM GMT
It's the torrent, stupid
It's the torrent, stupid
12/22/2004 01:29 AM
Xeni Jardin:
Mark Pesce rants about
the recent shutdowns of BitTorrent supersites Suprnova.org and
TorrentBits.com.
Hey, Hollywood! Can you feel the future slipping through your fingers?
Do you understand how badly you've screwed up? You took a perfectly
serviceable situation - a nice, centralized system for the
distribution
of media, and, through your own greed and shortsightedness, are giving
birth to a system of digital distribution that you'll never, ever be
able to defeat. In your avarice and arrogance you ignored the obvious:
you should have cut a deal with SuprNova.org. In partnership you could
have found a way to manage the disruptive change that's already well
underway. Instead, you have repeated the mistakes made by the
recording
industry, chapter and verse. And thus you have spelled your own doom.
It's said that the best sequels are just like the original, only
bigger
and louder. Ladies and gentlemen, prepare yourselves for one hell of a
crash. This baby is now fully out of control.
Link (
via waxy)
Bit Torrent : An Analysis
Bit Torrent : An Analysis
12/19/2004 03:10 PMHardy news site,
The Register, recently published a
detailed analysis of the file sharing protocol
Bit
Torrent. Bit Torrent has received attention in the main stream
news after reports that it was carrying as much as 50% of all peer 2
peer (p2p) traffic, which in tern amounted to a massive 30% of all the
traffic on the internet. The paper, by Dr. Johan Pouwelse, examines
the protocol and looks especially at one of the largest bit-torrent
hubs, Suprnova.org. He examines how just 20 moderators solve the
problem of fake files, something that plagues the traditional file
sharing networks like Kazaa.
Dr Powelse notes that the major problems facing hubs like suprnova are
fakes and maintaining hub availability. The availability of files on
bit torrent is based on a centralised system; without it, the network
fails as users cannot access the trackers. Decentralising bit torrent
has already begun - Suprnova have started a project called "
Exeem" which apparently has 5,000 beta
testers trialling it, and has an ultimate aim of taking the best of
Kazaa (a decentralised network) and merging it with Bit Torrent.
Decentralisation removes the issue of poor availability at the tracker
end, yet0 it also provides more scope for fake files and a reduction
in data integrity at the user end.
The paper concludes that bit-torrent needs to evolve to create
incentives to users to seed files. Bit-torrent as a protocol is a
system that’s here to stay; it enjoys more and more usage from more
main stream content providers. Yes, there is a lot of illegitimate use
of the protocol, but unlike Kazaa, these users should not be allowed
to over shadow the usefulness to legitimate users of the bit torrent
protocol.
[Update] Since this article was published, Suprnova has
shutdown as a hub for torrents. Although this cannot be confirmed, the
shutdown is very likely related to legal action from the
Hollywood against tracker
websites; earlier in the week many other sites were taken down.
The effectiveness of the takedowns could be massive; the paper below
notes that when on the Suprnova mirrors went offline during their
monitoring period, they saw a massive reduction in the number of users
downloading files through the site.

Download:
The Paper (pdf) |
The
RegisterRead full story...CC Torrent Hosting
CC Torrent Hosting
12/17/2004 06:33 PM
Torrentocracy has announced a free BitTorrent hosting service for Creative
Commons licensed content: Prodigem.
Download one of the beta torrents
currently available. Send an email to Torrentocracy creator Gary Lerhaupt to request an upload
account.
Update: Download all of the Duke Law School
Arts Project Moving Image Contest finalists via one torrent at prodigem.
Bit Torrent question
Bit Torrent question
04/09/2004 10:30 PMBit
Torrent and the ability to download everything in one click (is this
the end of Direct TV, Tivo and the music business?!).
Used BitTorrent a little bit when it first came out and was a bit
underwhelmed. It didnt work, there werent a lot of
places to find files, etc.
I decided to take another look at it when a designer friend of mine
was telling me that he has the latest version of every single piece of
design software on his Mac compliments of bit torrent (yes, I know
its wrong
not the point Im trying to make, the point
is coming :-).
Part I: I installed bit torrent and immediately
noticed an amazing new trend (prob. not new to all of you) of people
posting dozens of albums in one RAR file for download. Huge file sizes
in the 500 to 4,000 meg size range. The last season of seven seasons
of Southpark, every Nirvanna album and here is another file with every
Howard Stern radio show from March in one file.
In one click you grab one really well organized, clean and deep
sets of filesscary.
Part II: A couple of month ago I got the Gateway
Connected DVD player. For $195 it connects via WiFi to my desktop and
I can hit the My Music or My Videos button on the remote control and
pull up those directories on my hard drive (in the other room).
Part III: Today I moved into my new apartment in
Santa Monica and was faced with the standard $100 month cable/dish
bill and Im thinking dang, I only watch less then a half
dozen TV shows and they are all here on bit torrent
maybe I
should save the $1,200 a year and just download the shows and watch
them via my Gateway Connected DVD player?
The Point/Question: How soon before youll be
able-with one click-download every prime-time TV show or last
years top 500 CDs in one click?!
(Note: This is not a trick question, I have yet to find a file
containing that much contenthowever, I did find a file with last
weeks top 100 singles that someone put together in one nice
package).
[
The Digital
Music Weblog]
Battle Torrent
Battle Torrent
08/11/2004 09:45 AMThanks to Dave over at Scripting News for the link. The
already easy process of downloading files via BitTorrent has just
gotten easier. [Downhill
Battle]
Torrentocracy = RSS + Bit Torrent + Your
TV
Torrentocracy = RSS + Bit Torrent + Your
TV
06/21/2004 07:41 AMSri Lankan hip-hop mix: torrent
Sri Lankan hip-hop mix: torrent
03/17/2005 03:55 AMXeni Jardin:
Boing Boing reader
Lucas
Emery says,
Your big article on M.I.A over the weekend reminded me that I had
downloaded a mix mp3 shortly after the Tsunami disaster comprised
exclusivly of Sri Lankan hip-hop. I can't remember where I originally
found the mix (boomselection, maybe?) so I just made a .torrent. 58.4
Meg mp3 mix by Dr. Auratheft.
Link
Previously:
M.I.A. is, well, MIA; and
MIA for intergalactic overlord
Comrade - Bit Torrent Client
Comrade - Bit Torrent Client
06/24/2004 12:03 AMWorking.
Torrent of video from DV Guide
Torrent of video from DV Guide
08/30/2004 02:55 AMdv.open4all.info/bblog/torrent_files/20040828_kinberg.mov.torrenttrack
this site | 3 links
Grokster briefs torrent
Grokster briefs torrent
03/26/2005 05:13 AMCory Doctorow:
Thad sez, "This is a torrent of all of the briefs submitted re: MGM v.
Grokster, in the zip format provided on the U.S. Copyright Office
site."
Torrent Link for 74 briefs
in 20.7MBMicrosoft builds a better Bit Torrent
Microsoft builds a better Bit Torrent
06/17/2005 03:18 PMResearchers at Microsoft's computer science lab in Cambridge have
developed a peer-to-peer filesharing system that they say overcomes
the scheduling problems associated with existing distribution
protocols such as Bit Torrent.
The researchers claim download times are between 20-30 per cent
faster, using their network coding approach, than on systems that only
code at the server, and between 200 and 300 per cent faster than
distributing un-encoded information.

View:
Full Article @ The Register

View:
Avalanche WhitepaperRead full story..."Torrent Link for 74 briefs in 20.7MB"
"Torrent Link for 74 briefs in 20.7MB"
03/27/2005 10:28 AMTorrent Site Status
Torrent Site Status
01/07/2005 04:15 AMDon’t download too much pr0n .. Torrent Site
Status
orbdesign.net/bt
track this
site | 3 links
Better Than Bit Torrent, For Internet2
Users?
Better Than Bit Torrent, For Internet2
Users?
11/18/2003 07:54 PMSP2 Bit Torrent Legal Challenge
SP2 Bit Torrent Legal Challenge
08/11/2004 05:20 PMDownload the Windows XP Service Pack
2: The guys who were doing Microsoft a favor by pushing Service
Pack 2 via Bit Torrent got slapped down by Redmond.
Microsoft sent DMCA takedown notices to our two webhosts,
one of which was just linking to a torrent file on another server.
We've stood up to these kinds of legal threats before (see the Grey
Tuesday protests), but we decided not to bother this time, because we
started this site primarily as a demonstration and to that end it's
already been a huge success.
Click here to comment on this entry
AnimeMonitor RSS (torrent) feed monitor
AnimeMonitor RSS (torrent) feed monitor
04/16/2004 10:22 AMWe're Alive!
Eclipse OS