Slashdot Mirror


User: cellocgw

cellocgw's activity in the archive.

Stories
0
Comments
2,055
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,055

  1. Re:inconsistency is the constant at Microsoft on Microsoft's Skype Drops Modern App In Favour of Old-Fashioned Win32 App · · Score: 1

    Well, because keystrokes involving F-# are stupid because it's not a standard touch-typing-reachable key pair, because CTRL-Q predates Windows, and depending on "Fn"-key prefs, alt-F# may or may not do the thing you expected. In case that's not clear: you can set Prefs so teh Fn-F# combo such as switch screen, WiFi on/off, etc are the default and you have to use Fn-Alt-F4 to quit an app.

  2. inconsistency is the constant at Microsoft on Microsoft's Skype Drops Modern App In Favour of Old-Fashioned Win32 App · · Score: 1

    Take a look at Office, their cash cow for a zillion years now. But even today, Powerpoint supports CTRL-Q to exit while Excel and Word don't. And us old-timers remember that all pre 2003 (or maybe 2000) Office suites were abysmal at copypasting text from one app to another. Font, font size, color, etc. would get completely bollixed up.

    So no surprise that Microskype is going this way.

  3. Not a single science fiction writer, or scientific study that I know, imagined worlds with chaotic orbits

    Cixin Liu, "The Three-body Problem."
    There are several old-ish scifi stories but I don't recall their titles at this instant.

  4. Re:Inexact Comparisons on Cybersecurity and the Tylenol Murders · · Score: 1

    There is a value in 'information sharing', it just depends on the information being shared. Sharing the sorts of data associated with an intrusion, so that others can check their networks for similar activity or vulnerabilities? That's a good thing. The comparison here would be having Tylenol's makers share the information on how their supply chain was possibly compromised in the first place, so that we don't wind up having them fix the problem, only for other companies to get hit with the same thing because the details were kept secret.

    Except it wasn't. The poisoning turned out to happen inside a home, and the public was never in any danger. So, we ended up with a huge cost increase on every single product, dangerous or not, along with multiple layers of "safety" straps,coatings, etc. which are incrediblyannoying to remove and do very little to improve the alleged tamper-proofness of the product itself. Really: do you think some creep could manage to drop poison pills into hundreds of nsaid bottles in CVS stores (assuming no tamper-proofness) without anyone ever noticing?

  5. Re:Teddy Ruxpin wasn't considered creepy on Cute Or Creepy? Google's Plan For a Sci-Fi Teddy Bear · · Score: 1

    When mine started telling me to kill my neighbor with the dog that pees on my amaryllis,...

    Ok, so you've got a dog. How do you use it to kill your neghbor?

  6. dupe dupe dupe... on The Brainteaser Elon Musk Asks New SpaceX Engineers · · Score: 1

    I know people don't RTFA, but apparently nobody RTFP(osts) either. we've got, what, 30 identical wrong answers (north pole only), 30 people who don't understand the difference between 1 mile from the South pole and 1mile+ X/pi ?

    Just for that: imagine a Beowulf cluster of starting points in the Southern Hemisphere...

  7. Re:God is getting lazy on Four Quasars Found Clustered Together Defy Current Cosmological Expectations · · Score: 1

    I prefer Aten (Egyptian monotheistic God) instead.

    Oh yeah? If he's a monotheism how come there's ten of him? :-)

  8. speed isn't everything on How Windows 10 Performs On a 12-inch MacBook · · Score: 1, Flamebait

    Granted, for many users, speed matters. But, here are some other concerns.

    1) The Registry File. Enough said.
    2) Under OS X, open any kind of file in any kind of editor. Go back to the Finder window, rename the file, move it to a different folder no problem. Can't be done under Windows. Half the time, even after you close the file (not the editor app), the app fails to 'release' the lock and you STILL can't rename the file.
    3) None of Microsoft's pseudo-shell implementations come close to bash/csh/ksh in useability.

    For most users, most of the time spent on a computer is in dealing with the UI/GUI/UX (whatever you want to call it). That's what matters; raw speed of calculation is the primary need of a rather small subset of users (who probably buy time on a cluster node :-) )

  9. alternatives on Critics Say It's Time To Close La Guardia Airport · · Score: 3, Insightful

    I find it far easier and more pleasant to take the train from Boston. Presumably the same holds for folks from Philly.

    I'd also like to see more business travellers learn to use video conferencing instead of blowing off a few gigajoules on the theory that face-to-face is the only acceptable way to hold a meeting.

  10. Re:Stupid sudoku solver? on Singapore's Prime Minister Shares His C++ Sudoku Solver Code · · Score: 1

    hmmm.... solving fizzbuzz....
    ( code is in the R language BTW)

    fbfun1 <- function(xfoo) {
    xfoo<-1:xfoo
    fbfoo <- 1+(!as.logical(mod(xfoo,3)))*(as.logical(mod(xfoo,5))) + 2*(as.logical(mod(xfoo,3)))*(!as.logical(mod(xfoo,5)))+3*(!as.logical(mod(xfoo,3)))*(!as.logical(mod(xfoo,5)))
     
    fbbar <- unlist(lapply(fbfoo, function(x) switch(x,0,'fizz','buzz','fizzbuzz')))
    return(fbbar)
    }
     
    fbfun3 <- function(xfoo) {
    xfoo<-1:xfoo
    fbfoo <- 1+(!as.logical(mod(xfoo,3)))*(as.logical(mod(xfoo,5))) + 2*(as.logical(mod(xfoo,3)))*(!as.logical(mod(xfoo,5)))+3*(!as.logical(mod(xfoo,3)))*(!as.logical(mod(xfoo,5)))
    fbtab<-cbind(1:4,c('','fizz','buzz','fizzbuzz'))
    fbbar <- fbtab[fbfoo,2]
    return(fbbar)
    }
     
    fbfun4 <- function(xfoo) {
    fiz<- rep(c('','','fizz'),length.out=xfoo)
    buz<-rep(c('','','','','buzz'),length.out=xfoo)
    fbbar <- unlist(lapply(1:xfoo, function(j)paste(fiz[j],buz[j]) ) )
    return(fbbar)
    }
     
    # or completely sleazy:
    fbfun5 <- function(xfoo) {
    fiz<- rep(c('','','fizz','','buzz','fizz','','','fizz','buzz','','fizz','','','fizzbuzz'),length.out=xfoo)
    return(fiz)
    }

  11. so far so good on Why Scientists Love 'Lord of the Rings' · · Score: 1

    An awful lot of scientists (at least us old guys) like Asimov & Heinlein and various other scifi authors who gave us all sorts of words which have graduated to general useage. (not to mention, say "Dammit, Jim, I'm a doctor" and "reverse the polarity")

    OTOH, I shudder to think that maybe in 50 years someone will write "all scientists love GoT and name things after the characters."

  12. Re:200 miles underground is really deep! on Signs of Subsurface 'Alien' Life Found In Antarctica · · Score: 1

    The Russian hole drilling had to stop because it go[t] so hot that the drill was losing its hardness

    Quite the opposite reaction to what most of our drills have. //smirk

  13. Re:That's an expensive dog! on A Cheap, Ubiquitous Earthquake Warning System · · Score: 1

    can you imagine an entire state full of Jack Russell terriers?

    Dunno... what's that in units of Beowolf Clusters? (misspelling intentional)

  14. Obvious reason for Hg on Liquid Mercury Found Under Mexican Pyramid · · Score: 1

    They were a civilisation of dentists, and they kept their trove of Mercury around 'cause it's used in fabbing the amalgalm for fillings.

  15. Re:Summary overlooks a couple of points on Gen. Petraeus To Be Sentenced To Two Years Probation and Fine · · Score: 1

    An enlisted man would have received 10 years in Leavenworth.

    Or eleven years in Twelveworth,
    or five to ten in Woolworth.

    Hey, someone had to quote it!

  16. Re:Hydration reminder on New Nudge Technology Prods You To Take Action · · Score: 2

    If it was a new app, it would have to be called Therst, Thyrst, or Thrst.

    Seems to me that, at least on /. , it needs to be called "Thrist."

  17. In a post about half a page down from this article, Norway is going to kill off FM in favor of digital (DAB) as the only broadcast method.

    So there you are.

  18. neither bridge nor tunnel on Russian Official Proposes Road That Could Connect London To NYC · · Score: 1

    You guys are missing the obvious solution: make like the Japanese and their artificial islands. Fill in the Bering Strait and just build a paved road on top of the ridgeline you just created between SIberia and AK.

    WCPGW?

  19. Re:Not sure about that on Speaking a Second Language May Change How You See the World · · Score: 1

    One good reason to discourage the pasive voice is that it leads the reader to believe things "just happened," rather than emphasizing the causative agent.

    "War broke out" vs "A small band of vocal rabble chose to separate from England rather than pay excessive tax on tea"

  20. Wait: BillG hates America? on Gates: Large Epidemics Need a More Agile Response · · Score: 0

    He clearly suggested spending less on Defense Dept and more on socialist anarchist anti-American [[sarcasm]] !

    We can't have that now, can we?

  21. Re:Strategy on Wikipedia Entries On NYPD Violence Get Some Edits From Headquarters · · Score: 1

    Control of information is Paramount[emphasis mine] in maintaining a docile populace.

    Or MGM, or Sony, or Disney.

    (sarcasm)

  22. False savings on New Crop of LED Filament Bulbs Look Almost Exactly Like Incandescents · · Score: 1

    Yes, LEDs are far more efficient and use less electricity yada yada. However, it's pretty much guaranteed that this will not lead to cost savings.
    Historically, every time a cheaper lighting technology came along, from candles to oil lamps to gas lamps to Edison bulbs to CFLs, people simply increase the amount of lighting and the length of time (into the night) that they keep the house lit up. I see nothing to suggest that conversion to LEDs will change this trend.

  23. I''m saving $2500 on Make Those Brown Eyes Blue · · Score: 1

    See, I'm only going to do one eye. That way I'll look really unusual (or worse terms :-) ) , plus I'll have 2500 to waste on hookers and blow.

  24. Re:... creates two gaps in evolution on Oldest Human Fossil Fills In 2.8-Million-Year-Old Gap In Evolution · · Score: 1

    I'll need two fossils and the sex tape

    And a marriage certificate.

    Not to mention a USA birth certificate.

  25. Having sex with a spy is on my bucket list.

    Although knowing my luck it will be a forced anal invasion in Guantanamo...but buggers can't be choosers I guess...

    FTFY