Live data from Hacker News

Viewing profile — lealanko

lealanko

HN member
Joined
Sun, Jun 28, 2015, 7:38 PM UTC
HN karma
74
Public activity
8 items

About lealanko

No profile information was provided.

Recent public activity

  1. comment
    Comment #45896987

    This is a common problem with try-catch syntax. An alternative, and arguably more useful syntax would be try (File_handle fh {s, "r"}) { // use fh } unless (const File_error& e) { …

  2. comment
    Comment #27055882

    For a more detailed look at the timeline of a programming language feature in the same vein, you may also enjoy the retrospective on Foozles: https://wiki.hh.se/wg211/images/5/58/F…

  3. comment
    Comment #24597230

    You (and the article) are ignoring smaller companies. In those, you often have the salary negotiations with the owner, or a partner. Your salary comes (effectively) out of their ow…

  4. comment
    Comment #16610855

    Author here (of the plugin, not the page). This was my only tangible contribution to the Gimp, some twenty years ago. IIRC it was modelled after a similar feature in Paint Shop Pro…

  5. comment
    Comment #11961355

    Probably just a screen capture snafu. The final game (and even QTest1) had an adjustable gamma setting.

  6. comment
    Comment #11961303

    They also released some 640x480 screenshots. They are included in Romero's post (fourth row), but that may not be obvious due to scaling. See the originals at http://doomgate.gamer…

  7. comment
    Comment #9860009

    Do I understand correctly that the load-time code specialization described in this presentation is not inherent to the Mill hardware, but instead merely a proposed OS-level mechani…

  8. comment
    Comment #9794801

    The problem with automatic daemonization is that there is no way to indicate startup failure: you just fire and forget the process in the background. If the process dies, there's n…