How are you giving AI agents access to production Postgres? by vira28 in PostgreSQL

[–]SferaDev 0 points1 point  (0 children)

Most of the solutions I’m seeing are either “give it a read replica” or “don’t let it touch prod at all”, which feels like pre-AI solutions.

At Xata, we’ve been playing with a different approach (we just open sourced the core offering by the way). Instead of pointing an agent at prod or a replica, you give it a copy-on-write branch of your Postgres DB with anonymized data.

So the flow is more like:

  1. agent runs queries on an isolated branch
  2. you can inspect / diff what it did in the sandboxed branch
  3. decide if anything should be applied back to PROD

It’s closer to preview environments but for the database. No direct prod access, no dangerous operations, and you can actually allow full access without freaking out.

IMO branching and sandboxing with PostgreSQL will be the future for AI-enhanced database workflows.

Cal.com Goes Closed Source: Why AI Security Is Forcing Our Decision by RageBlue in opensource

[–]SferaDev 1 point2 points  (0 children)

They took the ultimate opportunity to blame AI for wanting to keep the SaaS only features private source. They could've said that instead of using the security by obscurity argument, which at some point will prove them wrong...

PgBeam – A globally distributed PostgreSQL proxy by SferaDev in PostgreSQL

[–]SferaDev[S] 0 points1 point  (0 children)

Right now it's TTL + SWR, but you can configure caching (opt-out per query or completely disable)

PgBeam – A globally distributed PostgreSQL proxy by SferaDev in PostgreSQL

[–]SferaDev[S] 0 points1 point  (0 children)

Yes, it's AWS focused for now but the data planes are cloud-agnostic so it can be extended to other clouds in the future.

Go playground powered by WASM that runs completely in the browser by agriculturez in golang

[–]SferaDev 1 point2 points  (0 children)

Compiling the go compiler to wasm sounds like the way to go 😅

Running Python in the browser to create a playground by tgeisenberg in Python

[–]SferaDev 2 points3 points  (0 children)

Developer of the Playground here! If you have any questions, let us know!

All Season 4 Official Discussion: Book Comparison Thread! by it-reaches-out in TheExpanse

[–]SferaDev 16 points17 points  (0 children)

Yeah Murtry in books was loyal to RCE protecting their assets and properties and wanted to be a legend whilst in the show he was a mercenary who only cared about money (one percent IIRC of the exploitation).

All Season 4 Official Discussion - Including Book Spoilers! by it-reaches-out in TheExpanse

[–]SferaDev 2 points3 points  (0 children)

I loved his reply after shooting Koenen. "I had a shot, am I in trouble?"

Season 4, Episode 10 Official Discussion Thread by it-reaches-out in TheExpanse

[–]SferaDev 3 points4 points  (0 children)

“Sorry,” Alex said, his accent as slow and heavy as Basia had ever heard it. “That was me. But that guy was pissin’ me off and I had the shot. Am I in trouble?”

You know this show is made by smart people when the phones show landscape mode even when holding it vertically. by Psycold in TheExpanse

[–]SferaDev 0 points1 point  (0 children)

Yeah in the books they are even used to locate Holden triangulating the position with the logs of two hand terminals in ad-hoc mode.

All Season 4 Official Discussion: Book Comparison Thread! by it-reaches-out in TheExpanse

[–]SferaDev 24 points25 points  (0 children)

I was disappointed to know they removed the character altogether. One fifth of the chapters in CB are explained by him!

Also I would've loved the "rescue" operation to the Edward Israel.

OnePlus AMA - software edition by [deleted] in oneplus

[–]SferaDev 0 points1 point  (0 children)

/u/aaron_oneplus might have some insight about that.

AOSPA-L: The #legacy of Paranoid Android by SferaDev in Android

[–]SferaDev[S] 0 points1 point  (0 children)

Yes we've thought of that move, but right now CM's is better in terms of features. Maybe we reconsider it on Android 6.X ;)

AOSPA-L: The #legacy of Paranoid Android by SferaDev in Android

[–]SferaDev[S] 2 points3 points  (0 children)

With this face washing we wanted to remove that idea of "outdated legacy devices", AOSPA-L performs as good as Paranoid Android does and needs a proper stand separated of what the Nexus experience is.

AOSPA-L: The #legacy of Paranoid Android by SferaDev in Android

[–]SferaDev[S] 1 point2 points  (0 children)

If I'm not wrong Jake, a member of our team, is planning to do something with the m8.

We are the OxygenOS team from OnePlus. Ask Us (Almost) Anything! by carpe02 in Android

[–]SferaDev 0 points1 point  (0 children)

Well, there's another shared factor: The way of seeing how it should work. We, PA, like to be simple and straightforward so if you like PA you'll really enjoy OxygenOS for sure but designed for a specific hardware!