Forgot your password?
typodupeerror
Programming

Simpler "Hello World" Demonstrated In C 582

An anonymous reader writes "Wondering where all that bloat comes from, causing even the classic 'Hello world' to weigh in at 11 KB? An MIT programmer decided to make a Linux C program so simple, she could explain every byte of the assembly. She found that gcc was including libc even when you don't ask for it. The blog shows how to compile a much simpler 'Hello world,' using no libraries at all. This takes me back to the days of programming bare-metal on DOS!"
GUI

IDEs With VIM Text Editing Capability? 193

An anonymous reader writes "I am currently looking to move from text editing with vim to a full fledged IDE with gdb integration, integrated command line, etc. Extending VIM with these capabilities is a mortal sin, so I am looking for a linux based GUI IDE. I do not want to give up the efficient text editing capabilities of VIM though. How do I have my cake and eat it too?"
Iphone

Free Skype Client Lands On the iPhone 150

CNet is reporting that a free Skype client will finally be landing on the iPhone this week. Unfortunately some are saying that it seems many of the "critical" pieces of functionality are still missing. While the Skype engineers claim their native client will offer better audio quality (because there is no need to route through another server and transcode audio) they are still missing text messaging, file transfers, and integrated voice mail. Since the iPhone does not allow for multiple programs running concurrently, many are expecting existing multi-function apps like Fring and NimBuzz to continue their reign at the top.
Slashdot.org

Slashdot Keybindings, Dynamic Stories 220

We've been working hard on the new dynamic Slashdot project (logged in users can enable this by enabling the beta index in their user preferences). I just wanted to quickly mention that there are keybindings on the index. The WASD and VI movement keys do stuff that we like, and the faq has the complete list. Also, if you are using Firefox or have Index2 beta enabled, you can click 'More' in the footer at the end of the page to load the next block of stories in-line without a page refresh. We're experimenting now with page sizes to balance load times against the likelihood that you'll click. More features will be coming soon, but the main thing on our agenda now is optimization. The beta index2 is sloooow and that's gotta change. We're aiming for 2 major optimizations this week (CSS Sprites, and removing an old YUI library) that I'm hoping will put the beta page render time into the "Sane" time frame (which, in case you are wondering, is several seconds faster than that "Insane" time frame we're currently seeing).
Microsoft

A Real Bill Gates Rant 293

lou ibmix XI submitted an email written by Bill Gates a few years ago and turned over to the feds as part of the government's antitrust case. Great quotes like 'Someone decided to trash the one part of Windows that was usable?' and 'The lack of attention to usability represented by these experiences blows my mind.' We like to think of him as an abstract, but I think this is interesting stuff. Also, this might seem familiar. Oops.
Businesses

How Do I Put Unused Servers To Work? 302

olyar writes "I worked for an internet start-up last year and during the 'we have plenty of money' phase, a lot of server hardware was purchased. Eight months later, there is very little money, but we're still plugging along — using only a fraction of the hardware. We just cleared out a co-lo and I now have a stack of 17, 1U servers in my garage. Each of those has 2 servers, each of which is a 2-processor, dual-core box with 8 GB of RAM. Add that up and I have 136 processors and 272 GB of RAM with nothing to do. The IT guy in me thinks that's a waste of FLOPS. The wanna-be businessman in me thinks its probably a waste of money as well. So I've been brainstorming ways to put all of that power to good use. Any ideas?"

Comment Re:I am not applauding. (Score 1) 240

Complete and utter rubbish.

You say

But saying I can't use my software for what you consider Evil
That is a complete and utter strawman. No-one but you can say how your code can be used. If I were to assume that you were an intelligent person I would guess that you meant:

But saying I can't use a combination of your software and my software, for what you consider Evil

But that is a completely different kettle of fish.

You can do anything you like with the code you write, but if you want to use any code written by someone else you have to abide by their rules. It really is simple and it was summed up years ago (paraphrasing):

Your freedom to do as you like stops at the tip of my nose

Slashdot Top Deals

The first rule of intelligent tinkering is to save all the parts. -- Paul Erlich

Working...