Viewing profile — west0n
west0n
HN member- Joined
- Mon, Aug 28, 2023, 2:55 PM UTC
- HN karma
- 279
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About west0n
Recent public activity
-
comment
Comment #47764633
[dead]
- story
- story
-
comment
Comment #42397686
but when the VPS fails, you lost all your data
-
comment
Comment #42397626
If you want to run a database on VPS with ssd disk, you'll need at least two replicas for data redundancy, which would cost about $10.
- story
- story
-
story
Show HN: WeSQL – Agile MySQL with S3-Based Storage
WeSQL is an innovative MySQL distribution that adopts a compute-storage separation architecture, with storage backed by S3 (and S3-compatible systems). It can run on any cloud, ens…
- story
-
comment
Comment #41167850
I'm curious about how rqlite's performance compares to other distributed databases developed in Go, such as CockroachDB, Vitess, and TiDB.
- story
- story
- story
- comment
- story
- comment
- story
-
comment
Comment #40164972
If we didn't have abstractions like POSIX, applications would need to write an adaptor for every supported file system.
-
comment
Comment #40028362
This analysis is very insightful.
-
comment
Comment #40001573
As the founder and CEO of a two-year-old startup, seeking certainty in the direction amidst uncertainty (determining which products can bring customers and profits) should become m…
-
comment
Comment #39985925
Interesting, another project implemented in Go that is compatible with MySQL server, alongside others like Vitess and TiDB.
-
comment
Comment #39975618
See some development frameworks for local-first apps support both SQLite and PostgreSQL. The advantage of using PostgreSQL is that when you add a cloud option to your local-first a…
- story
-
comment
Comment #39966916
I bet that all message queues and log databases will support S3, as these types of data generally have a large volume and aren't as economically valuable (don't get me wrong, what …
-
comment
Comment #39904461
Here is our approach: From Markdown to a Docusaurus Website via GitHub, gh Actions, and gh pages https://baky0905.github.io/personal-website/blog/2021/04/02/...