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·há 2 meses·0 comments

Show HN: The Art of Storage Performance Optimization

simplyblock.io
2 points·by noctarius·há 5 meses·0 comments

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

github.com
3 points·by noctarius·há 5 meses·0 comments

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

simplyblock.io
1 points·by noctarius·há 10 meses·1 comments

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

simplyblock.io
6 points·by noctarius·há 10 meses·4 comments

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

simplyblock.io
4 points·by noctarius·ano passado·0 comments

Sheepdog - a distributed storage system for QEMU

github.com
3 points·by noctarius·ano passado·0 comments

New Apache Cassandra Release Saves 400% IOPS

simplyblock.io
5 points·by noctarius·ano passado·0 comments

EBS Volume Usage Exporter

github.com
1 points·by noctarius·há 2 anos·0 comments

Database Internals: Working with IO

scylladb.com
2 points·by noctarius·há 2 anos·0 comments

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

observer.com
3 points·by noctarius·há 2 anos·0 comments

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

simplyblock.io
2 points·by noctarius·há 2 anos·0 comments

Critical vulnerabilities in 6 AWS services disclosed at Black Hat USA

scmagazine.com
55 points·by noctarius·há 2 anos·19 comments

WASI API: Capabilities and Filesystems

blog.sunfishcode.online
7 points·by noctarius·há 2 anos·1 comments

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

github.com
1 points·by noctarius·há 2 anos·0 comments

Optimizing cache resets for higher transaction output

ravendb.net
1 points·by noctarius·há 2 anos·0 comments

Show HN: Searchable Kubernetes CSI provider listing

storageclass.info
47 points·by noctarius·há 2 anos·22 comments

Kubernetes Persistent Volumes: How to and Best Practices

simplyblock.io
2 points·by noctarius·há 2 anos·0 comments

FreeBSD Community Survey Report 2024

freebsdfoundation.org
2 points·by noctarius·há 2 anos·0 comments

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

databaserookies.wordpress.com
2 points·by noctarius·há 2 anos·0 comments

comments

noctarius
·há 10 meses·discuss
Thank you very much :)

Happy to get any idea on how to make it even better!
noctarius
·há 10 meses·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
·há 2 anos·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
·há 2 anos·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
·há 2 anos·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
·há 2 anos·discuss
You need some type of cluster-wide shared memory?
noctarius
·há 2 anos·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
·há 2 anos·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
·há 2 anos·discuss
Guess you want a block storage?
noctarius
·há 2 anos·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
·há 2 anos·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
·há 2 anos·discuss
I hope you're right. Apart from that, yes I think it's necessary.
noctarius
·há 2 anos·discuss
Didn't think of this suspicion beforehand, but doesn't sound like a total miss.
noctarius
·há 2 anos·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
·há 2 anos·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
·há 2 anos·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
·há 2 anos·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
·há 2 anos·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
·há 2 anos·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
·há 2 anos·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.