Live data from Hacker News

Viewing profile — piscisaureus

piscisaureus

HN member
Joined
Sat, Sep 24, 2011, 1:17 AM UTC
HN karma
315
Public activity
46 items

About piscisaureus

I'm bio-free.

[ my public key: https://keybase.io/piscisaureus; my proof: https://keybase.io/piscisaureus/sigs/zdHClRr-vymlpfMU1FOU6CzWWvT03cmSF_KVfvZU5RQ ]

Recent public activity

  1. comment
    Comment #37862402

    https://youtu.be/VO_1AdYRGW8?si=0q_u8ASJKn3YXGdd

  2. comment
    Comment #32279620

    Not sure if I agree with the scoring model here. I tried two phone numbers: my primary cell phone number gets a great 800+ score but reveals an accurate address history of 9 years.…

  3. comment
    Comment #28267235

    I found https://github.com/pfpacket/rust-9p to be reasonably good and easy to hack on. My fork ( https://github.com/piscisaureus/rust-9p ) has some patches to improve support for t…

  4. story
  5. comment
    Comment #25229049

    > However I'm now in situations where the world is divided and asking questions (in order to make my own mind up) is considered some kind of admission of guilt for being part of th…

  6. comment
    Comment #24992659

    This is the first time I've heard about a language called C--, thank you for that. The concept is not so unique as you might think tho; the more commonly used term is "tail call".

  7. comment
    Comment #24463013

    Ecma-402 support (the 'Intl' object, locale dependent number and date formatting, etc.) requires linking with the ICU library. We expect to support that in a future release.

  8. comment
    Comment #24254079

    Admittedly I didn't actually read the mailing list discussion. It's entirely possible that The Register made up a big drama where there was none.

  9. comment
    Comment #24253982

    I understand that reviewing 27k LoC is daunting and probably not very fun. But unlike most patches that draw a similar response it's not a narrowly useful patch that mostly serves …

  10. comment
    Comment #24107576

    > Facts (like someones net worth) cannot be copyrighted. However a compilation of facts can be. ... in the US. In the EU and UK there is separate copyright-like legislation that co…

  11. comment
    Comment #23172896

    This is something that we'll further work out in future versions. For now you can use a lockfile: https://deno.land/manual/linking_to_external_code/integrity_...

  12. story
  13. comment
    Comment #22408135

    If PayPal says it is not a security issue, the researcher should just publish the details of how it's done.

  14. comment
    Comment #21578026

    I use FileExplorer for this and it works great: https://apps.apple.com/us/app/fe-file-explorer-pro/id4994701... (No affiliation to the author)

  15. comment
    Comment #21416721

    Looks like the "founder" is https://github.com/ryankirkman . Doesn't look like he's MIA but rather distracted / doing something else.

  16. comment
  17. comment
    Comment #18768789

    Package validation (using a checksum or signature) is definitely on our radar. We just haven't gotten around to it yet.

  18. comment
    Comment #18627126

    If these batteries are as good as the one in my iPhone, they'll need to be replaced after a year and a half. Given that the plant cost 66M, sounds like they're going to make break …

  19. comment
    Comment #18437006

    > And more than that, I honestly wonder about the motives of an advertising driven company these days. I wonder about ulterior motives too. But in a world where even local apps inc…

  20. comment
    Comment #16472580

    Although propel itself is written in typescript, supporting users that want to write javascript is an explicit design goal. The npm package contains "vanilla" javascript that targe…

  21. comment
    Comment #16057976

    I find "beyond compare" to be a very good merge tool. It's not free, but not very expensive either, and works well with git. (I'm not affiliated with them in any way)

  22. comment
    Comment #15980182

    It uses an ioctl that boils down to 'an overlapped version of poll()'. So the call doesn't block - instead when an event like POLLIN or POLLOUT happens, a completion is posted to t…

  23. comment
    Comment #15979265

    I know - I am one of the authors of libuv. However libuv is pretty big and imposes its own asynchronous i/o model onto your application. Later I discovered that it is possible to d…

  24. comment
    Comment #15979129

    Shameless(-ish) plug: https://github.com/piscisaureus/wepoll is not a fat abstraction layer but it could help with windows support.

  25. comment
    Comment #15969093

    IMO Edge is a fine browser - snappy, stable, up-to-date with web standards. My big beef with it is that it tries to force feed me Bing wherever it can (even after switching the def…