Readit News logoReadit News
dveeden2 commented on AliSQL: Alibaba's open-source MySQL with vector and DuckDB engines   github.com/alibaba/AliSQL... · Posted by u/baotiao
travem · 6 days ago
One option is TiDB. It has support for columnar data alongside row based data. However, it is MySQL compatible, but not based on MySQL code so not quite what you asked for.
dveeden2 · 5 days ago
Yes, TiDB has columnar data and also Vector support. All open source and MySQL compatible.
dveeden2 commented on MySQL users be warned: Git commits in MySQL-server significantly declined 2025   optimizedbyotto.com/post/... · Posted by u/ottoke
dveeden2 · a month ago
Good time to consider TiDB or MariaDB.
dveeden2 commented on Rocky Linux   rockylinux.org/... · Posted by u/tosh
dveeden2 · a month ago
Anything new? A new release?
dveeden2 commented on Unix v4 (1973) – Live Terminal   unixv4.dev/... · Posted by u/pjmlp
gdgghhhhh · a month ago
/proc is a Linux thing.
dveeden2 · a month ago
/proc is only copied (and extended) by Linux. It was introduced in UNIX V8. It is also in Solaris and FreeBSD.
dveeden2 commented on Unix v4 (1973) – Live Terminal   unixv4.dev/... · Posted by u/pjmlp
dveeden2 · a month ago
Things that I noticed are not yet there in this version: /proc, uptime, uname

Things that are working: `cal 2026`, coredumps

Things that might be broken or aren't working as expected: ps (only returns "No mem")

And utmp is in /tmp?

And no /usr/sbin or /sbin? And nothing in /usr/local?

The messages from `write root` are only in uppercase.

dveeden2 commented on Real VT102 Emulation with MAME   zork.net/~st/jottings/Rea... · Posted by u/gurjeet
dveeden2 · 3 months ago
Maybe `pv` with the `--rate-limit` option can be used for the buffer problems?
dveeden2 commented on Show HN: A Database Written in Golang   github.com/Sahilb315/Atom... · Posted by u/Sahil121
dveeden2 · a year 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 · a year 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 · a year 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 · a year 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?

u/dveeden2

KarmaCake day376January 1, 2014View Original