Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:All in favor of Elop getting the job? (Score 1) 292

None of the names I've seen on the shortlist should get the job. MS rose to power with a technologist (Gates, FWIW) at the helm, but under an accountant (Ballmer) has mostly moved forward on intertia that Gates created. If the MS Board wants to see the company get back on track, they need to install another technologist... ideally someone with credibility to satisfy business customers, and a likeable personality that end-user consumers (and developers) can identify with favorably. There are probably perople who better fit that description, but Ray Ozzie comes to my mind... too bad everyone as MS thoroughly pissed him off.

That being said, Elop can't strictly pull a Nokia on Microsoft... he was a Trojan Horse sent by MS to dismantle Nokia. Who would be Odysseus in this new scenario?

Comment Re:Misleading criticism of title... (Score 1) 160

I never have GPS or network location location enabled, but damn if don't still kill that infernal MapsPrefetcherService a dozen times a day, along with a bunch of other crap that insists on running as a service. Google is the reason why I find myself trusting Android a little bit less every day.

Comment "more traditional email experience" (Score 4, Insightful) 435

Hardly. Every time they change the UI it feels less like email, and more like a strange conglomeration of email, social media, and instant messaging, where email always loses importance. I personally find the whack-a-mole buttons annoying as hell, especially since the one I use second most ("mark as read") is buried under "More".

And I'm sure anyone here who has tried to deal with Gmail as an IMAP server has yanked out at least one fistful of their own hair.

Comment WYSIWYGs vs Markdown (Score 2) 204

As a web developer, I understand the need to allow users to create content. However, I consider full blown web-based WYSIWYGs (such as TinyMCE and CK Editor) to be terrible tools. Yes, they take care of most of the dirty details, but they also have the capacity produce bloated garbage markup. I've always found bbCode annoying. I've used a couple of Wiki syntaxes as well (MediaWiki, Jira), and find them only slightly less annoying than bbCode. Because I know HTML, I prefer to just write HTML when I know the final format will be HTML.

Markdown syntax is clean, succinct, and can be extended when needed. The vast majority of non-savvy users only need to do basic formatting (bold, italics, headlines, lists) and Markdown covers that very well, in a way that the user can't do much damage to the prescribed styling of the content.

I've very briefly experimented with LaTEX, not enough to have actually used it for anything. I was not aware of PanDoc, but it looks very interesting.

Comment Re:A bit iffy??? (Score 2) 91

Uploading images or other files that will not be executed by the CMS is not the issue here. The ability to upload modules and plugins is a much greater risk. Being able to delete those things (as granted by write permission) can render the entire CMS inoperable. The further insanity of allowing code to be editable within the CMS is even more dangerous, as that can introduce simple breakage via a syntax error and be a good place for malicious code to hide, easily placed there by a compromised CMS account.

Comment Re:A bit iffy??? (Score 1) 91

Yes, it very much is batshit-insane. To allow such a thing is to put an inordinate amount of trust in your web application and your http server, both of which should be considered insecure no matter how secure you think they are. WP goes one step further and allows its plugins to be edited from the admin interface, which is batshit-donkeyfuck-insane.

There is always a trade off between security and user friendliness... these anti-features cross the line so far that they've disappeared beyond the horizon.

Comment Re:Lots of little boards (Score 1) 130

I am, but my sketch is populating and manipulating a 40x4 array of uint8_t values with a simple fire algorithm, it doesn't use many library calls. I've made a few optimizations, but I don't think I can get more than 30 loop() interations per second even in this preliminary stage on an Uno. I'll be able to achieve more than I originally planned by using a Tensy 3.0 instead.

Comment Re:Lots of little boards (Score 1) 130

With my first Arduino project, I'm finding the Uno's 16mhz clock speed to be more limiting than 2k of RAM.. all I'm really doing is twiddling an RGB LED strip with generated values.

I'd personally be happy if there was an Arduino with a 64 mhz clock, but Atmel doesn't make such as chip as far as I know, the fastest AVR is 32mhz, and even that would be a huge improvement.

Comment Re:semantic flush (Score 1) 307

i and b were deprecated in HTML4 in favor of em and strong, respectively.

HTML5's sections did nothing to cure div-itis. Now we're going to be afflicted with article-itis and section-itis as well.

HTML5 won out over XHTML2 because of better overall backwards compatibility, however HTML5 is full of incompatible details such as the dilution of h1.

CSS has nothing to do with this. Every element is supposed to impart a well-defined context to its content, regardless of presentation. That's what I meant by semantics. An h1 styled with 8pt text is still more important than a p styled with 72pt text. The "semantic web" was rooted in putting XML in everything, and died as hatred of XML rose.

As for the car analogy, I'm complaining about the badly designed new parts, reuse of obsolete parts, and generally poor build quality. The HTML5 spec doesn't express as firm a grasp of its content and concepts as previous versions. Never mind that it's been nine years in the making.

Comment Re:semantic flush (Score 1) 307

First, i and b will only ever be used as presentational elements, no matter how they get redefined... those zombies should still be in their graves. There's still no grouping element for dt and dd. Sectioning as defined in HTML5 is a mine field of malformed logic and self contradiction. They should have just made a h element that inherits its level based on context (similar to how li's inherit their bullet style from list depth), rather than "strongly suggesting" that h1 be used for every headline, which is not a backwards-compatible change to that element. Allowing unquoted attributes and arbitrarily deciding that some elements don't need to be closed is just fucking asinine.

Within an hour Hixie will appear to ask for bug reports be filed (which by now is just passive agression), or lay out some convoluted, ill-founded, self-referential logic (which won't hold a drop of water) to counter these points.

Slashdot Top Deals

What this country needs is a good five dollar plasma weapon.

Working...