Berkeley CSUA MOTD:Entry 33833
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/03 [General] UID:1000 Activity:popular
4/3     

2004/9/29-30 [Computer/SW/Languages/Java] UID:33833 Activity:moderate
9/29    Does bittorrent work with Linux? I've been trying to download it but
        it's in a damn RPM and I don't have root access.
        \_ Umm, most bittorrent clients aren't RPM's.. in fact, the first
           one was written entirely in python
        \_ Get the Azureus client off sourceforge.  Nicest one I've seen and
           runs in Java.
                \_ alright I downloaded the jar, how do I friggin use it
                   when they don't have HOwTOs and documentations?
                   \_ "How do I run a Java program?" STFW.
                \_ java -jar Azureus2.1.0.4.jar
        Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Display
        So what is this eclipse shit? Man the documentation sucks.
        \_ It sounds like you might have an old version of the JRE.
        \_ You want to do torrent downloads on a machine and you don't have
           root?  Have you checked your user agreement?
        \_ I'm on DSL so I tried using this to limit the transfer
           rate as to not piss off my apartmentmates:
                http://ei.kefro.st/projects/btclient
           However, it's still pretty lame as DSL is slow, so I've
           been thinking that I should use Linux at work with a much
           bigger bandwidth. However, I don't have root to install
           the RPMs.                                    -op
           \_ Azureus also does upstream bandwidth limiting, and running a P2P
              app at work is a good way to get your ass fired.
ERROR, url_link recursive (eces.Colorado.EDU/secure/mindterm2) 2025/04/03 [General] UID:1000 Activity:popular
4/3     

You may also be interested in these entries...
2013/4/29-5/18 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Compilers] UID:54665 Activity:nil
4/29    Why were C and Java designed to require "break;" statements for a
        "case" section to terminate rather than falling-through to the next
        section?  99% of the time poeple want a "case" section to terminate.
        In fact some compilers issue warning if there is no "break;" statement
        in a "case" section.  Why not just design the languages to have
        termination as the default behavior, and provide a "fallthru;"
	...
2013/3/5-26 [Computer/SW/Languages/Java] UID:54618 Activity:nil
3/5     Three emergency Java updates in a month. Why do I have a feeling
        that the third one won't be the last one?
        \_ Bingo!
	...
2012/12/18-2013/1/24 [Computer/SW/Languages/Perl] UID:54561 Activity:nil
12/18   Happy 25th birthday Perl, and FUCK YOU Larry Wall for fucking up
        the computer science formalism that sets back compilers development
        back for at least a decade:
        http://techcrunch.com/2012/12/18/print-happy-25th-birthday-perl
        \_ I tried to learn Perl but was scared away by it.  Maybe scripting
           lanauages have to be like that in order to work well?
	...
2012/8/29-11/7 [Computer/SW/Security] UID:54467 Activity:nil
8/29    There was once a CSUA web page which runs an SSH client for logging
        on to soda.  Does that page still exist?  Can someone remind me of the
        URL please?  Thx.
        \_ what do you mean? instruction on how to ssh into soda?
           \_ No I think he means the ssh applet, which, iirc, was an applet
              that implemented an ssh v1 client.  I think this page went away
	...
2011/12/8-2012/1/10 [Computer/SW/Languages/Java, Computer/SW/Security] UID:54252 Activity:nil
12/8    Java code much worse IRL than pretty much everything else:
        http://preview.tinyurl.com/d5e46cq [ars technica]
	...
2011/4/16-7/13 [Computer/SW/Languages/Python] UID:54086 Activity:nil
4/16    Whoa, I just heard that MIT discontinued 6.001 (classic scheme)
        to 6.01. In fact, 6.00, 6.01 and 6.02 all use Python. What the
        hell? What has the world become? It's a sad sad day. SICP forever!
        \_ old story, they've ditched that shitty book and lang for a while.
        \_ I used to think scheme was cool, then I saw Ka Ping Yee's
           "Beautiful Code" class aka 61a in python, and converted.
	...
2011/2/24-4/20 [Computer/SW/Languages/Java] UID:54048 Activity:nil
2/24    Go Programming Language.  Anyone here use it?  It kind of
        reminds me of java-meets python, and well, that is fitting given it's
        a GOOG product.  What is so special about it?
        \_ as I understand it, it's a suitable OOP-y systems language with more
           structure than C, less complexity than C++, and less overhead than
           Java/Python.
	...
2010/8/8-9/7 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Web] UID:53914 Activity:nil
8/8     Trying to make a list of interesting features languages have
        touted as this whole PL field comes around, trying to see if they
        have basis in the culture of the time: feel free to add some/dispute
        1970 C, "portability"
        1980 C++, classes, oop, iterators, streams, functors, templates
             expert systems
	...
2009/12/5-26 [Computer/SW/Languages/Java] UID:53569 Activity:nil
12/4    what do people have their JAVA_HOME's set to on soda?
        \_ don't. are you trying to get sun java? It is installed, but not
           the default.  check dpkg -l and dpkg -L
           \_ I'm trying to run maven to get scala/lift.net working
              properly and it's complaining that JAVA_HOME is not set.
              \_ you probably want one of the directories in /usr/lib/jvm,
	...
2009/9/28-10/8 [Computer/SW/Languages/C_Cplusplus] UID:53409 Activity:nil
9/28    http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
        Java is #1!!! Followed by C, PHP, C++, Visual Basic, Perl,
        C#, Python, Javascript, then finally Ruby. The good news is
        Pascal is going waaaay back up!
        \_ C is still more popular than C++?  I feel much better about myself
           now.
	...
2009/8/7-14 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Java] UID:53252 Activity:high
8/6     In C one can do "typedef int my_index_t;".  What's the equivalent in
        C#?  Thanks.
        \_ C#? Are you serious? Is this what the class of 2009 learn?
           \_ No.  I have to learn .NET code at work.  I am Class of '93.
           \_ python is what 2009 learns, see the motd thread about recent
              cal courses and languages
	...
2009/7/21-24 [Computer/SW/Languages/Java] UID:53168 Activity:moderate
7/20    For those who care btw, it looks like eclipse is now A Standard Tool
        at UCB ugrad cs, probably replaced emacs.  Furthermore, people get
        angry at seeing Makefiles, (since eclispe takes care of that).  I
        guess it's just a sign of the times.
        \_ The more people at my work use eclipse the less the code is
           managable in emacs.  I'm not sure which application's fault
	...
Cache (2181 bytes)
ei.kefro.st/projects/btclient -> ei.kefro.st/projects/btclient/
Since you are still reading, this might be useful for you :) The main advantage of being able to cap the upload rate is that people with capped DSL or cable connections can set their limit just below their actual limit, therefore avoiding saturating the upstream completely, which could make it impossible to surf the net or download at decent speeds. Remember that setting your upload cap too low will lower your download performance. Primary Site 150 KiB Hosted by yours truely Source The Sourcecode is now avaiable above. A few words to the wise : * The 31 package is based on CVS BitTorrent from 22/02/03. The problems have lessened in newer releases :) * The changes have not seen much testing outside of win32. I have gotten reports of it working fine on *ix as well, though. This helps gauging how well your seeding works or how badly it is needed). The bar will appear in full steel blue if the torrent is completely seeded. torrent file, the client will ask which one to use from the local hdd + font bugfix for *ix (thanks to DocWilco) + bugfixes with display in tray + speed and size indicators now more consistent; This will tell you how "healthy" the torrent is, and how much you have shared (a share rating of > 1 means you have given back more than you have taken) + Minimize to System Tray, courtesy of Andrew Todd + Included btshowmetainfo functionality; Changes include Bugfixes Better Network Utilization Read-Only Files are supported for seeding etc. Changes include greater portrange (>9 download windows possible) accepting of command line options in this client tweaks & fixes in many parts of the code. This will help reduce the traffic used by trackers, if they have been patched. These will compress better with aforementioned patch and still have enough entropy. Please upgrade, and delete any and all prior versions, should you have them. Bram has enough to do as it is :) Note that this is NOT an official release and therefore likely to contain Bugs. On the off chance that you appreciate my work and would like to support me as well, please consider sending me a buck or two ... Im happy with anything that helps offset my online-costs even a little;