Viewing profile — hardbyte
hardbyte
HN member- Joined
- Mon, Sep 08, 2014, 10:57 PM UTC
- HN karma
- 67
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About hardbyte
my public key: https://keybase.io/hardbyte; my proof: https://keybase.io/hardbyte/sigs/NOFlsZv_T0Mkh31aTRW2uCkSuVfFI3LRNNWSPq8r5e0
Recent public activity
-
comment
Comment #47515795
[dead]
- story
-
story
Show HN: Pgroles – declarative PostgreSQL access control
I built pgroles to manage PostgreSQL roles/grants/memberships declaratively. You define desired state in YAML, pgroles inspects the live DB, computes a convergent diff, and renders…
-
story
Show HN: Obsidian plugin that uses your existing LLM CLI tools
I built an Obsidian plugin that connects to Claude Code, Gemini CLI, or Codex - whatever you have installed. No API keys to configure in the plugin; it just delegates to the CLI to…
-
comment
Comment #44843528
Hopefully clear I'm not trying to take credit for the upstream work!
-
story
Show HN: A Python CEL implementation (written in Rust)
I've been working on a Python library for the Common Expression Language (CEL). It's a wrapper around the cel-rust crate which is under heavy development. The python wrapper uses P…
-
comment
Comment #43468126
Yeah a big motivation for us was avoiding the need to keep another system up to date. Gatehouse basically sits at the execute policy layer, and we let the application code decide h…
-
comment
Comment #43468021
You're spot on - we wanted to support some async graph traversal calls similar to the ReBAC example and therefore made the evaluate_access call async. I also wanted to support shor…
-
comment
Comment #43467968
Nah, I think your intuition is correct it should be broken up.
-
comment
Comment #43467963
BYO persistence
-
comment
Comment #43467949
Thanks! I'm a big fan of Cedar and DSLs such as CEL and gorules. Hopefully there is a place for a Rust solution as well.
-
comment
Comment #43467913
I did put licence = "Apache-2.0" in the Cargo.toml but Partly is okay with it being MIT. Update the repo to explicitly add the license text now. Thanks for the call out
-
comment
Comment #43466222
async-friendly Rust native library with decision traceability.
- story
-
comment
Comment #35577787
It's particularly useful for detecting issues such as inadvertent IAC changes that can have significant consequences on your cluster's network connectivity and security. Netchecks …
- story
- story
- story
- story
- story
-
comment
Comment #17597781
Even with partially homomorphic encryption and additional "privacy preserving protocols" you can carry out pretty general computation tasks such as machine learning. Have a look at…
-
comment
Comment #17063956
I'm really just writing up what I did so the internet can tell me what I did wrong...
- story
- story
- story