Slashdot Mirror


User: scm

scm's activity in the archive.

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

Comments · 169

  1. Re:Why is it not ^? on ECMAScript 2016: New Version of JavaScript Language Released (softpedia.com) · · Score: 1

    I'm pretty sure ** goes back to at least Fortran (though you may very well have seen it somewhere else). Javascript already uses ^ for bitwise XOR

  2. Re:A story for those who on 4.0 Earthquake Near Concord, California · · Score: 1

    I live in Oakland just a few miles away, and I didn't even notice it.

  3. Re:Cannot take attendance? on NJ School District Hit With Ransomware-For-Bitcoins Scheme · · Score: 1

    When I was in school, attendance was tracked on paper, and we purchased food from the cafeteria with cash.

  4. Late to the party? on Microsoft Gearing Up To Release a Smartwatch of Its Own · · Score: 1

    Microsoft wants to make sure it's not late to the party, as it has been so many times in the past.

    Aren't they already late to the party? Apple, Samsung, Google, and others have been working on smart watches for *years* already. If MS hasn't been quietly working on this for a while already, it seems to me like they're already late.

  5. Re:Better call it Windows 11 on Microsoft Announces Windows 10 · · Score: 4, Informative

    Wasn't Windows 2000 technically version 5.0? IIRC that's the version number it reported. Also IIRC, XP was 5.1, Vista was 6.0.

  6. Re:Recent purchases/downloads on Is the App Store Broken? · · Score: 1

    If you open the App Store on an iOS device, the first thing you see is a list of new apps.

  7. Python/Django is what we chose to replace our aging Perl code. Our biggest problem with Perl is that it's really hard to find qualified programmers who want to work in Perl and are local in the Bay Area.

  8. It was a joke on Apple Says Many Users 'Bought an Android Phone By Mistake' · · Score: 1

    That comment was an offhanded joke, reporting it like this is ridiculous. I guess unless the point was to have a flame war...

  9. Re:California is dead, TEXAS is where it's at... on Could High Bay-Area Prices Make Sacramento the Next Big Startup Hub? · · Score: 1

    It's too hot in the summer for you.

    One could say the same thing about Sacramento

  10. Re:Replacement on (Useful) Stupid Vim Tricks? · · Score: 1

    You actually only need one mark (e.g. the start) and then move the cursor to the end and do:

    :'a,.s/FROM/TO/g

    in this context '.' means "where the cursor is"

  11. Re:Bundle? I lol'd on EU Prepared to Fine Microsoft $2.5 Million Per Day · · Score: 1

    "//open to pointers on how to excise MP10 from my new machine completely."

    Don't run windows. ;-)

  12. Re:Disagree on the last comment on Lenovo Under U.S. Probe for Spying · · Score: 1

    the Servicemembers Protection Act of 2002

    http://www.state.gov/t/pm/rls/othr/misc/23425.htm

    sec 2008
    a) AUTHORITY- The President is authorized to use all means necessary and appropriate to bring about the release of any person described in subsection (b) who is being detained or imprisoned by, on behalf of, or at the request of the International Criminal Court.

    b) PERSONS AUTHORIZED TO BE FREED- The authority of subsection (a) shall extend to the following persons:

          1. Covered United States persons.

          2. Covered allied persons.

          3. Individuals detained or imprisoned for official actions taken while the individual was a covered United States person or a covered allied person, and in the case of a covered allied person, upon the request of such government.

  13. Re:$2,246 Is Too Much! on Build a Homemade Media Center PC · · Score: 1

    I have an IIRC SK83G and it sounds like a hairdryer (not quite, but it's loud). Too loud for a HT/MC PC. Though just after I got mine, they started using larger fans, which should be quieter... but I'm not sure how quiet.

    Of course, how loud is too loud is a matter of opinion...

  14. Re:wha? on Intel and Skype Exclude AMD · · Score: 1

    They know we're all going to buy that mac anyway... ;-)

  15. Re:Yeah, But... on AJAX Buzzword Reinvigorates Javascript · · Score: 1

    "You're still programming in a brain damaged environment. The browser provides a tiny fraction of what the entire system is capable of and a tiny fraction of the refinement of the programming interfaces that have been around since the '70's."

    It can't be as bad as VB.

  16. Re:Not much of a problem... on Malicious Web Pages Can Install Dashboard Widgets · · Score: 1

    Safari won't autoinstall widgets until you create a ~/Library/Widgets (at least if you upgraded)

  17. Re:seems sort of a waste on Hybrid Drivers Provide Real-World Mileage Data · · Score: 1

    If anyone's interested (sorry I don't have any links), because pollution was so bad in LA they decided to allow California to set stricter rules than the EPA for vehicle emmitions. In fact, it's the only state that can do that, but then any other state can choose to follow California's stricter standards instead of the federal ones.

  18. Re:seems sort of a waste on Hybrid Drivers Provide Real-World Mileage Data · · Score: 1

    I can tell you from personal observation that there are a lot of new TDI (turbo diesel) VW's in the SF bay area... There's bound to be other brands too. From what I've heard they've been quite popular for the past few years in large part because of the price of gas.

  19. Re:Big day for Mandrakesoft on Mandrake to Acquire Conectiva · · Score: 2, Insightful

    I had to reload the page a couple of times. I thought something had gone wrong the first time because it was showing the same story on the top that it was when I looked at /. this morning...

    What does it say about /. when the editors don't think their site is worth reading?

  20. Re:PC2700 is not old on What Can You Do with Old Memory? · · Score: 1

    I'll trade you for my bag full of 256K 30 pin SIMMs ;-)

  21. OT: Spell checkers on Mozilla Developers Respond to Malware · · Score: 1

    In high school I took a creative writing class and one story I wrote had reference to a character waving his tentacles around, but my spell checker had changed my attempt at "tentacles" to "testicles". Luckily, I caught the error before handing the story in while reading it in a earlier class.

  22. Re:EXTRA! The magazine of FAIR on What Magazines Do You Read? · · Score: 1

    Technically, underscore characters are not allowed in host names according to RFC 952:

    A "name" (Net, Host, Gateway, or Domain name) is a text string up to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus sign (-), and period (.).

    Still it seems like a stupid idea to strip them out.

  23. Re:VIA's system requires hardware on VIA Releases Source To Custom WASTE Client · · Score: 1

    You're close, but not quite right. There's always a licensing agreement with Qt, no matter the platform. If you're using it on Linux or MacOS you have 2 choices: the GPL version (can only be linked with GPL and compatible software because of the GPL) or the commercial version which you can link with your closed source code.

    On Windows, there's only the commercial version available (which also means you can't build GPL software on Windows with Qt unless the GPL software has a specific license exepmtion for Qt)

  24. Re:Use WebDAV on VIA Releases Source To Custom WASTE Client · · Score: 1

    It's also supported on MacOS. iDisk uses WebDAV.

  25. Re:Pine Problems and Alternatives on X.Org Foundation Releases X11R6.7 X Window System · · Score: 1

    "I don't have a problem with Debian's commitment to libre software & their choice not to ship pine."

    Pine is included in Debian, in the non free section. I believe the installer downloads the source from UW, patchs it, and builds it.

    The grandparent post was talking about pine not being included in *Red Hat* not Debian.