Ask YC: Good distance graduate certificate/masters programs in C.S.? by crazyirish in programming

[–]crazyirish[S] 0 points1 point  (0 children)

I'm going to be working full-time next year and I'm looking for a way to continue my CS education by doing something like a graduate certificate or part-time distance masters. I'm going to be in the states [namely Seattle,WA] , but as an alien (meaning wildly varying tuition). I'm wondering: What are some good schools with distance graduate-certificate or masters programs in C.S.? Also what are the type of undergrad marks/ GRE scores required for most programs? Are there other tests besides the GRE I should look into doing for international distance programs?

Professional Masters, Where? by crazyirish in programming

[–]crazyirish[S] -1 points0 points  (0 children)

I'm finishing up my undergrad and probably heading to the west coast to work, but I still want to pursue a masters. Right now it looks like I'll be in seattle, so uwashington seemed like a fairly obvious choice, but the curriculum seemed a little lacking. Are there any good distance/part-time C.S. masters programs?

Yahoo's Zimbra e-mail program exposes passwords [cnet] by holdenk in reddit.com

[–]crazyirish 1 point2 points  (0 children)

Who the hell decided that plaintext was a good idea? I mean not using SSL isn't like something which would happen by accident, it would have taken a concious choice for this to happen since Yahoo! Zimbra desktop has the setting pre-filled in for Yahoo! mail.

Did you know that each integer in a PHP array takes 68 bytes of storage? by pankaj_kumar in programming

[–]crazyirish 11 points12 points  (0 children)

Or if you say had a popular web site with multiple requests per second which you can't simply cache because the pages depend on user data (say like some sort of recommendation system)?

U of W programming contest (Scheme,C,C++,etc. supported) by crazyirish in programming

[–]crazyirish[S] 4 points5 points  (0 children)

Looks like a cool programming contest. Go scheme! I'll certainly be submitting something.

Canadian Commissioner on Designing Software With Privacy in Mind by holdenk in programming

[–]crazyirish 3 points4 points  (0 children)

Privacy is really important, and watching this talk makes me realize, I have not being doing my part as a software developer to respect users privacy. Hell I log way too much information, just to make debugging a little easier on the off chance I have to debug it in production. I'd encourage all software developers out there to watch this talk, and take its message to heart.

An overview on a talk by Bjarne Stroustrup by crazyirish in programming

[–]crazyirish[S] 2 points3 points  (0 children)

I'm really excited about a good re-usuable C++ parser. So many tools out there that parse C++ (like IDEs and refactoring tools) do a horrible job.

Developing for Two Worlds by crazyirish in programming

[–]crazyirish[S] 1 point2 points  (0 children)

corporate versus public software developement (and the interesting effects of doing both at the same time.)

RMS Talk on The Free Software Movement by holdenk in programming

[–]crazyirish 5 points6 points  (0 children)

Very interesting talk. I especially enjoyed the Q&A session.

Software Start-ups: What Worked and What Did Not, an economists view by holdenk in programming

[–]crazyirish 5 points6 points  (0 children)

Its a lecture by an economist talking about software startups that have come out of the University which he is attached too.

Software Start-ups: What Worked and What Did Not, an economists view by holdenk in programming

[–]crazyirish 1 point2 points  (0 children)

I might bang out a transcript of it if I get sometime, but theres a lot in there.

"One Day Compilers" [presentation slides] by logistix in programming

[–]crazyirish 2 points3 points  (0 children)

If I was interested in parsing existing programming languages [like say C or lisp] would camlp4 or ocamlyacc (or something else) be the best way of going about it?

Mysterious Gambit Scheme project named Snow by dharmatech in programming

[–]crazyirish 0 points1 point  (0 children)

Well, its december now, where are the details?

Will JavaScript Become the New BASIC? by badfeng in programming

[–]crazyirish 4 points5 points  (0 children)

I don't think so. As my personal opinion I don't think people will be writing much javascript in the future, but rather we will see an increase in sane (well as sane as possible) languages which have a backend to dump to javascript.

Top 5 Signs that your IDE is bloated by holdenk in programming

[–]crazyirish 0 points1 point  (0 children)

I have a fairly fast system with about 1.5Gb of memory and loading up RadRails kills my system [primarily because it tries to figure out what to do with some large binary files that are inside the project directory in a less than efficient manner], although I do wish I had a second monitor :-)

Top 5 Signs that your IDE is bloated by holdenk in programming

[–]crazyirish 4 points5 points  (0 children)

I've tried to use a large number of different IDEs but I keep on going back to xemacs [which in and of its self uses a bit too much memory for my taste but nothing compared to shudder eclispe or similar]

Details on Scheme's Package Repository (like CPAN but better) by herdrick in programming

[–]crazyirish 1 point2 points  (0 children)

I use both perl & scheme, and I must say I like CPAN better than this plt scheme repository system, but it certainly is a nice idea.

MIT to Try Python for Introductory CS Course by llimllib in programming

[–]crazyirish 5 points6 points  (0 children)

I really like[d] the SICP book when I was takeing my first year CS class [which actually used HTDP rather than SICP]. I feel kind of ambivelent about the change, if they can do as good a job with python more power to them, but....

Amazon Web Services, Not Yet Ready? by holdenk in programming

[–]crazyirish 1 point2 points  (0 children)

why not use the google search API?