Slashdot Mirror


User: GreyWolf3000

GreyWolf3000's activity in the archive.

Stories
0
Comments
1,743
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,743

  1. Re:Decision was not faulty;but design definitely w on Should Your Company Switch To Microservices? (cio.com) · · Score: 1

    I agree, and I am a big proponent of service architectures, and yes, I force myself to use the term "microservices" because it seems to be the popular one these days.

    There isn't anything new about service architecture. You put a network call in between two pieces of code and suddenly you need a queue for the interface to be robust. Once you put a queue in front of code, you're handling messages, and in particular, you're handling messages that can arrive more than once. So you need to ensure your handlers are idempotent. Then you need to stitch together a reporting database of some kind to serve queries that supply the data for the UI. Which should mean that your services publish events -- pub sub is another pattern that has been around for a while. All of that work wins you the ability to compose a large, complex system out of very loosely coupled, autonomous pieces. When it works, it's great. It usually doesn't, however, because teams don't have the maturity, habits, or expertise on hand to see such a project through to completion.

    Nothing about it is "new," except to the inexperienced web programmers I coach who don't really understand service architecture -- who also usually believe that you can achieve microservices just by taking parts of your existing system and putting a web interface around them. Sigh.

    All that to say, there are some definite benefits to service architecture that shouldn't be discounted just because "microservices" is yet another tech trend to have been fed through the meme machine.

  2. Re:Missing the point; it's about not enabling on Free Software Foundation Condemns Mozilla's Move To Support DRM In Firefox · · Score: 1

    The value of something isn't tied to it's ease of duplication, at all. Property is not the only lens by which to view value. For example, property rights are not in play if I hire someone to clean my garage.

  3. Re:Missing the point; it's about not enabling on Free Software Foundation Condemns Mozilla's Move To Support DRM In Firefox · · Score: 1

    I don't know if you can. In the real world, duplicating objects is impossible. However, duplicating information in computers is essentially free. Therefore, I'm not sure that simulating the notion of "property rights" on a computer even makes sense. It certainly doesn't make sense if it costs DRM to achieve it.

  4. Re:Missing the point; it's about not enabling on Free Software Foundation Condemns Mozilla's Move To Support DRM In Firefox · · Score: 1

    The means by which they revoke permissions after the time limit must be transparent. DRM fails to meet this criteria.

  5. Re:Missing the point; it's about not enabling on Free Software Foundation Condemns Mozilla's Move To Support DRM In Firefox · · Score: 1

    Building a business model around time limits requires you to take rights away from the consumer. You can't justify online video "rentals" if they cannot be built transparently.

  6. Re:Still trying to wrap my head... on oVirt 3.4 Means Management, VMs Can Live On the Same Machine · · Score: 1

    I'd say the killer feature is pure remote management. You don't need to physically manage your systems anymore.

  7. Re:Awesome quote in TFS: on XWayland Aiming For Glamor Support, Merge Next X.Org Release · · Score: 1

    I'm the opposite. I can't stand lacking the ability to dig in and change software when I don't like the way it works. It's rare that I actually do, but there's a huge freedom I get from knowing that when I need to extend the software, I can.

    It's common for commercial software to not do what I want it to, either. I'd love to have a working amazon instant video client for my Android phone.

  8. Re:A myth indeed. on The Myth of the Science and Engineering Shortage · · Score: 1

    I think the alternative minimum tax kicks in at some point and imposes a (hefty) flat tax structure.

  9. Re:Babylon Reboot on Interviews: Ask J. Michael Straczynski What You Will · · Score: 2

    Crusade : Babylon 5 :: Frasier : Cheers

  10. Re:Babylon Reboot on Interviews: Ask J. Michael Straczynski What You Will · · Score: 4, Insightful

    Babylon 5 ended at the finale of season 4. Not sure what you're talking about :)

  11. Re:Babylon Reboot on Interviews: Ask J. Michael Straczynski What You Will · · Score: 1

    I think you're confusing "other stories set in the same universe as the show Babylon 5" with "addendums to the story of the show Babylon 5"

  12. Re:Going bust not unique to drop-outs on Eric Schmidt On Why College Is Still Worth It · · Score: 1

    Right, most programmers aren't that great; there's a bell curve. When you encounter a poor programmer who dooesn't have a degree, you might be inclined to think that's why. I'll see your anecdotes and raise you one: I once saw a guy with a PHD in comp sci write a single 10,000+ loc function.

  13. Re:Going bust not unique to drop-outs on Eric Schmidt On Why College Is Still Worth It · · Score: 1

    At some point in your career, everyone is their own snowflake. I'm never going to compete against a candidate that is my equal in every other way but has a degree.

    I'm fortunate to be a programmer, though, because it's one of the few industries that has woken up and seen what a worthless institution our higher education system has become.

  14. Re:Horrible coffee on The Next Keurig Will Make Your Coffee With a Dash of "DRM" · · Score: 4, Informative

    Cleaning the grounds out of a french press is awful. The aeropress completely fixes that problem.

  15. Re:I'm not surprised. on Oklahoma Schools Required To Teach Students Personal Finance · · Score: 1

    My intention wasn't to be partisan at all, actually. I just noticed how goofy political "philosophies" seem when we set them aside for a minute. It didn't come across in my post, for sure. I should really edit before I submit next time.

  16. Re:I'm not surprised. on Oklahoma Schools Required To Teach Students Personal Finance · · Score: 1

    As someone who also happens to be a liberal, I applaud the amount of critical thinking and self examination in your post. In fact, if such wisdom were inherent in all humans, perhaps anarchist philosophies inherent in conservatism would actually work. Now there's a funny thought.

  17. Re:Not long on Netflix Blinks, Will Pay Comcast For Network Access · · Score: 3, Insightful

    But you're supposing that you're paying for consumption. That's a very reasonable ideal.

    Netflix is paying for content, which is one step towards turning them into any other "content provider," which is exactly where telcos want them to be. They want to be in between us and Netflix so that Netflix will scratch their beak.

    The end game is not you or I paying for tiers of "bandwidth," it's getting us to pay for tiers of "content" -- we should resist this rather forcefully.

  18. Re:Dying? No. on Is Ruby Dying? · · Score: 1

    Ruby is alive as long as people are willing to program in it. Also, it's very easy to find employment as a ruby programmer. I don't know what you're definition of "dead" is, but ruby certainly fails to meet mine.

    Now, if the popularity were to decline to the point where no one was hiring ruby programmers anymore, then I'd obviously have to learn whatever displaced ruby. I'm going to assume that whatever displaces ruby will be an improvement. So I win either way.

    You're sounding positively curmudgeonly... or maybe I'm not reading you right.

  19. Re:Wrong. We in industry are very upset with Ruby. on Is Ruby Dying? · · Score: 1

    I started ruby (and rails) in 2008. I really, really loved the community around it. Back then, very, very few programmers were into ruby, since there really weren't any jobs out there. Of course, there were a lot of php programmers who adopted rails because it was so much better than php, and they often wrote awful code. But by and large most rubyists were the kind of people you wanted to work with because they made you a better programmer.

    To me, the big shift that turned the community into a giant wasteland was things like CodeAcademy -- the idea that rails (and therefore ruby) would be a great platform for people who want to learn to program for the first time. Then you suddenly just started seeing codebases pop up all over the place written by very inexperienced programmers with no clue what they were doing, or any experience with software design in general.

    I really, really love ruby, but I often grow tired of the community around it. I take issue with your final paragraph -- there are a ton of great ruby (and even rails) codebases out there. Your personal experiences may be artificially depressing your opinion.

  20. Re:Short answer: no on Is Ruby Dying? · · Score: 1

    I started with C, and I absolutely loved it (and still do). I also grew to love ruby's mix of OO and functional programming -- C features neither of these. Go figure.

    I'd say becoming a good C coder flexes certain muscles that are essential to being a great software designer/programmer in general, but it doesn't flex all of them.

  21. Re:2 Words on Electric Cars: Drivers Love 'Em, So Why Are Sales Still Low? · · Score: 1

    If you, falling into the "actually need it category," are the exception to the rule, then I don't see how your personal story fits in with the larger discussion about the value of electric vehicles.

  22. Re: Stallman ain't gonna be happy on Torvalds: SteamOS Will 'Really Help' Linux On the Desktop · · Score: 1

    Sadly, my impression in the average slashdotter has degenerated so much over the last decade that it didn't even occur to me that the OP wasn't being sarcastic.

  23. Re: Stallman ain't gonna be happy on Torvalds: SteamOS Will 'Really Help' Linux On the Desktop · · Score: 2

    Actually, emacs and gcc are pretty triumphant pieces of computer programming.

  24. Re:No need for an expansion, Blizzard on Diablo 3 Expansion Announced: Reaper of Souls · · Score: 1

    Sounds like D2. I played for hundreds of hours, farming the high end caves, and managed to build enough wealth on battle.net to trade for pretty awesome gear. But it was a long haul. Very fun, though.

  25. Re:No need for an expansion, Blizzard on Diablo 3 Expansion Announced: Reaper of Souls · · Score: 1

    Actually, unless I'm misunderstanding you, that's a key feature of D2 that D3 was missing. I remember collecting runes to build weapons that gave me all sorts of cool abilities from other classes.