Slashdot Mirror


User: nacs

nacs's activity in the archive.

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

Comments · 104

  1. Latency problems? on Laser Surgery Goes Online · · Score: 1

    Now the words "OMFG LAG!" really is a matter of life and death...

  2. Re:Does this mean they'll fix launch.yahoo.com bug on Firefox 1.1 Scrapped · · Score: 4, Insightful

    Who modded this interesting?

    The problem is with Yahoo--not Firefox. Yahoo uses an amazingly shitty browser detection system that lets old Netscape browsers through but still doesn't recognize Firefox.

  3. .. and here's the original animation on Kernel 2.6.12 Released · · Score: 1

    The text above is taken from this flash toon for those interested.

  4. Re:Wow on Agile Web Development with Ruby on Rails · · Score: 2, Informative

    The tutorial really is one of the best I've ever read, spans 131 pages and walks through building a high quality app with an administration interface and unit testing thrown in.

    Many /.ers are seeing the 'beta' line and automatically equating it with 'crap'. The actual book, however, is excellent even in it's beta stages and is easily better than many of the non-beta technical books I own.

    This book is written primarily by Dave Thomas who wrote pretty much the definitive book on Ruby and who was kind enough to contribute the first edition of the book to the Ruby community (you can read it online here).

  5. Your math sucks. on Agile Web Development with Ruby on Rails · · Score: 2, Informative

    It's $22.50 for the PDF by itself or $43.75 for the dead tree book and the PDF.

    In other words, the printed book is $21.25 if you take out the cost of the PDF.

    I purchased the combo the day after it was released and must say it's more than worth the price.

  6. Wink is a nice app for Linux on Wink Chosen to Receive Noble Piece Prize · · Score: 4, Informative

    I realize that most of the comments are going to be jokes because of the tone of the submission but Wink itself is a very useful application.

    It's similar to Macromedia Captivate and the dozens of other Flash-output screen recording tools available but what sets this app apart from the others in my opinion is it's support for Linux (it's available for Windows too) and it's price (free).

    The only other app that I've used that does screen recording and outputs Flash files is the vnc2swf console based program. While vnc2swf is quite good at full motion recording it's editing capability is virtually nonexistent (there is a program called edit_vnc2swf but it's console based at least right now).

    Wink has an excellent GUI, is 100% free ( I made a voluntary donation to the developer via Paypal and encourage others to do the same), allows you to do manual or full-motion (timed) captures, and has very good support for Linux. It's definitely an app worth downloading.

    (Note: I'm not affiliated in any way with Wink--just a happy user).

  7. Not too much thought went into that title ... on Crack Found in Shuttle Tank · · Score: 5, Funny

    Here comes a deluge of +5 funnys. ...

    "I thought NASA had their funding cut not increased?" ...

    "Does Bush know there's crack on the space shuttle? He would probably want to join in on the action". ...

    "If I would knew there was crack available there, I would have paid more attention on the Cape Canaveral tour"

  8. Re:Sloppy editing strikes again on WBEL4 Preview Ready For Testing · · Score: 1

    No, he's right because the 'a' is referring to 'fragment', not 'iterative' (ie: 'a fragment').

  9. This has been done before and source is available on Google Suggest · · Score: 1

    Some bloggers did this months ago and released the source (and it's not obfuscated like Google's code). This is definitely not new tech.

    See here for more info:
    http://blog4.bitflux.ch/wiki/LiveSearch

    See a demo here (the quick search in the right hand menu searches the guy's blog in real time):
    http://maniacalrage.net/archives/

    And Apple has an overview/guide of the XMLHTTP methods which is used for these kind of applications here:
    http://developer.apple.com/internet/webcontent/xml httpreq.html

  10. Re:Ahem...No software to install? I think not. on Enhanced Instant Messaging with IMSmarter · · Score: 1

    If you don't have use any IM programs, then you wouldn't use this service in the first place.

    So yes, the poster before you was correct in saying that the parent poster is a moron.

  11. Don't forget DCOP on KDE: Breaking the Network Barrier · · Score: 5, Interesting

    This is one of the things that has impressed me most about KDE. The protocol handlers can make working with some of these protocols a piece of cake.

    Also worth noting however, is the DCOP system integrated into KDE. The protocol handlers and DCOP can and do make a powerful combination.

  12. Re:stupid response #1 on Lexar JumpDrive Password Scheme Cracked · · Score: 1, Flamebait
    My definition of God is based on Christianity, and would never destroy to create.
    I guess you've never heard the story of Noah's ark then. Or Soddom and Gomorrah.
  13. Try reading a few paragraphs of the article first on HP Linux Laptop Is A Winner · · Score: 5, Informative
    It'd probably be too much to ask some people to read the product page for the laptop but the least you can do is read the first sentence of the 2nd paragraph:

    Hewlett-Packard is now taking orders for their nx5000 business notebook computers with Novell's SuSE Linux 9.1 installed.


    HP is intentionally targetting the enterprise market with this laptop and have stated this multiple times in the past.

    Cnet even has a video where an HP representative tells us that HP is targetting enterprises and that they're doing this more as a trial run to work out kinks and see what improvements users request before they put more resources into this segment.
  14. Here's a Mirror of the site (with video) on Build Your Own KiteCam · · Score: 2, Informative

    Here's a mirror of the page with pictures and the ~3MB video:

    http://personalpages.bellsouth.net/s/a/sanv/kiteca m/

  15. Off-topic? Hardly. on Dan Kaminsky Suggests Having Fun with DNS · · Score: 0
    Some of his concepts included [...] storing Knoppix in a DNS cache.
    In Soviet Russia, Knoppix caches DNS!

    Oh wait...
  16. A good time to disable compiler access on New Linux Kernel Crash-Exploit discovered · · Score: 2, Informative
    This is definitely not a fix for this exploit but if you're running a server where you have given shell access to a few people (like on a hosting server), this would be a good time as ever to limit compiler access.

    Here's how:

    Add compiler group:
    /usr/sbin/groupadd compiler

    Move to correct directory:
    cd /usr/bin

    Make most common compilers part of the compiler group
    chgrp compiler *cc*
    chgrp compiler *++*
    chgrp compiler ld
    chgrp compiler as

    Set permissions
    chmod 750 *cc*
    chmod 750 *++*
    chmod 750 ld
    chmod 750 as

    To add users to the group, modify
    /etc/group
    and change
    compiler:x:123:
    to
    compiler:x:123:username1,username2
    '123' will be different on your installation.

    Again, don't think this is a fix for the exploit. It's just a good little step in securing a box.
  17. Those blog link is not referring to HalfLife on Valve Announces Half-Life 2 Code Theft Arrests · · Score: 4, Informative

    The blog link is not referring to the Half Life raid. If I remember correctly, this blog post was made for a /. story posted a couple months ago about a different matter.

  18. Re:[Click] on Iomega Ships 35GB 'Son of Jaz' · · Score: 1

    Iomega did indeed make a Clik drive but the parent post is referring to the Iomega's infamous Click of Death problem.

  19. *Have* to release? No. on Microsoft WiX Code Released to SourceForge.Net · · Score: 1

    If you take a look at the page, you will note that they only have to produce one package-- the tar.gz QT static download for all Linux people to be able to install and use it effectively.

    The RPMs, Debs, and the shared QT version of each one provided by Opera is more for the users' convenience than a necessity.

  20. Devs must have had fun on Midway's Controversial NARC Update Ups Drug Intake · · Score: 5, Funny

    I wonder how much hands-on "research" the developers did for this game? ;-)

  21. Nice stats mate on Kazaa Offices Raided · · Score: 1
    The New RIAA Business Model Revealed!

    According to MIPI, there are around three million users simultaneously online and connected to the Kazaa network at any one time sharing around 573 million files. Over 850,000 tracks are made available by over 2,500 Australian users. If each downloaded track was purchased for US$0.99 the total would be over US$2 billion per month globally.

    1. Pay people to spam the Kazaa network with spoofed music files
    2. Wait a bit for the self-spread spoofs to multiply
    3. Sue the Kazaa team for billions in lost revenue
    4. Profit



    Erm... I forgot the ??? didn't I?
  22. Re:Odd that no VPc for G5 on FWB Admits RealPC for Mac OS X was Vaporware · · Score: 2, Informative
    I mean it'd be good revenue if every mac user had to buy VPc and WinXP just so that they can play Doom3 or whatnot..
    You won't need any sort of emulation to play Doom 3 on the Mac. Doom 3 will be released natively for Win/Lin/Mac platforms.
  23. Mirror here. Site /.ed on Fry's Electronics - Selling Linux... Or Not? · · Score: 2, Informative

    I've uploaded a mirror here.

  24. CrossOver Office has been doing this on Photoshop in Linux Thanks to Disney · · Score: 2, Informative

    Crossover Office 2.0 has official support for Adobe Photoshop.

    I installed PS 7 on my P4 2.4Ghz and is ran quite nicely. It's amazing how far Wine has come.

  25. Another mirror on Sharp Zaurus SL-C750 (P)reviewed · · Score: 2, Informative

    OK. That one appears to be down too so here's another to distribute the load further:

    Mirror #2