Early but awesome: electric-auth.com an
@electric-sql.com auth proxy by @makisuo.bsky.social with source here github.com/Makisuo/elec...
Early but awesome: electric-auth.com an
@electric-sql.com auth proxy by @makisuo.bsky.social with source here github.com/Makisuo/elec...
bsky.app/starter-pack... Also great pack
Starter packs are a great way: Eg you might find this relevant: bsky.app/starter-pack...
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...
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.
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
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/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 π§΅
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
4/ Just an experiment in composing existing tools (keyring, git, RSA) rather than building new platform.
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);
}
```
2/ Core idea is straightforward: store per-user encrypted values locally.
```
struct Secret {
encrypted_values: HashMap<String, String>, // username -> encrypted
environment: String
}
```
1/ Most secret managers are cloud-first. Was wondering if we could do simpler: local encryption + git for small teams
π§΅ Had idea while learning Rust on the weekend - minimal approach to secret sharing
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.
Came across this: neon.tech/blog/mistral...
Now toying with cloudflare workers AI⦠fun. Any experience in switching text-ada for baai ?
These are just observations from the trenches. What patterns are you seeing? /end
The biggest deals often start with the smallest commitments. Nature of trust maybe.
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.
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.
$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.
Trust tips into revenue when champion feels confident enough to stake reputation.
Pretty convinced the best enterprise deals start with someone just actually caring to solve their champions most pressing problems. - Everything else comes later.
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."
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?
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?
You can now deploy @electric-sql.com on @render.com electric-sql.com/docs/integra...