Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment I wrote my own "IDE" on MSDOS 3 (Score 2) 181

Back in the day I used MS C/C++ 5.1 (one of their finer products IMHO). This was classical command line suite with compiler, linker, make and a nice editor (called me I think).

Based on an idea in .EXE magazine I wrote a special make file and a batch script that:

1) Run the special make file to generate a new temp batch script to compile the code (only one file) as needed
2) Ran the new temp batch file
3) Saved the error report if present
4) If the error report was present then parse the errors and source code to the editor for correction
5) Jump to step 1 until all files were made

It was so bloody arcane so that as little was running in memory at one. It was either make, the compiler or the editor using the precious 640K at at time. But it certainly felt a lit faster in the compile/edit/cycle once I got it working.

Comment You need a technical pre-sale consultant for that (Score 5, Insightful) 211

I wouldn't even try.

Sales people need to be adept as selling a business story and should be able to talk to project managers and other budget holders about the business benefits of investing in the tool.

The conversation with the programmers is key and important to making the sale -- but's it a different conversation about the job benefits of using the product.

So you need to go in two handed -- a business focused sales professional and a technical pre-sale consultant.

Submission + - Comcast DNSSEC Goes Live (comcast.com)

An anonymous reader writes: In a weblog post, Comcast's Jason Livingood has announced that Comcast has signed all of its (5000+) domains, as well as having all of its customers using DNSSEC-validating resolvers. We further notes that now 'that nearly 20 million households in the U.S. are able to use DNSSEC, we feel it is an important time to urge major domain owners, especially commerce and banking-related sites, to begin signing their domain names.'
Education

Submission + - Raspberry Pi has gone to manufacturing (raspberrypi.org)

alecclews writes: "After weeks of waiting the Raspberry Pi foundation, who are creating a US$25 computer to bootstrap Computing education, have flipped the switch on manufacturing.

They had wanted to build the board in the UK but it turns out to be uneconomic."

Slashdot Top Deals

Would you people stop playing these stupid games?!?!?!!!!

Working...