@0xlelouch_ Instead of a bool, use datetime - "date_verified". If NULL - not verified, if set - datetime of verification.
Does not lock the table, because needs no backfilling.
Fast, effortless.
@G0nZaIeZ@skv_nskv Речь не про десктоп. Если купить VPS, там включить ufw (блокировать все порты), создать docker-compose.yaml с ports: 3000:3000, то порт 3000 будет видно с интернета.
@Manu343726 I built a reverse tunnel over QUIC in rust for remote ssh to nodes behind NAT over unreliable channel in 1 hr from 0 to a working prototype with sonnet 4.5.
It needs some polishing, but 90% of the code is there and won't be changed. It also built tests.
It spent...
@tldraw But 6 bytes can be packed in an uint64... That will be even smaller than base64. And you will have an extra space for one more 2-byte number.
Even, pack every 4 points into 3 uint64 numbers.