Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:His Comment (Score 1) 399

Python is a horrible language and is hard to write for any real sized project.

Let's say you need to modify a function signature to handle different parameters. Or maybe even rename the function to better reflect it's real purpose. In any compiled language it's dead simple to verify that all users of that function have been updated as well. In python, you what? Grep through the source code and hope you find all of the instances based on the function name? Well what if you passed the function is as a parameter to another function? Well.. you get a runtime error when your code doesn't interpret when running, but by then it's possible that it's already released.

How about logic bugs that can't easily be found?

something = function_call(a) ...
soemthing = function_call(b)

The soemthing is probably a typo.. Good languages will tell you you never declared a variable called soemthing.. Python will just create it for you. Yay.

Or even just something like:
a = "some string"
a.someFunctionThatDoesn'tExist()

You have to unit test every possible code path just to know the damn thing compiles. Duct typing is the tool of the devil that doesn't save any time and in fact causes more problems and just wastes developer time. It's impossible to refactor, large projects are a pain in the ass, and import statements do different things depending on how you declare them (Yes, there is a difference between "import module.submodule" and "from module import submodule" and "from module import submodule as some_other_name").

And whitespace as part of your syntax is just stupid. Oh and Python doesn't have real threading because of it's reliance on a horrible interpreter implementation revolving around the GIL. Oh and you can't have true encapsulation because it's impossible to have private variables in python. And there's not really a thing as a "constant" as it's a pain in the ass to make something immutable.

If you want something that follows the 3 points you just made, use Scala. It's functional, OOP, can be used as a scripting language.. and it's statically typed so you avoid all the pain in the ass shit you run into with python. Oh and it has threading to boot.

Comment Re:This is why, if I get SC2 (Score 1) 200

Actually memorizing joseki isn't really as important as understanding them. If you blindly use a memorized joseki and don't take into consideration how it effects other parts of the board, you'll put yourself in a disadvantage. Just using standard joseki's in each corner can be bad if they don't work with each other. One of the things I like about Go is that it has both local and whole board thinking to take into consideration. There becomes a sort of intuition of game flow for local battles based on the positions of everything else.

Also, making mistakes in the early part of Go is more correctable than in Chess. Granted in very high level games this becomes less the case, but often in Go even a failed battle will leave some usable aja for later that can be exploited.

Besides memorizing joseki and maybe practicing life and death problems, the middle game and strategy of dividing up territory, performing invasions, chasing your opponent for profit, all are things that aren't really easily memorized. Those are often the things that end up winning games.

As a side note, there are some players who play more moya games that focus less on corners. I heard from someone recently that Takemiya Masaki once said that he would never play the 3-3 position because it felt like the stone was so close to just falling off the board, and his games styled more towards controlling the center. It's a more recent development but one that is still played out and used in professional games. You have to remember that even if you lose territory for 3 of the 4 corners, you very well may also have center influence from those same 3 corners which is also worth something.

Comment Re:Lent once at a time, or once ever? (Score 1) 280

As many people have pointed out, you just described the digital equivalent of a library. But furthermore, your later statement about the video game industry is being tried with services like goozex. Granted it's a company that makes $1 per trade (and you have to pay for mailing), but it's the general idea of a video game library where you put your games up for credit to get other games.

The fact that digital libraries are restricted by DRM is so ridiculous. It's sad though that people think about lending ebooks and are conditioned by big business to think about how copyright laws make such a thing wrong completely forget that we've had that ability for centuries with physical books.

Comment Re:HD Sources (Score 1) 434

I have netflix for movies, but I recently ditched Cable since the service was shoddy anyway.

Now I'm using a pcHDTV HD-5500 capture card in a home-made mythtv box running mythbuntu capturing over the air HD TV from local broadcast. Granted I only get the basic networks like ABC, NBC, CBS, Fox, PBS, and a bunch of channels in Korean and Spanish, but I found that most of what I watch is on the basic channels anyway.

Myth will automatically cut out commercials (partly based on the volume level that those ads run at), so I get free shows with no ads and it's all legal. Plus I'm saving $60 a month now.

Comment Re:Make Electronics (Score 1) 301

I would like to second this. I picked up Make: Electronics as I am a programmer who's played with robots but never the physical design of circuits and such and I've found the book to be a wonderful introduction.

Going along with it, Make Magazine itself is a neat resource. A subscription gives you digital access to all past issues and there are some neat projects and ideas in it.

Of course just searching the internet for things you want to know more about helps, but the electronics book gives you a good start to get to the point of knowing enough to be able to ask further questions.

There's a followup book called Making Things Talk: http://www.makershed.com/ProductDetails.asp?ProductCode=0596510519 which deals with wireless communication and microcontrollers. A bit thicker than the electronics book and probably the area that you'll be the most interested in.

Comment Re:Who will suffer? (Score 1) 113

(I work for Yahoo!, but my opinions are of course not Yahoo's)

Part of the contract with Bing deals with the relevancy of results. Basically Yahoo will only start using Bing's results if they are at least as relevant as Yahoo's current results. After a set time, if Bing does not meet the relevancy requirements then Microsoft has to pay Yahoo for the maintenance of Yahoo's current search infrastructure while Bing improves. The idea I think is that it will give MS a financial incentive to improve relevancy quickly as they'll be losing money on the deal.

So I expect that the results from Bing should improve quite a bit before Yahoo starts using it.

Comment Re:Find a good IDE first (Score 1) 293

I'm going to say the exact opposite.

Start out working with just a regular programmer's text editor. Vim, EMACS, textedit... something that gives you some syntax highlighting and some basic features but not a full blown IDE.

If you start relying on an IDE from the start, you won't really understand your own code. If you use a wizard to generate code that you work with without knowing what that code does, that's not overly helpful. Also, jumping straight into a debugger as soon as you have a problem is a horrible practice to get into. What if something goes wrong on a production box that you can't easily replicate on your local machine? You can't hook a production machine into a debugger, you have to learn to read the code and trace it yourself. And if you practice Test Driven Development, your unit tests will show you were your bugs are rather than something like System.out.println() everywhere (of which, use a logger).

IDEs are really great, don't get me wrong. I personally use IDEA and coding is much faster than in a plain editor. But be careful of giving yourself some really bad habits by relying on the IDE rather than your own noggin. It should act as a helper, not a substitute for the programmer.

Science

Super Strong Metal Foam Discovered 367

MikeChino writes to tell us that a North Carolina State University researcher has discovered what appears to be the strongest metal foam yet, capable of compressing up to 80% of its original size under load and still retain the original shape. The hope is that this amazing material could be used in cars, body armor, or even buildings to absorb the shock from earthquakes. "Metal foam is exactly what you might think – a cellular structure made from metal with tiny pockets of space inside. What makes Rabiei’s metal foam better than others is that she’s been able to make the tiny pockets of space more uniform. And that apparently is what gives it the strength as well as elasticity it needs in order to compress as much as it does without deformation. Many tests are being performed in the laboratory to determine its strength, but so far Rabiei says that the spongy material has 'a much higher strength-to-density ratio than any metal foam that has ever been reported.' Calculations also predict that in car accidents, when two pieces of her composite metal foam are inserted 'behind the bumper of a car traveling at 28 mph, the impact would feel the same to passengers as an impact traveling at only 5 mph.'"

Comment Re:a cross platform standard format (Score 1) 161

Actually the Kindle 2 (non DX version) now supports PDF files natively without conversion as of a recent software update.

Unfortunately as others have mentioned, PDF is a really shitty format for ebooks. You can't reflow the contents to do things like change the font. Plain text, ePub, or mobipocket are better formats to have ebooks in.

Submission + - The sorry state of eBook readers today (cnet.co.uk) 2

CNETNate writes: No ebook reader is worth buying yet. It's as simple as that. No ebook store is adequately equipped to fulfil your needs, and no one product has matured to the point at which it can be unquestionably recommended. This article explores the trouble ebook readers are having, which lies not only in a lack of support from publishers and distributors, but the age-old difficulty of digital rights management and incompatible competing formats.
Programming

Submission + - Lego Mindstorms for the programmer (gadgetsreport.com)

An anonymous reader writes: I just love playing Lego. I like to construct robots and machines. And I really like programming. I like to write programs and frameworks. And not so long ago I found a way to combine these two passions. Lego Mindstorms — a set that includes several motor, sensors and a programmable module that can read information from sensors and control motors.

I will tell more about the Lego Mindstorms and the ways of programming in it.

Slashdot Top Deals

"Show business is just like high school, except you get paid." - Martin Mull

Working...