Slashdot Mirror


User: SignoffTheSourcerer

SignoffTheSourcerer's activity in the archive.

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

Comments · 31

  1. Re:That's good news on x86 Assembler JWASM Hits Stable Release · · Score: 1

    And my alltime favorite: rep jmp cx

  2. Mandatory quote on COBOL Celebrates 50 Years · · Score: 2, Informative

    The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offence.
    Edsger W.Dijkstra, 18 June 1975

  3. System 360 on Project Sylpheed Review · · Score: 1

    This seems like a game belonging in the era of the System 360 as stated in the review.

  4. Right.... on FBI Adds to Wiretap Wish List · · Score: 1

    Wiretapping the network for extern traffic might be feasible, but wiretapping a switched network , including local traffic on a cablemodem network, without anyone noticing is almost impossible. You could sniff a switched network and then "fail open" it by bogus ARP floods, but people would notice (either by sniffing) or by the sudden performance loss of the network. Seems like the only sane solution here, thank god, is to physically tap the connection (like you would hotwire a phone). So it seems like these morons should thake a crash course in network-topology.

  5. Re:One Time Pad on Israeli Firm Claims Unbreakable Encryption · · Score: 1

    A cheap soundcard could be quite a good addition to entropy by connecting it to a simple amplifier of zener-diode noise (made in a few minutes if you have some usable parts) and passing the input through a von-neuman generator before adding it to the entropy pool. It's not perfect, and I would certainly not trust it as a standalone random number generator, but it helps.

  6. Re:CAT5? on Gibson to Embed Guitars with Ethernet · · Score: 1

    Yeah, mobility, CAT5 is stiff as shit, atleast STP. I know as i had stp for mouse cable once (in lack of better options at the moment). Wireless is the way to go if you are going digital.

  7. Re:So where's it going to get power? on Gibson to Embed Guitars with Ethernet · · Score: 1

    Ever heard about phantom power? That's been around for as long as capacitive mics (since the 70s atleast).

  8. Re:Luckily for me, my Ebay'd hard drives are safe on Data Mining Used Hard Drives · · Score: 1

    HD platters are nothing like CDs, they are made of rigid metallic material (typically aluminium, or aluminium for those of you in the states), so they are not going to have a fit due to some small microwave radiation. The power requred to destroy the data by microwave is huge.

  9. Re:What language is it written in? on Rise of the Triad Source Code Released · · Score: 1

    Planar modes are horrible for 3d-stuff; doing single pixel writes in planar mode is a real pain. I don't know the gba so I don't know if it has chunkypixel modes like std. VGA mode 10 (320x200 256 as used in all of these old games), but if it does, use that. .

  10. Re:Hehehehe... on Aussie Uni Dumps Dual-Boot In Favor of Linux · · Score: 1

    What good is a write-only partition? Reminds me of Signetics write-only-memory in `72.

  11. Mightier than ID? on Stippling As Fast 3D Technique · · Score: 1

    Nah, nothing is ever going to be mightier than the monsters from ID.( Forbidden Planet)

  12. Re:A 19 year old??? on Martin Schulze Steps Down As SPI Vice President · · Score: 1

    Age can help as well as be a hinderance. A mix of all ages and reasonable discussion would be better (as it is now). Too young: reinventing the wheel, to old: assembler is for sissies, I write binary. (To put it almost over the edge) Common sense here seems the most productive. I'm a horrible project leader, an excellent binary programmer, as well as at creating extraordinary ideas that either won't work or never gets finished and mediocre at everything else, putting me (25) in the lead of this for instance would be insane, even if i do have years of development experience.

  13. Re:see why... on Beware the Haunted Cordless keyboard · · Score: 1

    Tempest; may it be electromagnetic or optical is radiating around you like an anetenna all the time, you only need the know-how and equipment to get at it. You can never be too paranoid if you have sensitive stuff on your computer.

  14. Well on Delivering Software, Electronically? · · Score: 1

    I have a good idea but... If you only want "Americas best and bravest", guess it's not for you..

  15. Better to use robust filesystems on Mac OS X to Get Journaling FS · · Score: 1

    If you are totaly paranoid about dataloss use a really robust filesystem (Amiga OFS/FFS linked-list type filesystems comes to mind, where even with 90% of your disk gone you could still recover the rest, these systems are horribly slow though),or a better, faster but more expensive solution is to have minimal ram cache and have a caching raid controller with large battery-backed'up cache, like the Compaq SMART controllers.

  16. Re:bah! apple! on No More Mac Tweaking? · · Score: 1

    As far as i know the reason intel dumped the 80x86 naming scheme was for trademark reasons (for some reason numbers are not trademarkable, and they probably knew they would run out of numbers quite soon anyway). One equaly probable cause is that words are easier to remember than numbers (usualy). For the Pentium III -> 4 naming change, your guess is as good as mine.

  17. Card numbers on 60,000 Credit Cards Numbers Stolen Online · · Score: 1

    Who on earth would really bother going after card numbers (except for making a fuss)? The thing to go after is the DES key used to make real cards (cracking here is useless as most of the data is discarded, except the PIN offset). I almost got them once, but disassembling 8051 code and dragging around hardware for retrival of the key from CMOSRAM on the thing (old-time Wayne-Dresser card reader, that works offline, had keys, and strapped down so that the memory-clear security features was disabled), while on the run from the cops didn't help my effort, had to give up after a week or so.

  18. There are 'better' ways to program in FORTRAN on Is FORTRAN Still Kicking? · · Score: 1

    RATFOR was the start of structured F77, but is rather obsolete now.
    F90 is ok (that's it)
    HPF (High Performance FORTRAN) is not a dream, but one of the best cross-platform opensource parallel languages I have ever seen.
    take a look at Adaptor

  19. 3.5" on Death to the 3.5" Floppy? · · Score: 1

    I still use the one on my Amiga 1000, as it has no other means of booting, and my A590 still needs a hair-dryer to wake up (time to repair something?).

  20. Vectoriziing stuff is not a new thing on Codeplay Responds to NVidia's Cg · · Score: 1

    C/C++ is not a language of choice for vector applications, hpf (High Performance FORTRAN) is, although a crockish hack on f90 it's quite usable, we really need some more vectorable languages. I have made an early atempt at a vector unit (GPL now, disregard copyright) Ganymede but that is far from completion and will never se the light of day. Still we need vector processors though. For a good free hpf compiler check out this: Adaptor

  21. *nix and Linux running X11 on Automatic Functional Testing for Mac and Linux? · · Score: 1

    There shouldn't be much of a problem doing this under any X environment, as Xevents of any kind are not hard to generate.

  22. Man made on Disney Making Fake Crop Circles? · · Score: 1

    Crop-circles are a clearly man made form of art, if they were alien, you would not recognise the art in any form, because they must (if they exist) have a very different way of thinking about art than we do.

  23. Re:How about Active Camoflage? on Light-Emitting Polymer Displays · · Score: 1

    Well, they are transmissive, not reflective displays, so i think this might be a problem. And hope something doesn't go wrong with it, you wouldn't want to stick out glowing bright green in the dark.

  24. Re:He's right about the fonts on A Linux User Goes Back · · Score: 1

    Antialiasing, hah, I have old unfocused monitors, they do it in hardware :)

  25. TestDrive on Alpha 21364 EV7 Specs Released · · Score: 2, Informative

    They have been available for the compaq testdrive project for a couple of weeks
    cpu Alpha
    cpu model EV7
    system variation Marvel/EV7
    cycle frequency 800000000
    BogoMIPS 2140.20
    platform string Compaq AlphaServer ES80 7/800
    cpus detected 2
    cpus active 2

    This has been restructured a bit to pass through the junk filter as well as condense it to the most important info.