Live data from Hacker News

Viewing profile — sepples

sepples

HN member
Joined
Fri, Sep 11, 2020, 3:25 AM UTC
HN karma
15
Public activity
8 items

About sepples

No profile information was provided.

Recent public activity

  1. comment
    Comment #31057445

    Back when I was in grad school I set up an HTML/CSS to PDF workflow for making posters. It was surprisingly difficult to find a decent way to render nice-looking web pages with rea…

  2. comment
    Comment #30215377

    I first used FreeCAD around version 0.12 for designing simple parts for my 3D printer. At the time, it was very buggy and would reliably crash or corrupt your model if you ever tri…

  3. comment
    Comment #25641346

    That's actually a "feature" for IR cameras because 9+ FPS brings it into a different category for export control.

  4. comment
    Comment #25193473

    Northern Ireland is part of the UK, and the government currently grants licenses to carry a concealed handgun there despite having highly restrictive laws elsewhere in the country.…

  5. comment
    Comment #25067523

    Typical page loads were much slower two decades ago than they are today by my recollection, unless you were lucky enough to have something better than 56k dialup.

  6. comment
    Comment #24675128

    I don't mind it that much for programming languages like Python. The one annoyance I have is related to editor tooling: In languages that use braces to denote blocks, I can paste a…

  7. comment
    Comment #24674977

    This is something that was fixed in the forthcoming TOML 1.0 spec. Parsers that have been updated to support it will allow heterogeneous types in arrays, which your application can…

  8. comment
    Comment #24438992

    TOML is great if you think of it as JSON, but optimized for being written by humans instead of machines. I hope no new first-class types or syntax features ever get added after the…