Readit News logoReadit News
dveeden2 commented on Show HN: A Database Written in Golang   github.com/Sahilb315/Atom... · Posted by u/Sahil121
dveeden2 · 6 months ago
Other databases written in Go:

- TiDB by PingCAP

- Vitess by PlanetScale

Both are basically only the SQL part as TiDB uses TiKV (written in Rust) and Vitess uses MySQL.

For those who want to implement a database in Go but without having to implement a network protocol there is go-mysql, which allows you to do this: https://github.com/go-mysql-org/go-mysql/blob/master/cmd/go-... As demonstration I created a networked SQLite: https://github.com/dveeden/go-mysql-examples/blob/main/go-my...

Both TiDB and Vitess have parsers that can be used outside standalone. So if you only want to implement your own on disk format, this can help.

Note that I'm working for PingCAP on TiDB and I'm also a co-maintainer for go-mysql.

dveeden2 commented on It's time to replace TCP in the datacenter (2023)   arxiv.org/abs/2210.00714... · Posted by u/ilove_banh_mi
dveeden2 · 10 months ago
Wasn't something like HOMA already tried with SCTP?
dveeden2 commented on Smarter Than 'Ctrl+F': Linking Directly to Web Page Content   alfy.blog/2024/10/19/link... · Posted by u/damir
dveeden2 · 10 months ago
With a addon this is much more usable, not sure why there isn't a selection-to-text-fragment-link functionality builtin to Firefox...(same for other browsers?)

https://addons.mozilla.org/firefox/addon/text-fragment/

dveeden2 commented on Just want simple TLS for your .internal network?   github.com/nh2/internal-c... · Posted by u/nh2
dveeden2 · 10 months ago
VALIDITY_DAYS="3650"

I'd rather see something with 90 days and ACME. Note sure why there isn't a simple certificate management tool that does this and maybe even brings a simple UI?

dveeden2 commented on In Xsight – OS/2 Museum   os2museum.com/wp/finally-... · Posted by u/rbanffy
dveeden2 · a year ago
The uname output looks more like the content of /etc/os-release on modern Linux distros and FreeBSD than the output of uname on Linux or FreeBSD.
dveeden2 commented on UK will give sovereignty of Chagos Islands to Mauritius   bbc.co.uk/news/articles/c... · Posted by u/andystanton
dveeden2 · a year ago
https://freakonomics.com/podcast/top-level-domains/ is a podcast that talks about the economics of TLDs like ".io".
dveeden2 commented on Systems at government departments in the Netherlands down   translations.lab.nos.nl/a... · Posted by u/dveeden2
dveeden2 · a year ago
Impact: Eindhoven international airport, DigiD (government SSO), C2000/P2000 emergency services communication, and more

u/dveeden2

KarmaCake day368January 1, 2014View Original