Slashdot Mirror


User: Sique

Sique's activity in the archive.

Stories
0
Comments
5,479
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,479

  1. Re:and... on Low Emission Cars Continue to Gain Popularity · · Score: 1

    I actually made the test with a stop watch, and I spend about 25% of my commuting time waiting at traffic lights. YTLDMV (Your traffic lights distribution may vary), but in the end don't underestimate the waiting times! At my old job it took the same commuting time for me if I rode the bicylce than drove the car, and it was an 8 mile ride. Considered the fact that my bicycle cruising speed is about 15 mph instead of 35mph, you could estimate the traffic light waiting times at 55% of the whole trip.

  2. Re:Password changing on Spafford On Security Myths and Passwords · · Score: 4, Insightful

    Everything that affects the machine compromises security by definition. So that's no argument as such, you have to elaborate. The connection made between 'written down passwords' and 'physical access to a machine' is very weak. Of course: If I got into the secured building with the computer desk, it may be easier to just root the computer and then access whatever you want than to break into the file cabinet and search for the password. But security by itself does not only contain prevention of a compromisation, but also detection of a compromisation. And a security breach by physical access to a machine is often much more easy and timely to detect than a physical access to the written down password. Stick-It notes don't log access, as far as I remember ;). So if it is an inside job, a security breach may go unnoticed if the attacker just reads the password while passing by and then trying it from another machine, or if he just seems to 'look for that one file I left on the desk' and searches for the password. In this case the first security breach (compromise of the password) is not necessarily time-connected to the second one (unauthorized access to the password protected entity), and such the detection of both is more complicated.

  3. Re:Password changing on Spafford On Security Myths and Passwords · · Score: 1

    Because there are environments, where physical access to your machine is no problem, and it still shouldn't compromise security (think: large office rooms with several desks). And if you have shared desks, then writing down passwords and keeping them near the computer is a quite bad idea.

    Then there is another aspect in server environments: Password recovery always requires a reboot or at least a service disruption, so this is very likely to be noticed by people. Entering a password you just found on a stick it note might go without any notification.

  4. Re:An elaboration. on Missing Link Fossil Discovered · · Score: 1

    Call it a 'behavioural reserve'. :) It might not have an advantage right now, but it isn't too much of an disadvantage either. It might come in handy if there will ever be new types of small, but very dangerous animals :) (Same goes for all types of sexual behaviour. You never know if they once will prove to produce offspring in completely different circumstances, or if they will work as social adhesive...)

  5. Re:Please, don't use "missing link". on Missing Link Fossil Discovered · · Score: 1

    So you got hit by a bicycle. This proves for now and everytime and everyone, that the invention of the wheel was a mistake.

  6. Re:An elaboration. on Missing Link Fossil Discovered · · Score: 3, Funny

    So you are saying, that evolution researchers have an unfair advantage, because they not only have a theory (evolution), but also facts (fossil record) to prove the theory is sound?

  7. Re:dont forget #4 on Interest in Embedded Linux Remains Low · · Score: 1

    Someting in a loop waiting for an event to work on is a pretty good description of what an operating system actually does. According to my CS class on operating systems an OS is "a program that controls all resources, starts and stops tasks (processes, programs...) and assigns ressources to and withdraws them from the tasks".

    Please, this is a site for nerds, and nerds should be able to distinguish between 'OS' and 'OS + Shell + Tools + User Interface' (which the layman was told by the marketing to call an operating system). My old C= 1541 disk drive had an actual operating system for its 8-bit-controller (a 6502), even though it came with only 4kByte ROM and 8kByte RAM. So most embedded devices, if they use a program for control, they have by definition an operating system too. The coffee maker at a former employer's office was running SB-CAF 1.03 (you could see the boot messages on the LCD screens).

    The question is only: Does this program be able to do time sharing? Or is the purely sequential execution of tasks ok? In the latter case, it can be pretty simple, because it won't even need a scheduler, mutex infrastructure, process priorisation, kernel locks etc.pp.

  8. Re:Don't build 'em like that anymore on VOYAGER 1 Signal Received by AMSAT-DL Group · · Score: 2, Informative

    It had to work flawlessly (that is without radioactive leakage) only for a few days though, from mounting the power unit until start.

  9. Re:Don't build 'em like that anymore on VOYAGER 1 Signal Received by AMSAT-DL Group · · Score: 1

    At distances of 13.6 light hours away from any earth live it doesn't have to be clean though.

  10. Re:Uses on Should We Be Afraid of TPM Chips? · · Score: 2, Insightful

    There are issues with TPM vs. free software you didn't address. What if the kernel you want to boot doesn't have a signature the TPM module recognizes? If you or some friend or colleague of you modify a kernel, then its signature changes (that's the whole point of signed binaries). So what if you TPM module just refuses to boot from a signature it doesn't know?

    What if the device is something like a digital video recorder or a wireless router, which in theory runs under Linux or other GPLed software, and you should be able to change the code according to your wishes, but because you don't have a key the TPM module trusts, you can't sign your changes, and the TPM module tells the BIOS not to boot your binary? It might be not with the general purpose computer for now, but on specialized hardware it's pretty possible. The hardware vendor will just tell you that he has to sign all changes, and what use is the GPL for the software to you, if you can't run your modifications without the vendor's agreement? You are back to square 1, this time not fiddling with copyright, but with the TPM module, and no clever licensing gets you out of the trouble.

    So what about running for example other software than Mac OS X on new Apple-Intel hardware, if the BIOS just wants Apple's signature on the kernel binary? As the previous poster already said: If you don't have the keys to your computer, you are not in control of your computer. It doesn't need the malice of the OS designer, it can be already be in the BIOS.

  11. Re:If you need real security on Lenovo Under U.S. Probe for Spying · · Score: 1
    Security by obscurity? Sure. That is all your password is, after all too, it (sec by obs) isn't strictly a bad thing.


    Security by obscurity isn't about existing secrets (hey, if you encrypt something, then you also obscure the contents and hope for security).
    Security by obscurity means: We don't tell anyone how it works, so they will have a hard time figuring that out first until they can get in. Security by obscurity means: Putting the key under the doormat, so no one knows where the secret (the actual unique design of the key) is, and don't tell anyone that this key fits to the backdoor, not the front door.
    Security by obscurity is defeated by lifting the obscurity, not by revealing the secrets.
  12. Re:BSD vs GPL is not relevant on Theo de Raadt Discusses OpenBSD and Beyond · · Score: 1

    None of which of course alters my points in any way, as the resulting code cannot be sold to anyone, or distributed in any way externally, without running afoul of the GPL.

    This is not directly true. According to the GPL you are not allowed to sell the compiled binaries without adding the offer to provide the code under GPL for the cost of the copy of the code. So there is no one hindering you to charge someone huge amounts of money for giving out the binaries, but if you do it, the written offer to put up with the code under GPL has to be there.

    And it is still possible to create your own programs running on top of GPLed code. As long as your code doesn't reuse GPL code, and your binaries run in separate tasks from binaries compiled from GPL code, your binaries are free for you to license at wish.

  13. Re:Precisely on Why Windows is Slow · · Score: 1

    But Windows NT ironically runs on something similar, and when WinNT was being developed, it used some kind of Mach2/Mach3 mixture as starting point.

  14. Re:Make no mistake... on Open-Government Technique Used on Iraqi Documents · · Score: 2, Insightful

    And there is another aspect: Saddam Hussein had to keep the image of strongman at least for his people, his supporters and the neighbouring countries to stay in power. So in all official documents he was probably correct (as far as a giant bureaucracy can be correct about reality), but in his speeches he hinted that there might be something hidden no one knows about. Unluckily for him, not only the local people felt for the bluff, the George W. Bush administration did also.

  15. Re:Solaris THE BOOK is a masterpiece of fiction on Stanislaw Lem Dies in Krakow · · Score: 1

    (If someone is interested in the acutal interview, here is a (german) link: Die erotischen Probleme der Menschen im Weltall sind nicht das Thema)

  16. Re:Solaris THE BOOK is a masterpiece of fiction on Stanislaw Lem Dies in Krakow · · Score: 1
    The book is one of the great works of scifi. The movies really miss the point.


    Or, as Stanislaw Lem himself put it in an interview: I didn't write a novel about the sexual problems of humans in zero gravity.
  17. Re:How clever! on 42 *IS* The answer to Life, the Universe and Zeta · · Score: 1

    It's really clever, because the values, for which the Zeta functions puts out zero, are not zero by themselves. So calling a value 'a zero', because used as value in a certain function it returns zero is already somewhat nontrivial.

  18. Re:qualified public officials on Misconfigured Webserver, Threats to Call FBI · · Score: 1

    It's again proof that shouting around and accusing and threatening people will get things done. Manager 101.

  19. Re:Do we care what Lyons says anymore? on Forbes Says Vista Not People Ready · · Score: 1

    On the other hand: He puts his money where his mouth is. :)

  20. Re:At our office on Office Delayed, Too · · Score: 1

    I prefer Xfig, I am just missing all the stencils only available for Visio. But I am completing my own collection of Xfig stencils :)

  21. Re:At our office on Office Delayed, Too · · Score: 1

    I just saw a demo of Excel 2007 recently, and there are two quite nifty features in the GUI I liked.
    - The drop down menus on top are gone, instead clicking one item in the menu bar switches the toolbar to the items of the former drop down menu. It surely needs to get used to, but it seems a better idea for the average user to get an overwiev about the contents of a drop down menu, and it speeds up the work if you are using several items of the same menu.
    - There is some kind of instant data analysis directly in the worksheet, where you just mark a region and have for instance the background colored depending on the contents, so you can easily spot clusters of maxima or minima.
    (On the other hand: Excel was always the only program I ever liked in MS Office anyway...)

  22. Re:rogue on Gaming Now and 20 Years Ago · · Score: 1

    Yes! That's what I am talking about. :)

  23. Re:rogue on Gaming Now and 20 Years Ago · · Score: 2, Interesting

    First: I was not talking about Mario Bros. (I am not very into jump&run anyway).

    Second: Diablo and Diablo II are from a map point of view, from a level point of view, from a scoring point of view and from the equipment point of view very similar to nethack, and it would be actually quite simple to generate a Diablo level from a nethack level (Just add graphics for the chars. I am wondering if someone ever thought of generating a Diablo like GUI for the original nethack :) )

    Third: I was playing and programming MMORPGs when no one called them that way (they were called MUD, MUSH, MOO, MUSE or whatever at that point in time, and that was already the third generation of MMORPGs), and I have left that world without looking back too often. Actually I played only one completely, and I found it more fun to program them and expand them than to actually play them. I know we had a lot of players who thought different, who were asking us for new features, for new quests, for new landscapes or new guilds all the time to increase size and depth of the game. So I understand your point of view, but I won't generalize it.

  24. Re:Baby Sign Language on Babies Can Learn Words as Early as 10 Months · · Score: 1

    With both my daughter and my son I never tried something like 'baby speak'. I just talked to them like I would to every other people. My daughter was talking in whole sentences shortly after her first birthday, and my son was talking whole sentences way before his second birthday. I know that this is just anecdotal evidence, but at least using normal language didn't disturb completely their ability to learn language.

  25. Re:Bug? on Gaming Now and 20 Years Ago · · Score: 1

    You know, there actually is a NFL Europe :) Most of the people I know who go to the games are telling me it's just about the party anyway (so why don't they omit the field and the players and just have fun?).