Slashdot Mirror


User: Ryu2

Ryu2's activity in the archive.

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

Comments · 446

  1. JPEG is not appropriate for all images on JPG Compression - The Bandwidth Saver · · Score: 4, Informative

    The article didn't discuss the merits of other formats vs. JPEG enough. Namely, non-photograhic images, with few colors and mostly large solid areas, such as icons, bullets, line drawings, diagrams, charts, etc. are not optimal for JPEG.

    In such cases, GIF and PNG will yield much better compression than JPEG, and also look nicer, since they're lossless. Compressing such images with JPEG will give you ugly "ringing" artifacts, since the lines are essentially infinite-frequency "spikes" which you can't capture completely.

  2. If the disc exploded at 57x... on Establishing the Maximum Speed of a CD-ROM Drive · · Score: 2

    Then how do they achieve those 52x drives... isn't it dangerous close to that level? (not to mention making a hell of a lot of noise -- linear velocity is on the order of 600 km/h!) Or do they use other tricks (multiple laser heads perhaps, or just very aggressive read-ahead caching?)

  3. USA PATRIOT? on Government Internet Surveillance Up · · Score: 2

    Who comes up with these contrived names anyways?

    Do they pay someone to do this, or do US lawmakers have nothing to do better themselves than try to come up with these silly acronyms that are just PR buzz?

  4. Re:EU regs? on Xbox Price Drops For Australia And Europe · · Score: 2, Informative

    You need to buy a DVD accessory (about US $30) to have DVD playback functions. It does not work straight out of the box, like Playstation 2.

  5. I wonder if Australia XBox is compatible with US on Xbox Price Drops For Australia And Europe · · Score: 1, Insightful

    in terms of software, etc...

    Of course, Australia uses PAL, but is that what the XBOX uses as well (most TVs in Australia can display NTSC as well.) maybe I should just import one from Australia.

  6. I never run time-limited or feature-limited demos on What Turns You Off About Evaluation Software? · · Score: 1, Flamebait

    unless there's a crack for it first...

  7. Re:It's also present in the software field on R.I.P for D.I.Y Or Long Live Open Source? · · Score: 2

    It wasn't so much typing in the programs for me, as it was playing around with them and modifying them -- they were much more intersting then the dry example programs found in most reference books. This was in the days before I had net access, so there weren't any web sites or anything else with source code that you could download.

  8. The DIY spirit is still alive for this guy... on R.I.P for D.I.Y Or Long Live Open Source? · · Score: 4, Interesting

    DIY nuclear reactor, no joke.

    He almost turned his backyard into a federal toxic waste site, and shortened his life by 5 years or so, but hey, it almost worked! :-)

  9. It's also present in the software field on R.I.P for D.I.Y Or Long Live Open Source? · · Score: 2

    I remember a day where almost every popular computer mag, PC Magazine, PC Week, the now-defunct Compute, etc. had source code listings in the back that you typed in yourself, usually in Assembly language. They weren't toy programs either, but usually useful utilities, like file managers, text editors, games, etc. Not commercial quality, but still amazing for something that you could enter in by hand.

    Those listings, despite being a pain to enter and debug, taught me most of my early programming and software design knowledge before I formally learned it in school, and probably did so for others.

    Now, none of the general mags have software you can program yourself. Not even the programmer mags like Dr. Dobbs journal have full working apps anymore, just little code snippets.

    Anyone else miss those days?

  10. Re:Illegal Viruses on Should Virus Distribution be Illegal? · · Score: 2

    And Linux and many PHP versions too! Aren't we forgetting something here?

  11. How about more firewire ports! on Abit's New Motherboard Lays On The Ports · · Score: 1, Flamebait

    It only has 2 firewire ports, which actually many motherboardss have these days.

    Not only is it the standard for digital video and still cameras nowadays, IEEE 1394 aka Firewire/iLink is rapidly eclipsing SCSI as the standard for high-speed external storage devices like hard drives and burners.

    Also, USB 2.0 is still not supported in Windows, but Firewire is.

    USB is nice, but more Firewire ports -- that would be appealing to me!

  12. first YOSHINOYA post! on Abit's New Motherboard Lays On The Ports · · Score: -1, Offtopic

    Hey 1, listen to me beside that, although this might have nothing
    to do with
    the theme thrown to this thread.
    The other day, I went eat my neighbor YOSHINOYA, yes beef bowl
    house, YOSHINOYA,
    to find s-o-o crowded I couldn't get seated first.
    And close look at the ad flag hung up, it appealed "now discount
    by 150yen offered!!"
    Come on, you all s-o-o stupid or s-o-o foolish? How get you
    rarely coming in to
    YOSHINOYA by just \150 discount, you ass? Just 150, 150yen!
    Somebodys been there by family, whole family of 4 together to
    YOSHINOYA congratulation!
    Hoop me DADY is oredering special bowl, my dear. So embarresed I
    can't look..
    Hey guys all, get out the seat for my 150yen.
    YOSHINOYA should get more bloody, boys. It's no strange whenever
    happen a fight
    against the guy seated your oppsite side over the U table, I stab
    you, or you stab me,
    YOSHINOYA should be in such atomosphere. Get away, kids and
    Mammys!
    Then I got seated, and the guy next to me ordered "Omori bowl,
    with Tsuyudaku
    more soup" That moment I got fucking fury again. How could you
    say
    Tsuyudaku, with a proud face, baby! Tsuyudaku is no fashon today!

    I wanna inquire him if you really wish to have with Tsuyudaku.
    Wanna
    question close to him, wanna question for an hour. Isn't it just
    that
    you wanna say "Tsuyudaku"?
    If I, YOSHINOYA specialized, could put you opinion, the latest
    fashion
    among YOSHINOYA freak is Negidaku-welsh-onion-full, that's it.
    Omori-bowl with Negidaku and Gyoku-egg, that the way the freak
    do.
    Negidaku is a bowl with more welsh onion for less beef and Omori,
    Gyoku.
    That's the strongest.
    However I note that way is with the danger of being marked by the
    shop boy.
    the sword of both side edge.
    I can't recommend this way to the newby.
    It's just that You 1, Gyu-Shake beef and salmon Table d'hote is
    enough for you.

  13. The technical issue is NOT about modular design on Professor Testifies Windows Is Modular, Separable · · Score: 5, Informative

    When will you guys understand? Windows has always been modular, in that it separates functions nicely into DLLs which export APIs and can be replaced or removed as needed. It's rather that as a standard part of Windows, many MS and non-MS apps use components from IE to do various things, like render HTML (including many non-"web" apps that use the HTML renderer as a quick way to have a nice UI), or do network stuff like HTTP queries without having to "reinvent the wheel" with each app.

    If you remove IE (meaning all the dlls that form it, not just the stub executable which is little more than a front-end to the underlying HTML rendering and networking DLLs), sure the OS will still run and you could definitely still use it as a server, BUT a lot of user-level stuff like the shell and applications, not just IE, would suddenly break. So even if it were removed, you would need to have some sort of other implementation of the functionality that IE provides to other apps via COM.

  14. What? No Kryptonite?! on The Periodic Table of Comic Book Elements · · Score: 3, Informative

    Seems like it's a periodic table of REAL elements with references to where they are used in comics... not imaginary elements that exist in comics only.

  15. How to really screw someone with this new policy on Time Warner to Charge Extra for Over-Quota Bandwidth · · Score: 2

    evildude# ping -f

    ==> $$$$$$$ for them!!!

  16. GPS location == known data on Geo-Encryption: Global Copyright Defense? · · Score: 3, Interesting

    If you know the region which the data is intended for (eg, by looking at the region code on a DVD), voila, you just feed the data into whatever algorithm transforms GPS coordinates into the decryption key.

    Since GPS location is not random and is known, you can spoof the data, and not even have to do a brute force search over a random keyspace as you would with a normal cryptoscheme...

  17. How about Lynx? on Konqueror's Javascript Continues To Improve · · Score: 2

    Forget Konqueror, I want CSS and Javascript for Lynx, dammit! :-)

  18. How much of cyberterrorism is FUD? on U.S. Gov't Sponsors InfoSec Defense Training · · Score: 2

    Aren't all the REALLY critical systems (defense, air traffic, etc) already air-gapped from public networks like the Internet?

  19. Look at how old the 'students' are. on U.S. Gov't Sponsors InfoSec Defense Training · · Score: 2

    Look at the pic in the CNN article -- they look like my grandma and grandpa! Not exactly our typical college students, huh? =P

  20. Only one machine? Hardware failure? on The Root of All E-Mail · · Score: 3, Insightful

    I was thinking at least round-robin DNS cluster but it seems like A root server is just one box. I'd worry about hardware failure more than terrorism if it was just ONE machine running the zone. What kind of hardware does the A server run on anyways?

  21. Why not just order one from the USA instead? on New Clie Handhelds · · Score: 2
    following past trends of Sony, this handheld probably won't be available for at least 6 months for us Canadians *grumbles*.


    It's not like the CLIE handheld is a export restricted item, you know?

  22. How close will it come to BeOS? on AtheOS Fork Brings BeOS on Top of Linux · · Score: 5, Interesting

    Wasn't one of the touted features of BeOS its low latency, single-user kernel optimized for multimedia stuff? Demos had multiple video players all playing smoothly, while 3-D animations occured in other windows.

    How well can the Linux kernel deliver such performance?

  23. Warning about AOL intl access on Internet Access While Traveling Outside U.S.? · · Score: 2

    AOL has a large global network BUT international access numbers are NOT supported with the current AOL software under Windows NT/2000/XP. I repeat -- Win NT/2000/XP does NOT support this. NOWHERE in the documentation or web site is this mentioned!

    I have no idea why this silly restriction exists, but it does.

    I found this out the hard way, when I was travelling in Malaysia, I had to get online at night, and I had an AOL account. I called AOL tech support (toll call) and then they mentioned it to me. Since I had to get online for urgent business, I was forced to make an international charge call to a AOL access number in the US, and wound up costing me about $100 in phone charges.

    You can call AOL international tech support at 703-264-1184 to verify this.

    You have been warned.

  24. Any software to support this? on Alternate Audio Tracks for Movies · · Score: 2

    Any DVD player app that can play such a custom audio track instead of the DVD audio? Playing it with a separate app seems cheezy.

  25. Warning: PS2 Linux insulates a lot from the system on O'Reilly Showcases PS2 Linux Gear · · Score: 3, Informative

    First off, you must boot off of Sony's bootloader disc. The code on the bootloader, which runs before the kernel gets loaded, is basically a NT-like hardware abstraction layer that prevents you from getting direct register-level access to the GS (graphics/sound coprocessor) chip, the DVD CSS mechanism on the DVD-ROM (so no CSS-supported DVD player possible in Linux), memory card (Linux uses a special memory card format different than normal Playstation games, probably to prevent you from getting at and modifying saved game data), and possibly others as well.

    The VGA box is only supported under Linux as well -- a shame, as Dreamcast has a VGA box which is actually supported by most of its commercial titles, and really makes them look better.