Slashdot Mirror


User: Splork

Splork's activity in the archive.

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

Comments · 415

  1. Re:sftp too slow - WHY? because: on Sending Files w/o Sending Clear Passwords? · · Score: 1

    ssh sucks for bulk data transfer. it is *not at all optimized* for such a use. its intended primarily for interactive traffic or low bandwidth (read: internet connection speed) traffic.

    for bulk data transfer over high speed networks it blows chunks not only due to the crypto speed but also due to data buffering issues, loads upon loads of data copies (scp and sftp send all data through at least one local pipe with tiny buffers if not more), etc. the crypto dominates, but even with "-c none" its efficiency blows chunks.

    and don't advocate tunneling over ssh as a solution either. TCP over TCP is a bad idea.

    and if the target is a supercomputer or data center machine it probably -does not- have the CPU cycles to deal with the encryption overhead of such a large data transfers...

  2. don't make everything x86-64 native on 64-bit Toys for Athlon-64? · · Score: 1

    the benefit of the Athlon-64 / Opteron is that it is a blazingly fast x86 (32bit) CPU as well as having 64-bit stuff.

    64bit code will be larger and gcc is currently much worse at generating code for x86-64. Only compile things that actually show a benefit from it as 64bit native if speed is what you desire.

  3. they broke my usage pattern, watermarking on EMusic Acquired, Halting Unlimited Downloads · · Score: 1

    i leave my monthly subscription going and log in to emusic once every 3-4 months and download 10-15 albums. now i can't do this. despite it being
    roughly the same number of tracks. *sigh*

    PS - users should to keep in mind that emusic is watermarking all tracks you download using their download manager. The watermarking happens on the client side by the emusicdlm program itself. It also breaks several frames in the mp3.

    The mp3s are downloaded unencrypted http from mp3.com with a unique (per user presumably) time-limited URL; a smart http proxy can download the unwatermarked versions for you.

  4. what the fuck? on Frontiers: A New Xlib Compatible Window System · · Score: 1

    you used "XML" and "could this get rid of speed problems" in the same sentence.

    not only are the two DIAMETRICALLY OPPOSED you show no evidence of X having serious speed problems.

  5. "at least" lynx??? on Remote Router Administration? · · Score: 1

    since when is a web interface considered less easy to implement than a telnet command line interface? sheesh. web interfaces aren't usable over serial. implement them as client software, not on the device.

  6. are the kids encouraged to think? on File-Sharing Ethics Taught In Classrooms? · · Score: 1

    can they host concerts, publish parts of their album and art on the net with the rest available for download after paying $4? what compensation do the kids who create albums get if the teacher decides that theirs has not been distributed on the net?

    make it real.

    artists starve because they sign bad contracts and don't connect with the consumer directly for money and suupport. not because of internet piracy.

  7. open it up, fix it on Recommendations for RPN Calculators? · · Score: 1

    replace the burnt out capacitor

  8. "keep honest people honest" huh? on Sony, Intel To Push Content Protection · · Score: 1

    need to "keep honest people honest" (from the slides) huh?

    Do you think an honest person would choose to buy your content under the rediculious "licensing" provisions most providers will use if they had any choice in the matter?

    What we really *need* is to "keep honest monopolies honest"

    ^monopolies^governments

    etc..

    those slides are amateurish in content with no real value other than to promote CE makers buying extra intel cpus to put in their devices to no useful end.

  9. Re:ssh tunneling? bad idea use VPN on Linux Distro For Linksys WRT54G · · Score: 3, Informative

    ssh tunnels are very bad performance. what you want is a VPN.

    unfortunately you can't replace the kernel on the box with one that supports cool things because of the proprietary broadcom driver.

    (here's to whoever takes the time to write a thunking layer for the linksys 2.4.5 broadcom driver to let it work with modern 2.4.22+ kernels!)

  10. let me save whereever i want on Sin And Punishment In Games · · Score: 1

    i won't bother to buy or play a game that doesn't let me save my progress reasonably. i have a life in the *real world*. games are for entertainment value. if you blame save-games for letting you cheat to avoid a challenge than you're an undisciplined dimwit who probably drives SUVs up 14,000 foot mountains and wonders why hikers piss on your "car" when you get there.

  11. ext2 supports large files on Filesystems For Removable Disks? · · Score: 1

    it works just fine. the issue you're bringing up is glibc, not the filesystem. you need to be using glibc >=2.2. its really really pathetic that glibc versions prior to that did not define size_t as a 64 bit value. the bsds have been doing that for ages.

    any correctly written application compiled with a glibc >=2.2 will support large files.

  12. repartition or you're stuck on Filesystems For Removable Disks? · · Score: 1

    windows sucks. FAT32 can't have files larger than 2gb and its allocation unit is *FUCKING HUGE*. You can experiment with ext2 access programs and drivers for windows, etc. but they're not quite up to snuff yet. If you do that; create a small FAT partition containing the drivers for various OSes, and make the remaining partition ext2.

    (why ext2 and not ext3? many tools for other OSes can't handle ext3)

  13. put under the xmas tree? on Game Distributed Online Forgoes Publishers · · Score: 2, Insightful

    how do you put this under the xmas tree, wrap as a birthday present or give to someone without good internet access?

    all of those are reasons for retail boxes. if a publisher would wake up and not demand exclusive rights, they could sell a happy retail box of this for $10 more than the online version.

  14. Re:Aegis was not missed - nevermind on RMS Calls On Linux Developers To Replace BitKeeper · · Score: 1

    actually I believe Arch was the package i was thinking of as being dismissed. ignore the above post. nothing to read here. move along.

  15. Re:Aegis was not missed - it was dismissed on RMS Calls On Linux Developers To Replace BitKeeper · · Score: 1

    as being a bit too hackish and randomly thrown together.

    unfortunate in many ways but it wasn't ready for the task. BK was designed specifically with Linus's job in mind because Larry was smart enough to realize that there are 1000s of Linus's out there doing the same job on projects in the hidden commercial software world.

  16. its easy, just don't use BK - Crack Whore on RMS Calls On Linux Developers To Replace BitKeeper · · Score: 1

    its really that simple. If you don't like BKs license or author or whatnot, don't use it.

    As long as it makes patch sets available that don't require anything more than ftp and patch, linus can continue to use it without preventing anyone from getting at the code trees.

    Claiming that you have a right to use it because you really really need it and it started out so close to open source is no better than a crack addict whining, "but the first one was free!"

    no. the first one wasn't free. BK has never had an open source licese. Now there are tons of tainted people who are forbidden by Grand Moof McVoy from ever writing a SCM in their entire life. And you know what? It was their own stupid mistake to limit themselves as such.

  17. biggest enhancement is to kill it on Latest Proposals for C++0x · · Score: 1

    and admit that c++ was all a mistake. demand a full apology!

  18. Re:bittorrent doesn't represent all of python on Guido van Rossum Leaves Zope.com · · Score: 1

    don't read just one popular program and assume that its a good representation of how to do things in the language.

  19. Re:also this other linux driver - "ar5k" [LOUSY] on FreeBSD 802.11a/g Support · · Score: 2, Informative

    yes, as those who've tried "it" have found, it apparently doesn't deserve to be called a driver at all.

    i guess when you use google to search for something that doesn't exist and it returns the vapor.

  20. why should lawyers care? they still get paid. on NAI Sending "Sniffer" C&D Letters · · Score: 1

    they earn more by forcing the question to be asked even though they know the answer.

  21. also this other linux driver - "ar5k" on FreeBSD 802.11a/g Support · · Score: 4, Informative

    http://team.vantronix.net/ar5k/ is a linux driver for these chipsets as well.

  22. Newsflash! Apple VPs drink the coolaid! on Apple Hardware VP Defends Benchmarks · · Score: 1

    More at 11.

  23. multi input monitors with USB port switch built in on Making Mouse Wheels Work w/ a KVM? · · Score: 2, Informative

    The Mitsubishi DiamondPro 900U (diamondfoo, whatever) has a built in usb hub and two usb upstream ports that it switches between when you switch between the BNC & VGA inputs via the simple button on the front.

    only works for a two systems; but if that's all you need this is seriously convenient.

    better hope windows doesn't whine about "you unplugged a device without asking me first" though. don't put anything other than your keyboard/mouse on its hub.

    and kiss some chance of configuring your BIOS goodbye as many BIOSes won't support USB keyboards connected to a hub (this is a bios not being usb compliant problem). better off having a real keyboard on hand for bios config.

  24. albums are art but if thats not what people want.. on Artists Protesting Single-Song Downloads · · Score: 1

    you can't make 'em buy it.

    i hate multi disc CD players and multi album mp3 players that have a "random" mode that doesn't have the ability to treat it as "random album" rather than switching albums all of the time. many albums are best listened to in order.

    however that doesn't mean good singles don't exist and stand on their own.

    why aren't they protesting the fact that clearchannel only plays a single song from an album at once if they ever actually play more than one from an album at all?

  25. Re:Slight wording difference (more info) on USB 1.1 Renumbered To USB 2? · · Score: 1

    so what if stupid consumers are led to think that usb hard drives and cd drives suck?

    that just means 1394 will become much more common.