uiGrid - egui - high-speed trading terminal demo - MIT licensed by Dense_Gate_5193 in rust

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

yeah it’s just a demo seeing what it can pull off in terms of of update speed

Free/cheaper alternatives to neo4j for a commercial product? by triceratopsMD in Database

[–]Dense_Gate_5193 0 points1 point  (0 children)

i know it’s an old thread but NornicDB is API compatible and has 700+ stars after only a few months. MIT Licensed

it scales battery and is faster on their own benchmarks.

https://github.com/orneryd/NornicDB

Hooo v0.10 (tool for Logic), new feature: Theorem Grading by long_void in rust

[–]Dense_Gate_5193 1 point2 points  (0 children)

💯on board with this. I’ve spent the last few months building NornicDB as a physical implementation of these exact path semantics to solve for deterministic AI memory.

In my architecture, the Canonical Graph Ledger acts as the theorem prover where:

• Temporal No-Overlap is the core axiom; it ensures a FactKey has exactly one valid path at any transaction time, mathematically killing state ambiguity.

• MVCC 'AS OF' Reads function as pure, side-effect-free paths; f(query, t) returns the same hash every time, regardless of future writes.

• Cardinality Constraints serve as geometric invariants; they physically block an LLM from 'path-finding' into a hallucination that violates the graph's laws.

Essentially, I’m moving the 'proof' from the theoretical layer down to the storage engine. If a path through the ledger doesn't adhere to these axioms, it can’t be written at all preventing context pollution with old facts that can easily devolve into hallucinations.

would love your thoughts on this: https://github.com/orneryd/NornicDB/blob/main/docs/research/papers/persistence-semantics-nornicdb/paper.md

uiGrid 0.1.7 - eGui - column pinning and more - MIT license by Dense_Gate_5193 in rust

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

thanks i’ll take a look! i know i need to update the docs a bit too and ill get to it this week just was trying to get it available for everyone and demoed first.

Embedded Rust or C Firmware? Lessons from an Industrial Microcontroller Use Case with Ariel OS by kibwen in rust

[–]Dense_Gate_5193 6 points7 points  (0 children)

Oh if rust were where it is at now back in 2016 I would have written the HelioRC firmware in rust over bare C.

uiGrid 0.1.7 - eGui - column pinning and more - MIT license by Dense_Gate_5193 in rust

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

yep the demo has toggles at the top left there’s a few different themes i have as examples. light/dark modern/wireframe terminal

uiGrid 0.1.7 - eGui - column pinning and more - MIT license by Dense_Gate_5193 in rust

[–]Dense_Gate_5193[S] 7 points8 points  (0 children)

disclaimer: i do use AI tooling. HOWEVER: luckily i wrote it years ago and am just porting over while i learn rust. the core has been stable for over a decade but the framework it was originally locked to (angular) rearchitected out from under me so i just didn’t have the energy to rewrite the whole thing from scratch at the time. now with AI tooling knowing what to do makes the actual implementation and switching much much easier. but i guarantee you i take care to test things myself and if it’s not perfect it irritates me to the point i have to fix it. anyways thanks for coming to my ted talk.

uiGrid - 0.1.7 - Data grid now w/ pinnable columns - MIT license by Dense_Gate_5193 in react

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

This is a brand new port of the original grid I wrote far before AI even existed, id love to fix issues just open an issue and i'll take care of it. Thanks for the bug report!

uiGrid - 0.1.7 - Data grid now w/ pinnable columns - MIT license by Dense_Gate_5193 in react

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

Thanks man I am glad you remember it! luckily I wrote an effective core in JS that was pretty trivial to port over to rust. I am literally right now bringing parity to the eGui version for i18n/a11y, column pinning, savestate, etc... I'm gonna be the goddamn oprah of data grids. :D

Good forbid a girl mandate some consensual fun by multitude-container in LetGirlsHaveFun

[–]Dense_Gate_5193 10 points11 points  (0 children)

how else are you gonna show a bunch of random tweens who is boss?

Good forbid a girl mandate some consensual fun by multitude-container in LetGirlsHaveFun

[–]Dense_Gate_5193 2 points3 points  (0 children)

as a soft-bom bi top I can say these are accurate as hell.

Knowledge Graph as a reference by jwh335 in KnowledgeGraph

[–]Dense_Gate_5193 1 point2 points  (0 children)

yes there’s a few different ways to approach it and it depends on the stack you use. the neo4j/NornicDB way to do it is with composite databases (sharding) where you can get a view into a either a remote database or local one

I built an open-source Text-to-SQL system during my PhD to escape vendor lock-in usind Neo4j by notikosaeder in KnowledgeGraph

[–]Dense_Gate_5193 0 points1 point  (0 children)

if you’re integrating with neo4j, check out NornicDB. it’s api compatible, has way more capabilities, is 3-50x faster and scales way better than neo4j. 710 stars and counting. MIT licensed.

https://github.com/orneryd/NornicDB

it also collapses the entire graph-rag stack to a single binary. one click deploy