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·قبل شهرين·0 comments

Show HN: The Art of Storage Performance Optimization

simplyblock.io
2 points·by noctarius·قبل 5 أشهر·0 comments

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

github.com
3 points·by noctarius·قبل 5 أشهر·0 comments

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

simplyblock.io
1 points·by noctarius·قبل 10 أشهر·1 comments

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

simplyblock.io
6 points·by noctarius·قبل 10 أشهر·4 comments

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

simplyblock.io
4 points·by noctarius·السنة الماضية·0 comments

Sheepdog - a distributed storage system for QEMU

github.com
3 points·by noctarius·السنة الماضية·0 comments

New Apache Cassandra Release Saves 400% IOPS

simplyblock.io
5 points·by noctarius·السنة الماضية·0 comments

EBS Volume Usage Exporter

github.com
1 points·by noctarius·قبل سنتين·0 comments

Database Internals: Working with IO

scylladb.com
2 points·by noctarius·قبل سنتين·0 comments

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

observer.com
3 points·by noctarius·قبل سنتين·0 comments

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

simplyblock.io
2 points·by noctarius·قبل سنتين·0 comments

Critical vulnerabilities in 6 AWS services disclosed at Black Hat USA

scmagazine.com
55 points·by noctarius·قبل سنتين·19 comments

WASI API: Capabilities and Filesystems

blog.sunfishcode.online
7 points·by noctarius·قبل سنتين·1 comments

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

github.com
1 points·by noctarius·قبل سنتين·0 comments

Optimizing cache resets for higher transaction output

ravendb.net
1 points·by noctarius·قبل سنتين·0 comments

Show HN: Searchable Kubernetes CSI provider listing

storageclass.info
47 points·by noctarius·قبل سنتين·22 comments

Kubernetes Persistent Volumes: How to and Best Practices

simplyblock.io
2 points·by noctarius·قبل سنتين·0 comments

FreeBSD Community Survey Report 2024

freebsdfoundation.org
2 points·by noctarius·قبل سنتين·0 comments

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

databaserookies.wordpress.com
2 points·by noctarius·قبل سنتين·0 comments

comments

noctarius
·قبل 10 أشهر·discuss
Thank you very much :)

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