azakus's comments

azakus | 15 years ago | on: Ask HN: What Programming Languages do you use and for what?

- Javascript for APIs and backend frameworks (work & fun)

- Perl for scripts and a documentation tool (work)

- Scala for fun little projects (fun)

- C/C++/C# for small things just to keep my skills up (fun)

- Shell for portable scripts and such (work & fun)

azakus | 15 years ago | on: RIM Must Switch To Android Now, Before It's Too Late

This would actually be a terrible idea. Imagine all the rewriting of every little business app people have written for their blackberries, and the instant obsolescence of BES servers. No, RIM just needs to innovate in a way that doesn't seem half-assed.

azakus | 15 years ago | on: OpenSolaris is dead

OpenSolaris had a GNU userland. The BSD ancestry of the Solaris userland isn't the problem. The problem was the senseless defaults and cryptic command structures ("shutdown -g0 -i5 -y" instead of "shutdown")

azakus | 16 years ago | on: HBO miniseries: Game of Thrones

This had better not turn out like "Legend of the Seeker". I had so much hope for the adaptation of one of my favorite book series.

azakus | 16 years ago | on: Five (+ 1) Things I Hate About Python (and then five more)

Some of his arguments are crap. How is extensive platform support a detractor? Wouldn't you want your language to work on as many platforms as possible? I'm not sure how "outdated" stdlib is, but just because the code was written years ago, that does not make it "bad". New ways of implementing certain things could actually be slower. Can't say for sure since he has no real examples. FYI: I dislike python for its syntax, but I can see why people like it. I just use perl for most everything that people would do in python.

azakus | 16 years ago | on: ACM ICPC World Finals preliminary results

I find that the largest problem about this competition is that the people who can actually do this probably have no motivation to compete. We all have jobs, lives, and cool stuff to hack on in languages we actually like using.

azakus | 16 years ago | on: Getting Computer Science Into Middle School

From what I remember of middle school, they DID teach us a little comp sci. They taught LOGO for about a week. Seemed pretty fun. It was at least mostly competent from what I can remember.

azakus | 16 years ago | on: Short Chat Server in Clojure

The only small problem I would have with it is the inability to be in multiple chatrooms at once. Very nice though.
page 1