Slashdot Mirror


User: darkvizier

darkvizier's activity in the archive.

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

Comments · 202

  1. We live in a physical world on What Is Holding Back the Paperless Office? · · Score: 1

    Our brains like to map things in a model similar to that which we already know. I can write on a piece of paper, I can doodle. I can draw arbitrary lines and shapes wherever I choose, and I can put it in a physical space on my desk which isn't limited to my screen real estate. It is real to me, in a way that a window on my desktop is not. It follows laws of physics. The matter will not be destroyed if my machine reboots and I forget to click save.

    Because our computer applications do not follow the same laws as our physical world, we can't think about them in the same way. In many cases we don't need to. There are advantages of course to not being restrained to the laws of the physical world. We can make copies of our data, we can apply different templates and formatting to it without rewriting the content.

    Can we create technologies which carry both the benefits of the digital world and the solidity and predictability, and reliability of the physical world? I think this is possible, but it requires a much greater discipline than we normally apply to our product design. It requires that intuitive workflows be established and well supported, and that the interface itself have parallels to our experience of the physical world. It requires a lot of thinking about what we do and how and why. We just don't hold ourselves to very high standards in this regard. We are lazy. And we are unimaginative about the ideal role of technology.

  2. My experience working in healthcare insurance... on Health Care Reform · · Score: 1

    From my experience, healthcare insurance companies are disgustingly inefficient from an IT standpoint. I've worked at two, including one major national provider and one that is the main provider for state employees where I live. Both of them were using outdated technologies and hiring entire departments of people to manually push claims through the system, since their software was consistently unreliable. Quality software in this industry would cut out a huge amount of overhead. It would also force a lot of lazy people to find new jobs, so there is a big political force in these companies opposing this sort of change. I think the best hope for this market is competition. The industry needs some startup companies who are doing things smarter, faster and better, and are taking huge swaths of customers away from them. That's the only thing that will actually motivate them to change. I'm looking for a bill that actually finds a way to encourage and help new companies get started in the industry.

  3. Re:A false choice, of course... on Health Care Reform · · Score: 1

    who prescribe medically needless tests & procedures to make more money

    What about those who prescribe medically needless tests to avoid ridiculous litigation? Will they somehow benefit from additional legal oversight?

  4. In other news... on SETI Is 50 Years Old; No Sign of ET · · Score: 1

    Life on Earth is now 4.8 Billion years old and no one's found us yet.

  5. Sounds like an interesting game of Risk on China To Tap Combustible Ice As New Energy Source · · Score: 1

    ...but this is one of many possibilities 20 years from now, and probably not a likely one.

  6. Re:4Chan on China's Human Flesh Search Engine · · Score: 1

    Compared to the promise of stripper factories and beer volcanoes, what does the Church of the Subgenius hold for me? Enlightened path, indeed...

  7. Re:do you treat the iliad and odyssey on China's Human Flesh Search Engine · · Score: 1

    because there really are people posting here, and that you meet in real life, who think of orwell as some sort of religious prophet about the coming armageddeon. that every sign and signal and portent of news from real life is merely evidence of the coming state of big brother and 1984 as reality. the same as any other idiotic apocalyptic cult

    We are not idiots. Steve Jobs will lead us to freedom.

  8. Ah well... on 8-Year Fan-Made Game Project Shut Down By Activision · · Score: 1

    You know what they say. Heir today, gone tomorrow...

  9. Re:Yeah, right. on The 25 Most Dangerous Programming Errors · · Score: 1

    prepared statements solve 99% of it

    What's the 1% they don't solve? (Genuine question...)

    I think he already answered that. His second paragraph talks about the occasional need for dynamically generated SQL. Dynamically generated != prepared, therefore you have your 1%.

  10. Re:Who cares? on StarCraft II Beta To Begin This Month · · Score: 1

    This is Slashdot. We should be griping about the DRM, or the removal of LAN play which is obviously intended to keep us as indentured servants to the corporate behemoth, not talking about trivial things like when the game is going to be released.

    Fuck yeah! That's the spirit. Bring back the /. I know!

  11. Re:This beta should be...fun? on StarCraft II Beta To Begin This Month · · Score: 4, Insightful

    PC games are losing ground to consoles because the fucking game manufacturers keep trying to turn the PC into a console.

    Turning PCs into consoles? That won't happen easily in the RTS genre because the controls are so different.

    But in other genres, let me know when multiplayer PC games designed for use with a single PC and HDTV become common, and I'll agree with you. But right now, they appear to be limited to Serious Sam, Left 4 Dead, and EA Sports.

    I think the GP was talking about DRM/anti-pirating measures, not the user controls. Essentially they're trying to turn computer games into the black box that console games are.

  12. Re:Map Publishing on Blizzard Previews Revamped Battle.net · · Score: 1

    Good points. I find the map features interesting as well. I like the idea of having some sort of organization there, as with Starcraft you just had people appending a bunch of random ascii characters to a name and throwing it out there. Dunno about others but I often found it confusing to determine exactly what I was looking at. Giving the option of paid maps/mods is a good idea too... players can decide for themselves whether something is of value, and conversely map/mod makers will have to tell a convincing story in order to get people to pay.

    Also really looking forward to a more robust set of editing tools. One of the funnest things for me was building storyline maps. Triggers were a wonderful asset for that, but some customization was still missing. Can't wait to get my hands on the new map editor.

  13. Re:Will it stay free? on Blizzard Previews Revamped Battle.net · · Score: 1

    Yup. There's still quite a few playing Diablo 2. Though Blizzard has pissed a lot off with the upcoming patch... lot of failed expectations there.

  14. That'll teach 'em. on Hackers Attack AU Websites To Protest Censorship · · Score: 4, Funny

    I'm sure parliament is trembling in their shoes about now. They cannot hope to stand against anonymous. Who can possibly save them? Maybe... batman...

  15. Re:Not sure how Agile helps game development on Game Development In a Post-Agile World · · Score: 1

    ... yet I still see fewer bugs in V1.0 of a console game than I do in V1.0 of released "professional" software. Ironically, the main factor worsening this is the industry's widespread adoption of "internet patches", a hack used for a decade by your professional software developers to cover up the known & accepted fact that no software is perfect. For 10 years before that, our software was bug-free from day one, with a *very* few notable exceptions.

    All this tells me is that these companies understand the nature of their respective mediums. If you're releasing to a console with no possibility of updates it *is* important that you be meticulous and catch any bugs. If you're releasing to a webserver, then you've got more flexibility. Either way though, I will agree that I've seen a lack of discipline in ensuring code correctness, both at places I've worked and in commercial products where the results are apparent. I think the damage of releasing something low quality is vastly underestimated by most companies.

    Tying this back to the original topic, I think agile has contributed in meaningful ways, but in most situations it's not a complete solution. In a large project, you need an overall strategy, with milestones that tie into your business model. I don't think agile provides that. I see agile's role more in the tactics of breaking up goals into manageable chunks and then working to complete those goals. It's effective at this because it provides a framework for accountability and proactive resolution of roadblocks. This is very important in a long term project, because if you don't have short term goals and feedback on intermediate tasks, it's easy to lose site of the overall purpose of your endeavor - that is to provide something of value to the consumer.

  16. Re:Real Answers on The iPad Questions Apple Won't Answer · · Score: 1

    Uhm.. New to Apple's stuff? The answer is big NO!

    How do you get that? There are plenty of media services/apps (Rhapsody, Pandora, etc.) you can use on the iPhone OS that are not connected to Apple. The author of the article complains there's no Netflix app - but how is that Apple's fault? Netflix is free to make such an app if they choose. The only issue is the inability to play in the background - something that primarily affects music apps.

    How it has been before is that Apple has disallowed software that "duplicates features of existing software". I would see any competitor to iTunes being one.

    (messed up the quote.. gets complicated on this level :)

    You mean like clicking "quote parent"?

  17. Re:Why should I care? on Silicon Valley VCs and the Gender Gap · · Score: 1

    We'll agree there are too many white guys, and it's a good ole boys club.

    That is an indefensibly racist statement.

    So... racism gets +1 interesting and the guy who points it out gets -1 troll. Good job moderators!

  18. Re:You left out a viable and cheaper option on Tesla Motors To Suspend Roadster Production · · Score: 1

    A range extender turns your pure electric commuter into a "modular hybrid"

    That is exactly what the volt does, except without a trailer lugging behind. Unlike the Prius it is not as you say, a "traditional hybrid".

  19. Re:Is there the checklist for why this won't succe on Researchers Claim "Effectively Perfect" Spam Blocking Discovery · · Score: 4, Insightful

    Furthermore, bad will always win because good is dumb.

    Note that the "good guys" revealed their methods immediately after discovery, which means the "bad guys" can start looking for a workaround. The "bad guys" won't make the same slip.

  20. Re:Thank you, Captain Obvious! on For GUIs, Just the Right Degree of Realism · · Score: 2, Interesting

    I've never read a user interface design article or book that I found insightful. Bickerydyke is right, this article completely glosses over the actual evolution of our current icons and how they changed people's expectations to what they are today. Instead, he poses some contrived gradient scale of reality -> cartoon and posits this as the only relevant factor.

    Who writes these things? All the "UI experts" I've seen seem to take their field in isolation of everything else, which completely defeats the purpose of UI planning. The overall concept is pretty simple, you have to figure out a way to connect the abstract model of your software with something tangible for the user. This requires deep understanding of what problem the software is trying to solve, and the user's prior experience and expectations. You can't get around that by applying some magic formula to arrive at the "perfect" UI. Take your one size fits all t-shirts and get the hell out.

  21. Re:Church on How Do You Volunteer Professional Services? · · Score: 1

    Yay, let's post arbitrary values and label them "THE TRUTH".

  22. Re:Linux Port on BRINK Interview With Richard Ham and Edward Stern · · Score: 1

    The developer, Splash Damage, seems willing to do a Linux port if the publisher, Bethesda, gives them the green light.

    What they fail to mention is that developers are almost always willing to do linux ports if the publisher gives them the green light (translation: foots the bill). And that publishers rarely do pay for it. Erm, give the green light.

    Ah I see. So what they're really looking for is green paper.

  23. Re:Modern-Day Galileo on The Science Credibility Bubble · · Score: 2, Insightful

    Any "scientist" who works to "shut up" the opposition, has ceased to be a scientist and has turned into a political creature. Science is not about manipulation but about free and open discussions based upon the merits of the arguments.

    Yes, the scientific way to silence an idiot is to ask him lots of hard questions, and let him keep the floor as long as he's able. When he can't answer those questions to the audience's satisfaction, then it's time to deliver your own answers. For those of you who feel that this is cruel and/or wrong, do you not feel a moral obligation to prevent a speaker from misguiding his audience? There's nothing discriminatory about asking questions. If the speaker has the answer, then he can educate the audience. If he can't then someone else will step in to take up the slack.

  24. More Frisbees For My Dog on Microsoft To Switch Focus To Windows 8 In July 2010 · · Score: 1

    Excellent... this will mark the third major release of Windows that I will never use. Keep 'em coming, Ballmer!

  25. Re:An example or two.. on Computer Games and Traditional CS Courses · · Score: 1

    Hah! I just posted about DeVry's video game design degree. I'm not surprised that it blew up in their face, but it's still hilarious. The students that come in thinking they'll get to play games all day kinda deserve what they get, but on the other side it's not right for the university to lead them on. Welcome to the real world, where money moves to the greatest source of greed.

    In my experience no institution can teach you the most important things you need to know. If you explore what interests you and trust your own vision then other things will fall into place. Life should be an adventure, not a mindless drudgery for another man's dream. How you experience that has less to do with your environment, and more to do with your perspective.