Slashdot Mirror


User: porneL

porneL's activity in the archive.

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

Comments · 305

  1. Stupid bashing. on MS Proposes JPEG Alternative · · Score: 1

    WMP technically looks very good - same algorithm can do losless and lossy compression, does not use division (very important for tiny chips), supports any number of channels (including optional Alpha and CMYK), can store HDRI images and has little goodies like chunked container format and rotation flags.

    If it was open and patent-free format I'd be drooling and starting war against JPEG already.

  2. Useless on .Mobi Could Spur Wireless Web · · Score: 1

    Why create new sub-web when it already starts becoming obsolete?

    Look at mobile web browsers like Opera/Opera Mini - you can access most dotcoms from it today. Minimo is coming. Nokias WebKit is coming. Adobe/Macromedia is working on mobile version of Flash.

    Soon after all registrars earn their money, .mobi will be useless (everyone will pay their mobi-tax and point domain to .com version with handheld stylesheets).

  3. Standards-compililance is not that hard on Do You Care if Your Website is W3C Compliant? · · Score: 1

    It's a matter of using proper tools that don't let you break the code.

    If you chaotically spit code fragments, you're likely not only to create invalid code, but you also risk XSS attacks.

    Use server-side XSLT or some error-checking template system and half of the problem goes away.

  4. Re:Acid2 and standards on Do You Care if Your Website is W3C Compliant? · · Score: 1

    CSS defines strict error handling for forward compatibility. CSS3 will look like invalid markup to CSS1/2 browsers.

  5. Re:Memory on Firefox 2 Alpha 2 Reviewed · · Score: 1
    FF isn't alone in this area either. IE has always been vulnerable to memory leaks via JavaScript, theirs are just confined to bad pages.

    It's not pages that are bad, but implementation of garbage collector that can't handle circular references.

  6. Re:This has always bugged me about this argument on Microkernel: The Comeback? · · Score: 1

    And OSes should come without memory protection, garbage collection and all that stuff that makes programmers lazy! They should work much much harder to create solid programs that don't crash! Ever!

    To hell with Andrew Tanenbaum's world! We want to reboot machine everytime we encounter a bug!

  7. Crap Code Alert on Web 2.0 Recipes With PHP + DHTML · · Score: 2, Interesting

    This code is crap. Use of <a href="javascript:"> makes it same quality as <marquee><font color="#ggggg">OMG Web 2.0!</td></font>

    Unlike TFA, here are some resources worth reading:

  8. Re:Reporter with an agenda? on McAfee Feigns Fear at Mac Security · · Score: 3, Insightful

    Saying that anti-virus is vital piece of protection on platform that hasn't yet seen any serious viruses IS spreading FUD.

  9. Oh, irony! on New Piracy Loss Estimate · · Score: 5, Insightful

    I don't like being forced to watch copyright warnings, stupid "don't steal" commercials and having trouble with archiving movies, so I prefer watching 'stolen' copies, which don't have any added crap.

  10. Bullshit on Head Rush Ajax · · Score: 1
    web applications that are highly cross-platform.

    Working on Firefox and IE6 only isn't highly cross-platform (and that's the case with most of these apps). That's Medieval Internet ruled by NN+IE.

    Google's apps turn out to be more challange than Acid2 test (Safari and Opera are constantly screwed by not-so-standard and not-so-valid "OMG AJAX" code).

  11. Nothing to luv here on Mozilla Firefox 1.5.0.3 Released · · Score: 1

    I ran "Check for updates" in 1.5.0.1/win and it has chosen to download 6.1MB (even if .1->.3 is not available, FF could have downloaded incremental .2 version first...)

  12. Villians not needed on IE The Great Microsoft Blunder? · · Score: 1

    Not true. Opera is developed since 1995 (about the same time as IE). Mozilla is Netscape's project. So if there wasn't IE, we'd have... guess what, Firefox and Opera! Probably a lot more advanced websites using XHTML/CSS as well.

  13. Re:Device (in)dependent units on Next in Browser Development, High DPI Websites? · · Score: 1

    Unfortunately it's not that easy.

    • Most users/systems don't set their real monitor DPI, so all these "device independent" units are useless (and there's huge difference between defaults on MS Windows and X11).
    • Images are pixel-based and they don't scale well (most browsers have still same crap scaling algorithm since early '90).
    • CSS image backgrounds can't be scaled at all.
    • Support for SVG in current browsers is very limited

    and that's the problem - even if I wanted scallable website, I can't reliably implement it using current technologies/browsers.

    SVG solves scaling problem. Scaling up "pixel" will give backwards compatibility with websites designed for low DPI screens.

    You can preview where it's going using OS X Tiger. In QuartzDebug you can find "hidden" setting that lets you change ratio between logical and physical pixel size (it's buggy, but I expect that next version will have that fully implemented).

  14. Re:Ridiculous waste of my time... on Ajax and the Ken Burns Effect · · Score: 1

    Yup. In 1995 we've had bunch of stupid ideas like "selling dog food on the web!". Now we have "selling dog food, on the web, with AJAX!".

  15. Noooo! on Run Windows Applications Natively in OS X? · · Score: 3, Insightful

    That would suck. Apple has pretty good interface guidlines. "Preferences" is 3rd option in App menu. It's not Tools->Prefs, View->Options, File->Properties, View->Customize, Edit->Configuration, etc.

    DarWINE is fine, but I don't want Windows app and their (un)usability officialy made "native" for OS X.

  16. Re:Bandwidth is Not Free! on Livejournal Bans Ad-Blocking Software · · Score: 1

    People don't install adblockers because they want to be evil bandwidth-suckers, they just don't want to be annoyed with all that flashing crap.

    Content/ad providers should just figure out better, less intrusive ads. I wonder how long Google would last if they had fullscreen flash instead of adwords (big flashy ads get more attention, so they work better, right?)

  17. Any real interoperabilty? on ODF Alliance Continues to Grow and Build Out · · Score: 2, Interesting

    Is there a free, small and easy to install plug-in that provides ODF import in popular versions of MS Office?

    I can't just send ODF files to people with attached note "Download 50MB of OpenOffice or switch to Linux and KOffice".

  18. Re:rapidly improving technologies? eh on Lessons from the Browser Wars · · Score: 1

    Again whole XMLHTTPRequest is an example of IEs poor standards support. There is DOM Level 3 Load and Save module developed since 2000. Pretty powerful. Doesn't work in IE.

  19. It doesn't really matter on New Phishing Flaw in Internet Explorer · · Score: 1

    This flaw doesn't really matter. Attackers don't need to spoof URL because users don't know what's the role of URL, how domains work and why https is important.

    Recent phishing study (covered on /.) shows that people think IP is "redirection number", padlock is for blocking cookies and any website that looks polished and says it's genuine and secure, really is.

    (IE sucks anyway)

  20. Re:Maybe I'm stupid on Is Your AJAX App Secure? · · Score: 1

    These are old security problems in new cooler, faster, better package.

    AJAX seems to be hidden and because of that is as deceptive to n00bs as <input type=hidden> is.

    Security by obscurity is no security at all.

  21. Re:Character fonts patenting? on EU Throws out Microsoft's Vista Font Trademark · · Score: 1

    Patented - no. Copyrighted - yes.

    You probably don't realize how much skill and effort it takes to design perfectly proportional, legible font and hinting it for on-screen rendering.

  22. Not serious image on RMS Views on Linux, Java, DRM and Opensource · · Score: 1

    Some guy who looks like a crossbreed of hippie and tibetan monk tells that Flash is taking our freedom because his software is lagging behind...

    I know he's right, but if didn't know this before, after reading TFA I'd think he's been smoking something.

    How suits in management are supposed to believe what he's saying and dump MS Office? Will anyone drop enterprise Java because it's evil as in Vi-Vi-Vi?

  23. Re:"Killer app" on Apple to Face iPod Clone Attack · · Score: 1

    Ogg Vorbis support in iTunes and other QT-based apps. Unfortunately OGG is still second-class citizen in iTunes, but at least it plays.

  24. a lone voice on apple.slashdot on Why Everyone Loves Apple · · Score: 1

    Hey! That's your problem! Obviously you're not running Linux on your iPod.

  25. Re:20 Things Apple Still Needs To Do on 10 Things Apple Did To Make Mac OS X Faster · · Score: 1

    OS X is not perfect, but here's some free technical support:
    * You can share CD's by linking them (adding alias) somewhere in your home directory.
    * There is software to fight Finder's .DS_Store plague
    * You can drag'n'drop directories to Terminal
    * Hold Alt when selecting "Get Info" to see info for all files together. Try PathFinder.
    * Rotation works for me. Maybe it has to be software emulated for your gfx card?
    * How about creating your own applications folder with aliases? If you drag it to dock, you'll get almost Windows Start Menu.
    * Before dragging text in Cocoa you need to hold mouse button for 0.5 sec. This is 'configurable' via power toys/terminal.
    * Stuffit sucks. Download something else.