Slashdot Mirror


User: RuneB

RuneB's activity in the archive.

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

Comments · 68

  1. Re:Two ways I can think of to go now... on MySQL Ends Enterprise Server Source Tarballs · · Score: 1

    You can be happy now. From:
    http://archives.postgresql.org/pgsql-committers/20 07-03/msg00136.php

    Log Message:
    -----------
    Make use of plancache module for SPI plans. In particular, since plpgsql
    uses SPI plans, this finally fixes the ancient gotcha that you can't
    drop and recreate a temp table used by a plpgsql function.

  2. Re:The problem with anti-cheat software.. on Fighting Online Game Cheating in Hardware · · Score: 1

    What's old is new again, eh? That is what MUDs have been doing for years and years (and MUDs are what everyone called "online gaming" for a long time)

  3. Re:Setting DST on older RedHat systems on Linux Systems and the New DST · · Score: 1

    /etc/localtime isn't a symlink because /usr doesn't have to be on the root filesystem, and thus a symlink to /usr/share/zoneinfo wouldn't work too well when /usr isn't mounted.

  4. Re:Already has ramifications on 'Daylight Savings Bugs' Loom · · Score: 1

    Probably because the standard libc functions don't allow for multiple timezones to be queried easily.

  5. Re:TurboC on Borland Announces the Return of the Turbo Products, with Video · · Score: 4, Informative

    You might want to try SETEDIT or RHIDE. SETEDIT is an editor and RHIDE is an IDE, both written using the Turbo Vision toolkit.

  6. Re:How to make sure your data is not readable on Online Revenge · · Score: 1

    True for reiserfs, but XFS only logs metadata to the journal. ext3 also only logs metadata with the default options.

    The filesystem doesn't matter, of course, when using shred on the entire drive.

  7. Re:They haven't heard of ssh-add -c? on Overconfidence in SSH Protection · · Score: 1

    The agent (which is running on your machine) asks for confirmation, not ssh. Your passphrase and private keys should never leave your machine when using an agent.

  8. Re:I dont see how UTF-8 is vulnerableg on PostgreSQL 8.1.4 Released to Plug Injection Hole · · Score: 3, Informative

    PostgreSQL ignored invalid UTF-8 sequences, meaning a ' character at the end of a incomplete sequence could cause only one ' to be seen by the parser when escaped.
    See http://www.postgresql.org/docs/techdocs.50 for the details.

  9. Re:Phishing scam protection - MY FOOT !!! on Microsoft Offers Phone Support For IE 7 · · Score: 1

    lynx is a good choice for many sites too :)

  10. Re:Sudo weakens security on Got Root - Should You Use It? · · Score: 1
    And I would guess that the user's private key is stored on said machine, as well. I don't know that public key authentication does much in a local context.

    The user's private key doesn't have to be on the sudo machine. Something like ssh-agent could be used, where the user only types their passphrase on their local machine (or uses a fancy authentication keycard), and sudo could then ask the agent to sign some random blob of data, verifying that the user has the correct key.

    This wouldn't be too much extra work if users are already used to using public key authentication for regular logins.

  11. Re:Sudo weakens security on Got Root - Should You Use It? · · Score: 1

    It's important to remember that you don't have to use passwords with sudo when PAM support is compiled in. You can have sudo use other authentication methods, including public key authentication.

  12. Re:missing alternate indexes on Top 5 Reasons People Dismiss PostgreSQL · · Score: 2, Informative
    It is my understanding that you shouldn't need to run VACUUM very often if you are only doing INSERTs, just once every billion transactions or so.

    Perhaps you are thinking of the ANALYZE command (which can be done as part of VACUUM), which updates the optimizer's statistics for a table?

  13. Re:Solution on Rootkits Head for Your BIOS · · Score: 1

    This may not work too well, since the rootkit may be able to detect and prevent the flash utility from working properly

  14. Text adventures on Introducing a Child to Constructive Computer Use? · · Score: 2, Insightful

    Try a text-adventure game, such as one of the classic Infocom games or one of the many text games that others have made since then. That will exercise the important skills of reading, typing, and the imagination, and will be pretty fun too.

  15. Re:Well, this should be pretty obvious... on New TLDs - Is There Any Real Benefit? · · Score: 1

    And many of the sites using the new TLDs appear to be spam or scam sites anyway.

  16. Re:Oh crap! on Deleting Emails Costs Morgan Stanley $1.45B · · Score: 3, Funny
    "I know! If we use gmail we'll never have to delete any email ever again! And we can then search old emails more easily!"

    "Whaaaat? But we don't want it to be that easy to search old emails. You're fired!"

  17. The Little Rover That Could... on Mars Rover Opportunity Working Free · · Score: 2, Insightful
    It is interesting that these rovers have exceeded all initial expectations. Every once in a while, something happens to one of the rovers that people say will make it unusable, and the rover has overcome whatever problem occurred and continue onward. I wonder how much of this is just because of good engineering by all the people involved in making the rovers, and how much of it is just plain luck.

    Eventually of course, something will happen to make a rover unusable, but it is interesting that the rovers have lasted this long.

  18. Re:64 bit linux :-)? on 32-bit to 64-bit - Obsolesence Pains Again? · · Score: 2, Insightful

    Why don't you just use a 32-bit compiled browser/mail program instead of switching computers?

  19. Re:virtulization on Is the x86 Architecture Less Secure? · · Score: 1

    If VMWare could virtualize the processor perfectly, then you wouldn't have to tell it what OS you're going to run, right?

  20. Re:Well, funny and all but..... on Email Worse Than Marijuana For Intelligence? · · Score: 1

    What about starting kids (and maybe adults too) on interactive fiction?

  21. Re:It Just Works on Microsoft's New Mantra - It Just Works · · Score: 2, Informative
    No, both symbolic links and hard links are filesystem-level under Unix. A hard link is just an extra directory entry pointing to the same underlying file, and thus cannot cross a filesystem boundary, while a symbolic link is stored as a string and can contain any pathname (vaild or not.)

    For symbolic links, you are correct that an application may need to be modified when it wants to remove the underlying file instead of the symbolic link itself. With hard links, the file will be removed when there are no more directory entries pointing to the file.

  22. Re:The morality of the story: on Tracking Your Taxes · · Score: 1

    Something like this might be a good start.

  23. Re:confederate Googlebots? on Millions of Pages Google Hijacked using ODP Feed · · Score: 1

    The evil attacker would just then load up all the IP address blocks owned by Google into the redirect script and use that instead of the User-Agent.

  24. Re:Just how little do you value your leisure time? on Pay-As-You-Play MMORPGs? · · Score: 1

    With that approach, wouldn't you have to solve the problem of what to do when someone is playing and their purchased number of hours run out? Just disconnect them, possibly during an amazing adventure with a bunch of friends that took longer than expected?

  25. Coming soon... on Dry Quicksand · · Score: 1
    Coming Soon to a desert near you! The New and Improved QuickSand 2004 edition, created by the amazing Dr. Detlef Lohse, is so fabulous and amazing that you'll want to get one for your desert too! With new features such as a dry mode so that it looks just like any other piece of sand, you'll never have to worry about an enemy attacking your secret desert hideout again!

    And, now, with our special TV offer, you too can have this amazing new edition to protect your desert from just about anyone, for the low low price of $1,000,000! But you have to call us within the next 10 minutes, so you better call now!

    This new edition is so amazing and wonderful, we just can't make enough of them for our biggest customers, such as the military branches of several world governments, who have given their thumbs up to this amazing new edition! So you better call now while our supplies last!

    And, just to show our appreciation, if you call within the next 2 minutes, we will upgrade your purchase to a whole two year supply ABSOLUTELY FREE! But this amazing offer won't last forever, so you better hurry!