Follow Slashdot stories on Twitter

 



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.

Submission + - Slackware 14.1 Released

shadowknot writes: Patrick Volkerding announced the release of Slackware 14.1 today: "Yes, it is that time again! After well over a year of planning, development, and testing, the Slackware Linux Project is proud to announce the latest stable release of the longest running distribution of the Linux operating system, Slackware version 14.1!" The latest release features a 3.10.17 kernel as well as the KDE 4.10.5 and Xfce 4.10.1 desktop environments. Slackware 14.1 also marks the first major release to feature MariaDB in favor of MySQL in the light of ongoing licensing concerns with the latter.

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'.

Slashdot Top Deals

Life is a whim of several billion cells to be you for a while.

Working...