Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bb0wn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bb0wn
3y ago
Looking forward to trying this
2.
▲
by
bb0wn
10y ago
Very exciting -- a new major version of Jenkins has been a long time coming. > "Jenkins 2.0 is a drop-in replacement of the Jenkins 1.x series of releases and fully backward compatible. There is practically no reason not to upgrade
3.
▲
by
bb0wn
11y ago
I feel like Gary Bernhardt gets live coding demos right, both with his DAS casts, and his conference talks. https://www.destroyallsoftware.com/screencasts
4.
▲
by
bb0wn
11y ago
This would more aptly be titled 'Software Engineering Courses That Don't Exist, but Should.'
5.
▲
by
bb0wn
11y ago
And this is one of the many reasons why I've not used paid IDEs. I feel bad for everyone over a barrel with JetBrains because they've dedicated so much of their time developing in their lovely IDEs (many of my co-workers use their
6.
▲
by
bb0wn
11y ago
I think he's preempting the Windows lock-in argument -- lots of people (including myself) are afraid to start projects using the MS tech stack because it's not portable and doesn't play well with non-MS tech stacks. Mono is a
7.
▲
by
bb0wn
11y ago
Came here to say just that. Apple seems to be trying to make the case that users don't necessarily need to get in bed with creepy, data-mining-for-profit platforms to receive good service. Whether that's really true, or just good
8.
▲
by
bb0wn
12y ago
Just bought my first new car in November. I tried really hard to get a used car, but honestly, it just didn't make any sense -- the cost of financing was much higher, and the cost of the vehicle itself was nearly as much as a brand new
9.
▲
by
bb0wn
12y ago
I haven't read the linked book, so I can't comment on which is a better introduction. I will say that having read the Tannenbaum book, it is a very thorough, bottom-up survey, and you will certainly know quite a lot about computer
10.
▲
by
bb0wn
12y ago
Computer Networks by Andrew Tannenbaum is also a great introductory text. http://cse.hcmut.edu.vn/~minhnguyen/NET/Computer%20Networks%...
11.
▲
by
bb0wn
12y ago
The best thing about jQuery is that it abstracts away most of the browser-specific quirkiness for you. Using jQuery for that feature alone makes it worth using.
12.
▲
by
bb0wn
12y ago
I'm not glad that others don't have it -- I'm just glad that it's non-trivial because it means that learning it is an accomplishment worthy of taking pride in. As far as it being a barrier to entry is concerned, I think
13.
▲
by
bb0wn
12y ago
There is no 'overcoming' of command-line bullshittery -- it's a barrier to entry and computer professionals should be glad that it's non-trivial to become productive with your environment -- the time that you put into b
14.
▲
by
bb0wn
13y ago
I'm pretty sure that that is a sarcastic comment...
15.
▲
by
bb0wn
13y ago
Thanks for posting this Alex. I really love hearing the others' tales of code enlightenment, and with yours being very similar to my own story, it's especially nice.
16.
▲
by
bb0wn
13y ago
I found the git book to be more than adequate enough for explaining the structures and practice patterns of git. http://git-scm.com/book
17.
▲
by
bb0wn
13y ago
What exactly is the target audience for Django? I actually love using Python and the Python design philosophy. If I'm not part of the target audience for Django, who is?
18.
▲
by
bb0wn
13y ago
Finally, but too little too late in my opinion. I love python, but I would rather use Rails for web stuff at this point. So many 3rd party libraries are needed to do what Rails can do right out of the box.
19.
▲
by
bb0wn
13y ago
Thanks for the cast. Often wondered what the purpose of a static method was in Python...
20.
▲
by
bb0wn
13y ago
Also, pretty sure this has been posted before, but http://web.archive.org/web/20070814184957/http://www.moolena... is a great collection of tips for making vim pay dividends.
21.
▲
by
bb0wn
13y ago
Extra keystrokes add up over time. I wonder how much time I've saved implementing * and # into my movements. Considering that I was either C-f or C-b -ing (or in my earlier days, j and k -ing) through my files, probably a shitload.
22.
▲
by
bb0wn
13y ago
I think you hit the nail right on the head here. It can be detrimental to try and learn vim (or emacs, for that matter) while trying to get stuff done, but it is necessary to immerse yourself, as it were. For those who don't use vim, switch