Live data from Hacker News

Viewing profile — sqlcommando

sqlcommando

HN member
Joined
Fri, Oct 21, 2022, 7:46 PM UTC
HN karma
25
Public activity
11 items

About sqlcommando

No profile information was provided.

Recent public activity

  1. comment
    Comment #35508089

    second link should be https://radiolab.org/podcast/good-samaritan

  2. comment
    Comment #34806176

    Good teachers are worth six figures easily.

  3. comment
    Comment #34756093

    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 tra…

  4. comment
    Comment #34436977

    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 wo…

  5. comment
    Comment #34152370

    "Sleeping pills" is classic celebrity cover for harder stuff.

  6. comment
    Comment #34076180

    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 o…

  7. comment
    Comment #34046130

    "Everything app" seems like a great vision. Let's not get hung up on the details of, you know... everything.

  8. comment
    Comment #33980027

    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-li…

  9. comment
    Comment #33769936

    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 hea…

  10. comment
    Comment #33625622

    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/califor…

  11. comment
    Comment #33322889

    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 o…