second link should be https://radiolab.org/podcast/good-samaritan
Good teachers are worth six figures easily.
pgbouncer supports session and transaction pooling. With session pooling a connection will be associated with the same session throughout its use. With transaction pooling each transaction on the connection could…
I think "web app" is too broad a category to have this kind of discussion over.. for a lot of web apps 1.5 updates per second could be considered a reasonable limit. Many people work on web apps that do 100x that and…
"Sleeping pills" is classic celebrity cover for harder stuff.
It is true that good money can be made in tech, and that some companies pay > 100K/year out of college, but it's worth pointing out that even in the US this isn't true in general or in the majority of cases. There are a…
"Everything app" seems like a great vision. Let's not get hung up on the details of, you know... everything.
I don't understand what you mean by this. [~] $ cat main.go package main import "fmt" func main() { x := []int{1, 2} append(x, 3) fmt.Println(x) } [~] $ go run main.go # command-line-arguments ./main.go:7:2: append(x,…
I dunno about the m1 aspect of this but postgres and redis for typical dev work shouldn't require more than a gigabyte or two of RAM when running together. 32-64GB is more like heavy traffic enterprise DB territory...
I was curious about your claim about the lottery... This article has a quote from a California Lottery spokesman saying 138 people won a million+ in 2021: https://patch.com/california/orange-county/californias-top-1....…
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/... gets linked here from time to time, along with this similar one https://github.com/prql/prql. I'm not sure either one claims SQL parity at this point but…
second link should be https://radiolab.org/podcast/good-samaritan
Good teachers are worth six figures easily.
pgbouncer supports session and transaction pooling. With session pooling a connection will be associated with the same session throughout its use. With transaction pooling each transaction on the connection could…
I think "web app" is too broad a category to have this kind of discussion over.. for a lot of web apps 1.5 updates per second could be considered a reasonable limit. Many people work on web apps that do 100x that and…
"Sleeping pills" is classic celebrity cover for harder stuff.
It is true that good money can be made in tech, and that some companies pay > 100K/year out of college, but it's worth pointing out that even in the US this isn't true in general or in the majority of cases. There are a…
"Everything app" seems like a great vision. Let's not get hung up on the details of, you know... everything.
I don't understand what you mean by this. [~] $ cat main.go package main import "fmt" func main() { x := []int{1, 2} append(x, 3) fmt.Println(x) } [~] $ go run main.go # command-line-arguments ./main.go:7:2: append(x,…
I dunno about the m1 aspect of this but postgres and redis for typical dev work shouldn't require more than a gigabyte or two of RAM when running together. 32-64GB is more like heavy traffic enterprise DB territory...
I was curious about your claim about the lottery... This article has a quote from a California Lottery spokesman saying 138 people won a million+ in 2021: https://patch.com/california/orange-county/californias-top-1....…
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/... gets linked here from time to time, along with this similar one https://github.com/prql/prql. I'm not sure either one claims SQL parity at this point but…