Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Story Title Links split when dashes are in URL (Score 1) 1839

On some of your stories, the link in the title will wrap to two lines if there's a dash in the url. This results in an ugly, inconsistent look on the front page.
To see an example of the problem, go here: http://slashdot.org/?fhfilter=... One of the first results should be "Ruby 2.3.0 Released", and the green title bar is twice as tall as normal. Another example is here: http://slashdot.org/?fhfilter=...
I think I have a fix for you. In your app.css file, at line 720, simply apply the following to your "a.story-sourcelnk" class: "white-space: nowrap;"
Please make this easy fix and improve your site. It's only an extra 21 bytes (19 if you minify your css).

Comment Re:It's an Exclusionary Club (Score 4, Interesting) 606

Essentially this.

I had a prof who would do all his lectures & demos from the command line.
Need to write a short C program to demonstrate forking? Boom! Into vim and coding up a basic example in a minute or two.
Typo in his LaTeX slides? Boom! Switch over to fix it, then recompile the slides, and on with the lecture.
Student asks a question about a command line argument? Boom! Man pages up on the big screen.

It was a little intimidating to see this CLI master hopping around typing crazy little combinations of letters and making magic appear on the screen, but at the same time it was inspiring. It was an example of what we could aspire towards.

Comment Photo Booth (Score 4, Interesting) 246

I made a photo booth which was installed inside of an old phone booth in a local cafe for a new-media art festival this past summer. I used a Raspberry Pi, a usb webcam, a big red button connected via GPIO, a coin slot connected via GPIO, and an ethernet cable running to the router in the back room. People would insert their dime or two nickles and the button would light up. Pressing the button would take a photo. The Pi then uploaded the photos to a website which looped through all of the photos taken during the festival. People could visit the website on their own devices, but there were also a few screens set up around the town in shop windows displaying the photos. The program to do all this was a simple python script with a loop.

You can still see the photos taken here: http://donttakemypicture.org/
The site uses javascript to keep checking for new photos and to change the photo displayed for you every few seconds.

Submission + - Slackware Linux 14.1 Released

An anonymous reader writes: The world's oldest Linux distribution currently being maintained has released yet another version! According to the official announcement, Slackware 14.1 includes the following: "Slackware 14.1 brings many updates and enhancements, among which you'll find two of the most advanced desktop environments available today: Xfce 4.10.1, a fast and lightweight but visually appealing and easy to use desktop environment, and KDE 4.10.5, a recent stable release of the 4.10.x series of the award-winning KDE desktop environment." Installation ISOs can be found here.

Comment News for nerds? (Score 4, Interesting) 267

The Slashdot tagline used to be: "News for Nerds, Stuff that Matters". I no longer see this on the front page, and it's not even in the page title. A conversation about what Slashdot is, what it used to be, and what it's becoming, notwithstanding, I would expect the 'Nerd' option to be the highest, as the site is (or at the very least, used to be) 'news for nerds'.
Mars

4-Billion-Pixel Panorama View From Curiosity Rover 101

A reader points out that there is a great new panorama made from shots from the Curiosity Rover. "Sweep your gaze around Gale Crater on Mars, where NASA's Curiosity rover is currently exploring, with this 4-billion-pixel panorama stitched together from 295 images. ...The entire image stretches 90,000 by 45,000 pixels and uses pictures taken by the rover's two MastCams. The best way to enjoy it is to go into fullscreen mode and slowly soak up the scenery — from the distant high edges of the crater to the enormous and looming Mount Sharp, the rover's eventual destination."

Slashdot Top Deals

"Irrationality is the square root of all evil" -- Douglas Hofstadter

Working...