Hacker Newsnew | past | comments | ask | show | jobs | submit | benregn's commentslogin

Would love to hear your thoughts on Netrunner: Android! Been thinking about getting into it but a bit unsure if it's something my significant other can get into as well.


It's a really cool game with some really interesting mechanics. What other games does your SO enjoy? Feel free to email jack {at} jackmcdade.com.


Are there any product tour libraries that can detect interaction with the application being presented?


Heh, it is a bit. The reason is probably the uncanny valley effect[1].

[1]: http://en.wikipedia.org/wiki/Uncanny_valley


Maybe this is a nitpick but I'd revise the opening sentance: "There is no better way to learn something than to watch someone else do it".

I think we can all agree that when it comes to programming the _best_ way to learn it is to actually program.


Hi! This is the author. I was pretty sure that someone would point this out and I completely agree.

But, even Programming has to be taught. Among the many ways to learn programming, I think the best approach is to demonstrate how a good progammer programs and explain the thought process.


I gotta say, this looks like it was copied from tutsplus. But hey, if it helps people, who cares. I don't.


I would like to clarify that I was working on this, on and off, since last year (yes, it takes quite a bit of effort to create video tutorials). I read the tutsplus course page and it seems it is a course for teaching Django to beginners. It seems our approaches are different too.


Anyone have a reference to the Tutsplus tutorial? Curious to see how that differs from this one.


yeah is copied from tutsplus :-/ the only difference being its distributed for free


Rubs me the wrong way where people don't give the necessary credit.


I agree with you on that. I didn't mean to say that the idea or the video wasn't good.


When you say programming has to be taught, do you include being self taught?


Definitely agree with this. I learnt to program with a lot of trial and error.. no screencasts or online workshops.

Also - I haven't actually watched the screencast, but looking at the text the virtualenv setup seems very wrong.


Embarrassingly enough, I learnt to program in Game Maker when I was pretty young. I still remember the day when it clicked what variables were :P


Game Maker is fun, I still play around with it now and then.


I still consider Game Maker to have the best standard library for actually making 2D games of any engine I've encountered.


It is really quite good at what it does, and it's an easy way of building quick and dirty .exes too.

I do wish knowing GML was good for something somewhere else though. Or that it used another language like Python for its scripting.


Nothing would make me happier than being able to use Python with Game Maker's functionality.


Don't be embarrassed. You've got to start somewhere.


I would agree that the best way to learn programming is to program, not just following along, but find a real problem and try to solve it, but then again, I know a lot of people who kept getting stuck because of the fear of "doing it wrong". So, yeah, watching other people do it has its merits as well.


It helps a lot if we watch some videos before actually program in a new language. It is also faster way to learn than reading a book, although reference books can be invaluable. I practically learned ActionScript by watching a screencast.


I know many people enjoy screencasts, but they are just not for me.

I can't copy-paste code from a video.

Searching is orders of magnitude slower than just pressing "Page Up"/"Page Down". This is particularly important when I just want to take a glance and figure out if the text/video is of any interest.

I have to adapt myself to the speed of the video, and maybe most importantly, I have to swallow all the non-relevant parts (such as moving windows, launching commands, typing, etc.).

It takes me so much more effort (and patience) to watch a video instead of reading an equivalent text, that I almost never do so (khan academy being the exception).


Different strokes, I personally get pretty bored by watching people enter code and manipulate their windows, I read a lot faster than that and don't get distracted by all the non-code parts. Never mind different setups. I also much rather read a blog article than watch a long-winded podcast.

As Sartre said, Hell is watching other people use a computer.


A DigitalOcian.com provider already in the works by johnbender[1].

[1] https://github.com/johnbender/vagrant-digitalocean


I've tried several times now and I'm still getting "Manifest file is invalid".


Nice app! If you are going to keep the ads (I'd rather pay something like $1), please show them on the frontpage compared to when I'm reading the article. Also it would be nice if it would not reload the frontpage every time I come back from reading an article.


You can remove the ads with an in-app purchase (although it looks like that part is crashing for some people) because I didn't want to have a Free/Pro app. Thanks for the feedback though!


Think about what kind of games you like to play, choose one of them and try to simplify it down to the bare minimum, no fluff. Then start making the most basic feature and continue from there.



exists in DNS as xn--ebkur-tra.is


I'm a relatively new Mac user and never used MacPorts. When I search brew I get these results:

$ brew search gcc

apple-gcc42 gcc

homebrew/versions/gcc45 homebrew/versions/llvm-gcc28

I'm a bit confused since I thought that these are gcc. Can someone tell me what those results mean? :S


This is the way to go:

    $ brew tap homebrew/dupes
    $ brew install gcc --enable-all-languages
To use your new gcc-4.7.2 when installing new packages just add '--use-gcc' at the end of the command.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: