Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:CMS (Score 1) 161

I would highly recommend Tiki ( http://tiki.org/ ) as an option as it will probably have every feature you need ready to go. Wiki for main content, forums, article publishing, blogs, forums, chat, calender, data trackers, tons of starter themes, video conferencing, file/image galleries.. the works. The v10 beta is very stable and although it is a bit of a pain to configure initially since the number of options are overwhelming, once it is set up it really rocks. Getting good performance can be a bit tricky, however if you set up the APC module, enable the minify js/css features, and get gzip and proper caching set up on the web server it can be very very fast even on a budget VPS.

Comment Re:Venue (Score 1) 2

A quick update, I'm still planning on heading to the black dog for ~7:30, will be sporting the original 90's linux tshirt. Hopefully a few people will drop in to say hi, nerd it up for a bit, and mayhaps later, 10-11ish, since I didn't recieve any of the /. shirts, the option to raid the nearby hot-tub party for some swag remains open.

Comment Venue (Score 1) 2

Picked out the Black Dog as that was the location of the previous meet. It might be a bit crowded on a saturday night though, so if anyone has any suggestions that doesn't involve birthday spandex, I would be happy to switch up the venue for yall.

Comment Re:Really?? (Score 1) 393

I'm not entirely sure about this, but I'll bite. here's an example, I'm 90% sure that learning to drive stick improved my quality of driving overall. One of my friends even remarked that I was driving a lot smoother, namely the braking and acceleration rates. It effectively stamped the model of the car engine switching through gears into my brain that carried over even when driving automatic. I always felt more in tune with cars thereafter and naturally drove the car with gears in my mind, translating to smoother takeoffs and, well I use to gear down with standard; I miss that functionality driving automatic.

I tried dvorak once and tried hard to grapple it. While trying out the new layout I was very conscious of using the home row - for eventual maximal speed. As a side effect of learning it, I ended up with much better adherence to good typing when having to return to qwerty.

I know some instruments, and I'm fairly sure that as I learn to play new ones.. working on guitar and lyra right now.. generalizations and cross applicative senses of things form such as chord theory, rhythms and melody, moods of music..

As for numpads.. It would be best to only ever have one layout.. right?

Comment Re:Hershel vs. Hubble (Score 1) 21

I RTFA, and it looks like they have compelling evidence of water and carbon in some very stunning places:
http://www.esa.int/images/SPIRE_01_H.jpg
--
Scientists used Herschelâ€(TM)s Heterodyne Instrument for the Far-Infrared (HIFI) on 22 June to look for warm molecular gas heated by newborn massive stars in the DR21 star-forming region in Cygnus. HIFI provided excellent data in two different observing modes, returning information on the composition of the region with unprecedented accuracy and resolution. Scientists observed ionised carbon, carbon monoxide, and water.

Neat.

Comment Let CSS work for you! (Score 2, Insightful) 338

<html>
  <head>
    <title>Abstract of a usable design</title>
    <style type="text/css">
      @media print {
         body { margin: 2.5cm; }
      }
      @media screen {
         body { margin:  50px; width: 50%; }
      }
      body { font-family: sans-serif; font-size: 12pt; }
    </style>
  </head>
  <body>
    <h1>It's so crazy it just might work</h2>
    <h2>and other html inspired musings</h2>
    <p>Why not just use css?</p>
    <p>Also, don't worry about page numbering. that's the browser's job.</p>
  </body>
</html>

Comment Re:sorry (Score 1, Informative) 185

Sun released JavaFX 1.0 today, in a bid to take on Adobe's Flash and Microsoft's Silverlight technologies.

JavaFX, a technology by sun which will let developers write "rich internet applications" using a Java-esq language which has been in development for quite some time now has finally been released, joining rather late to the game. Also it requires it's own plugin which will be a hefty barrier to entry.

It is Sun's first Java release to include standardized, cross-platform audio and video playback code (in the form of On2 licensed codecs).

So, it will include Audio/Video support, and it is using codecs from On2. I don't think that this means the codecs are free in any sense of the term, just that Sun is paying the cost of licensing these codecs for the developers using JavaFX. Nevertheless, good codec support is always a good thing.

The lack of a Linux or Solaris release is a notable absence.

Kind of deflates the "standardized, cross-platform" claim...

The development kit currently consists of the base run-time, a NetBeans/Eclipse plug-in and a set of artifact exporters for Adobe CS 3&4."

So, the download they offer you includes the software to run the software you write, a plugin for eclipse and netbeans which are the two leading Java development environments, and some plugins for a few Adobe products to move stuff from them into the JavaFX world.

GNU is Not Unix

(Stupid) Useful Emacs Tricks? 412

Count Fenring writes "Since the Vi version of this question was both interesting and popular, let's hear from the other end of the spectrum. What are your favorite tricks, macros, extensions, and techniques for any of the various Emacs? Myself, I like 'M-x dunnet' ;-)"
Enlightenment

Submission + - Scientology Protests (clevelandleader.com)

An anonymous reader writes: The Cleveland Leader reports that the Internet group called "Anonymous" has kicked of it's day of global protests against the Church of Scientology. Protests have happened in several countries with 200 gathering in Australia, and up to 1000 gathered in London. Several more are planned in the United States and Canada. The group has called for protests to be non-violent, and so far no incidents have been reported. The incident that sparked the protests originated with the removal of a YouTube video of Tom Cruise talking about the "religion's" views on psychiatry and other subjects.
Software

Submission + - Crossloop: Remote VNC made easy (thetechturf.com)

bryanlb writes: If you ever have had a need to help family, friends, or clients over the telephone trying to troubleshoot their computer, you know how difficult that can be. When you have to take 5 minuets to explain how to do something that would take you 30 seconds, it gets really frustrating. Now introducing Crossloop, version 2.0.
Spam

Submission + - Captcha cracked

mdekato writes: The test used to stop bots from creating email accounts appears to be cracked according to 'The Register'. http://www.theregister.co.uk/2008/02/08/microsoft_captcha_buster/ The method used to bypass the Turing test is unknown to researchers at this time but appears to be effective. MSN, Google, and Yahoo are three services that using this form of screening and are rarely blocked by spam filters.
Social Networks

Submission + - 'Anonymous' declares online war on Scientology (computerworld.com.au)

Cruiseship writes: A mysterious anti Church of Scientology group is using YouTube and other social networking sites to gather people for a day of action against the church this Sunday, February 10. The group known as "Anonymous" has released three videos on YouTube in the past fortnight that seek to discredit and "dismantle" the church. It's next phase to is muster support for a day of mass protest at Scientology offices world wide. http://www.computerworld.com.au/index.php/id;632197333;fp;16;fpid;1
Education

Submission + - Scientology wants to "obliterate" Psychiat

exscn writes: "http://ie.youtube.com/watch?v=hfu7Sr50N7U This video is of Scientology leader, David Miscavige, addressing his "flock' as to how the organization plans to "obliterate psychiatry" in what can only be described as hate-filled sermon against an entire community of people who have dedicated themselves to helping people lead relatively normal lives in spite of chemical imbalances, emotional trauma, abuse, and personality disorders. A community of people mind you, who are accredited from real schools of higher learning and given certificates to practice medicine based on years of real scientific studies in the arts of psychology and psychiatry. From http://glosslip.com/2008/02/07/scientology-leader-david-miscavige-explains-cos-plans-to-obliterate-pyschiatry/"
The Internet

Submission + - CBC interviews guys from Anonymous vs Scientology (www.cbc.ca)

Anonymous but not 'the' Anonymous writes: You've probably seen the Anonymous videos on Youtube that attack Scientology and make a call to action on Feb 10. See:

http://www.partyvan.info/index.php/Project_Chanology

The CBC radio show 'Search Engine' gets interviews with members of Anonymous and their sometimes guru Wise Beard Man.

Downloads of mp3s available

http://www.cbc.ca/searchengine/blog/2008/02/

http://podcast.cbc.ca/mp3/searchengine_20080207_4645.mp3

Slashdot Top Deals

"No matter where you go, there you are..." -- Buckaroo Banzai

Working...