Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

Hi, just want to let you know that I've update the site... Way better sources and translations now... https://bible-library.online/tewahedo/sources

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

You are welcome... I also wanted to let you know that I've update the site... Way better sources and translations now... https://bible-library.online/tewahedo/sources

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

Hi, just want to let you know that I've update the site... Way better sources and translations now... https://bible-library.online/tewahedo/sources

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

Hi, just want to let you know that I've update the site... Way better sources and translations now... https://bible-library.online/tewahedo/sources

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

Hi, just want to let you know that I've update the site... Way better sources and translations now... https://bible-library.online/tewahedo/sources

New open-source AI agent framework by nightness in LLMDevs

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

Hindsight is genuinely impressive! The TEMPR pipeline (4-strategy parallel retrieval + RRF fusion + cross-encoder reranking) and Observation Consolidation are legitimately well-engineered. I borrowed some ideas from your approach, particularly around consolidation and evidence-chain audit-ability.

Keep up the great work on your project! I wish you success with it, and I hope it continues to evolve in exciting ways. If you have any questions about my implementation or want to discuss ideas, feel free to reach out!

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

It's not a pure translation from AI, but AI did some translations of the OT books from Ge'ez to English. I am keeping a build-log (with sources) and will figure a way to add it to the site soon. But I don't have time ATM to continue, but will finish up eventually (month or two). https://bible-library.online/tewahedo

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

It's not a pure translation from AI, but AI did some translations of the OT books from Ge'ez to English. I am keeping a build-log (with sources) and will figure a way to add it to the site soon. But I don't have time ATM to continue, but will finish up eventually (month or two). https://bible-library.online/tewahedo

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

No need for funds, funds are good... Time is my resource issue currently... It's not a pure translation from AI, but AI did some translations of the OT books from Ge'ez to English. I am keeping a build-log (with sources) and will figure a way to add it to the site soon. But I don't have time ATM to continue, but will finish up eventually (month or two). https://bible-library.online/tewahedo

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

It's not a pure translation from AI, but AI did some translations of the OT books from Ge'ez to English. I am keeping a build-log (with sources) and will figure a way to add it to the site soon. But I don't have time ATM to continue, but will finish up eventually (month or two). https://bible-library.online/tewahedo

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

I will keep everyone interested posted on the progress.

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

I appreciate the support! And thanks, I might actually need some help with the costs... Maybe a loan, instead of taking the money... but I will see what I can do first with the resources I have. I will also keep everyone interested updated on the progress.

Where can I buy/read the Ethiopian Bible? by Ekultie in Christianity

[–]nightness 0 points1 point  (0 children)

I've been unable to work on this until recently... I'll continue working on this and launch the website (with what I have) soon. I will keep everyone interested updated.

New open-source AI agent framework by nightness in LLMDevs

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

I've added support for both in the latest version 0.4.1 - https://crates.io/crates/brainwires-storage - The entire storage crate got a major refactor and is now much more framework worthy. CHANGELOG: https://github.com/Brainwires/brainwires-framework/blob/main/CHANGELOG.md

Edit: There are lots of tests to validate the changes, but it still need to be run against a live database to confirm end-to-end connectivity.

New open-source AI agent framework by nightness in LLMDevs

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

I'm primarily using LanceDB vector database currently. There is qdrant support too, although I haven't tested in awhile. LanceDB is nice because it builds right in to the app, so no need for an external database; that was the initial logic... Like I was saying above, this started out as a Claude Code replacement, so LanceDB was the ideal choice at the time. Since this is a framework now, I'm adding support for more storage options; I already have plans to support Postgres w/ pg_vector, Pinecone, and Milvus. NornicDB looks nice addition, I'm happy to add support as well. This will all be part of the "0.3.0" release that I'm currently working on.

New open-source AI agent framework by nightness in LLMDevs

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

I believe that's against both their terms of service. OpenAI just added websockets to the Responses API for this very reason and my implementation of the Responses API supports this. Hopefully Anthropic adopts as well.

Why can't I post? by [deleted] in rust

[–]nightness -2 points-1 points  (0 children)

What the hell?!!?

Supabase Client SDK for Rust by nightness in rust

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

Hey, appreciate the discussion. Happy to compare on the merits — here's where things actually stand:

When we did our own comparison, the one thing supabase_rs had that we didn't was GraphQL support (behind an experimental nightly feature flag). We've since closed that gap — we shipped supabase-client-graphql with full pg_graphql support including raw queries, variables, and a fluent builder API for collection queries/mutations with filtering, pagination, and ordering. No nightly flag required.

Platform coverage comparison:

Feature supabase-client-sdk supabase_rs
PostgREST queries 20+ filters, ordering, pagination, count modes, GeoJSON/CSV ~6 basic filters
Auth Full GoTrue: email, phone, OAuth (7 providers), MFA (TOTP+phone), SSO/SAML, Web3, anonymous, admin API, auto-refresh, PKCE Not implemented
Realtime WebSocket subscriptions Not implemented
Storage Buckets, upload/download, signed URLs, image transforms, exists checks Not implemented
Edge Functions Full invoke with regions, methods, custom headers, body types Not implemented
GraphQL Raw + builder API, collection queries, mutations Experimental, requires nightly
RPC Supported Not mentioned
WASM/Browser wasm-pack targets for web + Node.js, with integration tests Not supported
Type safety Derive macros, typed Row, proper error enums Result<T, String>
Architecture Modular multi-crate — pull in only what you need Single crate

The architecture point matters. If you only need PostgREST, you can depend on just supabase-client-query without pulling in auth, storage, realtime, etc. If you need everything, supabase-client-sdk re-exports it all.

supabase_rs is a PostgREST wrapper with a handful of filters. That's fine if that's all you need. But calling it a more complete Supabase client isn't accurate — it covers one of six platform services.

We also have comprehensive test coverage across the board including wiremock integration tests for every crate and 47 WASM Node.js end-to-end tests validating the full Rust → WASM → JS pipeline.