Slashdot Mirror


User: Libor+Vanek

Libor+Vanek's activity in the archive.

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

Comments · 299

  1. OMG! on Perl 6 Grammars and Regular Expressions · · Score: -1, Flamebait

    Oh My God! This will make Perl code look really crazy. I'm managing 15 kSLOC Perl SW an 50 kSLOC PHP SW. Making changes to Perl code is at least twice as hard and requires much more time to re-study the code (and that both SW are written by myself with trying to keep the "code style" like no $tmp vars etc.).

    Perl is usefull for 1-100 lines "maintenance" scripts but writting some reall SW in it just sucks...

  2. Re:Anyone know if it's bendable? on World's First Ultra-Thin Multilayer Circuit Board · · Score: 2, Interesting

    Connection - how about reverse it? Print PCB on board/paper with pre-installed connectors? And PCB itself is also nothing - you need to mount SMT resistors, CPUs etc.

  3. Re:Experience on Experiences w/ Software RAID 5 Under Linux? · · Score: 1

    Depends... my experiences are if there are "few bad blocks" that means that there is something VERY bad with HDD and it should be IMMEDIATLY removed. Or are you talking about S.M.A.R.T. value "Reallocated event count"?

  4. Re:Experience on Experiences w/ Software RAID 5 Under Linux? · · Score: 1

    SW RAID howto.

  5. Re:Experience on Experiences w/ Software RAID 5 Under Linux? · · Score: 1

    Jesus christ - if 2 disks TOTALY fails, your TOTALY done. But most (90%) of the time fails ONLY several blocks (few kB) and if it's not something critical (superblock etc.) you can recover your data EXCEPT the files which are locaten on failed blocks. And if disk TOTALY fails, usually it's only the electronic board, which you can "borrow" from same-but-working drive, recover you data and trash the bad disk.

  6. Experience on Experiences w/ Software RAID 5 Under Linux? · · Score: 2, Informative

    As someone who built and installed ~400 systems with about 50 TB of storage capacity and ALL on Linux SW RAID5 I can only recommend it. I have bad experiences with HW RAID - when 2 or more disks fails, you can't get your data. Linux SW RAID is easy (OK, not SO easy) to be convinced to recover most of your data except the really bad ones. Also performance is really superb (with P4/Xeon/Opteron CPUs it's much higher then any HW IDE RAID can do).

  7. Re:I dont want to steal their thunder.. on Titan's Alien Thunder · · Score: 1

    One single word - "politics".

  8. Re:What's MS going to Do? on Software Piracy Due to Expensive Hardware, Says Ballmer · · Score: 1, Funny

    When you have to buy 100$ computer you aren't expect to have any really-sensitive data on it...

  9. This sucks! on 'Tit for Tat' Defeated In Prisoner's Dilemma Challenge · · Score: 0

    This is very easy to defeat! Just imagine - imitate "master" behaviour and then (after recognized by opponent) just abuse it...

  10. Re:Gone Gold on Halo 2 Available on the Net · · Score: 1

    What's "lot of logistical factors" when all you need it Torrent file? .-)

  11. Re:well... on OpenOffice.org Is 4 Today · · Score: 2, Insightful

    Sorry, but using P266 you shouldn't expect any good "interactivity" using OOo. Use some other tools (which are "profiled" as single usage small footprint - like Gnumeric, Abiword etc.)

  12. Re:In other news... on White House Lied About Iraq Nuclear Programs · · Score: 1

    I just looked out from window and sky is black ;-)

  13. In other news... on White House Lied About Iraq Nuclear Programs · · Score: 1

    ...in other news was sky reported to be mostly blue and sun is expected to rise tommorow morning.

  14. RMS & comp. on Auto Accident at SANE Conference Kills One · · Score: 4, Insightful

    Never put RMS & Alan Cox & Linus in the very same car/plane or even building (just for sure ;-))). If you are paranoid it doesn't mean they aren't after you.

    P.S.
    Deepest condolences...

  15. Re:This isn't a bug... on File and Printer Sharing Insecure in XP SP2 · · Score: 1

    Who cares about cracking some slow print server when there are myriads of unsecured Win98 ADSL computers ;-)

  16. Re:A few thoughts on Fedora Project Considering "Stateless Linux" · · Score: 1

    Just notice that if you look "close enough", nothing is "special new" (e.g. relativity theory, iMac, Linux etc. etc.) - evolution is done in small steps. What I found great on this is the vision - let's throw away thin/fat client idea and just think about separating "operating system" and "user data".

  17. Again... on Fedora Project Considering "Stateless Linux" · · Score: 4, Insightful

    Posts like:

    NFS read-only & shared root is enough
    +
    LTSP
    +
    Thin clients

    => please read the article

  18. Wow! on Fedora Project Considering "Stateless Linux" · · Score: 3, Insightful

    Wow - this is really HUGE project. I mean - it spreads from kernel, through init scritps, through X managers & enviroments to easy to use administration tools. If they suceed this could be really "Linux killer application".

    And please all the "NFS root is enough" posts - read the article!

  19. Haha! on Sybase Releases Free Enterprise Database on Linux · · Score: 3, Funny

    Shareware strikes OSS back!

  20. Re:6 year commitment? on Capturing Genesis · · Score: 2, Interesting

    Probably they needed to test it before they launched it to be sure they'll be able to catch it ;-)

  21. Imagine? .-) on Simulating the Whole Universe · · Score: 2, Funny

    Now just imagine a beowulf cluster of... damned!

  22. Re:The trick is to make technology your slave on The Downside of 'Hypertasking' · · Score: 3, Insightful

    He doesn't want to be contactable all the time but he wants to be able to contact others at any time.

    Am I the only who finds this...hm... selfish? paradox?

  23. Evil plan on Internet2 Speed Record Broken · · Score: 2, Funny

    1, Manage to transfer your data at 6.63Gbps
    2, ???
    3, Profit!

  24. Re:Why????? on The Linux Filesystem Challenge · · Score: 1

    Heh :-) I think that XFS is everything you need (incl. ACLs, EAs, guaranteed I/O rate, quatas and it has got 6.5 MB (in 2.6 kernel)...

  25. Why????? on The Linux Filesystem Challenge · · Score: 2, Informative

    Can somebody explain me WHY should we put things like database, indexing/previewing etc. into the filesystem => KERNEL SPACE!!!! What advantage does it bring?

    Any good (XFS, JFS, ext3) filesystem now has nice feature called Extended Attributes which is intented for STORING such a data (like previews etc.). And using user-space server it's much more easier to add plug-ins for various file-formats, "search" plugins etc.