Live data from Hacker News

Viewing profile — the_imp

the_imp

HN member
Joined
Tue, Mar 17, 2009, 9:01 PM UTC
HN karma
153
Public activity
49 items

About the_imp

-

Recent public activity

  1. comment
    Comment #42069410

    2024 - 1964 = 60

  2. comment
    Comment #41114642

    With Extractors [1] (currently at Stage 1), you could define something like this to work: const Integer = { [Symbol.customMatcher]: (value) => [Number.parseInt(value)] } const Inte…

  3. comment
    Comment #37360284

    I am left wondering how far down one must go to find row level security.

  4. comment
    Comment #37094356

    Implementing something like an "id" locale is a great idea. Just don't call it that; it's the locale code for Indonesian. Using a word that's longer than three characters like "ide…

  5. comment
    Comment #35182258

    "You found the Nth highest word score"

  6. comment
    Comment #31846368

    Young's AAA, UK early 00s. They never brought it back. Ye olde sigh.

  7. comment
    Comment #31467000

    When farming tulips, at least you could get pretty flowers from them.

  8. comment
    Comment #29225318

    In JavaScript, use https://www.npmjs.com/package/yaml for this: import assert from 'assert' import { parseDocument } from 'yaml' const flowDoc = parseDocument(`[1,2,3]`) flowDoc.ad…

  9. comment
    Comment #28620312

    I don't understand why US healthcare providers are allowed to charge different customers a different price for the same service or good. As this is clearly being systematically abu…

  10. comment
    Comment #26403469

    I've seen 25:00 and even 26:00 being used as times, in Japan.

  11. comment
    Comment #26039548

    I wrote a fully spec-compliant YAML library.

  12. comment
    Comment #25123200

    > Why can't there be an equivalent of stash that keeps track of which parts were added and which weren't? But git stash does keep track of what it added? > If switching branches wo…

  13. comment
    Comment #24071180

    This was fixed in YAML 1.2, which was released in 2009. Don't blame the spec, blame the applications that use ancient libraries.

  14. comment
    Comment #23967377

    To clarify/correct this a bit, Webpack is not funded by the OpenJS Foundation. Yes, it is an OpenJS project, but the foundation does not provide financial support for open-source d…

  15. comment
    Comment #23284891

    The Objective-C format strings in the URL would imply that the hash is sent as a path parameter.

  16. comment
    Comment #22005000

    The whole model of needing to own your own transportation devices is flawed. 9/10 times, I'm moving from one location with many other people in it to another location with many oth…

  17. comment
    Comment #19654841

    > But in the world we live in, YAML parsers don't have security features like this. I'm the author of the "yaml" npm package, and would be interested to hear more precisely what se…

  18. comment
    Comment #19654795

    Do note that in addition to block collections, YAML also supports the flow collections of JSON, which are not whitespace sensitive. In fact, YAML 1.2 is a superset of JSON, and you…

  19. comment
    Comment #19654777

    To be clear, both of those issues are just with YAML 1.1. The core schema of YAML 1.2 dropped parsing "no" as true, or (as you mentioned) colon-separated numbers as sexagesimal int…

  20. comment
    Comment #18213507

    The current Finnish solution for this problem is to use one of the two mobile payment services that allow person-to-person payments using a phone number as the identifier: https://…

  21. comment
    Comment #17513712

    I've put together a Chrome extension that does the same thing, but it requires no permissions and works on all other similar sites as well: Kill-Sticky adds a keyboard shortcut (Al…

  22. comment
    Comment #17360515

    Over the past few months, I've built up a somewhat masochistic relationship with YAML, as I've been writing my own JS library for it [1]. Yes, the spec is more complicated than it …

  23. comment
    Comment #16912624

    I wrote a small library [1] for localization messages using the new Context API; I'm pretty sure that any other base for it would have made its implementation significantly more co…

  24. comment
    Comment #16665365

    The timing of this (shutdown on 21 May) made me wonder if it's related to the GDPR coming into effect starting on 25 May.

  25. comment
    Comment #14254702

    Not quite. The 25 km/h limit is just for the bike's classification as a "bicycle"; electric bikes that go faster than that just need to get registered and are effectively treated a…