Live data from Hacker News

Viewing profile — krzysz00

krzysz00

HN member
Joined
Sat, Apr 02, 2011, 4:32 PM UTC
HN karma
185
Public activity
42 items

About krzysz00

krzysdrewniak gmail com

Recent public activity

  1. comment
    Comment #46771032

    This does seem to align decently well with, for example, the policy the LLVM project recently adopted https://llvm.org/docs/AIToolPolicy.html , which allows for AI but requires a h…

  2. comment
    Comment #26310826

    Location: Seattle Remote: Yes Willing to relocate: To major cities on suburbs with good non-car commute options (that is, not Mountain View) Technologies: Much of my recent experie…

  3. comment
    Comment #11371041

    There's also [libflame]( https://github.com/flame/libflame ) by the same group, which is a higher-level API for matrix computations. The library's API si such that you can derive a…

  4. comment
    Comment #9554932

    You can find some more {complex, idiomatic, not terribly hacked together} Rust kernels at https://github.com/thepowersgang/ .

  5. comment
    Comment #9554864

    I'm not sure what you're getting at. More of what?

  6. comment
    Comment #9554066

    My current approach to the heap problem (I'm working on a toy Rust kernel) is to compile the allocator portions of the standard library (liballoc) with a configuration flag that ma…

  7. comment
    Comment #9236057

    I guess one interpretation of Erlang's = (this is from someone rather new to the language) is "Make the thing on the left equal to the thing on the right without mutating existing …

  8. comment
    Comment #9130520

    Well, every base has issues with non-termination. In base 10, we have problems like 1/3 = 0.33333... . Base 2 has its own set of non-terminating decimal expansions, including 1 / 3…

  9. comment
    Comment #9130411

    If by "decimal numbers" you mean the reals written in base 10, how do you propose we precisely represent the result of 1 / 3 . Or pi?

  10. comment
    Comment #8990523

    The feature is rather useful for record-keeping purposes (also known as CYA).

  11. comment
    Comment #8979259

    As this comment's uncle pointed out, you can probably find a "fill in the blank" DMCA notice somewhere on the net. If that doesn't work, many lawyers give free consultations (AFAIK…

  12. comment
    Comment #8979161

    Could you use a DMCA-like thing to get them to stop doing that?

  13. comment
    Comment #8941508

    You probably need a font that covers the relevant ligatures. Does "fi" display for you? That's the Unicode codepoint U+FB01.

  14. comment
    Comment #8899069

    How do you change your negative sign on a unixoid? The only reference to negative signs in locale(5) is under LC_MONETARY.

  15. comment
    Comment #8091974

    I'm pull request #36.

  16. comment
    Comment #8091921

    Not too difficult in Common Lisp (the parser is fully exposed to user code, so I just changed the meaning of "g").

  17. comment
    Comment #7628672

    I also got accepted to work on Unicode support in SBCL!

  18. comment
    Comment #7462849

    The reverse, I think.

  19. story
  20. comment
    Comment #6944330

    Not to drag the thread off topic, but this seems like the kind of situation where a version of Haskell's Maybe or Either monads might come in handy, so you could write: do command1…

  21. comment
    Comment #6904194

    Disabling zoom is also not good for visually impaired users and other people who need things to be bigger sometimes.

  22. comment
    Comment #5623915

    Is the signup failing with "Facebook returned an error:" for anyone else?

  23. comment
    Comment #4890848

    Out of curiosity, what's the string?

  24. comment
    Comment #4573748

    If it's for your own development work, Debian/Ubuntu will generate a self-signed SSL certificate when you install the package `ssl-cert`.

  25. comment
    Comment #4275635

    It's an ID10T error, though (IIRC) it's more tech supprot/sysadmin jargon.