Slashdot Mirror


User: moreati

moreati's activity in the archive.

Stories
0
Comments
193
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 193

  1. Re:Compare? on Microsoft To Distribute Third-Party Patches · · Score: 1

    That's a bit harsh. I can think of at least one other explanation - that person did do Windows, but does not longer, possibly having concluded the bad points out weigh any good points.

  2. Re:Technical details here on How To Evade URL Filters With (Not-So) Fancy Math · · Score: 4, Interesting

    don't you mean in this blog post [3273372964]

    Interestingl. Though Slashcode presented your url as typed by you, hovering over it and right-click-copy in Chromium shows the canonical dotted quad http://195.27.181.36/en/weblog?weblogid=208188044

  3. Re:This is not the right angle to look into it on A Skeptical Comparison of HTML5 Video Playback To Flash · · Score: 1

    I don't think the first two will be too much of a problem. To make download harder, and to show ads, sites will fiddle the source URL with javascript most likely. As I understand HTML5 a site can implement it's own controls, using the video tag's DOM. DRM is the unknown. Some creative coder may pull a smoke and mirrors trick that's convincing enough. Higher ups may even come to the opinion that it just doesn't matter. Or (lack of) DRM could mean HTML5 video isn't adopted by most.

  4. Re:Use a persistence library on Anatomy of a SQL Injection Attack · · Score: 1

    Ah okay, thank you for the pointer.

  5. Re:Use a persistence library on Anatomy of a SQL Injection Attack · · Score: 1

    Indeed, for cross database compatibility paramstyle sucks. It uses whatever the underlying database provides, and they all do it differently just as they all have different SQL dialects. I haven't looked into it, but I wonder how say the Perl DB-API can get around this without putting an SQL parser/generator in the database driver or doing simple find/replace and instroducing sql injection vulnerabilities.

    If cross database support is required, an ORM is the best approach.

  6. Re:Use a persistence library on Anatomy of a SQL Injection Attack · · Score: 1

    Sure you're aware of this, but to make to clear for everyone. Python, Perl and other languages don't require extra libraries to do parameterized queries either. In Python the pattern is

    import db_module
    conn = db_module.connect('user/pass@host')
    curs = conn.cursor()
    curs.execute('select field1, field2 from table1 where field3 = ? and field4 = ?', ('foo', 7.6))
    curs.fetchall()

    Exactly the same number of lines as doing it with string munging, but type safe and zero chance of sql injection.

  7. Re:Why. on Mock Cyber Attack Shows US Unpreparedness · · Score: 1

    There is no hidden Moriarty pulling the strings of the criminal world.

    Yes, I agree with this man

  8. Re:some facts about nuclear energy. on US To Build Nuclear Power Plants · · Score: 3, Informative

    Just chapter 11 will do http://www.inference.phy.cam.ac.uk/withouthotair/c11/page_68.shtml, or even just page 71 http://www.inference.phy.cam.ac.uk/withouthotair/c11/page_71.shtml.

    Summary: Gadgets and other devices on standby consume a tiny fraction of that consumed by heating, lighting, transport and other activities. The major energy savings come from better insulation, more efficient transportation, and just doing less. Whatever we do has to be on a big scale, and renewables/efficiency savings alone (for the UK), means a _lot_ of turbines/panels.

    The rest of the book is well worth reading though, it brings what many of these debates lack - meaningful numbers in context, such as http://www.inference.phy.cam.ac.uk/withouthotair/c10/page_64.shtml. The website is http://www.withouthotair.com/

  9. Re:No endorsement on Cacti 0.8 Network Monitoring · · Score: 1

    A cactus has spines.

  10. Re:Welcome to 3 years ago on Why "Verified By Visa" System Is Insecure · · Score: 1

    Of course cloning the magstripe shouldn't do any good without the chip. Are some locations accepting cards with only a magstripe and pin and non-functioning chip.

    As I understand it these places are called East Europe, Asia, Africa, North America, South America and Weatherspoons.

  11. Re:is html5 going to provide faster better video? on YouTube Hints At Support For Free/Open Formats With HTML5 · · Score: 1

    I wasn't claiming that Youtube or Google take any particular action. I just wanted to provide the citation you requested, that hardware encoders/decoders have vastly reduced power consumption.

    Agreed Google have likely looked at this in far more detail. On the subjject of commodity hardware performing hardaware acceleraton, I'm guessing that's where GPGPUs and the nest generation combined chipset/graphics controllers come into play.

  12. Re:is html5 going to provide faster better video? on YouTube Hints At Support For Free/Open Formats With HTML5 · · Score: 5, Informative

    First, do you have a citation for this 'massive' reduction in power?

    Langen, Germany, October 30, 2008 - Fujitsu Microelectronics Europe (FME) today expanded its line-up of H.264*1 CODECs with two new devices that encode and decode full high-definition (HD) (1920 dots x 1080 lines) Video in H.264 format. The first of the two products to be launched, the ultra-low power MB86H55, features power consumption of only 500mW during full HD encoding including the built-in memory, an industry-leading level for low power consumption. In addition, the upcoming MB86H56 will offer processing of full HD video at 60 frames-per-second (progressive) '60p'*2, to improve picture quality even further.

    -- http://embedded-computing.com/fujitsu-full-h-264-codecs

    That's half a Watt encoding HD, a general purpose CPU would be consuming tens, or even a hundred watts to do that.

  13. Re:Slashdot on What SciFi Should Get the Reboot Treatment Next? · · Score: 1

    That was called LugRadio, it was good whilst it lasted.

  14. Re:Glad it's delayed. It's rubbish. on GNOME 3 Delayed Until September 2010 · · Score: 1

    I'm missing desktop sharing and conferencing software like Livemeeting. I'm also missing some ease-of-use dealing with very simple things like cutting and pasting a link to a windows share and using it to look at a remote directory without having to edit all the slashes.

    Regarding desktop sharing, are you aware of the newer features in Empathy? It can do video/voice and desktop sharing (for xmmp at least).I believe (like Livemeeting), both end would need to have Empathy installed.

    Regarding the link clicking, I'm guessing you mean UNC paths like \\smbserver\share\somefile.doc now you've mentioned it, I'm missing it too. A bug was filed in 2007 https://bugzilla.gnome.org/show_bug.cgi?id=446136, nothing has happened unfortunately.

    Alex

  15. Re:I don't get it on HP To Acquire 3com For $2.7 Billion · · Score: 1

    My first thought, without RTFA, was:

    Cisco: Look our routers can run Linux and look at these x86 modules, we're getting into the server market.
    HP: Well screw you, we'll go and buy some networking market share.

    No idea how accurate that is, but it felt right.

  16. Re:pushes? on Apple Pushes Unwanted Software To PCs, Again · · Score: 2, Funny

    They're just being friendly. Installing extra software is Apple's way of saying hello!

  17. Re:Pretty sure the point.. on Has the Glory Gone Out of Working In IT? · · Score: 1

    The cult classic that actually glorified being a geek was "Hackers."

    You misspelled Sneakers.

  18. Re:As one of the few (non-tech) lawyers..... on Why Is Linux Notebook Battery Life Still Poor? · · Score: 1

    Can anyone explain why my initial gut sense is an over-reaction?

    Switching from Windows or OS X does have trade offs. The most noticable ones for me are poor flash performance, patchy 2D/3D acceleration support, less reliable hibernation, and the topic at hand - shorter battery life. Similarly staying with Windows or OS X has trade offs. Principally for me is their complexity, their black box nature, the culture of control and cost/hassle of per seat licensing.

    Should my replacement computer (another laptop) be Linux (other than Apple)?

    Only you can answer that question. Some things to consider though:
    - Are you happy/content with your current OS, or are you finding yourself to be frustrated by it's limits?
    - Do you value having things that just work, or having greater control of your system?
    - Is a computer a means to an end, or do you enjoy the challenge of making it do your bidding?

    For me Linux is the best balance of control and functionality. I would like it to be more rounded on the desktop, similarly I'd like Windows to not be so overly complex. Both a serviceable, neither is ideal.

  19. Re:No Mention of Bing or Natal? on How Microsoft Has Changed Without Bill Gates · · Score: 1

    Their operating system is losing market fast

    A genuine query. What's your source for this? I would like to see some numbers for client OS Market share trends.

  20. Re:Isn't it strange on Ubuntu 9.04 Is As Slick As Win7, Mac OS X · · Score: 1

    Thanks for the pagedefrag tip. There is a third: virus scanners, and their bloody policy agents.

  21. Re:No more parades? on Predator C Avenger Makes First Flights · · Score: 1

    According to Machiavelli, the problem [...] was that the mercenaries themselves were unreliable and disloyal.

    This is totally of topic, but do you read When IT meets politics, It just quoted Machiavelli too. Or is it just a big coincidence?

  22. Re:That makes no sense on Gmail Adds 5 Second Send Rule · · Score: 1

    Really. This humour is so formulaic.

  23. Re:Having finished a Flex/Air app... on iPlayer Released for Mac, Linux; Adobe Announces AIR for Linux · · Score: 3, Insightful

    Sorry to pick on you, but this is a bugbear of mine.

    Applications written in AIR/Silverlight/whatever are not web applications. They're thick client applications that happen to use a bit of http and javascript.

    Web applications run in web browsers. Not in one particular browser, and not in a third party runtime.

    I'm glad AIR was a good fit for your problem.

  24. Re:Just goes to show on IBM Launches Microsoft-Free Linux Virtual Desktop · · Score: 2, Informative

    Might I suggest The Seven Habits of Highly Effective Pirates

    29. The enemy of my enemy is my enemy's enemy. No more. No less.

  25. Re:DO-NOT "Remember Passwords" on 'Greasemonkey' Malware Targets Firefox · · Score: 2, Interesting

    Given that javascript can be injected into a page in various ways, and as you show it can access the contents of input fields. Would there be any milage in blocking access to the contents of password fields from javascript. Would that break many sites?

    IIRC the file upload element works this way, to avpid revealing the file path to the website.