Viewing profile — math
math
HN member- Joined
- Tue, Oct 27, 2009, 11:07 AM UTC
- HN karma
- 469
- Public activity
- 151 items
- HN profile
- View on Hacker News ↗
About math
Recent public activity
-
comment
Comment #46408909
Saw this last year and liked it so much I added something very similar to it to Infumap ( https://github.com/infumap/infumap ). You can drag items of arbitrary type onto dates. Whe…
-
comment
Comment #46030123
I'm not a hearing aid wearer, but I came across https://www.envoymedical.com/ during investment research activities. They seem to have the leading candidate for a fully implantable…
-
comment
Comment #43777904
I was not expecting to loose karma for this comment! I have a couple of years familiarity with SolidJS and thought the two key insights that came to mind from building a large proj…
-
comment
Comment #43769031
I'm using SolidJS for Infumap ( https://github.com/infumap/infumap ), which is getting pretty big. Two main comments that come to mind: Because the state -> DOM mapping is non-triv…
-
comment
Comment #43488914
No, they pass it through successively intensive process conditions, each of which selects for a different plastic type. No need to wash, their process is water based and some conta…
-
comment
Comment #43480301
Results will vary a lot with all the parameters (of which there are many). They don’t disclose all the detail but I know they have done thousands of tests across the parameters spa…
-
comment
Comment #43479054
Aduro’s tech works with hard to recycle, dirty, mixed plastic. Search for Eric Appelman interview on YouTube for more info. Some of the retail investor coverage is cringeworthy, bu…
-
comment
Comment #37577015
Worth noting that Kafka is getting queues: https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A...
-
comment
Comment #31718249
Michael Pettis did a great interview recently that covers why growth in China is likely to stall: https://www.youtube.com/watch?v=WE5VczIFGZA
-
comment
Comment #28571748
Disturbing observation: 5 years ago, the trends that seemed most important to me were all technical - I really paid no attention to politics. Today, they are mostly geo-political.
-
comment
Comment #28228652
it is the WebGPU API (targeting both the web and native)
-
comment
Comment #27285289
In the context of a company, the higher up you get (on a technical track), the more you need to operate across different projects, technologies etc. - being able to jump into new t…
-
comment
Comment #26641046
You can tune Kafka down fairly well if you know what you're doing, but it's not optimised for that OOTB. Or just use Confluent Cloud, which is fully managed and scales down as low …
-
comment
Comment #26028534
FWIW, I didn't mean to suggest this was coordinated. I take the point that my comment here is of low value. I do believe related issues will perhaps turn out to be the most importa…
-
comment
Comment #25987878
it is interesting that this comment criticising the west is not downvoted, but those that are criticising china are
-
comment
Comment #25552462
I was affiliated with a company in Singapore which had it's bank account closed, I believe due to FACTA, even though at the time no one involved with the company had ever been to t…
-
comment
Comment #24819519
best trick i know for this is to have another source of noise that you can tolerate (e.g. a fan). noise cancelling headphones are useful if you sleep on your back...
-
comment
Comment #24734204
Would the proposed upcoming changes to the H1-B visa also apply to the E-3 visa (which is closely related) https://www.federalregister.gov/documents/2020/10/08/2020-22...
-
comment
Comment #23207400
Kafka also has less moving parts even today before zookeeper removal is complete (2 vs pulsar 3).
-
comment
Comment #23207373
At the moment you more or less need to write a DBMS in your app code, but I don't think that's the end state. I think what we're seeing the beginnings of something big - it just mi…
-
comment
Comment #22895505
even those who aren't..
-
comment
Comment #22788565
rust. the ownership system it embodies seems important and I want to understand it deeply. also, the language has momentum.
-
comment
Comment #21922163
Australia are introducing very harsh laws targeting climate / environmental activists. He could start by reversing those. E.g. Tasmania, up to 21 year jail term for trespass.
-
comment
Comment #21671678
nice! related, we just added similar capability to librdkafka (the C client) to facilitate better integration testing. hopefully we will expose it in the bindings as well at some p…
-
comment
Comment #21132787
there are pros and cons to having a C dependency. the main benefit is reliability (get it right once, leverage that across languages). Another benefit is usually performance. The m…