HackerTrans
TopNewTrendsCommentsPastAskShowJobs

albertwang

no profile record

Submissions

Talk like a graph: Encoding graphs for large language models

blog.research.google
2 points·by albertwang·vor 2 Jahren·0 comments

American Airlines burying sawdust to combat climate change

wsj.com
10 points·by albertwang·vor 3 Jahren·11 comments

AWS debuts Amazon WorkSpaces Thin Client device for virtual desktop access

aws.amazon.com
51 points·by albertwang·vor 3 Jahren·16 comments

Beaming Solar Energy from Space Gets a Step Closer

wsj.com
2 points·by albertwang·vor 3 Jahren·0 comments

Lilly Alzheimer’s Drug Helped Patients in Small Trial

wsj.com
1 points·by albertwang·vor 6 Jahren·2 comments

Decoding the Peloton: From Voltages to “Cadence, Output, and Resistance”

ihaque.org
6 points·by albertwang·vor 6 Jahren·0 comments

Decoding the Peloton

ihaque.org
1 points·by albertwang·vor 6 Jahren·0 comments

comments

albertwang
·vor 3 Monaten·discuss
Here’s the spaceX announcement (non-paywalled): https://x.com/spacex/status/2046713419978453374
albertwang
·vor 3 Monaten·discuss
SpaceX’s announcement (non paywalled):

https://x.com/spacex/status/2046713419978453374
albertwang
·vor 6 Monaten·discuss
great news, this looks great! is it just me, or do most of the english audio samples sound like anime voices?
albertwang
·vor 10 Monaten·discuss
Media commentary: https://venturebeat.com/ai/huaweis-new-open-source-technique...
albertwang
·vor 3 Jahren·discuss
http://archive.today/9HkLP
albertwang
·vor 4 Jahren·discuss
I definitely get your point, but over-generalized comments like these are also dangerous.

Just as there are many MBAs who were or are veteran software developers, the HN community is large enough that there are many members who are professional investors.
albertwang
·vor 5 Jahren·discuss
The Met has a video overview of the exhibition:

https://youtube.com/watch?v=3CxZ2PrXQ1M

https://www.metmuseum.org/exhibitions/listings/2021/medici-p...
albertwang
·vor 5 Jahren·discuss
Sorry if it's a bit of an enterprisy-response, but please reach out! We are supporting some non-cloud commercial customers on a case-by-case basis. The reason for this is that we find the support and maintenance burden to be much higher with a non-cloud delivery model, which isn't always a great experience for either party. We also have a managed product (where the data plane resides in your environment) that may work, depending on your infra and security requirements.

Re: custom code -- our codebase is fully source-available and open to contributions, but the source+sink code going through some refactoring to make it more beginner-friendly. Depending on your consistency requirements, we also support Debezium and our own CDC format (https://materialize.com/docs/connect/materialize-cdc/) for folks who want to bring in their own data sources. (For quick prototypes, we also support csv/json/plaintext source types, as well as SQL INSERTs!)
albertwang
·vor 5 Jahren·discuss
Exactly! Since most ELT tools (including Airbyte) support json + csv output formats, those work perfectly well with Materialize out-of-the-box. I'm playing around with Slack+Stripe Airbyte sources to try and come up with some fun dashboards to show off in Materialize as we speak.
albertwang
·vor 5 Jahren·discuss
As cirego mentioned, we (Materialize) have the TAIL operator, which was built to allow users to subscribe to changes:

https://materialize.com/docs/sql/tail/
albertwang
·vor 5 Jahren·discuss
Nothing we can share publicly at the moment yet, but if you reach out and chat, we're more than happy to give you some numbers that I think will address what you're looking for!
albertwang
·vor 5 Jahren·discuss
Do you happen to have any examples of real-time queries or apps you would be interested in?

Re: the second point — you’re right, Materialize has historically leveraged existing upstream systems (like Kafka) for things like persistence. But we also hear you loud and clear that not everyone wants to stand up Kafka :)
albertwang
·vor 6 Jahren·discuss
Donanemab slowed cognitive and functional decline of patients with mild Alzheimer’s by 32% compared with placebo

Link to press release: https://www.prnewswire.com/news-releases/lillys-donanemab-sl...
albertwang
·vor 6 Jahren·discuss
We’re very aware of ksqlDB. I would recommend this video from last week where Matthias talks about some of the strengths and weaknesses of ksql: https://youtu.be/KUQuegJ4do8
albertwang
·vor 6 Jahren·discuss
Here's a 15-minute introduction to Timely Dataflow by Frank, our co-founder: https://www.youtube.com/watch?v=yOnPmVf4YWo
albertwang
·vor 6 Jahren·discuss
As George points out above, we haven’t added our native persistence layer yet. Consistency guarantees are something we care a lot, so for many scenarios, we leverage the upstream datastore (often Kafka).

But to answer your question, yes, our intention is to support separate cloud-native storage layers.
albertwang
·vor 6 Jahren·discuss
Materialize is a bit more of a lower-level technology, and less of a single "feature". I've included some example use cases built on top of Materialize in my other comment.

In addition, while Materialize does support connecting to other databases, to power "real-time materialized views", a common architecture we are used for is to present a SQL view on top of streaming systems (such as Kafka or Kinesis).

Here's an overview of Materialize that explains the relationship between Timely Dataflow, Differential Dataflow, and Materialize, starting at 23:20 - https://materialize.io/blog-cmudb/
albertwang
·vor 6 Jahren·discuss
(Responding from the perspective of Materialize, the technology and company built on top of Differential Dataflow) Some examples we're seeing interest for:

Building realtime, low-latency (< 10 sec) dashboards. The type of things where you previously would have had to wait for several hours or a day for ETL pipelines to crunch through a lot of numbers.

We're also fielding interest for streaming ML applications. Ie, moving from batch models to streaming models.

Also worth pointing out that Differential Dataflow has been around for awhile, while Materialize is fairly young. We're still constantly learning about new applications!
albertwang
·vor 6 Jahren·discuss
Out of (self-interested) curiosity, what are you referring to with the "nvme->timely dataflow on a laptop" reference?

The closest benchmark I could find was the "FASTER State Management for Timely Dataflow" paper from ETH Zurich, but that wasn't run on a laptop.