Slashdot Mirror


User: gauchopuro

gauchopuro's activity in the archive.

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

Comments · 38

  1. Solution: Vote with dollars on RIAA Says "Don't Expect DRMed Music To Work Forever" · · Score: 1

    The way out of this mess is for consumers to vote with their dollars, and to refuse to buy DRM-infested garbage. Unfortunately, it seems that most consumers either don't know or don't care. There will probably always be enough people voting for DRM to keep it going.

  2. Live by Ruby, die by Ruby on What is Ruby on Rails? · · Score: 1

    #! /usr/bin/ruby
    require 'net/http'

    h = Net::HTTP.new('fak3r.com', 80)
    while true
      h.get('/index.html', nil)
    end

  3. Re:Great .. on Researchers Create Radio Controlled Humans · · Score: 3, Funny

    As can be clearly seen in the video, the woman being controlled was not wearing a tin-foil hat. No one wearing such a hat has ever been controlled in this way.

  4. Re:Indeed, this is the free market at work. on DoubleClick Warns Against Ad-Blocking Browsers · · Score: 1
    Which is why Google adwords are less likely to be blocked then annoying flash ads

    I personally can't stand animated ads - I find them extremely distracting. For that reason, I run AdBlock. I'd say I have a pretty low threshold for ad-induced pain.

    The Google ads are a different matter. Plain text just is not annoying like animations are. In general, I never click a banner ad. I use Gmail, and I'm surprised at how often their targeted ads are worthy of a click.

  5. Re:I think that Microsoft is using the same strate on Can People Really Program 80+ Hours a Week? · · Score: 1

    Speed Slashdot comments also tend to be poorly "documanted."

  6. Re:Programming challenges on Short Coding Projects? · · Score: 2, Informative

    How about the ICFP contests, which have been featured on Slashdot many times? Entries are usually made for just about every language out there, so there is a good chance that someone else may have already used your language to implement a solution. After working out your own solution, looking at others' solutions could teach you even more about the language.

  7. Re:Why not Prolog? on Programming Challenge: Triangles Puzzle · · Score: 1
    ...it's definately simpler than any of the other solutions.

    Have you looked at the Haskell solution? It is very similar to yours. But with that said, your Prolog solution does seem to be just a bit clearer than the Haskell solution. Although Haskells lists and list comprehensions do a good job of modelling the problem, the use of lists is an implementation detail that is explicitly coded into the solution. The Prolog solution looks like a pure specification for the problem.

  8. Re:More simple solution on Programming Challenge: Triangles Puzzle · · Score: 1

    What if I add a line between P8 and P9? Your solution no longer works.

  9. Re:"One Person"... "One C# Developer" on Java 1.5 vs C# · · Score: 1

    Broken link? It seems like most of the links posted on Slashdot are broken. (And if not, just wait a while.)

  10. Re:gmail invites for you on Gmail Adds Features · · Score: 1

    Thank you. Finally, a gmail account for me.

  11. Arch Tutorial on Interview with Tom Lord of Arch Revision System · · Score: 1

    There's an arch tutorial out there called "arch Meets hello-world." I've got it up in my browser right now, and due to the size of the tab, it shows up as "arch Meets hell."

  12. Re:Cool on Slate is Bootstrapped · · Score: 1

    I stand corrected. Having only dabbled with Ruby, I was not aware that it allowed objects to be cloned. However, it does seem that Ruby's main focus is class based OO.

  13. Re:Cool on Slate is Bootstrapped · · Score: 1

    No it doesn't. Ruby uses class based OOP, whereas in true prototype based OO, any object may serve as either an object or a class-like prototype that can be cloned to create new objects.

  14. Re:OSDN ads on DoubleClick Hit by DDoS Attack · · Score: 1

    Plain old static ads are not so bad; it's the flashers that really annoy me. If the ads were all static, I probably never would have bothered with adblock. But I find that any moving ad distracts me a bit, and the rapidly flashing ads cut my concentration ability at least by half. Has an online ad company ever been sued for inducing seizures?

  15. Re:Why is this such a surprise? on Software Monoculture in Schools? · · Score: 1
    I graduated from the University of Utah in the spring, and it is definitely NOT a software-monoculture school. The main general-use labs contain a roughly equal mix of Macs and PCs. The Computer Science lab has about 15% Linux machines. The engineering lab is full of Sun workstations. The Math department's labs also use Sun workstations. So at least for the labs that I have used there, we have a huge amount of diversity.

    I must somewhat agree with the parent, however, in that most of my education was spent learning the standard way of doing things (in Computer Science.) Some classes did offer room for experimentation (I wrote my senior project in Erlang), but exploration of alternate solutions was, for the most part, not part of the educational plan offered. I was one to look into new ways of doing things, but doing so while keeping up with the workload associated with the standard way of doing things limited the amount of exploration possible.

  16. Link following on Incorporating Machine Learning into Firefox 2.0? · · Score: 1

    Not sure if this idea is listed elsewhere, but having the browser learn which links would be most likely to be followed, and load those pages in the background, could often make page loading appear instantaneous. Obvious candidates are the "next" pages of a multi-page article.

    As said previously, I could not easily determine whether this idea was present within all of these posts. The truly cool AI extension to browsing would be intelligent search, that would use natrual language processing and search for ideas rather than keywords. Of course, this is one of those difficult AI problems, and is probably one for the search engine people, not the browser people.

  17. Start with testing on Recent Grads and Experience Beyond the Desktop? · · Score: 1
    I am a recent CS graduate, and I have continued at the same job I had during the last two years of my education.

    I began at that job doing testing. The company I am at is flexible enough that it allowed me to have time to work on custom applications for automating various aspects of the testing. This formed a natural progression from testing work to full development work.

    I can't promise that beginning with testing and progressing to programming would work for everyone or at every company, but in my case it worked perfectly.

  18. Re:Perl is just as wrong on The History of Programming Languages · · Score: 1
    Ruby, which is accurately reported as being a decendent of perl, could also have been graphed out better.

    In the Lightweight Languages 2 conference, "Matz," the creator of Ruby, said that Ruby has been accused of being a ripoff of Scheme, and he admitted that it is a ripoff of Scheme.

    A chart like this is interesting, and does show some patterns between languages, where did they get their data? Was it fabricated by some person or group of people, based on similarities and temporal proximities of languages?

    Computer languages all seem to borrow heavily from each other. No one starts from scratch when building languages; they take the best ideas from mathematics and from other existing computer languages to fit whatever need they are trying to fill.

  19. Re:Hmmm on Akamai DNS Outage Messes up Net · · Score: 1
    I get pissed off at people that stop traffic to look at accidents. Do you?

    There's an accident? Where? I want to see!!!

  20. Re:2GB Mailboxes on Yahoo Boosts Email Space in response to Gmail · · Score: 1
    The Gmail Web interface isn't all that impressive

    Well, I have not been graced by the good fortune of a gmail account, but here is a screenshot of my newly-upgraded Yahoo account. The interface does seem just a bit rounder, slicker, and more modern; and it's great to see my used space jump from ~80% to 3%.

  21. Re:From an ocaml convert: on Searching for the Best Scripting Language · · Score: 5, Interesting
    I suggest you also take a look at Haskell, if you have not done so already. Haskell completely does away with side effects, performing IO operations in a controlled manner through the use of a mathematical concept known as monads. It also adds lazy evaluation. This has some nice capabilities, such as being able to express concepts as infinite lists, which are then only evaluated as far as necessary.

    I have used OCaml a bit, and one of the things that most irritated me about it was its complete lack of operator overloading; having to use "+" for integer addition, and ".+" for floating point addition, just seems so wrong to me. Haskell uses type classes to allow ad-hoc polymorphism in a controlled manner.

    One advantage that OCaml has over Haskell is speed; current Haskell implementations produce code somewhere between imperitive compiled languages and interpreted languages. However, there is another language, called Clean, that is nearly identical to Haskell in many ways, but claims to have speed comparable to C.

    Back to the topic of the discussion, Haskell is probably not the best choice for quick and dirty one time scripting uses. The use of monads for doing IO adds a constant cost that is burdensome for very small programs, and gets payed back only with larger programs where the controlled approach to IO increases robustness.

  22. Re:Debugging on Why Learning Assembly Language Is Still Good · · Score: 0, Flamebait

    Of course, this whole thread is irrelevant, because it assumes that it's possible to actually read that Perl program.

  23. Re:PDF on Metamath! The Quest for Omega · · Score: 2, Interesting

    There's an even nicer PDF version here, complete with bookmarks and page numbers.

  24. Re:You mean "when we are hacked we can fall back.. on More on the Swedish Stealth Ship · · Score: 1

    ...What do you mean, they disabled the fallback system??!?!?!!!

  25. Re:gems? on GPU Gems · · Score: 0, Redundant

    Thar's gold in them thar cards!