Viewing profile — noctarius
noctarius
HN member- Joined
- Mon, Oct 09, 2017, 5:24 AM UTC
- HN karma
- 91
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About noctarius
Recent public activity
-
story
Show HN: Long-term memory for AI agents and teams, built with PostgreSQL
Hey folks! Over the past weeks, I started building a long-term memory for AI agents. While there are many around already, this one is specifically aimed at development teams. There…
-
story
Show HN: The Art of Storage Performance Optimization
Our CTO Michael Schmidt wrote about our performance optimization methodology at simplyblock. It's an in-depth view onto the technology and technical decisions, as well as how and w…
- story
- story
-
comment
Comment #45287749
Thank you very much :) Happy to get any idea on how to make it even better!
-
comment
Comment #45287746
It is complicated to initially wrap your head around, I agree. That's why I thought a demo application is the best way to show that it doesn't have to be super complicated once und…
-
story
Show HN: Underrated Postgres: Build Multi-Tenancy with Row-Level Security
Utilizing Postgres' RLS feature to isolate user data instead of easy-to-forget where-clauses, is such an underrated use case, I really wonder why not more people use it. If you pre…
-
story
Simplyblock+Xata: Powering the Future of Postgres with Next-Gen Storage
Xata, a Postgres platform, and Simplyblock, a NVMe-first storage platform, announced their partnership, bringing the next-gen Serverless Postgres Platform for public/private cloud …
- story
- story
- story
- story
- story
- story
-
comment
Comment #41191877
It handles authentication on a request basis (which was its own issue just a little while ago): https://www.infoq.com/news/2024/05/aws-empty-s3-bucket-billi...
-
comment
Comment #41190908
Not sure I'm really surprised. As far as I know, AWS hasn't been the fastest in resolving issues. I just remember the "S3 Bucket - We Charge You For Unauthorized Requests" issue a …
- story
- story
- story
- story
-
comment
Comment #40707730
I guess your biggest issue may be the multiple writer problem, but you'd have the same issue on a local disk. The second multiple writer are supposed to update the same files, you'…
-
comment
Comment #40702481
You need some type of cluster-wide shared memory?
-
comment
Comment #40702244
I bet there are lots of mistakes yet. It's not really automatically generated, but I started from the list at https://kubernetes-csi.github.io/docs/drivers.html and split the table…
-
comment
Comment #40702239
Simplyblock sponsors the domain, yes. Good point. Should have mentioned that. It's not on the simplyblock github account though and as you can see on GitHub, I've built it over the…
-
comment
Comment #40700360
Guess you want a block storage?