Advertisement · 728 × 90

Posts by Morris Clay

Preview
ElectricSQL Auth Proxy ElectricSQL Auth Proxy by Hazel

Early but awesome: electric-auth.com an
@electric-sql.com auth proxy by @makisuo.bsky.social with source here github.com/Makisuo/elec...

1 year ago 11 3 0 0

bsky.app/starter-pack... Also great pack

1 year ago 3 0 0 0

Starter packs are a great way: Eg you might find this relevant: bsky.app/starter-pack...

1 year ago 1 0 0 0
Open Source Veteran Launches Skyseed - First Ecosystem Fund and Incubator for the Bluesky AT Protocol /PRNewswire-PRWeb/ -- Open Source veteran entrepreneur Peter Wang today launches Skyseed Fund, the world's first venture fund and incubator focused exclusively...

I'm excited to announce @skyseed.fund, the world's first incubator & fund exclusively focused on Bluesky and @atproto.com.

We're just getting started but have $1 Million in committed capital, and will be doing developer grants as well as pre-seed/seed funding.

www.prweb.com/releases/ope...

1 year ago 1737 392 84 56
Video

Episode #18 is out.

James Arthur (@thruflo.com) on ElectricSQL, read/write-path syncing and PGlite to run Postgres everywhere via WASM.

Full episode links and show notes in the comments.

1 year ago 25 9 1 1
A First Look at S3 (Iceberg) Tables AWS announced S3 Tables today, which brings native support for Apache Iceberg to S3. It’s hard to overstate how exciting this is for the data analytics ecosystem. This post is a quick rundown of my th...

S3 (Iceberg) Tables is everything I dreamt of, and more. I blogged some long-form thoughts: meltware.com/2024/12/04/s...

I think we're about to see an explosion of data tools (@materialize.com, @clickhouse.com, @duckdb.org, et al.) learn to write Iceberg tables via S3 table buckets.

#databs

1 year ago 107 37 15 7
x.com

Congratulations to Trigger.dev on hitting GA for their realtime product! They're an early adopter of @electric-sql.com and it's been great working closely with them.

Syncing data in real-time right out of Postgres into your app — it's a thing people!

x.com/triggerdotde...

1 year ago 16 4 0 1
Post image

1/7 Everyone's talking about AI, but remember quantum computing? While AI scales to 100GW clusters, quantum computers are still mostly in labs. Here's why - and why silicon spin might be the dark horse 🧵

1 year ago 7 5 1 0

5/ Many obvious security flaws I'm sure - I'm neither a cryptographer nor security expert. Just enjoyed exploring :) Kinda inspired by work with Cloudflare workers

1 year ago 0 0 0 0
Advertisement

4/ Just an experiment in composing existing tools (keyring, git, RSA) rather than building new platform.

1 year ago 0 0 1 0

3/ System keyring could hold private keys, public keys enable sharing. Git handles distribution:

```
for pub_key in team.keys() {
let encrypted = pub_key.encrypt(value)?;
secret.add(username, encrypted);
}
```

1 year ago 0 0 1 0

2/ Core idea is straightforward: store per-user encrypted values locally.

```
struct Secret {
encrypted_values: HashMap<String, String>, // username -> encrypted
environment: String
}

```

1 year ago 0 0 1 0

1/ Most secret managers are cloud-first. Was wondering if we could do simpler: local encryption + git for small teams

1 year ago 0 0 1 0

🧵 Had idea while learning Rust on the weekend - minimal approach to secret sharing

1 year ago 0 0 1 0

The Claude release in October took ai coding from a gimmick to something seriously useful. I'd dabbled before but the tools broke down quite easily. But in the last week, I built several fairly complex apps in domains I know little about in < 8 hours.

1 year ago 6 1 2 0
Preview
Mistral 7B and BAAI on Workers AI vs. OpenAI Models for RAG - Neon In the rapidly progressing world of artificial intelligence, choosing the right model for AI-powered applications is crucial. This article explores a comparative analysis of the Mistral 7B model, a pr...

Came across this: neon.tech/blog/mistral...

Now toying with cloudflare workers AI… fun. Any experience in switching text-ada for baai ?

1 year ago 1 0 0 0

These are just observations from the trenches. What patterns are you seeing? /end

1 year ago 0 0 0 0

The biggest deals often start with the smallest commitments. Nature of trust maybe.

1 year ago 0 0 1 0

Starting to think "land and expand" isn't a strategy. Just trust compounding. POCs often optimize for wrong things. Not about features checked - about confidence built.

1 year ago 0 0 2 0
Advertisement

No shame in "service enabled". Trust is human first. Champion needs support, then product license. Careful when you structure offer to be able to phase out support slowly.

1 year ago 0 0 1 0

$50k might be sweet-spot number? Small enough to stay under radar. Big enough to matter. What have you seen? Have yet to see a counter-example.

1 year ago 1 0 1 0

Trust tips into revenue when champion feels confident enough to stake reputation.

1 year ago 0 0 1 0

Pretty convinced the best enterprise deals start with someone just actually caring to solve their champions most pressing problems. - Everything else comes later.

1 year ago 0 0 1 0

OSS is a trust factory running at scale. How do you turn stars into champions?

Magic moment when a developer becomes a champion in their org. They shift from "cool tech" to "I can solve real problems with this."

1 year ago 1 0 1 0
Post image

Some unstructured thoughts on early enterprise gtm. 🧵

It’s not about how big you can sell. But how small.
Trust might be the biggest moat in enterprise software.

Do you have a Day 0 and 1 strategy?

1 year ago 5 4 1 0

is anyone working on upscaling video in realtime for ai downstream processing? thinking of ability to to store 100x more data (historical?) in hot tier for fast ai access? am I thinking it wrong?

1 year ago 1 0 0 0
Preview
Render - Integrations | ElectricSQL How to deploy Electric on Render.

You can now deploy @electric-sql.com on @render.com electric-sql.com/docs/integra...

1 year ago 7 2 0 0