Slashdot Mirror


User: John+Bokma

John+Bokma's activity in the archive.

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

Comments · 758

  1. Re: You're welcome to them. on Comparison: Linux Text Editors · · Score: 1

    "[Emacs] Cua-mode allows one to use ‘C-v’, ‘C-c’, and ‘C-x’ to paste, copy, and cut the region. Since this conflicts with very important keybindings in Emacs, these CUA bindings are only active when the mark is active. The package does a whole lot more, too: ‘C-z’ to undo, Shift-movement to select, and it includes support for rectangular regions" http://www.emacswiki.org/emacs...

  2. Re:Limited scope of vulnerability on "BadUSB" Exploit Makes Devices Turn "Evil" · · Score: 1

    just keep an eye on what device types are showing up in /sys/bus/usb or device manager.

    I'll pass this on to my mother, thanks!

  3. Re:Here's a novel idea on Raspberry Pi-Compatible Development Board Released · · Score: 1

    typos: Single borad computer & Reapberry Pi & Respberry & Pi Raspbery Pi & SATA is 2T not 2G. I almost have the feeling you did some (bad) SEO... Anyway, thanks, I like to stay somewhat up to date with SBC. My current favorite is the CubieTruck, though.

  4. Re:So... on Private Data On iOS Devices Not So Private After All · · Score: 1

    That's a choice that has been made. AFAIK the iOS device asks if the computer can be trusted....

  5. Re:The only solution... on Ebola Outbreak Continues To Expand · · Score: 1

    Clear, thanks for the clarification/correction. TBH, I was surpised that nothing had to be paid.

  6. Re:Monovision on Laser Eye Surgery, Revisited 10 Years Later · · Score: 1

    Disadvantages*. But overall, I think it's better than having a pair of reading glasses, or switching to glasses. I hike a lot, and check during hikes for small animals (arachnids, mainly small scorpion species), and being near sighted is good for that. With both contacts in I am "as blind as a bat". Prices and menu cards also have become unreadable, hence why I switched to monovision. Not sure if I want to laser my right (dominant) eye to make it permanent. Probably not.

  7. Monovision on Laser Eye Surgery, Revisited 10 Years Later · · Score: 1

    It's called monovision. Outdoors I currently wear only one contact lens (right eye). I recommend to give it a try for a while. It does have advantages; mainly if my right eye gets blocked by something things far away are blurry (as expected). I am 47.

  8. Re:The only solution... on Ebola Outbreak Continues To Expand · · Score: 1

    My daughter was born in NZ in a maternity center, we didn't have to pay a single thing. Back then we still had tourist state. So I don't think you're correct. But I have no idea how much TB treatment costs. In Mexico, where I live right now, in order to get married one has to be tested for HIV. I think that's a sane thing to do. No health tests where required for migration, if I recall correctly. Anyway, my point is: if you test immigrants only, it's pointless.

  9. Re:The only solution... on Ebola Outbreak Continues To Expand · · Score: 1

    When I migrated to NZ, back in 2000/2001 my blood was tested (for HIV, amongst other things) and an X-ray of my lungs was taken. However (!) I was already in the country for some time as a tourist...

  10. Powerless dehumidifier on Harvesting Energy From Humidity · · Score: 1

    I live in an area with high humidity (~80% / 25C) and am wondering how well this would work as a dehumifier that uses no electricity. The one we own is rated at 400 Wh. We often run in daily for 2+hrs. Also, if this is effective I can see other uses, like drying clothes. Or a small set up that can provide 2-3 liters of potable water/day.

  11. Re:I see these and laugh on Microsoft Settles With No-IP After Malware Takedown · · Score: 3, Informative

    I am no longer surprised that even at a tech site people really think that malware is a MS-only issue...

  12. Re:And it was all a smokescreen on Microsoft Settles With No-IP After Malware Takedown · · Score: 1

    Yeah, right, like malware only runs on Windows.... The real problem is that a lot of ISPs take a lot of time (if ever) to do anything about this. You really think that nobody has reported this before MS decided to take action?

  13. Good luck with Whirlpool on Nathan Myhrvold's Recipe For a Better Oven · · Score: 1

    Last 10 years? Make sure you don't buy garbage made by Whirlpool as it's made to fall apart in a very short time. This is the front of our gasrange after less than 5 years of careful use: http://toxicice.com/images/eng...

    According to Whirlpool this is "normal wear and tear". Good luck using an oven if you can't even read the markings anymore

    Aside: the "clock" doesn't even have battery backup. It's 80's technology but made to last way less long.

  14. Yesod on Ask Slashdot: Choosing a Web Language That's Long-Lived, and Not Too Buzzy? · · Score: 3, Insightful

    http://www.yesodweb.com/ Lookie, it's even in the domain name ;)

  15. Perl is the language, perl is what runs Perl on Ask Slashdot: Choosing a Web Language That's Long-Lived, and Not Too Buzzy? · · Score: 1

    This is a tech site, right?

  16. Random garbage or valid Python? on Ask Slashdot: Choosing a Web Language That's Long-Lived, and Not Too Buzzy? · · Score: 3, Interesting
  17. Perl programmer, using Emacs on Ask Slashdot: Correlation Between Text Editor and Programming Language? · · Score: 1

    I use Emacs, mostly. For editing files as root or over SSH I often use vi(m). I still want to switch to vim for all my editing for a few months, just to see if I can get used to it. Don't think I will convert to vim, but I think the only way to get used to an editor (and have non-biased opinion about it) is to use it for a few months (and RTFM, of course). On Windows, several years back, I used TextPad mostly.

  18. From scratch? AMULET on How Vacuum Tubes, New Technology Might Save Moore's Law · · Score: 1
  19. Re:Books like.... on Perl Is Undead · · Score: 2

    A lot of best practices for Perl are good programming practices in general. Of course there are (plenty) of exceptions, but that's the case with other languages as well. One thing one wants to avoid is to program Python in Haskell or Pascal in C, for example.

    As for hard to read (for a beginner) have a look at Haskell, for example.

    Python's fame is that it "reads like pseudocode". That's nice, but utterly fails if a programmer has no good feel for algorithms. Pascal used to have the same fame. A few years back I had to reimplement a Pascal program into Perl. One of the pieces of code was 100+ lines. After some studying it turned out to be a variant of bubble sort. At the end few lines reversed the sort order (!). It could be replaced with a few lines of Perl. And no, not because I write short and cryptic code. The code could've been written way shorter in Pascal as well, even when implementing a sort manually.

  20. Obfuscated Python, sure. on Perl Is Undead · · Score: 1
  21. Books like.... on Perl Is Undead · · Score: 1

    You mean books like Perl Best Practices?

  22. Encourage? Are you a programmer for real? on Perl Is Undead · · Score: 1

    Encourage? You fill up your shopping cart also while standing in the check-out line? It's the programmer who decides what to (ab)use.

  23. Heh, what about Python? on Perl Is Undead · · Score: 1
  24. Re:Perl6 vs. Perl5 on Perl Is Undead · · Score: 1

    The language is called Perl. Funny that so many people on Slashdot still don't get it right.

  25. Re:2005 eh? on Perl Is Undead · · Score: 2

    Those things are happening or planned except for the version number change.

    Tweaks to make complex data structures less of a nightmare: http://search.cpan.org/dist/pe...

    better integrate the object model: https://github.com/stevan/p5-m...