Viewing profile — revoltingx
revoltingx
HN member- Joined
- Mon, Dec 07, 2009, 7:15 PM UTC
- HN karma
- 33
- Public activity
- 109 items
- HN profile
- View on Hacker News ↗
About revoltingx
Recent public activity
-
comment
Comment #13640281
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.
-
comment
Comment #13554917
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.
-
comment
Comment #13554887
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.
-
comment
Comment #13120459
Sounds awesome, and something I'll be looking into in the near future. Wonder if it can run Elixir apps.
-
comment
Comment #12877924
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 cul…
-
comment
Comment #5241853
Fucking classic, i learned to program using these documents: https://github.com/therevoltingx/rootscan
-
comment
Comment #5231092
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 th…
-
comment
Comment #5148386
I work @ PaeDae and created this on my spare time: http://developingthedream.blogspot.com Good to see our competing devs from a different aspect.
-
comment
Comment #5076341
I think you need you consult your dictionary.
-
comment
Comment #5076337
Wall Street would disagree. You should look outside your bubble.
-
comment
Comment #5055251
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
-
comment
Comment #4940234
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 n…
-
comment
Comment #4450942
Hours to setup a SQL DB? If it takes you hours, you're probably not a good developer.
-
comment
Comment #4413750
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 …
-
comment
Comment #2323988
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.
-
comment
Comment #2303666
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 …
-
comment
Comment #2303481
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 …
-
comment
Comment #2272873
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 dat…
-
comment
Comment #2168222
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 prop…
-
comment
Comment #2141591
I built a realtime 2D MMO for Android and still got rejected by Google.
-
comment
Comment #2137966
i think you are confused as to what real-time and order means.
-
comment
Comment #2115103
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 noti…
-
comment
Comment #2107987
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 fro…
-
comment
Comment #2084548
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), et…
-
comment
Comment #2039702
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…