No, it's further separating people. As a conservative Trump supports in Los Angeles I'd hope they give this kind of marketing to meetups for Trump supporters.
Why would he resign from YC just because he's not participating in this one project? He's highly successful and his book Zero to One is pretty good.
Why? Seems unfair to ban someone over their political views. Specially when they're from the winning party. He was right to bet on Trump, if anything I'd want him closer.
Sounds awesome, and something I'll be looking into in the near future. Wonder if it can run Elixir apps.
Do you not like it because it goes against the escape-goat excuse of racism? Tech, like a sport, is about how TALENTED you are above all. I'm a Hispanic engineer and this blame culture is precisely why there's not more…
Fucking classic, i learned to program using these documents: https://github.com/therevoltingx/rootscan
Why not just use something like AWS to have an image that's a snapshot of a development machine? When a new hire arrives, simply clone and launch the instance and use github and the migrations to bring it up to the…
I work @ PaeDae and created this on my spare time: http://developingthedream.blogspot.com Good to see our competing devs from a different aspect.
I think you need you consult your dictionary.
Wall Street would disagree. You should look outside your bubble.
Good luck, I created a 2D MMORPG for browers and mobile devices. I used Erlang though, wouldn't touch Node with a 10 foot pole. http://developingthedream.blogspot.com
I fail to understand this as well. You've been blessed with skills that are in demand. You live in one of the best cities in the world, and you're young. You need to go live as a native in a 3rd world country to give…
Hours to setup a SQL DB? If it takes you hours, you're probably not a good developer.
This is precisely why I like HN so much more than reddit. The least HN tries to be like reddit, the better. We don't need to sift through tons of masturbatory content. I'm looking at you /r/atheism.
I like to preach Erlang by showing how quickly I built my mmorpg for Android. More people should really be using it, it's awesome. True it's not perfect, but it's damn good.
That's silly, good and popular games rise to the top despite the platform or competition. Angry Birds, Minecraft, etc. were all released in saturated markets yet they still became super popular.
You're kidding right? KnightsRush or Battleheart are simple rpgs NOT MMORPGS which are much harder to create and offer way more playing time. Along with the element of interacting with other players. It is those games…
I made a 2D mmo for Android using Erlang. Dev blog: http://developingthedream.blogspot.com/ Website: http://solrpg.com Admittedly though, I used mnesia and ets for shared state data.
I really don't understand what the issue is. Beside implementing things like server-side and client-side validation will be a tad repetitive all the other issues are solved by proper OO design. I built a service which…
I built a realtime 2D MMO for Android and still got rejected by Google.
i think you are confused as to what real-time and order means.
That doesn't make sense to me. Either something is equal, or it is different. Not to say one is better than the other, but the mere fact that there is a difference defeats the notion that there is equality.
People who complain about its syntax, I suspect are simply too set in their own ways to change. There is nothing about the Erlang syntax that is odd or foreign. Unless you come from another language, if you pick up…
Great series of articles by Valve. This really helped me out when I was programming a 2d MMO for Android. Specially the part of interpolation, prediction (i use dead reckoning), etc. The same problems developers were…
I've been using Erlang to program a 2D MMORPG. (http://developingthedream.blogspot.com/) I built it as an exercise to learn Erlang. I'm mainly a Perl programmer, and use a lot of C++ and Java (for Android) but the…
No, it's further separating people. As a conservative Trump supports in Los Angeles I'd hope they give this kind of marketing to meetups for Trump supporters.
Why would he resign from YC just because he's not participating in this one project? He's highly successful and his book Zero to One is pretty good.
Why? Seems unfair to ban someone over their political views. Specially when they're from the winning party. He was right to bet on Trump, if anything I'd want him closer.
Sounds awesome, and something I'll be looking into in the near future. Wonder if it can run Elixir apps.
Do you not like it because it goes against the escape-goat excuse of racism? Tech, like a sport, is about how TALENTED you are above all. I'm a Hispanic engineer and this blame culture is precisely why there's not more…
Fucking classic, i learned to program using these documents: https://github.com/therevoltingx/rootscan
Why not just use something like AWS to have an image that's a snapshot of a development machine? When a new hire arrives, simply clone and launch the instance and use github and the migrations to bring it up to the…
I work @ PaeDae and created this on my spare time: http://developingthedream.blogspot.com Good to see our competing devs from a different aspect.
I think you need you consult your dictionary.
Wall Street would disagree. You should look outside your bubble.
Good luck, I created a 2D MMORPG for browers and mobile devices. I used Erlang though, wouldn't touch Node with a 10 foot pole. http://developingthedream.blogspot.com
I fail to understand this as well. You've been blessed with skills that are in demand. You live in one of the best cities in the world, and you're young. You need to go live as a native in a 3rd world country to give…
Hours to setup a SQL DB? If it takes you hours, you're probably not a good developer.
This is precisely why I like HN so much more than reddit. The least HN tries to be like reddit, the better. We don't need to sift through tons of masturbatory content. I'm looking at you /r/atheism.
I like to preach Erlang by showing how quickly I built my mmorpg for Android. More people should really be using it, it's awesome. True it's not perfect, but it's damn good.
That's silly, good and popular games rise to the top despite the platform or competition. Angry Birds, Minecraft, etc. were all released in saturated markets yet they still became super popular.
You're kidding right? KnightsRush or Battleheart are simple rpgs NOT MMORPGS which are much harder to create and offer way more playing time. Along with the element of interacting with other players. It is those games…
I made a 2D mmo for Android using Erlang. Dev blog: http://developingthedream.blogspot.com/ Website: http://solrpg.com Admittedly though, I used mnesia and ets for shared state data.
I really don't understand what the issue is. Beside implementing things like server-side and client-side validation will be a tad repetitive all the other issues are solved by proper OO design. I built a service which…
I built a realtime 2D MMO for Android and still got rejected by Google.
i think you are confused as to what real-time and order means.
That doesn't make sense to me. Either something is equal, or it is different. Not to say one is better than the other, but the mere fact that there is a difference defeats the notion that there is equality.
People who complain about its syntax, I suspect are simply too set in their own ways to change. There is nothing about the Erlang syntax that is odd or foreign. Unless you come from another language, if you pick up…
Great series of articles by Valve. This really helped me out when I was programming a 2d MMO for Android. Specially the part of interpolation, prediction (i use dead reckoning), etc. The same problems developers were…
I've been using Erlang to program a 2D MMORPG. (http://developingthedream.blogspot.com/) I built it as an exercise to learn Erlang. I'm mainly a Perl programmer, and use a lot of C++ and Java (for Android) but the…