Viewing profile — Pedrom
Pedrom
HN member- Joined
- Fri, Dec 02, 2011, 1:55 PM UTC
- HN karma
- 2
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About Pedrom
Recent public activity
-
comment
Comment #4008248
Sorry in advance for this but... Is there chance that this could be a hoax? It's not that it couldn't happen but I couldn't find the obituary or any other reference to this other t…
-
comment
Comment #3533170
Funny... but perl or python are not the only ones to make one-line print statements and about Lisp... what about (display "Hello world") or just "Hello World" ? :)
-
comment
Comment #3419370
>"Free customers are higher maintenance than paying customers." I would like to share my small experience with the freemium model. I have with a friend an online dominoes game wher…
-
comment
Comment #3412631
Well in the case of the game we were working on there was no choice other than fork our codebase. No considering the controllers (which is different enough from the consoles) the f…
-
comment
Comment #3412478
Happy New Year from Toronto too! :)
-
comment
Comment #3407633
Yeah but we are talking here about massive multi-platform games and Infinity Blade was specially tailored for IOS. In practice, to use Unreal in a game that would run on consoles a…
-
comment
Comment #3406572
>That even include "to be accepted at school", mind you. (just like you didn't have to smoke back in the days, but also you were gay if you did not, no matter how wrong that reason…
-
comment
Comment #3405907
Sorry but I still don't understand why deleting that picture is such big deal? Google has the right to build their community with the rules that they want and the people eager to a…
-
comment
Comment #3403611
>The only platform you would need to re-implement for would be iOS but your going to hit that problem whatever you do (not sure what it's JS support is like though). That is not th…
-
comment
Comment #3403594
That is in theory.... In practice If you have a game that look pretty well on consoles you would have big challanges for mobile devices, and just reducing quality on art assets mig…
-
comment
Comment #3403585
Yeah... But even with Mono you have to use the proper classes for display, so it's not completely code once play anywhere.
-
comment
Comment #3399665
I am completely agree with billybob here. After all that's why Hacker News community is so different to Reddit, because the rules of each community right?
- story
-
comment
Comment #3377651
PHP is not strongly typed as C# so it doesn't need generics or templates or better said it wouldn't make much difference on performance unless it would be compiled (which is not th…
-
comment
Comment #3377608
Thanks for the link... it was very informative! However, Xerox PARC did progress with the research: "Engelbart slipped into relative obscurity after 1976. Several of Engelbart's re…
-
comment
Comment #3377521
Guessing from that data might still be using machine learning (e.g Collaborative filtering). I guess you meant it is not computer vision related. At this point I don't think it mat…
-
comment
Comment #3362423
I would prefer a standard byte-code VM inside of every browser so we could just make compilers targeting that VM. Then anyone could choose their preferred language :)
-
comment
Comment #3360772
Yeah it got into reddit at least: http://www.reddit.com/r/gaming/comments/nf659/how_super_mari... I always find this sort of DoS attack interesting. What would be the best way for …
-
comment
Comment #3360737
HN effect? probably this news got into reddit and slashdot too.
-
comment
Comment #3357173
It's interesting the different trends among browser versions. For Chrome when a new version comes out the previous one die almost immediately but IE users tend to keep their versio…
-
comment
Comment #3329941
> There is probably a reason why most TVs come in black - it makes the colors and the picture to stand out more. Not all flat monitors come in black thought. I actually I prefer th…
-
comment
Comment #3326316
Totally true... took me about that amount of time with the help of google :) James you did well not telling the name, it's good to see that there are still a bunch of people out th…
-
comment
Comment #3325173
Not sure about pair programming... I got incredible bored when I had to share the keyboard. The time I did that I felt like we were taking turns to be slackers :S EDIT: Adding a li…
-
comment
Comment #3324323
>Don't waste your time reading books I strongly disagree. A lot of algorithms have to be introduced in order to be properly learnt. For instance, I don't think you would understand…
-
comment
Comment #3323978
> SICP is dated and doesn't really match what modern languages can do. I always think SICP as math applied to CS and math never gets old :) I am reading it after 9 years as a profe…