Slashdot Mirror


User: Hognoxious

Hognoxious's activity in the archive.

Stories
0
Comments
33,194
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 33,194

  1. Re:I'm tired too on Edward Snowden Is Tired of Being Bombarded By Suitors (mirror.co.uk) · · Score: 0

    That's not awesome. What's awesome is that they're doing it without getting paid for it.

  2. Re: Victims should sue on Open-Source Ransomware Abused For the Second Time In Real-Life Infections (softpedia.com) · · Score: 1

    Neither the dope in the locker nor the data are a clear and present danger.

  3. Re:Makes me appreciate the English alphabet on France Says AZERTY Keyboards Fail French Typists (arstechnica.com) · · Score: 1

    contradictory spelling rules inherited from French, Latin, Greek, et.c..

    French is derived from Latin (and is French) and has a moderately sensible spelling system, so it's not that.

    The reason for English having so many spelling irregularities is down to William Caxton, who introduced the printing press at precisely the wrong time - the language was a) different across regions and b) in a state of flux. Plus, many of his staff were Belgians, which doesn't help.

  4. Re:google strays from its core competences to fail on Google May Be Developing Consumer Virtual Reality Hardware (roadtovr.com) · · Score: 1

    I agree. As far as I can see the only thing they did well (or well enough - I think timing plays into it) was search.

    Anything else has either been shit or bought in.

  5. Re:QWERTZ auch on France Says AZERTY Keyboards Fail French Typists (arstechnica.com) · · Score: 1

    I occasionally have to type in French, but I can't stand using AZERTY.

    Setting an English keyboard to Welsh/UK extended allows you to enter them with combinations of Alt-Gr and dead keys. Before I accidentally discovered this, I had to faff around with charmap.

  6. It's not so much the letters on France Says AZERTY Keyboards Fail French Typists (arstechnica.com) · · Score: 1

    The punctuation is a real bastard. I find it really hard to do < > since they're on the same key.

  7. Re: They've moved to that distro: it's called Free on Linux 4.5 Adds Raspberry Pi 2 Support, AMD GPU Re-Clocking, Intel Kaby Lake (phoronix.com) · · Score: 1

    Talent's one thing but numbers count too. RedHat has the numbers, and they're under Lennart's spell for some unfathomable reason.

  8. Slow news day? on Sys-Admin Dispenses Passwords With a Banana (thenewstack.io) · · Score: 3, Insightful

    So the banana's just a switch? It's not producing any randomness to feed into the key generation?

    Also, I don't see how they can't use the wifi from outside the building once they have the password. Unless they expire, which you can do without any fruit at all.

  9. Re:If you look at the Linux kernel... on Software Hall of Fame Member Ed Yourdon Dies (wikipedia.org) · · Score: 1

    Four times you forgot to mention the thing that belongs to GOTO.

  10. Re: I remember him on Software Hall of Fame Member Ed Yourdon Dies (wikipedia.org) · · Score: 1

    A diabetic, when the insulin's up in his apartment?

  11. But then again, they might not. on Google May Be Developing Consumer Virtual Reality Hardware (roadtovr.com) · · Score: 1

    If Betteridge had a second law, it would be this.

  12. Re:Structure on Software Hall of Fame Member Ed Yourdon Dies (wikipedia.org) · · Score: 1

    In languages without a goto I've implemented shit like:

    while (true)
      if thisError
        errcode = CnstPtrHwndPtrCnst.shit
        break
      endif
      if thatError
        errcode = CnstPtrHwndPtrCnst.crap
        break
      endif
    ...
      doAllIsWell
    endwhile

    One time someone made a fuss. After half a day of trying to rewrite it more cleanly (with more flags than the UN and cascading control levels that ran off the screen) he gave up.

  13. Re:How big is this problem? on Utah Bill Would Require IT Workers To Report Child Porn (ksl.com) · · Score: 1

    One by the name of G. Glitter, Esq.

  14. Re:New to machine learning? start here on Google Launches Free Course On Deep Learning (blogspot.com) · · Score: 1

    If you don't already know, you aren't good enough for Stanford. Yale's over the other side somewhere, you nincompoop!

  15. Re:"Climate contrarians" on Mainstream Scientists Cashing In On Climate Wagers (reuters.com) · · Score: 1

    Also, imagine you build levees along the entire coastline. You can't leave gaps for the rivers, or the sea will flow in through them.

    Does that mean that eventually, due to rain, the entire country will be a huge swimming pool?

  16. Ob on Google Launches Free Course On Deep Learning (blogspot.com) · · Score: 1

    If it's any good, they'll either:
    a) scrap it
    or
    b) bugger up the UI.

    In the case of b) they will then scrap it.

  17. Re:How smart? on Surprising Support Among Americans For Purchasing Smart Guns (jhsph.edu) · · Score: 2

    That or parenthood permits.

  18. Re:I can understand the point. on Stephen Wolfram: No Need To Teach With 'Toy Programming Languages' Like Scratch (wolfram.com) · · Score: 1

    My eyes glazed over reading that. A 9 year old kid would probably burst into tears and never want to touch a computer again.

  19. Re: Job is forfeit. on NSA Chief: Arguing Against Encryption Is a Waste of Time (theintercept.com) · · Score: 1

    Reference. Nonetheless, it's a pleasant surprise that anybody got it.

    Ah well, the weekend will probably go downhill from here.

  20. Re:trust them on CIA: 10 Tips When Investigating a Flying Saucer (cia.gov) · · Score: 1

    Personally, I find it works better the other way round.

  21. Re:What I hear is Finger Print enabled guns on Surprising Support Among Americans For Purchasing Smart Guns (jhsph.edu) · · Score: 1

    I thought all guns worked like that.

    Because in the movies, when the unarmed good guy manages to sneak up on the armed bad guy and bash him over the head he never, ever, picks the gun up. Even if he knows there are another five armed bad guys after him.

  22. Re:It's all in the execution on Surprising Support Among Americans For Purchasing Smart Guns (jhsph.edu) · · Score: 1

    Some people sleep, lardass.

  23. Re:How smart? on Surprising Support Among Americans For Purchasing Smart Guns (jhsph.edu) · · Score: 0

    Sireh! Shoot me a nigrah!

  24. Re:I can understand the point. on Stephen Wolfram: No Need To Teach With 'Toy Programming Languages' Like Scratch (wolfram.com) · · Score: 1

    Teacher: Where do you keep things?
    Kid: In my pockets.
    T: OK, but where do we keep things in the classroom?
    K: Boxes.
    T: Exactly. Do we keep the shoes in with the cookies?
    K: Yukk! No!
    T: So you have a box for this, and a box for that, and you put the right thing in the right box?
    K: Yes.
    T: Well computers need to keep things too. Variables are like boxes, and one thing goes in one and another thing goes in another. That way it knows where everything is.

  25. Re:I can understand the point. on Stephen Wolfram: No Need To Teach With 'Toy Programming Languages' Like Scratch (wolfram.com) · · Score: 1

    But C++ and Java isn't for beginners.

    Neither, it appears, is English.