Slashdot Mirror


User: prs

prs's activity in the archive.

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

Comments · 10

  1. Re:Github is scary for critical code on Github Under JS-Based "Greatfire" DDoS Attack, Allegedly From Chinese Government · · Score: 1

    Some other comments mention that you can just clone your git repositories and use that a backup, but that's not practical when you're using git workflow as a core part of running your development team.

    Relying on external services is never a good business move, so the a solution is to use GitHub Enterprise, which lets you run a private copy of the GitHub site on your own servers, with your own backup solution and security provisions.

    Maybe this is what your coworker is advocating.

  2. Um on 80,012 Text Messages In One Month · · Score: 2, Funny
    Three words: `Get a life'. Or should that be `gt a lfe'!

    (Then again he could have an amazingly active social life with that many texts!)

  3. Re:Best way to boycott a website? on Linux Today Founder Calls for Boycott of Linux Today · · Score: 1

    True! The first thing I did upon reading this was go visit Linux Today so I could be disgusted by the adverts myself! It's clearly a big ploy to get more traffic to their site. Anything anti-linux == lots of traffic!

  4. Chevettes on Worst Cars Of All Time Rated · · Score: 1

    All that needs to be said: www.chevettes.com!

  5. Re:nmap on March Netcraft survey · · Score: 2, Interesting

    I nmaped them with the exact same command yesterday, and got a result of FreeBSD. I guess they changed the OS in a real hurry...

  6. Um, this stream is being encoded by... winamp? on Audio Download: Linux Kernel to be on Radio · · Score: 1
    Doesn't using non-`free as in speech' software to encode the stream kind of defeat the whole point of this..?

    ``For encoding we are using the free Oddsock DSP plugin for Winamp. This encoder converts the live audio input from the speech.bot into a streaming Ogg Vorbis file. This file is then sent as a 'continuous stream' to the server.''
  7. Re:I don't know if this is exactly on subject, but on Help Stress Test The New Slashdot · · Score: 2, Interesting

    Yeah, it was in a comment. Here it is:

    [ from `slashd' in slash-0.90.tar.gz ]

    # I suppose I'll let the secret out: for a few months, before the moderation
    # system came into being, this little function faked "First Posts" and then
    # deleted them when a real comment came along. Worked pretty well, and nobody
    # figured it out. I disabled it when the moderation came online feeling that
    # it was a cleaner solution. -CT

  8. Re:I don't know if this is exactly on subject, but on Help Stress Test The New Slashdot · · Score: 1
    An old version of slashdot used to do exactly this! It would automatically add a random ``first post'' when a new story was posted.

    I think I saw it mentioned in a comment in the slashdot code. Or maybe it was in an interview once, I don't remember...

  9. 2.4 todo list & new features on Linus Confirms 2.4 In December · · Score: 5

    The Linux 2.4 todo list can be found here, and an article detailing the new features of 2.4 is here.

  10. Re:Reliability == redundancy on Desperately Seeking Secure and Reliable Email? · · Score: 1
    > traceroute machine.domain.tld

    It's also worth trying to telnet to port 25 on the MX servers just to see if they're actually alive and listening. At one point, my previous ISP had about 6 MX servers, but only one of them accepted incoming SMTP traffic, the rest just gave "Connection refused". It stayed like that for about a month; the email reliability was awful.