Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JustAGeek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
How Yahoo increased their ad targeting performance
(glinden.blogspot.com)
2 points
by
JustAGeek
15y ago
|
0 comments
2.
▲
by
JustAGeek
15y ago
Thanks for this post, it's all too easy to forget all this in your daily routine. If the OP reads this, if you work at a company where much of this isn't possible, why not move on?
3.
▲
The MAO Model: Research for Behavior Change
(slideshare.net)
1 points
by
JustAGeek
15y ago
|
0 comments
4.
▲
The Case for Tinkering
(alexbolboaca.ro)
22 points
by
JustAGeek
15y ago
|
2 comments
5.
▲
by
JustAGeek
15y ago
While the participants are encouraged to use TDD, this is no strict rule. The goal is to write the best, cleanest code you possibly can. What I've found the most value in, is that you get to pair with 6-7 different programmers you've probab
6.
▲
by
JustAGeek
15y ago
Thank you very much for linking to this email, some great pieces of advice in it!
7.
▲
Learning Ruby: Gotchas and Pitfalls for PHP Programmers
(lars-tesmer.com)
1 points
by
JustAGeek
15y ago
|
0 comments
8.
▲
by
JustAGeek
15y ago
To answer to the question in the title of this submission: You should not. As soon as a feature has got released to all users of a software, you won't be able to disable it without some users becoming really dissatisfied. The solution is no
9.
▲
Book Review: Eloquent Ruby by Russ Olsen
(lars-tesmer.com)
1 points
by
JustAGeek
15y ago
|
0 comments
10.
▲
by
JustAGeek
15y ago
Yes, it does, why shouldn't it? 1. Edit some files 2. start git gui and commit 3. repeat 1+2 as many times as you want 4. git svn dcommit 5. all local commits will now be committed to the SVN repo
11.
▲
by
JustAGeek
15y ago
Well, actually git-svn is really useful when you work in an environment where SVN is used as VCS. I've been doing this for almost three years now and haven't had any major problems yet. Except for: Merging. Since SVN 1.5 (or so) merging in
12.
▲
by
JustAGeek
15y ago
On peepcode.com you can find several screencasts where you can watch experienced developers working on a mini-project while thinking out loud The series is called "Play by play". Here's the one with Zed Shaw: http://peepcode.com/products/p
13.
▲
by
JustAGeek
15y ago
I was about to suggest that book, too. Also, check out this blog post: http://agilitrix.com/2011/03/how-to-make-your-culture-work/ which outlines some of the ideas presented in the book "The Reengineering Alternative: A plan for making yo
14.
▲
by
JustAGeek
15y ago
Well, that's what TubeStop is for: https://addons.mozilla.org/en-US/firefox/addon/tubestop/ I'm not the guy you replied to but I didn't know what to expect when I followed the link, I had no idea what "Nyan Cat" even means. But it's on Ha
15.
▲
by
JustAGeek
15y ago
A friend of mine ran into the situation of having to implement the same business logic in both Javascript and Ruby. He wondered how to get around this and his solution is IncludeJS which allows to write the business logic in Javascript and
16.
▲
IncludeJS - Use CommonJS modules inside Ruby/Rails
(github.com)
2 points
by
JustAGeek
15y ago
|
1 comments
17.
▲
by
JustAGeek
15y ago
Nice! By they way, the hints, tips, tricks and plugins in that article can be applied to using Vim with other languages as well. Didn't know about Gundo or minibufexpl, for example.
18.
▲
by
JustAGeek
16y ago
I don't know if it's decent, I'm a Linux user but there's TortoiseGit: http://code.google.com/p/tortoisegit/ Current version is 1.6.3.0, so looks like it's considered stable enough to be beyond the 0.x-stage... ;)
19.
▲
by
JustAGeek
16y ago
Yes, JS was disabled. With JS enabled there's no blank page. :)
20.
▲
by
JustAGeek
16y ago
When I try to subscribe with my email, I get to this page here: http://skillsapp.com/subscribe/ which is blank, you might want to look into that. :) Happening with FF 3.6.12 and Ubuntu.
21.
▲
by
JustAGeek
16y ago
Just chiming in to say that the website for knockoutjs is extremely well done, congrats! Example right on the homepage, clear communication what it does, great list of examples on the other pages - way to go! :)
22.
▲
by
JustAGeek
16y ago
You can config Git so that it always uses rebase when pulling: git config branch.autosetuprebase always To override this simply use --no-rebase.
23.
▲
by
JustAGeek
16y ago
I agree that most of the slides would require further explanation but I still found a bunch of commands I've never heard of and actually could make use of, eg git bundle and git rerere. So it's not totally worthless.
24.
▲
by
JustAGeek
16y ago
Could you please elaborate on that? What basic things did you have problems with?
25.
▲
by
JustAGeek
16y ago
Which issues did you have exactly? I'm asking because my team members want to switch to Git after having to suffer through my praising git for long enough and I'd like to know which traps to avoid. My personal switch from SVN to Git was rat
26.
▲
by
JustAGeek
16y ago
You can find some of the tips here: http://mislav.uniqpath.com/2010/07/git-tips
27.
▲
by
JustAGeek
16y ago
Ah, didn't know that, thanks. In fact, I haven't even known the 24 days before I looked it up in Wikipedia... :D
28.
▲
by
JustAGeek
16y ago
I'm a bit late to the party but whatever, just wanted to let you know that us Germans don't have 6 weeks federally mandated vacations, it's 24 days: http://de.wikipedia.org/wiki/Bundesurlaubsgesetz#Gesetzliche... That's the minimum, most
29.
▲
by
JustAGeek
16y ago
The author mentions that code becomes wrapped in a bad way, can anyone confirm that? I'm tend to read more tech books than other genres, so if code becomes hard to read, then the Kindle would not be for me...
30.
▲
by
JustAGeek
16y ago
The title of this blog is quite unfortunate imho, it really is an article describing how NOT to switch to VIM and how the author eventually managed to come up with a good way of switching. Good (and as so often, kinda obvious ;) advice.
More ›