HackerTrans
TopNewTrendsCommentsPastAskShowJobs

noctarius

no profile record

Submissions

Show HN: Long-term memory for AI agents and teams, built with PostgreSQL

github.com
1 points·by noctarius·2 months ago·0 comments

Show HN: The Art of Storage Performance Optimization

simplyblock.io
2 points·by noctarius·5 months ago·0 comments

Postgres Backend Platform with full stack, instant cloning, branching and

github.com
3 points·by noctarius·5 months ago·0 comments

Ceph on NVMe Made No Sense to Us–So We Built a 40x Better Alternative

simplyblock.io
1 points·by noctarius·10 months ago·1 comments

Show HN: Underrated Postgres: Build Multi-Tenancy with Row-Level Security

simplyblock.io
6 points·by noctarius·10 months ago·4 comments

Simplyblock+Xata: Powering the Future of Postgres with Next-Gen Storage

simplyblock.io
4 points·by noctarius·last year·0 comments

Sheepdog - a distributed storage system for QEMU

github.com
3 points·by noctarius·last year·0 comments

New Apache Cassandra Release Saves 400% IOPS

simplyblock.io
5 points·by noctarius·last year·0 comments

EBS Volume Usage Exporter

github.com
1 points·by noctarius·2 years ago·0 comments

Database Internals: Working with IO

scylladb.com
2 points·by noctarius·2 years ago·0 comments

Amazon, Google and Microsoft All Go Nuclear to Power A.I. Ambitions

observer.com
3 points·by noctarius·2 years ago·0 comments

Image Recognition with Neural Networks: A Super Beginner's Guide

simplyblock.io
2 points·by noctarius·2 years ago·0 comments

Critical vulnerabilities in 6 AWS services disclosed at Black Hat USA

scmagazine.com
55 points·by noctarius·2 years ago·19 comments

WASI API: Capabilities and Filesystems

blog.sunfishcode.online
7 points·by noctarius·2 years ago·1 comments

Show HN: KBOM – Kubernetes Bill of Materials (GitHub)

github.com
1 points·by noctarius·2 years ago·0 comments

Optimizing cache resets for higher transaction output

ravendb.net
1 points·by noctarius·2 years ago·0 comments

Show HN: Searchable Kubernetes CSI provider listing

storageclass.info
47 points·by noctarius·2 years ago·22 comments

Kubernetes Persistent Volumes: How to and Best Practices

simplyblock.io
2 points·by noctarius·2 years ago·0 comments

FreeBSD Community Survey Report 2024

freebsdfoundation.org
2 points·by noctarius·2 years ago·0 comments

Exploring PostgreSQL 17: A Developer's Guide to New Features

databaserookies.wordpress.com
2 points·by noctarius·2 years ago·0 comments

comments

noctarius
·10 months ago·discuss
Thank you very much :)

Happy to get any idea on how to make it even better!
noctarius
·10 months ago·discuss
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 understood.

Like many things in PG, they aren't always easy to get right away I remember my first time with it years and years ago.
noctarius
·2 years ago·discuss
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...
noctarius
·2 years ago·discuss
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 few months ago
noctarius
·2 years ago·discuss
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'll run into issues.

Have you thought about TCP sockets between the apps and sharing state, or something like a redis database?
noctarius
·2 years ago·discuss
You need some type of cluster-wide shared memory?
noctarius
·2 years ago·discuss
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 into a YAML file, marking the features that are mentioned in the docs.

Fixed a few, where I saw thinks in their respective docs, and added features like file or object storage. Also added a few that weren't mentioned.

Topology is https://kubernetes-csi.github.io/docs/topology.html, ReadWriteOncePod is supposed to mean https://kubernetes.io/blog/2023/04/20/read-write-once-pod-ac...
noctarius
·2 years ago·discuss
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 weekend :)
noctarius
·2 years ago·discuss
Guess you want a block storage?
noctarius
·2 years ago·discuss
Uh! Thanks for mentioning. Also wasn't aware that plausible is blocked, thanks for the hint, even though I wonder why it breaks the search. I'll figure it out. Thanks again.
noctarius
·2 years ago·discuss
Disclaimer: host of the podcast

Nicolas Fränkel explains how API gateways help to implement customer-specific behavior into the API management and how this can help improve security. Obvious focus is Apache APISIX but also the broader topic of API gateway in general and why you want to use them.
noctarius
·2 years ago·discuss
I hope you're right. Apart from that, yes I think it's necessary.
noctarius
·2 years ago·discuss
Didn't think of this suspicion beforehand, but doesn't sound like a total miss.
noctarius
·2 years ago·discuss
Ouch. Glad you had the alarm (and that it reacted "early enough"). Anyhow, I think you may not be along with that surprise.
noctarius
·2 years ago·discuss
Seems like I'm a lucky one. Neither using RDS nor MySQL. But seriously, ouch. I mean, I get why they want people to migrate to supported versions but ...
noctarius
·2 years ago·discuss
True, but I guess it'll be a surprise to many. And, unfortunately, upgrading isn't always the easiest thing with deprecations and stuff
noctarius
·2 years ago·discuss
Article by Mary Henry. I was shocked to see how much more the extended support (per hour) cost is for Kubernetes on AWS.

Haven't had that situation myself on AWS yet, but ran into it a few times on Azure

I can't remember to have paid extra on Azure though, but maybe we did. Certainly not 6x the price though.

PS: not sure why it got flagged the first time, but I think because I used a different title. Sorry.
noctarius
·2 years ago·discuss
Article by Mary Henry.

I was shocked to see how much more the extended support (per hour) cost is for Kubernetes on AWS.

Haven't had that situation myself on AWS yet, but ran into it a few times on Azure

I can't remember to have paid extra on Azure though, but maybe we did. Certainly not 6x the price though
noctarius
·2 years ago·discuss
Kubernetes is around for about a decade by now. How much longer is it going to stay? Will it decay into the void soon, or is it here to stay?
noctarius
·2 years ago·discuss
Álvaro Hernández Tortosa from OnGres, a company providing the necessary tooling to run a production-grade PostgreSQL in Kubernetes. Álvaro talks about the issues with the many-solutions-to-a-problem situation in Postgres and how it can be overwhelming and alarming to newcomers.