Berkeley CSUA MOTD:Entry 45753
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/10 [General] UID:1000 Activity:popular
7/10    

2007/2/16-23 [Computer/Companies/Google, Computer/SW/Languages/Misc] UID:45753 Activity:high
2/16    Google is so annoying nowadays.. keep having to type in a
        word every 3 searches for them to weed out automated searches
        \_ Offer an alternative.
        \_ switch to yahoo
           \_ I decided to do this for now. I have no loyalty to google
              and they're overhyped anyway.
        \_ Did you have a point, or were you just crying out at the motd like
           some doomed Greek hero who cries out against the gods? -dans
           \_ It's the motd.  He doesn't need a point, but there was the
              off chance a real conversation could have started.
              \_ I know he doesn't need to have a point, but I'm generally
                 more interested in people that have a point that people who
                 are just trolling or wanking.  Curious, what real
                 conversation would start?  The OMGLOLBBQ Google is big now
                 let's bash them conversation?  What an insightful and telling
                 conversation.  I'm sure we'd get exposed to all sorts of new
                 information from unbiased sources! -dans
                 \_ There was the 'off chance' that one of the google staff
                    who is on the motd might tell us what they're doing to
                    improve search or something we don't know about how to
                    use it better or any of a number of things that don't
                    involve knee jerk attack or defense of random search
                    corporation.
                    \_ There are google staff on the motd?  None of the CSUA
                       alumni I know at google follow the motd. -dans
                       \_ There were at one time.  How do you know they still
                          don't?  How do you know ex-employee's don't?  How
                          do you know that someone from another search
                          engine or working in the field doesn't?
                \_ Gmail's adsense just showed me an ad entirely in Persian
                   followed by an add for doughnut recipes, neither of which
                   followed by an ad for doughnut recipes, neither of which
                   were at all relevant to me or my email content.  I'm
                   guessing the people who paid for the Persian ad or the
                   doughnut recipe ad would probably be pretty bummed
                   if they knew I was seeing their ad.  Maybe this is the sort
                   of thing that pisses people off about Google these days?
                   --not the op
                   \_ I'm curious to know how you could tell Farsi from other
                      languages that use the same script.  Would you feel
                      better about google if it advertised to you in Urdu?
                      \_ I only click on Urdu ads.
                      \_ Interesting.  I didn't know that Farsi and Urdu use
                         the same script.  Curiious, what is the Farsi script
                         called (i.e. Russian uses Cyrillic)?  How similar or
                         dissimilar is the Farsi script to written Arabic?
                         -dans
                         \_ http://en.wikipedia.org/wiki/Farsi#Orthography
                            \_ Thanks! -dans
ERROR, url_link recursive (eces.Colorado.EDU/secure/mindterm2) 2025/07/10 [General] UID:1000 Activity:popular
7/10    

You may also be interested in these entries...
2013/1/22-2/19 [Computer/Companies/Google, Industry/SiliconValley] UID:54584 Activity:nil
1/22    Google, again:
        http://www.slate.com/articles/technology/technology/2013/01/google_people_operations_the_secrets_of_the_world_s_most_scientific_human.single.html
	...
2012/12/10-18 [Computer/Companies/Google] UID:54553 Activity:nil
12/10   Biggest Google outage ever?
        http://www.theatlanticwire.com/technology/2012/12/why-gmail-chrome-and-drive-went-down-today/59822
	...
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
	...
2012/8/16-10/17 [Computer/SW/SpamAssassin] UID:54458 Activity:nil
8/16    Why does my Y! mail account always full of unfiltered spam
        mails (and they're obviously spams)? Why can't they do
        a better job like Google mail? Why does Y! mail charge
        for exporting email? Google mail doesn't do that.
	...
2012/4/27-6/4 [Computer/SW/Languages/Misc, Computer/SW/Unix] UID:54372 Activity:nil
4/27    I wrote a little shell script to collect iostat data:
        #!/bin/bash
        DATE=`date +%m%d`
        DATADIR=/var/tmp/user
        OUTPUTFILE=$DATADIR/$DATE.out
        while true
	...
2012/5/8-6/4 [Computer/SW/Unix] UID:54383 Activity:nil
5/8     Hello everyone!  This is Josh Hawn, CSUA Tech VP for Spring 2012.
        About 2 weeks ago, someone brought to my attention that our script
        to periodically merge /etc/motd.public into /etc/motd wasn't
        running.  When I looked into it, the cron daemon was running, but
        there hadn't been any root activity in the log since April 7th.  I
        looked into it for a while, but got lost in other things I was
	...
2011/10/26-12/6 [Computer/SW/Unix] UID:54202 Activity:nil
10/24  What's an easy way to see if say column 3 of a file matches a list of
       expressions in a file? Basically I want to combine "grep -f <file>"
       to store the patterns and awk's $3 ~ /(AAA|BBB|CCC)/ ... I realize
       I can do this with "egrep -f " and use regexp instead of strings, but
       was wondering if there was some magic way to do this.
       \_ UNIX has no magic. Make a shell script to produce the ask or egrep
	...
2011/7/30-8/10 [Computer/SW/Languages/Misc] UID:54148 Activity:nil 66%like:54150
7/29    Happy Sysadmin Day
        \_ our "sysadmin" today deleted /home. When we asked her why
           she said she didn't do it. When I checked the sudo logs,
           I found these two commands in order:
               COMMAND=/bin/rm -r /home testuser
               COMMAND=/bin/rm -r /home/testuser
	...
2011/5/19-7/13 [Computer/SW/Languages/Misc] UID:54115 Activity:nil
5/19    If script A runs, and calls script B ..... is it possible for me to exit\
        script A based on results of script B and not continue?
        \_ assume any shell
        \_ Yes.
           \_ without passing the result to some stupid temp file?
              \_ It sounds like you want "scriptb || exit", which will run
	...
2010/4/22-5/10 [Computer/SW/Languages/Misc] UID:53797 Activity:nil
4/22    In Linux is there an easy way to rename the scripts in /etc/rc?.d ?
        For example I want to set all the /etc/rc?.d/S91apache to S100apache
        so that it'll run the ramdisk BEFORE going to apache.
        \_ Sure, just move them.
           \_ I mean is there a script that will rename all of them
              for me? Like: setrc apache2 0 0 1 1 1 1
	...
2009/10/27-11/3 [Computer/SW/Unix] UID:53475 Activity:nil
10/27   http://www.maxgames.com/play/flash-mind-reader.html
        how does this work?
        \_ sh -c 'for ((i=0;i<10;i++)); do for ((j=0;j<10;j++)); do echo "$i$j-(\
$i+$j)" | bc; done ; done' | uniq
        \_ bash -c 'for ((i=0;i<10;i++)); do for ((j=0;j<10;j++)); do echo "$i$j\
-($i+$j)" | bc; done ; done' | uniq
	...
2009/8/19-9/1 [Computer/SW/Unix] UID:53285 Activity:nil
8/18    Hi again, new freebsd guy here again, in bash I was able to go
        LD_LIBRARY_PATH=/opt/foo/lib ./runmyapp
        I managed to do this in tcsh by using setenv in a shell script
        that setenv's the lib path and then executes $1, just wondering
        if there was a way to do it in 1 line from the cmd line as in bash?
        Thanks, btw %2c or %3c worked.  Freebsd, tcsh and vi forever!
	...
2009/5/5-6 [Computer/HW/Laptop] UID:52950 Activity:moderate
5/5     Is there a good (or standard) way to make an offline copy of a w
        ordpress blog (mine, not someone else's)? tia.
        \_ oh man.
           \_ I could cobble something together with curl / wget, but I'd
              rather not if there is a standard way of doing this.  I'm
              pretty new to wordpress / blogging and I just want to keep
	...
2009/2/10-13 [Computer/SW/Security, Computer/SW/Unix] UID:52552 Activity:nil
2/10    I have an sh file that does a mount.. the mount does an
        authentication. I previosly stored the username and password
        from zenity prompts. However, I can't get a return on the password
        field. The following only works on the username:
        mount -t davfs "http://blahblah.com/BLahUser11" /mountdir << EOF
        ${username}
	...
2009/1/14-22 [Computer/SW/Languages/Perl, Computer/SW/Languages/Misc] UID:52378 Activity:nil
1/13    I want to extract a couple integer from an xml file, mainly,
        xml file from http://weather.com so I can put it on my xplanet marker
        file. has anyone done similar things (parse and extract data
        from xml) using shell script instead of python/perl?
        in the world of perl, it make sense to dump things into a hash
        which i can easily extract key/value pair.  can i achieve similar
	...
2008/12/18-2009/1/7 [Computer/SW/Mail] UID:52279 Activity:nil
12/18   Campus USENET service will be terminated on 12/31.
        http://ls.berkeley.edu/mail/micronet/2008/1608.html
        \_ I emailed RobR to tell him. -ausman
        \_ The CSUA is considering asking campus to allow us to run NNTP for
           ucb.class.*, as bSpace sucks major major ass. Thoughts? --t
           \_ That's noble, but maybe the effort would be better spent
	...
Cache (4079 bytes)
en.wikipedia.org/wiki/Farsi#Orthography
Greek Pe'rsi*s Prsis, a Hellenized form of Old Persian Parsa. Farsi is the Arabicized form of Parsi, due to a lack of the /p/ phoneme in Standard Arabic. Native Persian speakers typically call it "Farsi" in modern usage. In English, however, the language continued to be known as "Persian". many Persians migrating to the West (particularly to the USA) after the 1979 revolution continued to use 'Farsi' to identify their language in English and the word became commonplace in English-speaking countries." that the name "Persian" is more appropriate, as it has the longer tradition in the western languages and better expresses the role of the language as a mark of cultural and national continuity. American Association of Teachers of Persian, The Centre for Promotion of Persian Language and Literature, and many of the leading scholars of Persian language. Yemen to the south, to be used as a lingua franca for over 200 years. The majority of inscriptions in Old Persian were found in Iran, Egypt and present-day Turkey. Islamic conquest of Persia marks the beginning of the modern history of Persian language and literature. It saw world-famous poets and it came to be known as one of the most romantic languages of all times. Academy of Persian Language and Literature is responsible for evaluating these new words in order to initiate and advise their Persian equivalents. The language itself has greatly developed during the centuries. Due to technological developments, new words and idioms are created and enter into Persian as they do into any other language. Persian phonology Iranian Persian has six vowels and twenty-three consonants, including two affricates /tS/ (ch) and /d3/ . Modern spoken Persian, however, generally does not make this distinction anymore. Persian dialects and varieties differ in their vowels moreso than in their consonants. Persian grammar Suffixes predominate Persian morphology, though there are a small number of prefixes. Verbs can express tense and aspect, and they agree with the subject in person and number. edit Variations Many Persian words with an Arabic root are spelled differently from the original Arabic word. Alef with hamza below ( ah ) always changes to alef ( a+ ); teh marbuta ( tm ) usually, but not always, changes to teh ( t+ ) or heh ( h+ ); morphemes (ie, morphemes following a word ending in final form character), however, are written without a space separating them. In other words, the two parts of a compound appear next to each other but the first element in the compound will usually end in a final form character, hence it would be possible to recognize the two parts of the compound. This format is not very consistent, however, and sometimes words can appear without a space between them. If the first word ends in a character that has a final form, then we can easily distinguish the word boundary. But if the first word ends in one of the characters that have only one form, the end of the word is not clear. Although this latter case is usually avoided in written text, it is not rare. Furthermore, a space is sometimes inserted between a word and the morpheme. In such cases, the morpheme needs to be reattached (or the space eliminated) before proceeding to the morphological analysis of the text. UniPers / Prsiye Jahni) Alphabet is a Latin-based alphabet created over 50 years ago in Iran and popularized by Mohamed Keyvan, who used it in a number of Persian textbooks for foreigners and travellers. It sidesteps the difficulties of the traditional Arabic-based alphabet, with its multiple letter shapes and ambiguous spellings, and fits particularly well in contemporary electronically written media. It is claimed to be the most accurate and regular one among Latin-based Persian alphabets in which many linguistic aspects of Modern Persian have been observed; however, its rules are not as simple as those of UniPers. Bolshevik revolution and the Perso-Arabic script that had been used earlier. After 1939, materials published in Persian in the Perso-Arabic script were banned from the country.