Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
math
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
math
9mo ago
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. When more than one item is associated with
2.
▲
by
math
10mo ago
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 device. FDA Breakthrough Device desig
3.
▲
by
math
1y ago
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 project in it would have positive value. Apparently not!
4.
▲
by
math
1y ago
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-trivial for my application, I ended
5.
▲
by
math
1y ago
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 contamination from organic material actually helps in saturating
6.
▲
by
math
1y ago
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 space. I know they believe they can process sludge produced fr
7.
▲
by
math
1y ago
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, but my take is the tech is likely as good as described (disclo
8.
▲
by
math
3y ago
Worth noting that Kafka is getting queues: https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A...
9.
▲
by
math
4y ago
Michael Pettis did a great interview recently that covers why growth in China is likely to stall: https://www.youtube.com/watch?v=WE5VczIFGZA
10.
▲
by
math
5y ago
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.
11.
▲
by
math
5y ago
it is the WebGPU API (targeting both the web and native)
12.
▲
by
math
5y ago
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 things is mandatory/expected. But having deep knowledge
13.
▲
by
math
5y ago
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 as you want (costs cents per Gb). Disclosure: work
14.
▲
by
math
6y ago
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 important of my lifetime though, and it's unusually trick
15.
▲
by
math
6y ago
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 the US and didn't have any ties to the US. It was s
16.
▲
by
math
6y ago
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...
17.
▲
by
math
6y ago
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...
18.
▲
by
math
6y ago
Kafka also has less moving parts even today before zookeeper removal is complete (2 vs pulsar 3).
19.
▲
by
math
6y ago
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 might not seem like it yet because it's th
20.
▲
by
math
6y ago
even those who aren't..
21.
▲
by
math
6y ago
rust. the ownership system it embodies seems important and I want to understand it deeply. also, the language has momentum.
22.
▲
by
math
7y ago
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.
23.
▲
by
math
7y ago
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 point.
24.
▲
by
math
7y ago
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 main practical gotcha is that security dependencies are incom
25.
▲
by
math
7y ago
There is currently (much anticipated!) work underway to remove Kafka's Zookeeper dependency: : https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A... As of v0.9 (about 4 years ago), clients have
26.
▲
by
math
7y ago
i think that's the whole point :-)
27.
▲
by
math
8y ago
reminded me of this: https://sivers.org/horses
28.
▲
by
math
8y ago
I've been building something very similar to this ...but also quite different. The details (around usability) have proven very difficult to get right, but I'm really excited by how it's turning out. If you like the core idea
29.
▲
by
math
8y ago
In Blazor, what is sent to the browser is a .NET runtime, then the .net assemblies (which are .NET CIL, not wasm) which the runtime executes. They seem to have this working well, but it's less efficient than, for example, Rust which ha
30.
▲
by
math
8y ago
quite the contrary, people are quickly moving away from the .net framework towards .net core, which is now objectively better and moving at a fast pace. I help maintain a popular open source library for .net. We develop on MacOS using VS Co
More ›