Slashdot Mirror


User: Hard_Code

Hard_Code's activity in the archive.

Stories
0
Comments
4,193
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,193

  1. Re:What's with all of the bellyaching about speed? on Does C# Measure Up? · · Score: 2, Informative

    "For something that will do big work, require lots of memory and run for long periods, Java will come to bite you in the ass."

    Like, say, large scale enterprise/website computing? Oh, wait, that is exactly the area Java excels at. Swing is a notorious hog, and I'm not familiar with your exact circumstance, so I can't really comment on it. But Java is pretty damn rock solid for long, throughput intensive tasks. I say throughput as opposed to latency because low-latency gui stuff is exactly where a VM (and garbage collection) will bite you in the ass. If performance is unbearable there is the native SWT library (like AWT redone from the ground up, but right). Java is not known for its good GUI/client side performance.

    On the other hand, on the server side, latency is usually not the issue - most time will be spent on the network and database, NOT in your code. On the server side, VMs are here to stay. Python, PHP, Perl, Java, C#/Mono, all use VMs. The only real issue with VMs is latency, and with garbage collection its memory usage. I would strongly suggest though, that the vast vast vast majority of user-level/space applications in which C/C++ is being [ab]used, would be better written in a "safe", simpler, language like Java, precisely because in the vast majority of cases, CPU performance does not need to be optimized, and security, reliability, maintainability, and let's not forget, new features, take higher importance.

  2. Re:Chemical WMDs on Justice Department Proud of Patriot Act Slippery Slope · · Score: 1

    NO NO NO Those are just "go pills" entirely different. I mean, it would be dangerous to drive a car on methamphetamines, but flying multimillion dollar warplanes loaded with bombs and missiles - no, that is entirely safe to do with "go pills".

  3. Re:Good Lord on RIAA Sues 12-Year Old Girl · · Score: 1
  4. Break through! on Apple Responds To iTunes "First Sale" Question · · Score: 4, Insightful
    "Economically, I don't believe there is going to be much of a market for resold music...We just don't see it as that much of an issue," he said.


    This is the most important thing that has every been said by a company on this issue. It basically admits that the way to fight piracy is to create a market environment where there is little incentive for piracy. And how do we do that kids? By lowering the freaking prices and making the product more accessible to the consumer. Thank you Apple.
  5. Re:what? SkyOS?? on SkyOS GUI Contest · · Score: 1

    bah, slashdot wins

    "<? function a() { echo 'all work and no play makes jack a dull boy '; a(); } ?>"

  6. Re:what? SkyOS?? on SkyOS GUI Contest · · Score: 1

    ""

    Maybe this is why PHP programmers have a bad reputation...

  7. Next up on Duck's Quacks Really Do Echo · · Score: 3, Funny

    Can swallows really carry coconuts?

    I can't wait until those hard-nosed Brits get down to cracking this serious mystery!

  8. Re:Personized News! on Taiwan Under Cyber Attack from China · · Score: 1

    That Harlowe Thrombey has it coming to him...

  9. trailer on Film Distribution Comes To The Internet · · Score: 3, Insightful

    Did anybody understand the trailer? I for one was not left with any idea of what the movie was about. Some guys in a car screaming. Some people get thrown into a barn. Somebody shoots a shotgun. Somebody pushes a boulder. Techno music throughout. What the hell is this about, why would I want to watch it, and what does it have to do (or not to do) with a love song?? I'm not really impressed by the i'm-more-clever-and-hip-than-you trailers that don't give any indication of wtf a movie is about. Especially if they are trying to gain a following in an alternative distribution channel.

  10. sandbox on FreeBSD Jails · · Score: 4, Interesting

    Instead of this adhoc-ish system, wouldn't a better solution be to have a "correct" sandbox in which a policy can be attached to ANY process, which determined what kernel calls can be made, and potentially with what parameters? Then there is no need for wacky interface aliasing and stuff like that.

  11. Anticipation on Best Video Game Trailers? · · Score: 0

    I liked:

    "You are in a"

    Man, I was on the edge of my seat.

  12. Re:Why why why on Slashdot Google Bombers? · · Score: 2, Insightful

    Yeah, WTF is up with that. "HEY COMPLETE STRANGER DO YOU WANT TO LOOK AT MY BABY?!" No you fucktard, so you managed to reproduce, what do you want, a congressional medal of honor? Sheesh. Baby pictures and embarrassing habits should be kept to yourself.

  13. Re:I've got it on Where Is The Broadband? · · Score: 1

    The problem is, once the wire is in the ground, WHERE is the competition actually occurring? We KNOW that they are reticent to either put more in, light more up, or share with each other. So where exactly are the benefits of the free market? Is one ISP making the electrons go faster than another? Smells very much like a commodity to me. There is little "production" going on (and this is not a substance that is really consumed and then it is gone), and the amount at this point is fairly fixed unless they really start putting new capacity in the ground.

  14. Re:The disturbing thing is... on Spammer Hangout's Membership Roster Left Exposed · · Score: 1

    Spamming is a disease not a crime you insensitive clod! Until we make it a crime that is :)

  15. Re:There is no push on E-mail Newsletters Switching To RSS · · Score: 2, Informative

    When you poll your IMAP or POP server, you poll YOUR server, not everybody else's. That's why it scales well. That said, RSS docs are typically very small, and HTTP already has built-in cache support through the HEAD action, so all indications point to it not being a problem.

  16. Re:Have some respect! on University Textbook Exchange Software · · Score: 1

    The pampered fuckers don't get subsidized education. Only the poor fuckers. But how is the government using our tax dollars to pay for overpriced books different from the government using our tax dollars to pay for overpriced education? The rich can afford to buy your scandalously overpriced books and wipe their ass with them when their done, the poor can't (or if they can, it's only because of the government taking your money to subsidize it).

  17. Re:License on Japan, China & South Korea May Develop OS · · Score: 1

    "Would the governments have to release sources of their modificiations?"

    Only if they give a damn about US copyright law. Which is probably not the case for at least one of the aforementioned parties.

    "0h nos! China h4s st0le our sourze!"

  18. Re:Will be arresting... on Blaster Writer Caught · · Score: 1

    "To actually arrest someone requires a warrant, but it is possible to hold someone without a warrant for limited time"

    Yeah, a "limited time", like say, 3 years... can you say violation of due process...

  19. Re:As a programer on Technical Writers in the Industry? · · Score: 2, Insightful

    The problem I have with writing high level documentation is where to start. Do I start off with describing a short history of distributed computing? Do I go over the meta frameworks involved, such as security? Do I start discussing prerequisites? I can whiteboard to the grittiest detail, the problem is where to start and how to lay it out to someone who hasn't had their head in the code. In these cases I would LOVE to have a competent technical writer and lock them in a room with me for an hour or so to explain some of our infrastructure.

  20. Re:P2P spam : I confirm on P2P Spam? · · Score: 1

    How do they know that you do not own the physical movie and that it is an illegal copy? They must be psychic...

  21. Re:It Sounds Nice on What to Expect From Qt 4 · · Score: 1

    They aren't *forcing* you to use QT4 though, right? That is the great thing about open source...you don't HAVE to be forced to upgrade...so all this hand wringing over adding features/changing things is sort of pointless. If you don't like it, don't use it.

  22. Broken analogy on Why Virus Writers are Useful · · Score: 1

    Biological immune systems are so effective because they automatically stochastically learn how to detect and neutralize antigens. By and large there is no such thing for computers (except for large expensive "enterprise nervous systems", but the majority (in quantity) of victims are end users, not the enterprise), so it is a bit disengenous to imply that viruses confer some sort of innoculation. Not to say that having holes brought into daylight won't in turn force increased security, but that can be done through traditional bugtraq/exploit channels without introducing an epidemic in the wild.

  23. Re:Guide to installing a new linux kernel on Linux 2.4.22 Stable Kernel Released · · Score: 1

    That's nice, but should be upgraded to describe modifying the grub.conf (which is just as easy if not easier), as grub is now the modern boot loader.

  24. Re:What is "fair"? on Drink Coffee, Support Mozilla · · Score: 2, Interesting

    You're right. Everybody (i.e., large agribusiness) should be able to compete to exploit poor workers in countries with no human rights enforcement...

    "Fair" trade would only not be fair market if it were somehow subsidized to be as cheap as non-fair trade. If you look at its price it is obviously more expensive, and hence a direct relationship with its share of the market (although even more publicity is fine by me).

  25. Re:I don't usually bitch about slashdot "reviews" on Practical C++ Programming, Second Edition · · Score: 1

    I think he meant empathize. This is what editors are good at fixing.