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:Sounds familiar on One Man's Quest To Rid Wikipedia of Exactly One Grammatical Mistake · · Score: 1

    So, what's the difference between it's and it's?

  2. Re:Different markets... on How, and Why, Apple Overtook Microsoft · · Score: 1

    A hackintosh is maybe nice for a hobby but I use my computer to make money so I rather buy the real think instead of having to wonder if I have to start my day with tweaking my computer before I can get work done. It's also one reason why I currently run Linux in Parallels (and not VirtualBox).

  3. Re:Different markets... on How, and Why, Apple Overtook Microsoft · · Score: 1

    Oh, wow. And people actually moderate this clueless drivel up?

  4. Re:VMWare is worth the money on VirtualBox Development At a Standstill · · Score: 0

    ignorance is bliss

  5. Related: jzw on Why Screen Lockers On X11 Cannot Be Secure · · Score: 2
  6. Maybe a better reason for the plateau on The iPad Is 5 Years Old This Week, But You Still Don't Need One · · Score: 4, Insightful

    Is that they don't become obsolete as fast? My mother still uses a iPad 2. I sold my iPad 4th generation to my wife's cousin, and she and I now both have an iPad Air 2. And to be honest, I just sold mine because I could, not because I needed to upgrade to the Air 2. I think the iPad 4th gen I sold will be OK for at least 2 more years. And it wouldn't surprise me if it will get an iOS 9 update. Moreover, it wouldn't surprise me if it will get an iOS 10 update as well.

  7. Re:That's WordPress in a nutshell on Ask Slashdot: Has the Time Passed For Coding Website from Scratch? · · Score: 2

    Or maybe he knows exactly what he does; how does the exported HTML compare to handcoded HTML?

  8. Re:Who supports it on Exploring Some Lesser-Known Scripting Languages · · Score: 1

    Yup. Before Python Pascal was thought of as the language that was extremely readable; it was nearly like programming in pseudo code (hah, it was actually that a cleaner version of Pascal was used in several textbooks on algorithms). However, years ago when I had to port Pascal to Perl (no, I am not making this up) I came upon hundreds of lines of very hard to read code. After some careful study I discovered that someone had coded bubble sort (in a very weird, long winded way) with a separate piece of code to reverse the sort order. Basically sort { $b cmp $a } @items ...

    My point is that how readable code is has also a lot to do if the implementation of an algorithm follows the expectations of the person reading the code. And (also) in Python there are many ways (really) to solve the same problem, including very unreadable ways.

    I do agree that Perl has a lot of "line noise" like $, @, %, etc. but that's not that different from learning a language with a non-Latin alphabet (e.g. Hindi, which uses Devanagari). After a very short while (in my experience) those weird symbols become second nature and actually help with reading (they are there for a reason). It's even more fun when one of the major complains about Python is lack of some line noise; the use of significant white space instead of {} ...

    Finally, while I have been doing some Python programming I am not attracted to the language. I don't know why I am attracted to Perl (and no, it's not because I am brainwashed by Perl). I think it's for the same reason that I consider Devanagari a very nice script. And why I am currently learning Haskell ;-)

  9. Re:Who supports it on Exploring Some Lesser-Known Scripting Languages · · Score: 1

    Here's some Python: http://codepad.org/UzSmoxF2

  10. Re:Who supports it on Exploring Some Lesser-Known Scripting Languages · · Score: 2

    Perl has OO for longer than 7-8 years. Perl is not harder to read/write than Python. Hard to read code can be written in any language, including Python. And yes, one can argue that Perl makes it easier to write hard to read code, but why would one do this? Last but not least a lot of hard to read Perl is the result of cargo cult coding; too many people back in the mid-90's thought: "Oh, I know this, it's just another programming language". Heh.

  11. Re:Dewhat? on Wireless Keylogger Masquerades as USB Phone Charger · · Score: 1

    alcogrythem

    I like it, sounds like a good title for a steampunk book: "The Alcogrythem" by Neal Stephenson.

  12. Re:If you don't want to upgrade your box on Samsung Unveils First PCIe 3.0 x4-Based M.2 SSD, Delivering Speeds of Over 2GB/s · · Score: 1

    Yeah, walled garden, right. You are aware that OS X is just *BSD under the hood, right? Moreover, one can run Parallels on top of OS X. I am currently typing this in a full screen Ubuntu 14.10 session in Parallels on a Mac mini. My first impression of this little beast: why didn't I buy one years sooner. It's silent. It just works, out of the box. And so far it runs Ubuntu fantastic! And with one four finger swipe I am in the OS X desktop.

    Apple out of business within 5 years? Right, that's about the same time we finally have Linux on the desktop, right?

  13. Re:If you don't want to upgrade your box on Samsung Unveils First PCIe 3.0 x4-Based M.2 SSD, Delivering Speeds of Over 2GB/s · · Score: 1

    Eh, who is serious about computers and worries about a few bucks?

  14. Re:Age prior to dyine on Scientists Say the Future Looks Bleak For Our Bones · · Score: 2

    If we look again at the estimated maximum life expectancy for prehistoric humans, which is 35 years, we can see that this does not mean that the average person living at this time died at the age of 35. Rather, it means that for every child that died in infancy, another person might have lived to be 70. The life expectancy statistic is, therefore, a deeply flawed way to think about the quality of life of our ancient ancestors.

    source: http://www.ancient-origins.net...

  15. Re:Cataloging write-only archives on Ask Slashdot: Best Software For Image Organization? · · Score: 1

    And a good example of why you don't want to do this: Finding Vivian Maier.

  16. http://axdroid.wikia.com/wiki/... However it looks like nothing has happened for years... I own an Axim X51v and would like to give it a second life.

  17. Re:gotta be Bennett on An Algorithm To Prevent Twitter Hashtag Degeneration · · Score: 2

    Halfway? Didn't the number of paragraphs give it away?

  18. Re:Atlanta Nights by Travis Tea on A Paper By Maggie Simpson and Edna Krabappel Was Accepted By Two Journals · · Score: 1

    For that we have Rothfuss' "The Slow Regard of Silent Things", which I actually enjoyed, a lot.

  19. Short answer, IMO: yes on Ask Slashdot: Are Any Certifications Worth Going For? · · Score: 1

    I am currently doing Introduction to Functional Programming and I am very impressed on how much it has helped to get into Haskell. Earlier I've tried reading "Learn yourself a Haskell" and "Real World Haskell" but having to do excercises and labs made the difference (for me)

  20. Re:Perl! on Which Programming Language Pays the Best? Probably Python · · Score: 1

    Oh, huh, bless has never bothered me much. And that's the only Christian propaganda I can think of.

  21. Re:Uh, there's an extension for that on Firefox Will Soon Offer One-Click Buttons For Your Search Engines · · Score: 1

    Oblig link: http://johnbokma.com/firefox/q... You can use it also for RSS feeds: http://johnbokma.com/firefox/r...

  22. Re:Uh, there's an extension for that on Firefox Will Soon Offer One-Click Buttons For Your Search Engines · · Score: 1
  23. Re:Can't call it that... on Raspberry Pi A+ Details Leaked · · Score: 2

    And somewhat later an Raspberry Archimedes, with an ARM processor .... wait....

  24. Re:Quantifiable on When We Don't Like the Solution, We Deny the Problem · · Score: 1

    Sounds like a problem waiting for a solution...

  25. Re:Nice ad as story you've got there on Florida-Based Magic Leap Builds Its Team With Bay Area Hires · · Score: 2

    Enough to pay of your student loans, maybe? Pot meet kettle...