Viewing profile — kylemathews
kylemathews
HN member- Joined
- Fri, Dec 26, 2008, 7:06 PM UTC
- HN karma
- 1,076
- Public activity
- 293 items
- HN profile
- View on Hacker News ↗
About kylemathews
email me at mathews.kyle@gmail.com
Github is https://github.com/kyleamathews
my public key: https://keybase.io/kylemathews; my proof: https://keybase.io/kylemathews/sigs/vU0bed6I81ah3mr7DdfCiZxzAVSIeCuM8bELiMk8Aa0
Recent public activity
-
story
Show HN: Durable Streams – Kafka-style semantics for client streaming over HTTP
Hey, I'm a co-founder at ElectricSQL. Durable Streams is the delivery protocol underneath our Postgres sync engine—we've been refining it in production for 18 months. The core idea…
-
comment
Comment #43105774
Very excited about Mastra! We have a number of Agent-ic things we'll be building at ElectricSQL and Mastra looks like a breath of fresh air. Also the team is top-notch — Sam was my…
-
comment
Comment #42391654
We have a good solution in mind. Check back in a few months!
-
comment
Comment #42391614
Check out our guide on writes — https://electric-sql.com/docs/guides/writes There's a variety of valid patterns for writes & we don't want to be prescriptive about how you do them.…
-
comment
Comment #42387949
Another option too for scaling reads is just putting an nginx in your cluster. Electric itself is quite scalable at reads too so for a SaaS use-case, you might not need any http pr…
-
comment
Comment #42384627
Right exactly — a sync engine like Electric maintains replicas of data wherever you like. So natural places are web apps, mobile apps, backend services, etc. Here's an example show…
-
comment
Comment #41225813
Posting the issue to GitHub would be great!
- story
- story
-
comment
Comment #29005044
We have a job framework that can distribute image processing jobs on supported platforms* as well as automatically caching subsequent jobs. So it scales easily and as most builds d…
-
comment
Comment #22950900
yup, totally on us to prove the static model can scale!
-
comment
Comment #22950664
We recently introduced build optimizations for incremental data changes for self-hosted environments: https://www.gatsbyjs.org/docs/page-build-optimizations-for-i... and are contin…
-
comment
Comment #22950616
Glad it's been a great experience!
-
comment
Comment #22948602
Gatsby founder here. Really appreciate the feedback and support for our launch today! The team worked super hard to get Incremental Builds live in public beta but are taking all th…
-
comment
Comment #22529977
Gatsby is widely used for documentation sites (check out sites on the showcase https://www.gatsbyjs.org/showcase/?filters%5B0%5D=Documentat... ). Typescript is rebuilding their doc…
-
comment
Comment #21549074
Gatsby's founder here: If you can articulate what makes Gatsby seem odd to you — I'd love to hear it! FWIW, lots of people do love Gatsby so perhaps there was a misfit with what yo…
-
comment
Comment #19126470
Yeah, it's built with Gatsby which has this sort of behavior baked in https://www.gatsbyjs.org/
-
comment
Comment #18215741
Wow, you really hate Gatsby don't you?
-
comment
Comment #18011204
Absolutely! Gatsby tries to balance making your site work at some level offline w/ not precaching too much. By default we cache the front page & then do "run-time" caching as the u…
-
comment
Comment #18011032
We're building cloud products which complement the OSS product. We launched our product, Gatsby Preview, into alpha in July https://www.gatsbyjs.org/blog/2018-07-17-announcing-gats…
- story
-
comment
Comment #16237405
Same thing here :-(
-
comment
Comment #15916902
Yeah exactly — it lets you grab content/data/images via the WordPress API.
-
comment
Comment #15915724
Gatsby has a unique data system that let's you easily build static sites with WordPress/Drupal/other CMSes * https://www.gatsbyjs.org/packages/gatsby-source-wordpress/ * https://us…
-
comment
Comment #15700598
If you want to see this in action in Gatsby, checkout https://using-gatsby-image.gatsbyjs.org/traced-svg/ It's super easy to integrate this into your site w/ our Image component & …