Live data from Hacker News

Viewing profile — eworoshow

eworoshow

HN member
Joined
Wed, Feb 27, 2008, 7:28 PM UTC
HN karma
124
Public activity
32 items

About eworoshow

For the curious: http://ericw.ca/. It says more about me than you'll likely care to know. That, and it's sure to be updated more often than my HN profile box!

Recent public activity

  1. comment
    Comment #7045303

    My version: http://www.gamegardens.com/gardens/view_game.wm?gameid=68 And the source: http://hg.ericw.ca/high-king Building this game (back in 2007!) landed me my first job in the …

  2. story
  3. comment
    Comment #1070308

    $89/month is in New York. $15/week is in Boston.

  4. story
  5. comment
    Comment #954919

    Any specific recommendations from that set? I was looking at Qemu earlier but I'm curious to hear from HN folks who have had experience with these emulators.

  6. comment
    Comment #954903

    I became interested in ARM assembly after reading the x86 assembly Forth tutorial that was recently posted on HN. Lacking an ARM processor, though, I'm wondering what emulation opt…

  7. story
    Ask HN: Advice for a first-time interviewer

    Tomorrow I'm scheduled to interview someone for a developer job. I'm a programmer working on GPU computing and the candidate would fill a similar role. Being a recent graduate, tho…

  8. comment
    Comment #916060

    Worked well for me recently when Linode crashed and burned, it let me know almost right away.

  9. comment
    Comment #793999

    With ViEmu it's my favourite environment in which to write and, more importantly, debug code.

  10. comment
    Comment #793995

    Twestival posted a response: http://sanfrancisco.twestival.com/2009/08/29/our-side-smiles...

  11. comment
    Comment #792346

    A minor point, but C# will generate simple getters and setters for you automatically with syntax like "type Property { get; private set; }". As soon as you want to do anything inte…

  12. comment
    Comment #792290

    Khronos is working on C++ bindings. But having the core API in pure C should make adding bindings to other languages a (relatively) easy thing to do.

  13. comment
    Comment #559904

    Nginx also supports server-side includes: http://wiki.nginx.org/NginxHttpSsiModule

  14. comment
    Comment #556159

    My feeling is that the numbers are skewed because of the bias in the people choosing to report their relationship status. For the countries with a low number of reported single peo…

  15. comment
    Comment #447572

    Yes, Cowan wants to buy ARM processors. I believe he is planning on soliciting funding from the Mathematics Endowment Fund this term. (disclosure: I'm the MEF Director)

  16. comment
    Comment #446534

    Ah, I guess the course requirements have changed in the intervening years. We got somewhat less time to work on the OS "thanks" to renovations in the lab; none of us had time to ge…

  17. comment
    Comment #446515

    You're right, targeting the x86 architecture added a lot of complexity without any tangible benefit. Poring over the subpar Intel documentation consumed an inordinate amount of tim…

  18. comment
    Comment #446502

    Ah, thanks for clarifying things. Now I have the code licensed under an MIT license. Out of curiosity, what are the implications of changing the license on software you've already …

  19. comment
    Comment #446068

    Demonstrating that the OS was real-ish time consisted of showing that (1) it never dynamically allocates memory, (2) it uses constant-time algorithms. More practically I did a bunc…

  20. comment
    Comment #446061

    Aha, well I'm an only child! Either way, I added some text saying everything is licensed under a Creative Commons Attribution 2.5 Canada License; thanks for the advice. I'll plead …

  21. comment
    Comment #446018

    It was fun! Well, fun modulo writing and debugging all the code in three months. As for drivers, the OS really only interfaces with 8250 UARTs; both the VT100 terminal and the Mark…

  22. comment
    Comment #445937

    I wrote a toy operating system for school that I recently(ish) released to the world. It comes with source code and design documents so I thought it might be interesting for people…

  23. story
  24. story
  25. comment
    Comment #395238

    That's a good point, about responsibility. My glib comment on a change of scenery wasn't very insightful. For the first time in San Fransico I lived alone and knew nobody so it was…