Slashdot Mirror


User: TheSunborn

TheSunborn's activity in the archive.

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

Comments · 991

  1. Re:Problems on Hardening Apache · · Score: 1

    Just use Apache 1.3 insted of 2.0 and it will stay up until you deside to take it down.

  2. Re:You fail it! RTFA on HP Shelves Virus Throttler Program · · Score: 1, Informative

    Zonealarm don't have any problem with blocking connections from the inside. It really don't require access to the source of windows.

  3. Re:And get rid of VACUUM on PostgreSQL Wins LJ Editor's Choice Award · · Score: 2, Insightful

    Whats the problem with running VACUUM? You just start VACUM as a cronjob. It's not as if it stops the database from working.

  4. How about transactions? on C-JDBC 1.0 Released · · Score: 1

    I looks very intelesting, but I searched the documentation and could not find any mention of transactions. How do they handle that?

    I mean how do they handle locking with things such as SELECT FOR UPDATE?
    I mean if to clients different SELECT FOR UPDATE fon the same row, could you not have a situation where one client have the lock on db1 and an other client have the lock on db2 for the same row?.

    And how do they handle transaction order. I mean if to transactions a and b are comitted at the same time, could you not risk, that one database first commit a and then b, while the other commit b first and then a, leading to inconsistent databases.

    The only way I can se to handle this, is to have the software be total single threaded with only one thread sending read/write requests to the databases and then block until all databases had acknowledget them. But that would be slow.

  5. Re:What happens in 2038?! on Verisign Speeds Up DNS Updates · · Score: 1

    Yes but the number is stored as ascii, so there is no reason to belive it is limited to 32bit integers.

  6. Re:Microsoft are lying to us on Microsoft Responds to IE Criticism · · Score: 1

    So it's better if some random oem such as dell choose what browser most users use, insted of microsoft choosing it?

  7. Re:Script generated output will be broken? on Microsoft Responds to IE Criticism · · Score: 1

    So my ohp script that generates svg, that won't work anymore?


    You could just send a correct mime type from your script AS YOU SHOULD ANYWAY.

  8. Re:It would seems SQL is better for RDB than XDB on SQL, XML, and the Relational Database Model · · Score: 3, Informative

    And the problem happens as soon as you want to know which producs uses a specific screw. Doing that query against the xml would be difficult, and/or extreamly slow.

    Martin

  9. Re:"Sloppy" needs clarification on Blame Bad Security on Sloppy Programming · · Score: 2, Informative

    Here is a better solution. Write the decoder in c++ using Vector insted of arrays, and use at(pos) insted of []. That way the worst thing that can happend is an exception which is not a security risk.

    (This solution still have the problem that there might be input which causes it to block forever, thus allowing a dos attack, so if you really want security you need to validate the header anyway).

    Martin

  10. Re:Agreed on Intel Puts the Lock on Overclocking · · Score: 1

    Well, that's the mistake. What you are really paying for is mostly the development of the processor.

  11. Re:Is this guy for real? on Tanenbaum Rebuts Ken Brown · · Score: 1

    But linux did NOT write an os. He wrote a kenrel which acording to the link is about 10.000 linies of code. The rest of the os and the compiler he got from other sources, mostly gnu. (There is a reason some people want to call it gnu/linux)

  12. Re:Ah ... on VisiCalc Turns 25, Creators Interviewed · · Score: 1

    >Even difficult problems like the travelling >salesman or Towers of Hanoi

    Since when have towers of hanoi been a diffucult problem? It's such a simple problem that it can be implemented for an Apple II in basic.

    And for the travelling salesman problem: Well it is easy to solve in the way that we know how to solve it. Try all combinations and select the shortest. The problem with this "solution" is that for any large dataset(Say 10000 cities) no amount of computer power* can solve this problem before Earth hit the sun.

    If you know a faster way to solve travelling salesman I think you should describe it, publish it and earn that million dollers.

    *(No amount of computer power means that there is not enough matter in the known universe to build a computer that can solve the problem fast enough)

    ps: Sorry about feeting the trolls but I got nothing better to do.

  13. Re:Ah ... on VisiCalc Turns 25, Creators Interviewed · · Score: 1

    Math 101

    O(1) does not mean that the calculations are constant, or that they take constant time. It means that there exists an upper limit(in time) as to how long the operation will take no matter the input size.

  14. Re:#1 thing Apple should do... on Making Operating Systems Faster · · Score: 1

    No it's not. The GPU is only used to compose the gui.

  15. Re:The File Open dialog box on Fedora Core 2 Dud or Dodo? · · Score: 1

    But what if you want first edit one file, and then an other file. Your solution require that one quit geedit to switch file.

  16. Re:dual boot bug is not that big of a deal on Fedora Core 2 Dud or Dodo? · · Score: 5, Interesting

    It's not poorly tested. They know the bug they just released anyway.

  17. Re:Now on Fedora Core Doesn't Like to Dual Boot? · · Score: 1

    Acording the thread in the link, it is actuelly Fedore that mess with the partition table.

  18. Re:QNX on Andy Tanenbaum on 'Who Wrote Linux' · · Score: 1

    Most likely problem. No dma support for your chipst in qnx. Just think about it. Your harddisk can't read more then 40MB/second, and any kind of computer sold widthin the last 7 years should able to copy 40MB in far less then a second.

  19. Re:Mac OS X != microkernel on Andy Tanenbaum on 'Who Wrote Linux' · · Score: 1

    No it is running (part of)the bsd kernel as a task similary to all the other tasks that it is running. To understand the mix of bsd and next have a look at What is Mac OS X http://www.kernelthread.com/mac/osx/

  20. Re:Lesson to be learned on Bitkeeper News Redux · · Score: 1

    But then it's not the license that is evil, but the price.

  21. Re:8 years of redundancy on Eight Years Of Apache · · Score: 1

    What does easily-refreshed configs for hosting? I always just use apachectl graceful.

  22. Re:Whatabout a new use for DRM? on FairPlay v2 Reversed, Playfair Back Online · · Score: 1

    That would not work. You could just remove the signature. Nobody need the signature to hear the music, so removing it would do no harm.

  23. Re:Right. on Interview with ATI's soon-to-be CEO Dave Orton · · Score: 1

    Well it is not imposible. They do have something like 40% now, so they just need to increase 10% point. Diffucult but not imposible. He is talking about graphics card sale, not integrated graphics where he admit they are currently weak.

    But I still think that they should have asked about their (lack of)driver quality.

    Martin

  24. Re:#define PREPROCESSOR "No!" on Gosling on Opening Java · · Score: 1

    Java is not one platform. Java is a lot of platforms . There is java java 1.0.x 1.1.x 1.2.x 1.3.b 1.4.x.

    As a developer having to support java 1.1.8, 1.3.x and 1.4.2 it is really fucked as I have to edit the source each time I want to compile it for our tre supported java platforms. And I can't just use java1.4.2 and then tell people to upgrade their java, because our software need to run on platforms where upgrading the java to 1.4 would require an upgrade of the entire OS.

  25. Re:Please Mister the Boss... on Gosling on Opening Java · · Score: 1
    >It certainly is not free software, but that doesn't >mean it cannot be included in a linux distribution.

    The licence for java(jre 1.4.2) is the reason you can't distribute it with your linux distribution.

    Just look ath this quote from the licence:


    B.License to Distribute Software. Subject to the terms and
    conditions of this Agreement, including, but not limited to
    the Java Technology Restrictions of these Supplemental
    Terms, Sun grants you a non-exclusive, non-transferable,
    limited license without fees to reproduce and distribute
    the Software, provided that (i) you distribute the Software
    complete and unmodified (unless otherwise specified in the
    applicable README file) and only bundled as part of, and
    for the sole purpose of running, your Programs, (ii) the
    Programs add significant and primary functionality to the
    Software, (iii) you do not distribute additional software
    intended to replace any component(s) of the Software


    The linux distributions could ofcause sidestep tha t licence by making and including a java program, but then who has to deside if the Programs add significant and primary functionality to the Software