Slashdot Mirror


User: pesc

pesc's activity in the archive.

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

Comments · 327

  1. Re:So explain how you'd do it on Harald Welte Calls Out Netgear's Open Source Sham · · Score: 1

    Use BSD.

    Really, if your company wants to do "open source" and is completely uninterested in free software (GPL licensed code), why not build something around a BSD kernel?

    The company should analyze WHY it wants to do "open source". Do they want to build a community and/or developer participation? Or do they want gratis software?

    I don't understand why companies who DON'T want to share their source code don't consider alternatives to Linux. I would love if they went the Linux route, but then they should get with the program...

  2. Re:Is there anything on iPhone App Wins Microsoft-Campus Programming Contest · · Score: 1

    Access the data onboard using "mass storage" (like USB memory stick) in the operating system of your choice without the need for proprietary software?

    So FAT has ceased to be proprietary now?

  3. I have used a Teletype ASR-33 on The Laptop, Circa 1968 · · Score: 1

    The cool thing about it is that except for the modem, the device is mechanical, not electronic. You could connect a RS-232 (serial) cable and send/receive 110 baud data. And the teletype would encode/decode the signals purely mechanically, using rotating wheels. Amazing!

    This also included the paper tape punch/reader. You could write your entire program off-line to a paper tape. The you would connect and run the tape through the reader. This would allow you to enter the entire program fast, minimizing your expensive on-line time.

    If you pressed a key on the keyboard all other keys would lock until the character was sent. If you typed too fast, you could hurt your fingers!

    I'd like to have one. They were noisy though...

  4. Re:Yes, it could. on Does Bing Have Google Running Scared? · · Score: 0

    It is said that Bing is a recursive acronym for "Bing Is Not Google". I think that is something about which we can all agree: Bing is not Google.

    How is that recursive?

  5. Overlay trees on Old-School Coding Techniques You May Not Miss · · Score: 1

    I developed a program on a PDP-11. It was a 16-bit computer and had 64kB memory. It didn't have virtual memory so in order to fit a large program you had to build an overlay tree.

    Consider if function a() called b0() and b1(). And b0() called c0() and c1().

    By knowing the call tree in your program and some other stuff about the dynamics of your program you could arrange so that b0() and b1() shared the same space in memory. Likewise for c0() and c1().

    By studying linker maps you could create an overlay description file to make your program fit into 64kB. The OS would use this to automatically bring pieces of code in and out.

    You can only imagine the consequences when you start to change the program and the pieces grow in size or new calls are added (b1() now calls c0()). You'd often have to manually do a new overlay tree.

    No wonder VAX/VMS was such a hit in the late seventies with 32-bit computing and virtual memory support.

  6. Where do MS research get everything from? on Microsoft's "Pseudo-Transparent" and Fold-Up PCs · · Score: 1

    Maybe here?
    Or here?

  7. Re:Boing Boing Unreliable on Update — No DRM In New iPod Shuffle · · Score: 0, Troll

    Hmmm
    According to the technical details you linked to it doesn't play standard DRM-free AAC files but it does play proprietary WMA files. And it requires Windows which I don't use.

    Also, there is no mention on how it connects to my iTunes library? Can it sync automatically and update the smart playlists I use to load it with music I haven't listened to yet? Or do I have to go back to fully manual syncing/management?

    I'm not so sure the Sansa player is superior...

  8. Re:annoyed on The Future of Google Chrome · · Score: 1

    Yeah, the normal and logical may seem that way if you're used to something so strange and illogical as US English - putting 'z' in almost every word, and I mean, MM/DD/YYYY? come on!

    Yes they store dates in mixed endian format.

    Not to mention football which Americans think is a sport where you don't have a proper ball and you very seldom play it using a foot. :)

  9. Re:Good Marketing on ITunes 8 a Real Killer App; Taking Down Vista · · Score: 5, Funny

    Pop quiz: What does the kernel use to access hard disks, memory, and whatever other hardware is in your system?

    iTunes?

  10. Re:Usability is a matter of opinion on How To Fix the Poor Usability of Free Software · · Score: 1

    If you learned how to use some other system first and now expect that any other way of doing
    things isn't "usable" enough, that's just plain old resistance to change. It says more about you than it does about the usability of the
    software in question.

    ...

    Speaking of which, tried Windows lately? Now to me, that's really
    hard to use! But then, I don't want to learn the "Windows way" of doing everything, as I fail to see the pay off in it.

    Hmm... Methinks this says more about you than it does about the usability of Windows...

  11. Re:why is this a problem? on Microsoft's Open Source Guru Faces Tough Fight · · Score: 1

    Will you disallow perfectly good code additions simply because of the source?

    No, if it compiles fine and improves the portable Linux product the code additions should be accepted. Otherwise they should be ignored.

  12. Why locking the phone? No, really! on Apple Cracks Down On iPhone Unlockers · · Score: 1

    If the operator sells the phone with a contract, why do they have to lock the phone? You are still bound by the contract. If you get an additional SIM card or another contract and use it with the phone, then so what? The operator still gets their monthly fee from their contract.

    This is how many phones are sold in Sweden (there are locked phones too, but some are sold unlocked, with a contract).

    Is there any source saying that the iPhone will be sold locked only?

  13. Re:Why bother unlocking? No really, what's the poi on Apple Cracks Down On iPhone Unlockers · · Score: 2, Insightful

    Maybe not in the US. But take a look on a map over Europe. Lots of countries. Roaming can be really expensive. So people that travel regularly between countries (which many do) need to buy a local SIM card when entering a new country for cheap access. This only works if your phone is unlocked and accepts foreign SIM cards.

  14. Re:Cut off fingers? on Face Recognition Goes Mainstream For Notebooks · · Score: 1

    Laptops are stolen all the time, whether for corporate espionage purposes or for resell value. The thing most people don't realize is that you don't have to cut someone's finger off to use their fingerprint on common scanners. There are many ways (the gummy bear technique) to fake a person's finger and print for these cheap fingerprint scanners.

    If I stole your laptop I probably wouldn't have to bother with the fingerprint sensor to get at your data. I'd just rip out the hard drive and connect it to my computer.

    Do you say your drive is encrypted? Then where is your encryption key stored? I'll bet it is on the hard drive or in the computer. I hope no one thinks the fingerprint IS the encryption key.

  15. Oh no! Not again. on Face Recognition Goes Mainstream For Notebooks · · Score: 4, Informative

    From TFA:

    It is important to note that both fingerprint and face-recognition technologies are not foolproof--there are a number of known, low-tech means of circumventing them. As such, depending on how secure access to your system, data, and Web sites needs to be, you might want to think twice before relying on these alternatives to typewritten passwords.

    Right! Such as presenting it with a photo of the owner. Or using one of several well-known techniques to lift a fingerprint from somewhere (the computer itself?) and create a fake finger.

    Why isn't this kind of "security" generally laughed at by the consumers?

    http://www.youtube.com/watch?v=LA4Xx5Noxyo
    http://www.theregister.co.uk/2002/05/16/gummi_bears_defeat_fingerprint_sensors/

    And from 1998:
    http://www.schneier.com/crypto-gram-9808.html#biometrics

  16. Re:What's MSFTs Point? on Microsoft Linking Silverlight, Ruby on Rails · · Score: 1

    You have just explained why we cannot trust Microsoft to provide "cross-platform" technologies. And why, if you are interested in non-Microsoft platforms, you should avoid Microsoft technology.

  17. Abandoned projects? on Microsoft Acknowledges Open Source As a Bigger Threat Than Google · · Score: 5, Insightful

    Currently there are perfectly good projects that have been abandoned by their developers despite being used by large corporations.

    Like Visual Basic or Windows XP? Too bad those projects aren't "open source" so that said corporations could step in and get support elsewhere.

  18. IP is for socialists on What's the Solution To Intellectual Property? · · Score: 3, Insightful

    I'm an anarcho-capitalist, and a huge supporter of property rights, both physical and intellectual.

    I'm puzzled why an anarcho-capitalist is so quick to embrace monopolies handed out by the government to private entities, which is what IP is. Myself, I'm more supportive of free markets where anyone can compete.

    I thick government-granted monopolies is something a Guild Socialist should support. Or maybe a Mussolini Fascist.

  19. Re:SI on Creative Sued for Base-10 Capacities On HDD MP3 Players · · Score: 1

    ... or how many bytes does one second of a 128kbit/s MP3 song occupy on a Creative MP3 player? :)

  20. Oh no! Not fingerprint "security" on Fingerprint-Protected USB Sticks Cracked · · Score: 5, Interesting

    When will fingerprint "security" die?

    Obligatory links:

    http://www.theregister.co.uk/2002/05/16/gummi_bears_defeat_fingerprint_sensors/
    http://www.schneier.com/crypto-gram-9808.html#biometrics

    It's important to understand that your fingerprints aren't secrets. You put them on thousands of objects every day. You can't create any security based on fingerprints unless you can assure that the reading device isn't tampered with. By placing a guard (a person) there or something.

  21. Aluminum foil on T-Ray Camera Sees Through Clothes, Preserves Privacy · · Score: 5, Funny

    Time to make some aluminum foil underpants to go with your hat.

  22. Re:Prior art? on Smartphones Patented — Just About Everyone Sued 1 Minute Later · · Score: 2, Funny

    I would like to see just about everyone you can think of, including Apple, Nokia, RIM, Sprint, ATT, HP, Motorola, Helio, HTC, Sony Ericsson, UTStarcomm, Samsung and a bunch of others file a class action law suit against the Patent Office for screwing up the market by not doing its job.

    Not gonna happen, but it would rock...

  23. Virtualize Linux on Microsoft Unveils Virtualization Strategy · · Score: 4, Interesting

    Windows virtualization strategy is to embrace Linux in the server rooms by virtualizing it. This will degrade Linux from an operating system to an application stack. You will buy the OS from Microsoft, and the Linux application stack from Novell.

    Thus, Microsoft will extend Linux by providing better drivers to proprietary HW, nice managing consoles, etc.

    When this is sufficiently entrenched, the extinguish phase can begin when somehow Microsofts virtualized software stacks run better than the virtualized Linux stack.

  24. Re:Personally? on Is the Dell XPS One Better than the Apple iMac? · · Score: 1

    ...I'd never get an all-in-one computer. I just hate having to part with a good LCD monitor every time I want to upgrade or switch computers.

    You'd never buy a laptop?

  25. Re:Where's the white noise generator? on Loophole in Windows Random Number Generator · · Score: 2, Informative

    Like the VIA C3 processor?