Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment One Word (Score 1) 1055

Eclipse. I mostly use the usual Java plugins, Flex Builder, PHP development kit, EPIC, PyDEV and it handles the little bit of C/C++ I do without any complaints. If the RIM JDE plugin worked in Linux it'd never get closed.

Comment Daily Lame Workarounds (Score 1) 655

I thought lame workarounds were par for the course when dealing with computers? Here's a list of just a few I go through on a daily basis:
  1. My laptop's external monitor's randr setting is currently --above because --left-of breaks the Intel video driver (Xubuntu 8.1 it caused complaints but worked, 9.04 it's performance is on par with a P-100 sporting a Cirrus 1mb video card)
  2. Every morning I have to open a terminal and ifconfig my network address because Network Manager refuses to save changes (which is a step up from 8.1, which wouldn't even save network settings)
  3. I have my 2 Windows partitions mounted in /media and manually mount external drives there as there appears to be no rhyme or reason as to when (or if) they show up in "Places" or a save as/open dialog.
  4. I don't know what the berry_charge kernel module does, but it doesn't charge a Blackberry so I had to dig out the AC adapter.
  5. When working with vector graphics, I have Illustrator installed in an XP virtual machine. Believe it or not, this is faster and more usable than Inkscape.
  6. If I want to commit, I need to exit and restart Eclipse if it's been open more than 10 minutes otherwise Subversive endlessly claims it's "Running..." while doing nothing
  7. It's nice xfce4-mixer in 9.04 lets me use my scroll wheel on it's icon to raise/lower volume, although I preferred 8.1 letting me use the volume keys on my keyboard

Sure it's a pain and there are many more I'm forgetting, but at least it's not Windows :)

The Internet

One Broken Router Takes Out Half the Internet? 412

Silent Stephus writes "I work for a smallish hosting provider, and this morning we experienced a networking event with one of our upstreams. What is interesting about this, is it's being caused by a mis-configured router in Europe — and it appears to be affecting a significant portion of the transit providers across the Internet. In other words, a single mis-configured router is apparently able to cause a DOS for a huge chunk of the Net. And people don't believe me when I tell them all this new-fangled technology is held together by duct-tape and baling wire!"
It's funny.  Laugh.

Banned Words List Carries Its First Emoticon 333

DynaSoar writes "Lake Superior State University in Michigan's Upper Peninsula ('The land of four seasons: June, July, August and Winter') has just published its 34th annual List of Words to Be Banished from the Queen's English for Mis-use, Over-use and General Uselessness. Besides such unsurprising inclusions such as 'green' corporations being 'game changing' due to concern with their 'carbon foot print,' this year's list contains an emoticon for the first time — not a smiley face or variant, but the 'heart' symbol made from the characters 'less than' and 'three.' It's perhaps a sign of the evolution of language, or at least of this volunteer linguistic watchdog group, that a symbol compounded of two characters, neither of them a letter, is considered not only a word, but a particularly egregious one."
Programming

Reuse Code Or Code It Yourself? 429

eldavojohn writes "I began coding for a project that had simple requirements for my employer — Web services and a test application for them. But requirements have been creeping, as they always do. Initially I had decided to use the Spring Framework with Hibernate. And I re-used a lot of libraries that made things simple and quick for me. The new requests coming in involve capabilities beyond those of the frameworks. Now, I used to be told that good programmers write code and great programmers reuse code. It's starting to look like I would have saved myself a whole lot of time if I had written the database transaction using JDBC instead of Hibernate — now that I'm married to this object model framework, some of this stuff doesn't look doable. So what is better for the majority of software projects out there: reuse code, or code from scratch? What elements or characteristics of a problem point to one option over the other?"

Slashdot Top Deals

FORTRAN is not a flower but a weed -- it is hardy, occasionally blooms, and grows in every computer. -- A.J. Perlis

Working...