Viewing profile — Kametrixom
Kametrixom
HN member- Joined
- Thu, Jan 19, 2017, 3:10 PM UTC
- HN karma
- 25
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About Kametrixom
No profile information was provided.
Recent public activity
- comment
-
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 …
-
comment
Comment #14170148
> for a complicated reason I can explain if anyone's interested PoS?
-
comment
Comment #14125949
It could just count the number of logins and do a transaction at the end of the day|week|month
-
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…
-
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,…
-
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}
-
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…
-
comment
Comment #13944234
I can recommend https://www.passwordstore.org/
-
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.
-
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?
-
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
-
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…
-
comment
Comment #13716987
Just a test: https://txt.fyi/+/18d9428d/
-
comment
Comment #13441159
Check out Idris maybe