Live data from Hacker News

Viewing profile — idProQuo

idProQuo

HN member
Joined
Tue, Aug 27, 2013, 5:16 PM UTC
HN karma
186
Public activity
97 items

About idProQuo

No profile information was provided.

Recent public activity

  1. comment
    Comment #7281232

    That's the version from 20 years ago. Those people have grown up and become school administrators, so it doesn't work as well anymore. The new plan is to release pigs numbered 1,2,…

  2. comment
    Comment #7267869

    This is why the desire for Strong AI boggles my mind. In order for a computer to operate at a "human" level, it would need to make decisions based on things like ambition and fear …

  3. comment
    Comment #7250686

    > But does altering a game so that a child doesn't have to see the optimal moves from someone else do anything positive for anyone playing the game? It didn't, it was a bandage to …

  4. comment
    Comment #7250383

    Speaking as someone who was bad at monopoly as a kid, those cash injections helped make the game feel more "fair". The vanilla rules make it really hard for a newbie to win against…

  5. comment
    Comment #7210972

    I've never heard anybody mention Angular and Web Components as solving the same problem. I'm pretty fuzzy on front end MVC stuff in general, but I know almost nothing about Web Com…

  6. comment
    Comment #7209145

    > And, as Knuth puts it, "when you say it correctly to your computer, the terminal may become slightly moist". (Like the "ch" in "loch".) I understand that LaTeX is a pre-internet …

  7. comment
    Comment #7209097

    Hacking scoreboards is pretty easy for people who are skilled at reverse engineering. Once one of these people figures out how to do it (usually by mocking up the high score messag…

  8. comment
    Comment #7208572

    While I definitely think everyone should learn C in college, I don't think it should be a first language. I'm currently teaching it in high school, and the amount of pain that goes…

  9. comment
    Comment #7208496

    Just from this comment, it seems like you guys have a pretty interesting problem domain. I'm going to take a look at the VLC repo and see if there's anything I can contribute, than…

  10. comment
    Comment #7206271

    It's a fun idea, but why is it $20/month? I feel like I could throw this together for free. Am I missing something?

  11. comment
    Comment #7195050

    Jinja2, ERB, Haml, Jade, etc. Any system where the thing you're editing could not be immediately served as an HTML file.

  12. comment
    Comment #7188081

    While I'm sure this does indicate that the Rust guys are pretty industrious, I feel like judging a project by how many issues it's closed is like judging it by how many lines of co…

  13. comment
    Comment #7181461

    Given the timeframe I'd call it the video game equivalent of Jay Electronica's album Act II.

  14. comment
    Comment #7128365

    I don't really see the problem with this. A lot of the languages you mention have been slowly and sustainably building support, even when they aren't on the front page of HN.

  15. comment
    Comment #7115004

    Any idea if there's a plugin for evaling pre-processed languages like Haml, Sass or CoffeeScript? And is there a good place to find a list of plugins? I've tried googling for them …

  16. comment
    Comment #7114063

    I played Man vs Penguins and thought "Ha, nice, a super mario clone. They're practicing JS skills and the music is fun." Then I played Fill the Holes. Man. The mechanics and puzzle…

  17. comment
    Comment #7114010

    I thought the same for a moment, until I realized I was basically watching a kids show. The colors, the enthusiasm, the fast cuts, this video was made by someone who knows how to g…

  18. comment
    Comment #7113763

    While I don't need videos in order to learn, I find that seeing concepts represented visually while hearing them described by someone often works better than simply reading them. I…

  19. comment
    Comment #7113505

    Having finally finished my first read of LYAH (It took me months of reading, practicing and taking breaks to let it all sink in), I can only see one way to improve upon it: Make a …

  20. comment
    Comment #7108023

    The issue I have with the hypothetical is: how would they know about the phone calls without a wiretap? If there was no other reason to suspect the guy, they'd have no basis for pr…

  21. comment
    Comment #7087628

    While Thailand's family planning initiatives may have been inspired by similar programs in other countries, the people who spearheaded the movement were Thai. I don't normally like…

  22. comment
    Comment #7036168

    For anyone who's into this kind of stuff, the International Dialects of English Archive[1] is an awesome resource. I've used it a lot to practice accents for acting roles. [1] http…

  23. comment
    Comment #7029808

    TL;DR - It's an IDE with support for live coding. It's built with ClojureScript and has a number of unusual good properties. However, you really need to see the video to understand…

  24. comment
    Comment #7029781

    This was my biggest issue getting started as well. The new tutorial and documentation is awesome, thanks!

  25. comment
    Comment #7029720

    >Since when FP is high performance and better concurrency support? Lately I've been going back and forth between taking Udacity's Intro to Parallel Programming course (using CUDA, …