Slashdot Mirror


User: da5idnetlimit.com

da5idnetlimit.com's activity in the archive.

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

Comments · 711

  1. "How do you generate gigabytes of one-time pad?" on IBM Tech Detects & Changes Spin of Single Electron · · Score: 2, Interesting

    Mix the principle from this Random Lava Lamp Generator, a high speed multi-mega pixel digital and film with a suffiviently high resolution, pipe resulting image as raw key-data, and you're done...

    or if you prefer "better randomness" (sic) use HotBits cesium decay generated random numbers and pipe...maybe not gigabytes of data ( (about 30 bytes per second, to be precise, sucks...but then...

    Mix both obtained key with the obscure, non repetitive algorithm of your choice (a simple XOR will be enough) and you can start having pretty impressive figures...

    Generating gigabytes of data is quite easy, an I agree with you that making sure they are truly random is much more difficult, but it's not really that impossible 8)

    The real problem is making sure both people get the SAME timepad, the problem here being to have both people REALLY in synch when startng the capture to generate the pad...

    which is another problem entirely...

  2. Bill Gates just called.... on ZFS, the Last Word in File Systems? · · Score: 3, Funny

    Says he needs a new wallet...

    If Bill Gates had a nickel for every time Windows crashed... ..oh wait, he does.

  3. "anything else we can do for ya?" on Gametrak Controller Wins Award · · Score: 1

    well, having this subject based auto-reminder coded into slashcode for monday, plus restablishing the nice "next story" links that got lost with the last upgrade...

    also, I want a cup of joe and a donut ready when I come to check on this monday morning...

    Thanks for asking, really...8p

  4. I forgot to add in the missile weight... on NASA Provides Results Of Scramjet Test · · Score: 1

    I just took the weight of an hyperdense penetration tip that would survive the umpact itsef...

    feel free to caculate with the added mass of the whole missile, dunno, say 500kg to one ton 8)

  5. "a quieter ride" on NASA Provides Results Of Scramjet Test · · Score: 2, Interesting

    well, a scramjet will take you from an initial Mach 2-3 to the expected mach 7-10+ this technolgy is meant to achieve...

    So you will still enjoy all the noise of the starting point up to mach 1, then have a nice, quiet acceleration to mach 2-3, and then suddenly leave all sound you produce about 500-600 feet behind you, instead of just the 70 feet sound buble displacement you enjoy at mach 3.

    the whole point is that to you it will be quite silencious...but it really have to be made in high altitude...

    If you were to engage the scramjet at low altitude (say launched as a missile from a mach 2.4 fighting plane) just the sound wave decelerating from the missile at low altitude would be sufficient to damage any building within a 2 mile radius...not to mention deafening a few tousand people.

    Then, on impact, I think you can dispense with unstable/dangerous explosive...
    you just need some hyperdense material at the tip, say 5 kg depleted uranium.

    Now, if you caculate the inertia of 5 kg at mach 7-25, you will find it's a very damaging little kinetic monster you just created.

    after all, the FIRST implementation of that thing is to be a missile in 2010-2015...so lets see what the probable effects will be...

    E=mv^2

    5000grams*(330m/s*(mach 7 to 25))^2

    5000*(5336100 to 68062500)
    26 680 500 000 to 340 312 500 000 Joules at impact...seems quite an energy dissipation problem...for the target, I mean 8p

    my physics class is quite old now, feel free to privide the right formula or to correct me on any point... 8)

  6. Very nice but, for the price... on Hardware That Literally Doesn't Stink? · · Score: 5, Interesting

    I could ask for a Natural keyboard 8)

    "It takes about 15 working hours to finish a complete one solid wood keyboard, starting from a carefully chosen piece of lumber up to the polishing and testing of the final product. Because of this labour intensive and careful process, Wood Contour can only deliver a limited amount of items per year, since we want to guarantee you that the quality we deliver is the best in the world.

    keyboards
    Solid Wood PC Keyboard - Ash
    $1,115.00
    Solid Wood PC Keyboard - Beech
    $1,115.00
    Solid Wood PC Keyboard - Cherry
    $1,115.00
    Solid Wood PC Keyboard - Mahogany
    $1,115.00
    Solid Wood PC Keyboard - Maple
    $1,115.00"

    While browsing I also found this ...
    Stone mice and keyboard and screen...

    quite expensive, with the whole set a more than 7000$... but hey, here it is!

  7. sorry, on NSLU2 Now More Useful · · Score: 1

    I had rtfm, but a bit too fast 8)

  8. mount -t smbfs... on NSLU2 Now More Useful · · Score: 1

    I really think he said he just took some ext3 drivers for mac and then mounted the drive...

    if mount -t smbfs is physical access...then ok.

  9. not in this particular situation... on NSLU2 Now More Useful · · Score: 3, Informative

    buzbee specifically indicate that he just accessed the flash-partition containing the system using the usb connector on the device and mounting the drive so he could

    all his copying, untarring, editing and modifying where made on the device network share-drive, him being short on space and all...

    so you don't need to fiddle a lot with the box, except for plugging in usb, which any luser can do.(?)

    he didn't even have to crack the password :
    "As expected, the passwd file showed the user accounts I had created with a /dev/null for the shell. But there were two accounts that had a real shell: root and an interestingly named account--ourtelnetrescueuser, that looked like a back door account used for debugging or recovery purposes.

    root:WeeOvKUvbQ6nI:0:0:root:/root:/bin/sh
    bin:x :1:1:bin:/bin:
    lp:x:4:7:lp:/share/spool:
    mail:x: 8:12:mail:/var/spool/mail:
    ftp:x:14:50:FTP User:/:
    nobody:x:99:99:Nobody:/:
    ourtelnetrescue user:scFf7ZMXBMl4I:100:100::/home/u ser:/bin/sh
    guest:scEPG0VnVyqmE:501:501:::/dev/nu ll
    admin:sclzZZfodiRXY:502:501::/home/user/admin: /dev /null

    test_user:scEPG0VnVyqmE:2000:501:::/dev/null
    te st2:scEPG0VnVyqmE:2001:501:::/dev/null
    test3:sc50 wKPq.zChw:2002:501:::/dev/null

    But in order to use these accounts, I would need to have their passwords. I started down the path of cracking the passwords before I came out of my stupor and realized all I had to do was edit the passwd file and replace the encrypted password with a known encrypted password from one of my other accounts! I could also just add a valid shell to one of my accounts, but for starters, decided to just put a new password in for root and leave the rest of the accounts alone. "

    See, just copying and pasting a configuration file...
    even a luser ca do that (bis repetitam placient 8p )

    Cheers

    da5id

  10. HellBoy wasn't sooo bad... on What's the Worst Movie You've Ever Seen? · · Score: 1

    Compared to someting like "Nulk" (yes, that typo was intended !)

    I find it strange no one mentioned this fil.. mov.. shi.. well, you know... green thing...

  11. errata on price on Bulk Data Storage For The Common Man? · · Score: 1

    make it 5500 Euro, I forgot to add the 3ware cards to the price....

  12. Re:Yeah ! Flamebait !!!! on Bulk Data Storage For The Common Man? · · Score: 1

    I took a nice 8 discs and a pair or 3ware Escalade 8506-4LP (max 2TB/array, so I have two arrays in RAID0)

    The system runs on debian and provides Fileserver for a small video-editing company.

    you can find a test of the hdd here

    For the case, I took the Cooler Master STC-T01, a bit overkill, but I was a anxious of overheating ...also, it provides room for another 4 disks, but I will need another psu to power 12 disks....

    The disks are quite silencious, and the 3Ware card allow for staged disk spin-up, so I was able to run it all on only 1 PSU.

    Overall, that makes a 3Tb Fileserver for 4500Euros (including a cheap AMD XP 2400 + 1 Gig ram and Gigabit ethernet), which is quite nice if compared to NAS appliances offered elsewhere.

    Of course I don't have the whole collection of utilities to manage the box that comes from major vendors, but Webmin is quite up to the task...

    Also, having 8 disks in two RAID0 offers no security/redundancy whatsoever, but I was just asked for a giant fileserver, not a Disaster Recovery implementation 8)

  13. Yeah ! Flamebait !!!! on Bulk Data Storage For The Common Man? · · Score: 1

    My first attempt at flamebait is duly recognized by at least on slahdot moderator. Yeah !

    OTOH I was really pissed off at seeing someone blatantly calling me a liar...when that person could have taken the time to google for "400Go SATA" and get some answer before posting...

    This post could also have finished as informative, I gave the link asked, Insightfull, for the Seagate part, or quite anything else, this being slashdot and moderators being known for their heavy use of the crack (crap?) pipe.

    My point ? well, I'm still waiting for Joseph to present some sort of excuse, at least recognising he was wrong... again, this is /., we deal in strong opinions, not in nice social intercourse.

    so, here is My Formal Mea Culpa : HEY JOSEPH !!! YOU WERE WRONG !!!!AND I'M STILL RIGHT !!!

    Lol.

    Let's see if this also get a flamebait mod... Ahh, the nice smell of Karma burning 8)

  14. "Lord of The Rings a 40 disc box set" on Ten-disc 'Matrix' DVD Box Set Planned · · Score: 1

    Where ! Where !

    Do you think they will also include a shot of Gollum naked ? with hot grits ? /me cannot wait !!! Gollum Porn NOW !
    8)

  15. Re:400GB SATA drives? Where? on Bulk Data Storage For The Common Man? · · Score: 0, Flamebait

    "Can you please point a link to where I can buy a 400GB SATA drive?"

    Here ? ... well, this one is the closer to my home... about 10 minutes on foot, in Paris (France)

    I know the description is in french, but "HITACHI DESKTAR 7K400 400 Go Serial ATA 7200t 8Mo" is quite understandable, I hope...

    "I know they've "announced" them, but they aren't for sale yet."

    It seems that chrish (the one that answered your post) have the same delusion :

    " IIRC Seagate's 400GB disks aren't scheduled for availability until the fall.

    Paper launches suck."


    Well, the world is not all Seagate centric, it seems...

    "Why are you recommending a solution that you cannot have possibly implemented yourself?"

    Well, Joseph, any other witty/uninformed comment on 400Go Sata availability and me implementing (or not, btw) them ???

    I mean, this is /., and taking my post at face value would be a leap of faith for someone that has been on slashdot for soooooo long (number 514...nice...).

    Maybe you just need to relax. Or read something else than slashdot, and keep informed on what's hot, or, more to the point, on what's out in the market...

    I mean, before posting, that is.

    Any other flame/comment ?

    Yours Faithfully,

    da5id

  16. 4*400Go Sata on Raid 5 on Bulk Data Storage For The Common Man? · · Score: 5, Informative

    depending on the value of your data, you should try having a nice 4*400Go SATA in raid 5 *2, possibly using a distributed file system for redundancy...

    Not the cheapest, but fast, simple and saves you the unholy pleasure of having 2-3 DLT boxes to archive/cycle each month...

    You already have a linux cluster, so implementing a distributed file system, or even simply a nightly incremental mirror to the target server if you can afford losing one day work/computation...

    It would help if you told us what sort of data you work with... from databases and to automated telescope tracking system, both need large amount of storage, but you won't need the same system array for each...

    I seem to remember a /. story on a rackable Petabyte storage system

    You don't need to go to the Petabyte capacuty but you will find some interesting comments on filesystems, disk virtualisation, 1U rack providers and so on....so a 1 Terabyte rack server is definetly possible...

    Good luck...

  17. Re:MDMA.. on Lysergically Yours · · Score: 1
  18. So ? on Remote Controls On The March · · Score: 1

    buy the new set, check that the brand new remote works with yiu old kit, windex (galass cleaner fluid) the old one, put it back in the pack andf return the whole stuff....

    If you are more technical and the remote is not a clip on plaqtic case, unscrew, exchange the circuits, ditto...

  19. MDMA.. on Lysergically Yours · · Score: 1

    actually, MDMA was originally discovered and used as a Diet drug...

    They had to stop it because of the "problematic side effects"...

  20. Why troll ... ? on Impoverish a Spammer Today · · Score: 1

    I'm not sure the moderator had read the article title, called "Impoverish a spammer today"...

    Actually there are some people who pay to have me see advertising... They pay newspapers, TVs, websites to show me their wares...

    If this scheme goes, I can get money to reveive spam... which is a good tradeoff for me, as for once I get some money, instead of just losing bandwith/time...

    In Sweden, there are even phone companies that pays you when you receive calls on your cell phone...

    So, mister mod, why troll ?

  21. fractal music ... on Do Music and Language Obey the Same Rules? · · Score: 1

    I don't know if this goes into Computer Science or Musicology, but people have tried composing music using mathematical equations for quite some time...

    For example, I propose (also an example here

    This site also gives fractal and algorithmic music to download while this one give you the opportunity to download a fractal music software (Windows, sorry)

    Maybe we can get a computer to compose like Mozart and finish his symphonie ?

    Something like these people do :
    "We are a group of students and faculty members in the University of Wisconsin - Madison working on the exciting project of applying artificial intelligence in analyzing and composing music.

    In this research, mathematical models will be developed to analyze a given collection of music pieces, represented in MIDI format. In particular, machine learning and artificial intelligence problem solving methods such as neural network, time series prediction, and statistical pattern classification will be used, and to simulate the process of music composition through the results of analysis. The overall objective is to analyze polyphonic music of certain composers, and create new pieces that retain stylistic details which distinguish composers from one another. "

    You can even dowload some of their computer generated music...

    As you yourself said, "individuals with a hobby that have brought formidable computing skills and analysis techniques from other fields" (really nice javadoc...) but I'm not sure they "are largely ignorant of the works within music departments", as they seem to take a nice approach on the subject...

  22. they just pay... on Impoverish a Spammer Today · · Score: 0, Troll

    I got a nice 5Mb download dsl, my own mailserver...

    I could make a fortune with a simple redirection to /dev/null and a trash email-adress...

    I gonna be rich :)

  23. Actually a good idea... on Hotmail, Others Follow Gmail's Storage Boost · · Score: 1

    I got a webserver doing 100 000 hits / month on one site that also host a genealogy database... the whole thing holds 800Mo on a 10 Gig hdd, system included...

    maybe you just gave me an idea to a nice disaster recovery/backup plan....

    now if someone can send me this gmail invite everyone is speaking about

    knewbie at jadwio.com 8)

  24. other side of the link : the kit got nicked !... on First Free Wireless Link Between Europe And Africa · · Score: 1

    "Tangers antenna position: Presently unknown"...

    My fellow morrocans slashdotters can confirm that any hardware left without surveillance has a pretty high chance of getting stolen/abused/resold within 10 minutes...

    I even had A COP TRYING TO SELL ME BACK MY OWN WINDSCREEN WhIPPERS....( some years ago, situation has improved...)

  25. form factor... on Army Contractor To Build A 1566 Xserve Cluster · · Score: 4, Interesting

    After the article about the renderfarm, I was asking myself why people didn't use the blade for factor to build renderfarms and clusters...

    I know there aren't available for mac, but I seem to remember Opterons and Xeon blades were the hot topic some month ago, with dual opteron blades and all...

    any reason not to use them blades to build a cluster, each blade bay connected to all other, creating a (sic) beowulf or mosix cluster of some sort ?