Viewing profile — megalodon
megalodon
HN member- Joined
- Fri, May 30, 2014, 5:54 AM UTC
- HN karma
- 812
- Public activity
- 258 items
- HN profile
- View on Hacker News ↗
About megalodon
Recent public activity
-
comment
Comment #37028265
This makes no sense.
- story
-
comment
Comment #35465278
I think if you're doing HN for karma, you're doing it wrong.
-
comment
Comment #29838544
Are you thinking of Tibia?
-
comment
Comment #29508997
We had an optics lab at the Faculty of Engineering, Lund University about the idea behind the FlatFrog display system back in 2014 (I think) and I remember thinking it was genius.
-
comment
Comment #29439817
It bothers me immensely that they redirect docs for services that work perfectly fine by themselves to amplify docs with a note that says something like "use amplify". Other than t…
- story
-
comment
Comment #27534343
One of the best tips I have gotten from the internet is to never copy and paste code you have not written yourself. Even rewriting it verbatim makes you think about what it is you …
-
comment
Comment #25469776
You could use GitHub issues for posts and comments, fetched using the GitHub API. I did a proof of concept of this a long time ago [0]. Not sure if it still works. [0] https://gith…
-
comment
Comment #19590213
Pretty much the same with SVT in Sweden. They also have a site called ”öppet arkiv” (open archive) claiming to be one of the world’s largest TV archives.
-
comment
Comment #19475806
Just because they are both open source does not mean they share a common goal or methodology. My guess is that KaTeX was written to overcome the deficiencies of mathjax.
- story
- story
- story
-
comment
Comment #17830590
16 bytes of memory for one complex number! I could've called it Complex128, but that’s a mouthful.
-
comment
Comment #17828032
Yes, I decided to add the instantiations for readability. It would be more efficient in a production setting to do the operations directly on the raw data. Thank you for the link!
- story
- story
-
comment
Comment #17700959
I've been to two AWS Summits (Stockholm) and most if not all AWS employees explicitly point out that you should never use the console for anything serious. It might be good for pre…
-
comment
Comment #17169216
For anyone working with linear algebra in Node.js, I wrote C++ bindings to BLAS a couple of years ago [0]. I also started working on bindings to LAPACK, but never had the time to f…
-
comment
Comment #16461834
Something like the Live Trace tool in Illustrator but for simple shapes? Would be really interesting to try to build that.
-
comment
Comment #16303715
Ironically, your comment is a good example of ”creative” storytelling.
-
comment
Comment #16004384
> The large portion of the gains in other parts of the world have lifted billions out of poverty. You may be correct, but it's hard to trust this sentence without a proper source.
-
comment
Comment #15988302
> (There's also of course the personal satisfaction you may get from knowing a bunch of strangers use, and maybe even love, something you made or contributed heavily to). From my e…
-
comment
Comment #15501193
I’m quite the opposite, I feel like MDN is the only sane resource in an ocean of opinionated crap. Not saying it covers everything but for syntax it’s practically the only place I …