Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Geez... sorry. (Score 1) 182

You know what? I *get* that 'HTML5 video' is shorthand for 'video in a generally supported format wrapped in HTML5 tags'. But if I hadn't got that, I wouldn't have found it out from either the article or the summary.

I'm not really sure what the point of Slashdot is if it's just going to be another link aggregation site with the summary merely an excerpt or paraphrase of the linked article. It being 'news for nerds', I'd expect *at least* a technical angle on the story, because frankly there are far easier places for me to get my 'technical news for laypeople'.

Hence my point. Sorry it rubbed you up the wrong way.

Comment Re:...And yet I still knew what they meant. (Score 1) 182

You know what? I *get* that 'HTML5 video' is shorthand for 'video in a generally supported format wrapped in HTML5 tags'. But if I hadn't got that, I wouldn't have found it out from either the article or the summary.

I'm not really sure what the point of Slashdot is if it's just going to be another link aggregation site with the summary merely an excerpt or paraphrase of the linked article. It being 'news for nerds', I'd expect *at least* a technical angle on the story, because frankly there are far easier places for me to get my 'tech news for laypeople'.

Hence my point. Sorry it rubbed you up the wrong way.

Comment Re:...And yet I still knew what they meant. (Score 1) 182

You know what? I *get* that 'HTML 5 video' is shorthand for 'video in a generally-supported format wrapped in HTML5 video tags'. If I didn't get that though, I wouldn't have found it out from the article. So in the age of twitter, reddit, etc., what exactly is the point of Slashdot if it's just another link aggregation service? You would expect, it being 'news for nerds', that you'd see some technical content added to the story here if anywhere.

Hence my point. Sorry it rubbed you up the wrong way.

Comment Re:Well, at least the rest don't do this. (Score 1) 605

[T]o post it to the public; a highly abusive act

When TSA sees this, it means they won't make the same mistake again, which ultimtely results in less useful information released to the public.

So you're annoyed that someone released information to the public because doing so might result in less information being released to the public? Your ideas intrigue me.

Comment Re:It's not about the learning curve. (Score 2, Interesting) 578

All right, I can't resist. A ruby implementation...

def should_uncheck(item)
    item.checked? && current_font.provided_styles.include? item.style
end

menu.items.select{|item| should_uncheck?(item)}.map{|it| it.uncheck}

You could do something similar in any language supporting higher-order functions. The code meets your requirement of not expressing things through nested loops and reads more like "do this to all items for which 'condition' is true." That said, Inform7 is very cool. :)

Comment Thorough research (Score 5, Insightful) 184

'I researched this subject thoroughly and found that it's almost completely undocumented'.

Did the thorough research include a Google search for 'ldd security'?

My thorough (3 minute research) turned up this tidbit from TLDP:

Beware: do not run ldd on a program you don't trust. As is clearly stated in the ldd(1) manual, ldd works by (in certain cases) by setting a special environment variable (for ELF objects, LD_TRACE_LOADED_OBJECTS) and then executing the program. It may be possible for an untrusted program to force the ldd user to run arbitrary code (instead of simply showing the ldd information). So, for safety's sake, don't use ldd on programs you don't trust to execute.

Linux

Submission + - Canonical halts Ubuntu CD free-for-all (pcpro.co.uk) 1

Barence writes: Canonical has announced that it's to begin limiting the number of free Ubuntu CDs people can order. The ShipIt scheme has proved so popular that Ubuntu will now only ship one free CD to users who haven't ordered a disc before. Users will now be required to upgrade to new versions through online upgrades, or by downloading the latest version as an ISO and burning it to CD themselves."While these CDs are often referred to as 'free CDs', they are of course not free of cost to Canonical," says Canonical's chief operating office Jane Silber. "We want to continue this programme, but Ubuntu’s growth means that some changes are necessary."

Slashdot Top Deals

Successful and fortunate crime is called virtue. - Seneca

Working...