Slashdot Mirror


User: ajr_trm

ajr_trm's activity in the archive.

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

Comments · 25

  1. Re:I have been waiting for this on Debian Announces Sarge Will Include GNOME 2.8 · · Score: 1

    I just know, that whenever I switch over to Windows, I am (rather unfortunately) impressed by its speed.

    Apparently when you switch you are reinstalling windows, right? Freshly installed windows with only office onboard is fast. Try installing some more apps work with it few months and it won't be so fast anymore.

  2. Re:In which world? on LAMP Grid Application Server, No More J2EE · · Score: 1

    Basically, I'm a firm believer in the right tool for the right job.

    Sure. The right tool for the job is most important.

  3. Re:So, have the devs been listening? on Thunderbird 0.9 Released · · Score: 2, Interesting

    I am/was waiting for ability to encrypt stored passwords with master password.

    Is this feature present in 0.9?

  4. Re:Isn't this just the double-slit experiment? on The Home Parallel Universe Test · · Score: 1

    Isn't this the same old double-slit experiment, just slightly modified?

    Yes and then author says that a single photon can interfere with itself. That's true but I don't see how this experiment proves that.
    I were told about this phenomenon during my physics classes in high school. Theacher explained us that you can't say that particle is in exact place. You can only tell the probability of it being in that place. Whats more this probability is never equal zero so there is a slight chance that you can find that particle anyware in the universe.
    There is other classically unexplained phenomenon based on this it's called qunatum tunneling
    ajr.

  5. Re:algebraic notation on HP Releases New RPN Scientific Calculator · · Score: 1

    It's sad that they wasted their time.
    Prefix notation and RPN are two different things.
    Lisp example should look like this:

    (defun mod_up (funny)
    (+ funny 1))

    Lisp _does not_ use RPN.

  6. Re:Pretty Cool on The Slate Programming Language · · Score: 1
    It did a great job at bringing all the power of Lisp with all the symplicity of HTML. All the equivalents of HTML elements were just lisp-like function calls. Something like
    (text this is (font color=red size=+2 big red text))

    It is natural way to write HTML generating code in Common Lisp. Powerful macros make the task very easy.
    Look into Graham's book ANSI Common Lisp. There is an example of HTML generating code.
    Examples from the book are available online
  7. Re:How can we fracture it? on McNealy Answers: No Open Source Java · · Score: 1

    Why would you need an open source Java?
    To be able to port it to platforms that are not supported (like *BSD for example).

  8. Re:Macs etc. on Trusted Computing Rollout Hits the Desktop · · Score: 1

    The best customer/consumer is reach stupid tasteless and easy amusable one. Sad but true.
    Geeks are not good customers.

  9. Re:On glasses. on Protecting and Preserving Your Vision? · · Score: 1

    and my theory that the lens stiffens and the muscles weaken through disuse might have some basis in fact.

    When you look at computer screen muscles around lens are used.
    And when you look at far objects they rest. Ask your optimologist.
    Lens stiffens with time so when you are elder (around 40) you can't see objects that are near well and you need glases for reading.

  10. Re:BSD isn't a hard install on FreeBSD Based Live CDs · · Score: 1

    I was shocked how annoying was to install Debian Linux compared to installing FreeBSD.

  11. Re:Piffle on MS Security Chief: Windows Never Exploited Until Patch Available · · Score: 1

    The machinist we use at work to make our metalwork will make you anything that can be machined. It might be expensive, but it's eminently possible.

    That's true. Somebody please mod parent up.

    ajr.

  12. Re:My Hero on Virus Writers - The Enemy Within · · Score: 1

    Back in the days of timesharing mainframes, that might have been significant. In this century, though, 99% of computers that people use to, say, check e-mail, are desktop machines with only one user. On such machines, user/root separation only protects the operating system and installed programs, which is possibly the least useful thing to protect since you can always just reinstall them. Important data, like the user's documents, are completely unprotected from any program that the user runs. And, again, the vast majority of viruses these days hardly care about hard drive access.

    IMHO protecting operating system and installed programs _is_ important. If they are protected virus can't disable your firewall and av program, can't change firewall settings etc.
    I really like to be sure that I access important data (not necessarily stored on my hdd) with tools which are not tainted.

    ajr.

  13. Re:Still binary.. on Intel Devises Chip Speed Breakthrough · · Score: 2, Interesting
    It isn't shorter but I like it anyway:
    ( 4th) [binary]
    0 ( put data here)
    0 >r
    begin dup >r 0= until
    r>
    begin r> dup emit 0= until
    drop

  14. Re:Nothing New on Microsoft Word Forms Passwords Hacked · · Score: 1

    Remember what Bruce sez, if you can read it, you can write it.

    You can attach encrypted checksum to it. To change document someone would have to know your password to encrypt new checksum.

  15. Re:Nothing New on Microsoft Word Forms Passwords Hacked · · Score: 1

    Let me restate that, and what is in my original post. If Microsoft had used MD5 (more one way than what they used), of course, it would have a wider output, which is just a characteristic of such a function.

    It really doesn't matter what hash had been used. If you can spot the place where the hash of a password is stored you can check the value of the hash for empty password and then replace the hash in portected document.
    IMHO the right way to protect document form unathorized changes is to compute the hash for document content, encrypt the value of hash with the password and then attach such encrypted value to document.

  16. Re:You mean ZX-81? on First Computers · · Score: 1
    My first computer was Timex 2048. I still remember that code for RET was 201 (Z80) and that RST #16 displayed a character from register A using current stream. But machine code encoded as ascii was used mainly in loading programs to make tinkering with them more difficult.
    The popular way to put machine code into memory was using data lines.
    5 REM Clear is setting RAMTOP value
    10 CLEAR xxxx
    20 FOR i=xxxx+1 TO yyyy
    30 READ d: POKE i, d
    40 NEXT i
    50 DATA xx,yy,zz,...
    I've also had TIMEX FDD3000. It had 64KB of RAM and you could run CPM on it.
    Anyone remembers ED-80 editor?
    HISOFT DEVPAC and HISOFT-C were great tools.
  17. Re:Sad but true on On The Death Of Unix · · Score: 1

    I don't think this post is funny. Lisp is still considered the best tool for very complex tasks.

    Maxima

  18. Re:Well, there logic is (half) right... on Microsoft Offers A Bounty On Virus Writers · · Score: 1

    Sure... You would feel safe until a new disease strikes and when it does you could be one of those shipped off to an island.

  19. Re:Well, there logic is (half) right... on Microsoft Offers A Bounty On Virus Writers · · Score: 5, Insightful

    Well, ask any doctor and he'll tell you it's better to cure a disease than to treat its symptoms. No virus writers means no viruses, which means no headline news virus alerts and scares.

    The same doctor will tell you that elimination of all dangerous viruses and bacteria from our environment is impossible.
    The best way to fight the diseases is to make our constitution stronger.

    The same with software.

  20. Re:OpenBSD performance facts on OpenBSD 3.4 Released · · Score: 1

    It runs fine for some months now and I can't see any reason why I should change to Linux or another *BSD (I love pf).

    You can use pf with FreeBSD pf_freebsd-1.0_7 as well as ipf and ipfw. For me the reason for using OpenBSD for firewalls in the past was that it had altq integrated in kernel and that time if you wanted to use altq with FreeBSD you had to apply patches for "release" kernel version. Now altq is in FreeBSD kernel too.

  21. Re:yeah..nice on New Optical Chip Claims 8 Trillion Operations/sec. · · Score: 1

    Now how much eletricity does it use? How much heat does it generate? These are all things related to size.

    This is optical chip and relation between size, power consumption and heat generated will be different than in traditional chips.

  22. Re:The only way to win, really on Microsoft Audits UK Council To Prove Cost Effectiveness · · Score: 1

    If you want to compete with Free Software, the only way you can truly compete is at the cost of use level.

    From my experience windows workstations need much more work from "user support" guys than those running linux. In both cases you need a hacker to install and configure software. Allowing people to work on computers with default windows installation is asking for trouble. Properly configured linux box is much more idiot proof than windows one.

  23. Re:What I know about FreeBSD on FreeBSD 4.9 Released · · Score: 3, Informative

    > 9. It is incompatiable with GNU/Linux. Wrong. FreeBSD has an extensive Linux binary compatability system that allows most Linux binaries to run just fine. Word is, sometimes even faster.

    Some time ago I had 1GHz Athlon 256MB with ATA100 drive as my workstation. I put linux on it. Everything was ok, up to the time I had to untar some big files 200GB+. Starting single tar -zxf filename nearly made my computer not responding (even mouse cursor moved in jumps). First I thought the reason was that I have 2.2.x kernel so I switched to 2.4.x. It didn't help. Finally I put FreeBSD on this box and from that time unpacking archives with tar was no longer a problem.

  24. Re:C64 user, Linux user? on C-64 Diehards Relive History · · Score: 1

    I think that "OS progression" is not connected with using any particular computer model in the past. It doesn't matter if you worked on ZX Spectrum, 8 bit Atari, Amstrad, Commodore C64 or 128. Using any of this computers those days to something more than playing games needed some hacking skills. People very often wrote simple apps for their personal use. And for more sophisticated apps they had to learn and use assembly language. The first two languages I've learnt were ZX Spectrum's dialect of Basic and Z80 assembly language. It's hard to expect from users with experience from that times that now they will want to use software which don't give them full control over it's operations.
    My "OS progression" was:
    Timex 2048 -> CP/M -> DOS -> Linux -> *BSD
    Now I'm considering buying Mac with OS X.

    ajr.

  25. Re:lighter is better on XFce Desktop 4 Released · · Score: 1

    I use WMX. It has virtual desktops you can switch using mouse wheel or keyboard. It also lets you switch beetween windows in very convenient way (one keystroke or pressing mouse right button).