Forgot your password?
typodupeerror

Comment Yes, and I made a thing to use it in email (Score 1) 204

At one point I found myself composing some email (started with notes for a conference, then code-heavy email) in Github's editor, rendering, and then pasting into an email. And then I realized that I'm a programmer and can make stuff to do stuff. So I made Markdown Here (or the project page on Github). It's a Chrome/Firefox/Safari/Opera/Thunderbird/Postbox extension that allows you to write email in your normal email editor, but in Markdown, and then render it before sending. It also supports syntax highlighting and some TeX math support. And it works in Google Groups posts, Evernote (web interface) notes, Blogger posts, and so on -- anywhere that uses contentEditable or designMode for the editor (including TinyMCE-based and CKEditor-based ones).

So, yeah, I use Markdown for email. There are about 15,000 Markdown Here users, so I guess they're part of the answer too.
Businesses

Dell Thinks Ubuntu Makes Hardware More Fragile? 380

WolfWings writes "Apparently Dell has decided that Ubuntu-based computers are ineligible for their famed CompleteCare service, or any form of hardware warranty what-so-ever. The news has only recently hit Dell's own IdeaStorm website, via a forum post describing an interaction with the company's customer service. Says the customer, 'I am looking for protection from bricks. The laws of physics do not differ from one OS to the other...do they?' After so recently decided to support Linux on their machines, including limited technical support, Dell seems to be squandering any possible good-will with this decision to leave purchasers of these machines high and dry for hardware warranty coverage." Update: 06/05 23:40 GMT by KD : many readers let us know that Dell has said that the omission of extended warranty and CompleteCare options from the configurator for Ubuntu systems was an "ordering system glitch." It should be fixed by now according to DesktopLinux.com.

Comment Shameless self-promotion (Score 5, Informative) 75

I'm one of the founders/developers of a product that's an alternative to Groove -- CipherShare. We're a very small company, but the product has been around for about 7 years now, and we have some pretty sizable customers (Bechtel, MDS Sciex).

We have: a very clear, simple interface; zero sensitive data exposure on server (we have a reseller who will host for you, if need be, and won't be able to see your data); support for very large files; secure chat; optional account/password recovery; file-type-agnostic document handling; auto-delta-versioning; etcetera. Check out the site and email us if you'd like a demo (we can host it for you, or you can host it yourself).

What Math Courses Should We Teach CS Students? 392

Coryoth asks: "If you're taking computer science then getting as much mathematics as you can is probably a good idea. Ultimately, however, there are only so many math courses you an squeeze in. Given that, what areas of mathematics should we be teaching CS students for maximum benefit? Traditionally university math courses are structured around the needs of the physical sciences and engineering, which means calculus is what gets offered. While a decent calculus course can teach a certain amount of formality in reasoning, wouldn't CS students be better served with a course in mathematical logic and foundations with its greater degree of formal reasoning and obvious connections to fundamental concepts in computer science? Are courses in abstract algebra and graph theory going to be useful to CS students? Should courses in category theory (yes, it applies to computer science) be required of students going on in theoretical computer science? In short — what areas of mathematics are going to be the most useful and most applicable to computer science students? What courses were of the most value to you?"

Slashdot Top Deals

Nothing succeeds like success. -- Alexandre Dumas

Working...