Search Results

7
votes

How can I program defensively in Ruby?

I don't think this is a concern. Yes, the mythical "somebody" can replace the implementation of MD5 with something insecure. But in order to do that, the mythical somebody must actually be …
2
votes

Ubiquity Hack

I just wrote this: makeSearchCommand({ name: "stackoverflow-tagsearch", author: { name: "Jörg W Mittag", email: "JoergWMittag+Ubiquity@GoogleMail.Com"}, license: "MIT X11", …
0
votes

Why Should I Learn Ruby?

You shouldn't. Ruby and Python are too similar. Learning one when you already know the other will not gain you any significant insight. Instead, try to learn languages which are really …
1
vote

How long would it take to setup a new CI repository?

I have never set up CI before, which puts me squarely in your "Beginner" category. Your question nudged me to try and setup a CI system for my projects; something which I've always avoided, because …
14
votes

What’s the coolest machine you’ve ever worked on?

AS/400, later renamed to iSeries, then System i. I haven't actually worked on one, but I have sat in front of one and typed commands into the terminal. It's a brilliant architecture that is …
2
votes

Should I return ‘null’ or an empty array?

If you read your question closely, you will realize that you have actually already answered it yourself: you wrote "a method that should create and return an array of some sort" and not "a method t …
4
votes

Comb Technology

I second Frederico's answer: the world changes, software adapts. TeX is actually a pretty good example of what happens if you don't adapt: working with non-english text is a PITA, …
0
votes

What are the things you would like improved in the Ruby language?

I would like to have support for static compile-time metaprogramming. The Converge Programming Language might be a goo …
1
vote

What are the things you would like improved in the Ruby language?

Getting rid of the artificial distinction between Modules and Classes would be nice. Both Modules and Classes are Namespaces. Modules are also Mixins, while Classes aren't. Classes can also …
0
votes

What are the things you would like improved in the Ruby language?

Make Ruby completely Message Sending based, get rid of everything that is not a message send: local variables, global variables, instance variables, class hierarchy variables, constants, magic glob …
0
votes

What are the things you would like improved in the Ruby language?

Replace the Mixin system with a Traits system. …
-1
votes

What are the things you would like improved in the Ruby language?

Replace Exceptions with a Common Lisp style Conditions system. …
2
votes

Is it more important to get the problem done or to write programs that are easy to follow?

A lot of the answers say that a good programmer should know to throw his principles over board when faced with an impossible deadline. I disagree. I think, a good programmer is one that can perform …
1
vote

English UI Terminology: Directory, or Folder?

Please note that they are not synonyms. Directories and Folders behave differently. For example, if you want to remove a File from a Folder, you need access to the Folder and the …
9
votes

What is the first thing you copy over from your current setup to a fresh OS?

My SSH private key and my OpenVPN private key. Since I keep every configuration file and my home directory under version control on a remote server on my VPN, these are the only two things …

1 2 next
15 30 50 per page