Live data from Hacker News

Viewing profile — Kametrixom

Kametrixom

HN member
Joined
Thu, Jan 19, 2017, 3:10 PM UTC
HN karma
25
Public activity
15 items

About Kametrixom

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #14171631

    I don't know what to think of a website that scrolls with 2 fps on mobile, lagging my whole browser and loading in about 10 seconds while having "GOLEM IS THE NEW WAY THE INTERNET …

  3. comment
    Comment #14170148

    > for a complicated reason I can explain if anyone's interested PoS?

  4. comment
    Comment #14125949

    It could just count the number of logins and do a transaction at the end of the day|week|month

  5. comment
    Comment #14110341

    There is also bc [1] which isn't stack based and pretty standard. See [2] for a discussion on dc vs bc. [1]: https://en.wikipedia.org/wiki/Bc_(programming_language) [2]: https://un…

  6. comment
    Comment #13970777

    It could be that they just don't want to deal and test with older versions. By only specifying a certain number of supported displays they essentially guarantee it works for those,…

  7. comment
    Comment #13962387

    That's literally the second thing the website mentions: To use curly brackets for invisible brackets: sqrt{1+2x^2/3} x^2/{3x}

  8. comment
    Comment #13960404

    > Perhaps a more apt title would be "Python for the GPU" Why Python? Futhark is a purely functional language and looks a lot like Haskell, so I think "Haskell for the GPU" would be…

  9. comment
    Comment #13944234

    I can recommend https://www.passwordstore.org/

  10. comment
    Comment #13926556

    > All Apple OS's really suck. I know I should take this with a grain of salt, but I can't help to feel a slight hate for Apple.

  11. comment
    Comment #13925456

    > Sort algorithm broken in Swift I really want to believe you, but I can't find any information on this, what are you referring to?

  12. comment
    Comment #13731852

    For anyone needing to decide what hash function to use, I recommend to have a look at multihash: https://github.com/multiformats/multihash

  13. comment
    Comment #13718045

    That's really the point, to be as minimalistic as possible. The less features something has the less points of failure are possible. If you need a certain feature, use something el…

  14. comment
    Comment #13716987

    Just a test: https://txt.fyi/+/18d9428d/

  15. comment
    Comment #13441159

    Check out Idris maybe