@elsigh hey! trying to shoot you a dm but it looks like you're only accepting messages from verified users, any chance you could send me a message so we could chat? thanks 😁
@dull_joker@uwunetes worth mentioning that vercel postgres does NOT perform automated backups - i wrote a bun script to replicate the data to a postgres instance i’m running on railway - if you’re going to use vercel postgres in prod, would recommend something similar
@dull_joker@uwunetes gave it a shot since i was migrating from planetscale, converting from mysql to postgres was a pain but after that it’s been working pretty well
@BryanFinster@AdamRackis@daveddev@techsavvytravvy@mickhaelcannon look up cs 2110 and cs 3110 - 2110 was taught by prof. gries when i was in the class, and 3110 is taught by prof. clarkson - both excellent teachers and who both cover unit testing and creating your own test suites alongside a myriad of other useful things
@leeerob hey! just wanted to let you know that i think i may have spotted an error on the Vercel Edge Config docs, the message for split integration appears on the hypertune page as well - not sure if this is intentional but wanted to let you know!
@CalmDownVal@mgdotdev you can use vim to jump a certain number of lines in a direction, say 10 lines up, that’s why it’s useful! relative line numbers make life a bit easier