kch

3,696
reputation
563 views

Registered User

name kch
member for 1 year
seen 17 hours ago
website
location BR
age 26
Chief Duct-Tape Astronaut. Also: primadonna ruby developer, connoisseur of regexp esoterica, one-liner showoff, snooty mac user, unix weenie, maker of fine vapourware, and designer wannabe.
2d
comment How do I commit all deleted files in git?
related: stackoverflow.com/questions/1856654/…
2d
answered git: how to add/commit removals made via vanilla rm?
2d
asked git: how to add/commit removals made via vanilla rm?
Dec
4
revised What tried and true algorithms for suggesting related articles are out there?
added 127 characters in body
Dec
4
revised Ruby: got TypeError when calling function. What’s happening?
deleted 1 characters in body
Dec
4
comment Ruby: got TypeError when calling function. What’s happening?
Instead of trying to handle all sorts of unexpected input, it's better to actually ascertain that you are getting a number, in fact, a positive integer, which is the correct domain for the factorial function. So, raise unless n.is_a?(Integer) and n >= 0
Dec
4
revised Ruby: got TypeError when calling function. What’s happening?
added 238 characters in body; deleted 5 characters in body
Dec
4
revised Ruby: got TypeError when calling function. What’s happening?
specific title
Dec
4
answered Ruby: got TypeError when calling function. What’s happening?
Dec
4
revised Ruby: got TypeError when calling function. What’s happening?
proper formatting
Dec
4
accepted What shell am I in?
Dec
4
answered What shell am I in?
Dec
4
comment How can I include an yaml file inside another?
Well that kinda misses the point.
Dec
4
answered Avoiding AppleScript through Ruby: rb-appscript or rubyosa?
Dec
4
revised Avoiding AppleScript through Ruby: rb-appscript or rubyosa?
real links
Dec
4
accepted With browsers that have full-page zoom, can I use the feature to set zoom for iframes?
Dec
4
accepted How to migrate an svk repository to git, with history?
Dec
4
revised git-svn: is there a way to get it to play nice with submodules, or ignore them?
added 216 characters in body; edited tags; edited title
Dec
4
revised Ruby: How to post a file via HTTP as multipart/form-data?
added 30 characters in body; edited tags
Dec
4
revised How do I call controller/view methods from the console in Rails?
added 406 characters in body
Dec
1
awarded  Enlightened
Dec
1
awarded  Nice Answer
Nov
15
accepted Ruby: class C includes module M; including module N in M does not affect C. What gives?
Nov
5
awarded  Notable Question
Nov
3
awarded  Nice Question
Nov
1
revised Ruby: class C includes module M; including module N in M does not affect C. What gives?
github and gemcutter.
Nov
1
comment Ruby: class C includes module M; including module N in M does not affect C. What gives?
@bob I think I got it now. The list is the same plus Narf.
Oct
31
comment Ruby: class C includes module M; including module N in M does not affect C. What gives?
@bob I'm not sure I understand what you're asking.
Oct
31
awarded  Nice Question
Oct
31
comment Ruby: class C includes module M; including module N in M does not affect C. What gives?
cf. sepp2k comment on jonathan's answer.
Oct
31
comment Ruby: class C includes module M; including module N in M does not affect C. What gives?
And looks like you introduced a new misinformation in the last sentence: if you add new methods to a module, the method lookup will work fine on the mixing classes. What you can't do is add new modules to a module and expect its methods to show up on the mixing classes.
Oct
31
comment Ruby: class C includes module M; including module N in M does not affect C. What gives?
A bit less generic, too.
Oct
31
comment Ruby: class C includes module M; including module N in M does not affect C. What gives?
Yeah, I went with option b. Posted my answer.
Oct
31
comment Ruby: class C includes module M; including module N in M does not affect C. What gives?
The fact that ruby is interpreted has little to do with the observed behavior. It's just a matter of how method lookup and the ancestor chain are implemented. Which is seems to be an acceptable compromise for performance.
Oct
31
comment Ruby: class C includes module M; including module N in M does not affect C. What gives?
I'm surprised by the quantity of good answers that were written while I copy-reviewed my pre-written one.
Oct
31
answered Ruby: class C includes module M; including module N in M does not affect C. What gives?
Oct
31
asked Ruby: class C includes module M; including module N in M does not affect C. What gives?
Oct
18
awarded  Popular Question
Oct
16
accepted Real-time history export amongst bash terminal windows
Sep
29
revised How to disable Snow Leopard’s Terminal annoying dialog before opening ssh:// links?
edited tags; edited title
Sep
17
awarded  Yearling
Sep
10
comment Rails: do we have anything built-in to output a ruby array as arguments to a javascript function call?
You know, that counts as an answer, one you could get upvotes for. I like apply, but I don't remember if there's cretaceous browser support for it.
Sep
10
asked Rails: do we have anything built-in to output a ruby array as arguments to a javascript function call?
Sep
9
awarded  Popular Question
Sep
8
comment On a Mac, within the shell, how can I tell that I have a GUI?
as for grepping for the WindowServer, well, I'm trying to find a problem with it, but I guess if you know you're local, then you're good.
Sep
8
comment On a Mac, within the shell, how can I tell that I have a GUI?
can you assume that you're local just because you're not SSH-ed? (I guess telnet and all that)
Sep
8
comment On a Mac, within the shell, how can I tell that I have a GUI?
mate -w actually works (or so I remember), but you can symlink mate as mate_wait and when called as such it'll assume -w
Sep
8
revised On a Mac, within the shell, how can I tell that I have a GUI?
added 7 characters in body
Sep
8
asked On a Mac, within the shell, how can I tell that I have a GUI?
Sep
3
accepted mod_rewrite: replace underscores with dashes