Slashdot Mirror


User: icepick72

icepick72's activity in the archive.

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

Comments · 869

  1. Let's see who can speak more about this issue... on Fedora 12 Lets Users Install Signed Packages, Sans Root Privileges · · Score: 1

    .. the ./ community, or on the mailing list thread. Bets anyone?

  2. in the meantime may I comment on OpenGL Shading Language 3rd Edition · · Score: 1

    I meanwhile haven't read the book yet but am sure it lives up meanwhile to the review considering previous title produced meanwhile by the same publisher.

  3. Headline should read: on German Killers Sue Wikipedia To Remove Their Names · · Score: 1

    "German Killers Sue Wikipedia To Remove Their Names, Or Else..."

  4. Re:HTTP-NG Revisited (ten years later!) on HTTP Intermediary Layer From Google Could Dramatically Speed Up the Web · · Score: 1

    Oh IE will try to catch up when they realize their browser seems suddenly and even much much slower than the others.

  5. Re:Defensive? on Glenn Beck Loses Dispute Over Parody Domain · · Score: 1

    That's a horrible domain name. I think anybody would try to get that website domain removed (and anything associated with it) if their name was used in it, whether or not they did anything.

  6. Re:But it's still clunky and silly on Esquire Launches First Augmented Reality Magazine · · Score: 1

    Equally as bad as the scent producing peripheral devices from 2007 http://www.buzzle.com/articles/day-smelly-computer-has-arrived.html

  7. Re:Is it still same config nightmare? on MythTV 0.22 Released · · Score: 1

    Isn't it open source, so missing someone's use case is okay because they will be able to do it themselves. The core development community certainly cannot meet everybody's use case no matter how hard they try. What they need is a product that works well, that is suitable for recognition IMO.

  8. Re:So... on Vermont City Almost Encased In a 1-Mile Dome · · Score: 1

    It's easy to speculate "it seems no great challenge at all, to design buildings, even domes, that don't collapse under heavy snow loads" but in practicality just Google the news for a quick start ... http://news.google.com/news/search?aq=f&um=1&cf=all&ned=ca&hl=en&q=%22heavy%20snow%22%20collapse And remember the proposed dome will potentially have a very large surface area. The notion of collapse shouldn't be quickly discarded. It's a problem from many aspects.

  9. Re:Federated Search on What Desktop Search Engine For a Shared Volume? · · Score: 1

    But of course those search plugins in Explorer provide an answer to the question. If the built-in ones don't work, customized providers can be built because it's extensible. Where you think GP doesn't know what is being talked about, rather he does and your comment is short-sighted especially considering the link you gave provides this answer.

  10. Flies and odours 101 on Scientists Write Memories Directly Into Fly Brains · · Score: 0, Troll

    A fly was given a faked bad memory associated with an odour. How screwed up is that when flies like shit.

  11. Re:Open Source Helping Humanity on Scientists Use Quake 2 To Study the Brains of Mice · · Score: 1

    Um... I haven't made up my mind yet. Can you post a picture first?

  12. Re:Why? on UK Copyright Group Tells Cinemas to Ban Laptops · · Score: 2, Insightful

    My laptop always travels in my backpack wherever I go because I use it all the time, I'm always out and about. Before a movie I don't want to go all the way home to drop it off, and I cannot leave it at work without losing access to it until the next work day. The policy really puts a damper on portability for anyone who wants to be entertained by a movie. It's a step backward for a foolish reason.

  13. Re:Dark Dungeons - and dieties on Free-To-Play Switch Going Well For D&D Online · · Score: 1

    The moral of the required reading is we should accept Christianity through a cartoon instead of Satan through a board game. I guess Satan must be in the DDO marketing dept and God at Marvel in illustration otherwise this epic battle on the entertainment media couldn't be taking place. It's just too bad God dabbled with magic in the Narnia series because that really confuses the church's current message about sorcery being evil. Oh well we all make mistakes.

  14. Re:What about the need for uniformity? on EFF Warns TI Not To Harass Calculator Hobbyists · · Score: 1

    One idea is for the test makers to force test takers to use school issued calculators for the duration of the test.

  15. more and more bits on Microsoft Leaks Details of 128-bit Windows 8 · · Score: 1

    Wouldn't it be interesting if the equivalent of the entire Internet was accessible using direct memory addressing instead of IP addressing.

  16. Occam's razor. on Company Offers Customizable Web Spidering · · Score: 2, Insightful

    The levels of indirection present to support this system -- distributed clients, incentives for being a distributed client, power supply vs demand, payment for custom spidering -- make the system many things at the same time and unnecessarily complex, because those things already exist for free and in less complex ways. Many needs are sufficed by the simpler mechanisms and always have been.

  17. Same place on Best Tablet PC For Classroom Instruction? · · Score: 1

    Wherever the tablet PC went, the multitouch will likely follow, and for the same reasons, many I'm sure are posted in here somewhere by others.

  18. Bloat is often moot on According to Linus, Linux Is "Bloated" · · Score: 1

    Often the term bloated is misused meaning the speaker is at a point where he/she personally starts to find a technology confusing to wade through. Different people perceive different "bloat" points, so it's often relative. When it comes down to it, bloat is just software. As long as the pieces are loaded and run efficiently enough that the end-user, sysadmin, etc is happy then bloat is often a moot point and each person only needs to understand their own role and related facets of the software. We work as a team.

  19. Hooray for the rats on Paraplegic Rats Enabled To "Walk" Again · · Score: 1

    These rats are getting better medical treatment that I am!

  20. What is the need? on Windows 7 Touch, Dead On Arrival · · Score: 1

    For the kind of apps touting touch technology, the same can often be done with a well-placed mouse click combined with one or more modifiers keys (e.g. Ctrl, Alt, Shift) without getting the screen dirty! Touch technology has found its place in small devices (e.g. iPhone, Palm Pre) because it's a more useful interface than the small keyboard, and the technology has found its place in large devices (e.g. Surface) where there are new features to be implemented on a flat table-top surface. But for the desktop or laptop computer ... there's really no need for multi-touch technology. It's cool but coolness fades quickly if there's no usefulness to it.

  21. Re:Why CLR (.NET mono) and not JVM (Java)? on iPhone Gets .Net App Development · · Score: 1

    Thanks.

  22. Re:Why CLR (.NET mono) and not JVM (Java)? on iPhone Gets .Net App Development · · Score: 2, Informative

    I'm unsure the mechanism used by Mono but when programming .NET on Windows there is a utility -- named ILMerge -- which allows multiple assemblies including Framework assemblies (dlls) to be compiled into one executable file; allowing a .NET app to without the need for a Framework's file to be spread about, kind of erasing the fact a Framework exists.
    (I.E. http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx )

    Also on the Windows side the Common Language Runtime (CLR) of the .NET Framework is always needed to interpret the Microsoft Intermediate Language Code (MSIL) "byte code" which is the result of explicit compilation of any .NET application's source code files (C#, VB.NET, COBOL.NET, IronPython, etc). This is a sort of on-the-fly compilation or translation to machine code that occurs as needed.

    Even when a native executable for the Windows machine is generated by the ngen.exe utility, in order to bypass MSIL translation at runtime,
    (I.E. http://msdn.microsoft.com/en-us/library/6t9t5wcf(VS.71).aspx ) ...the CLR is still required to manage the native executable (memory management, garbage collection, security, type enforcement, etc).

    Much C# code is compiled in managed mode (requires management by the CLR) and I'm sure the C# implementation for the iPhone would express this simplified programming model too. However I'd be interested to know what Novell/Mono team does with the CLR in the iPhone given the fact Apple does not like frameworks, interpreters or compilers. Does Mono compile the CLR feature into iPhone app, or get rid of it in favour of C# on top of a different concept, or something else?

  23. Re:Reinvent the browser again? on Meet Uzbl — a Web Browser With the Unix Philosophy · · Score: 1

    But wouldn't it be nice to have the full-featured and expected GUI browser experience with these additions? With Uzbl the choice it using it for advanced features, a second browser for ease-of-use (full GUI) but most users will choose one and not bother running both. Personally I'd like to see the Uzbl features made available as advancements to existing browsers instead of creating a new one which has inherent GUI limitations. Regular users won't ever see this programmable browser and yet we as developers would like to cause them to benefit from it.

  24. Re:Reinvent the browser again? on Meet Uzbl — a Web Browser With the Unix Philosophy · · Score: 1

    However popular market share often brings other side-effects and benefits like project longevity, involvement and significance. I wouldn't mind running Uzbl's awesome features on any platform that (for example) Chrome runs on, and I likely won't use two browsers at the same time to get both sets of features.

  25. Re:Reinvent the browser again? on Meet Uzbl — a Web Browser With the Unix Philosophy · · Score: 1

    ...with the exception that Chrome and Firefox are similar browsers whereas Uzbl is comparatively obtuse. I'd suggest Uzbl work with an existing "normal" (may I use that word?) browser because it seems they provide an addition/enhancement/supplement to the rendered browsing experience. Firefox and Chrome were meant to compete not enhance.