rinrae | 10 years ago | on: Using a Neural Network to Train a Ruby Twitter Bot [video]
rinrae's comments
rinrae | 13 years ago | on: CSS-driven scrolling for a better marquee
rinrae | 13 years ago | on: Ruby-jokes/job_interview
+1.
Also, I'm happy to be working in an industry where you can get a job without these kind of job interviews.
rinrae | 13 years ago | on: Ask HN:I'm taking course at codeacademy but..
> Am I being impatient? There's a pretty long time span between soon and ever :).
You'll need a lot of practice, (unfortunately) there are no tools to speed that up. Practice and enjoy the process.
rinrae | 13 years ago | on: Moving from Trello to Blimp
rinrae | 13 years ago | on: Show HN: iOS App that saves videos for offline viewing (Super Bowl Ads Demo)
just sayin'.
rinrae | 13 years ago | on: Play Dune 2 in your browser
rinrae | 13 years ago | on: Can anyone learn to code?
your question suggests that somebody who can learn to code can be a programmer; I don't think that's the case.
rinrae | 13 years ago | on: Can anyone learn to code?
I'm asking because I don't believe in talent, I believe in practice (and everything you need to practice a lot – stuff like dedication and perseverance).
That being said, sometimes I'd love to believe in that concept called "talent", because "I've got no talent for music" would be such a comfortable excuse.
rinrae | 13 years ago | on: How to fold a a Julia fractal (MathBox)
rinrae | 13 years ago | on: Javascript in University
I have to admit I stopped complaining about it pretty soon, I got sort of used to not learning anything useful regarding to web development in university. shrugs
rinrae | 13 years ago | on: 3D CSS Hartwig chess (Photon.js in the wild)
rinrae | 13 years ago | on: Help us to unfuck online publishing
rinrae | 13 years ago | on: Help us to unfuck online publishing
rinrae | 14 years ago | on: Body Hacking: Thoughts Regarding My Magnet Implant
hope to meet more ppl with magnets soon – if you ever happen to be in Germany, drop me a line :).
rinrae | 14 years ago | on: Body Hacking: Thoughts Regarding My Magnet Implant
I was kinda surprised the most frequently asked question when ppl heard about it – and the one that came pretty unexpected for me – was "why?!".
thanks for the article!
rinrae | 14 years ago | on: 10 Things to do in a World Without the Internet: A Guide for Internet Companies
rinrae | 14 years ago | on: Ask HN: Is there a need for a bug tracker for freelancers?
Next time I meet somebody who's unhappy with their bug tracker, I'll ask if customizing it would be an option for them.
rinrae | 14 years ago | on: Ask HN: Do you use print() debugging?
(ruby-debug, for example, doesn't feel like a big, heavyweight sledgehammer, so you might just wanna try it out.)
for me, it depends on the complexity of the problem.
when there's something wrong and I have absolutely no idea where to start (which is a bad sign anyway :) ), using the debugger is easier than scattering print statements all over my code. but when one print() will probably tell me what the problem is, I don't bother using the debugger.
(… and thanks for reminding me to learn how to use ruby-debug.)
rinrae | 14 years ago | on: Ask HN: Is there a need for a bug tracker for freelancers?
I'd say: You know very well what you need, so go ahead and create something that fits your needs. You'll end up with a solution for yourself, and I'm pretty sure there are people out there for whom this solution fits too. (Unless, of course, this is primarily about creating and selling a product.)
By the way, despite there being PLENTY of bug trackers out there, most of the people I talk to are not satisfied with the bug tracker they use.
Hint: Giving an ill-prepared talk is even worse than listening to one :).