Berkeley CSUA MOTD:Entry 21076
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2001/4/24-25 [Computer/SW/Languages, Computer/SW/Languages/Functional] UID:21076 Activity:moderate 75%like:21071
4/387   review on Tripplite, APC, and others, thanks.
        \_ t
        \_ For the eternally clueless for who think whateverP is a generic
           form of asking any question... it isn't.  If memory serves, the P
           stands for "P"redicate.  This comes from the c60a (and maybe 50?)
           days where everything in the A&S book was thisP and thatP for all
           the true/false routines.  thus: isnumP and isdigitP and foodP are
           good.  reviewP will only get you #t/f.  Now please just stop
           misusing shorthand in attempt to fit in.  English works perfectly
           most of the time and if you don't know that Engrish does ok, too.
           \_ usage defined meaning.  trace the etymology of many many
              common expressions and you will find that they started out as
               something compeletly different, and alot of  ignorant idiots
               missused the language for several decades, and now it's in
               the dictionaries.
                \_ Yes, yes, I took linguistics in school, too.  Nice try.
                   This is based on a computer language, not Chomsky.
           \_ nil is also acceptable in place of #f
              \_ #t
                \_ More precisely, in older lisps, the convention is P for
                   predicate, eg, isdigitP, with true and false being t and nil
                   \_ you mean "digitp"
                   (more precisely, nil is false and everything else is true).
                   The scheme convention is ?, such as isdigit?, with #t and
                   #f being boolean types returned.  I don't remember what
                   r4rs says about nil in control flow, but #f != nil
                   \_ Even more precisely, older lisps only had upper case, so
                      you had things like ISDIGITP.
                      \_ Why would you ever have ISDIGITP instead of DIGITP ?
                         \_ Well, yeah, whatever.  Give yourself a happy star.
                   \_ !#t?  I think I got schooled.
                      \_ the more interesting question is when to use
                         eg digitp vs digit-p
        \_ MGE!
        \_ better, but still not a properly phrased question.   here, I'll put
           you out of your misery:
           http://arstechnica.com/reviews/peripherals.html
           \_ Sorry. How to review on Tripplite, APC, and others, thanks?
2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
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/4/2-6/4 [Computer/SW/Languages/Java, Computer/SW/RevisionControl] UID:54353 Activity:nil
4/02    We use Perforce at work for revision control. It seems to work okay.
        Lately, a lot of the newer developers are saying that Perforce
        sucks and we should switch to Mercurial or Git. I have done some
        searching on the Internet and some others have this opinion. Added
        advantage is that Mercurial and Git are free. However, there would
        be some work to switch for the sysadmins and the developers.
	...
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/4/26-7/13 [Computer/Theory, Health/Women] UID:54095 Activity:nil
4/26    Is it correct to say that Godel's work on the incompleteness thm
        proved the Principia Mathematica wrong?
        \_ It didn't exactly prove it wrong; it proved that the true goal of
           PM (a complete and consistent set of mathematical truths)
           is unattainable.  -tom
           \_ Ah cool, no this is good. See ok yeah so the main goal of PM
	...
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
	...
2010/1/20-29 [Computer/SW/Languages/Misc, Computer/SW/Security] UID:53649 Activity:nil
1/20    Did Chinese come up with new way of quicksort?
        http://www.nytimes.com/2010/01/20/technology/20cyber.html
        Joe Stewart, a malware specialist with SecureWorks, a computer
        security company based in Atlanta, said he determined the main
        program used in the attack contained a module based on an unusu
        al algorithm from a Chinese technical paper that has been
	...
2010/1/12-29 [Computer/SW/Apps/Media] UID:53627 Activity:kinda low
1/12    How do I get a job NOT related to internet DNS social network cloud
        twitter GOOG EC2 amazon API ???
        \_ A CS job not related to API?
        \_ Chip design, or maybe software that does chip design. What is
           your major? How about game developer?
        \_ DNS? DNS? What era ado you live in? I agree that social network
	...
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
	...
2008/12/18-2009/1/2 [Computer/SW/OS/Linux, Computer/SW/OS/Windows] UID:52273 Activity:nil
12/18   Are any of you using any kind of scheme involving, e.g., running
        multiple copies of web browsers in virtual machines so that the
        copy you use for random web browsing is isolated from the copy you
        use for financial transactions? What other sorts of schemes like
        this are people using that aren't a total PITA? P.S. I am talking
        mainly about Windows; on Unixes you could always run stuff under
	...
2008/10/2-4 [Computer/SW/Languages/Functional] UID:51347 Activity:nil
10/1    I want redistricting. I don't want a committee. How hard is it to
        simply float a new scheme for redistricting?
        \_ Just gather 1M signatures.
	...
Cache (5070 bytes)
arstechnica.com/reviews/peripherals.html
If you're like a lot of people Matt ran into during the course of his 29 testing, you're probably wondering what exactly that is. The next obvious question: what makes this any different from a laptop with a WiFi card? That is a darn good question and one that we had a lot of difficulty answering to our satisfaction. Network Attached Storage: the Snap Server 1100 Posted October 29, 2003 by 32 Jon "Hannibal" Stokes One of the problems inherent in working on different machines in multiple locations is where to store your files. You've got movies you want to watch on your laptop, mp3s you want to listen to when you're on your desktop machine, and documents you need while at work or school. Do you designate one of your machines as your fileserver? The Snap Server 1100, is a small server about the size of a brick. The 1100 is the smallest and least expensive in a product line that goes all the way up to much more elaborate and costly enterprise NAS solutions. Strictly speaking, the Snap Server is called a "server appliance" because it works kind of like a microwave or a CD player you plug it into the wall and into the network, turn it on, and use it. And having used it for the past two months I can attest to the fact that it does indeed live up to the "appliance" moniker. It's always on, always accessible, requires zero maintenance, is relatively silent (you can hear the hard drive sometimes), and always works. Does the server live up to Hannibal's lofty aspirations? Review: Pioneer DVR-A04 DVD-RW drive Posted August 20, 2002 by 35 Caesar DVD-writers are slowly but surely on their way to being "all the rage," with fans egged-on no doubt by the technologies' (yeah, there's more than one) multi-faceted uses. Not only can you store gadzooks of data, but the notion of making your own DVDs strikes the director's nerve in all of us (and hopefully it won't make you start acting like Jeff Goldblum). Most important, however, is the simple fact that DVD burners are finally starting to ease down into more affordable price zones. Today Matt Woodward (forum goers would know him better as "Deffexor") offers us a 36 review of the Pioneer DVR-A04 DVD-RW drive, along with with a brief introduction to the technologies that are waging a war for your DVD writable future (+RW versus -RW). There has been a lot of excitement and interest in the Pioneer DVR-A04 as of late, and for good reason. It's comparatively inexpensive, has a good reputation for drive and burn quality, and has copious capabilities. The review covers everything from origins of the technology, to the operation of the drive, to a full break down on each piece of software included in the retail kit. Review: QCast Tuner Posted April 16, 2003 by 38 Hannibal Last summer, a few of us Ars guys got together to chill at Caesar's house, and Beeba brought over his PS2 along with the preview edition of some PS2 software I had never heard of: QCast Tuner. It didn't take him long to get it up and running on Caesar's LAN, and when he did I sat and watched as he turned his laptop into a digital media server and played video files on Caesar's enormous widescreen TV. I knew right then that Ars had to do a review, and indeed a review was already in the works. But rather than review the preview edition, we waited until the gold code came out so that we could give the product a full round of tests. This past week, Ars A/V guru Deffexor and I tested the QCast on a whole slew of different media files so that we could bring you 39 this review of one of the best convergence products I've seen yet. So, using a PS2 controller and QCast's interface, you can stream media files from a PC to the PS2 and play them on your home entertainment system. As you might guess, there are two parts to the QCast Tuner software package: the client (QCast Tuner) and the server (QCast Station). The client consists of a disc of PS2 software that's run on a networked PS2 with a broadband adapter. The server is a program that runs on a PC located on the same LAN as the client PS2. The PS2 client software connects to the server software (which can run on a Windows, Linux, or OS X box) and lets the Playstation user browse and stream content from the server PC. If you're thinking about springing for a networked media player anytime soon, you should definitely check out this review. Compex NetPassage 16 Broadband Internet Gateway Posted May 15, 2002 by 41 Caesar One of our resident network gurus, Brandon "BobDole" Kahler, has 42 reviewed the Compex NetPassage 16 Broadband Internet Gateway. This SOHO internet router brings together traditional LAN router features with "Pseudo-VLAN" technology and the ability to expand out to support wireless clients. There are four RJ-45 ports for the integrated switch, one RJ-45 port for WAN connectivity, one DB9 serial port, and one Type-II PCMCIA slot on the top for adding WLAN features. I was pleased that the unit came with a power brick rather than the usual wall-wart. I dont appreciate losing an extra plug on my power strips to accommodate new toys.