Live data from Hacker News

Viewing profile — svenklemm

svenklemm

HN member
Joined
Fri, Oct 27, 2017, 10:15 AM UTC
HN karma
5
Public activity
7 items

About svenklemm

No profile information was provided.

Recent public activity

  1. story
    Show HN: Pgspot – Find vulnerabilities in Postgres SQL scripts

    Hi HN! My name is Sven, I am an engineer at Timescale and this is my fun side project. The main purpose of pgspot is to check postgres extension sql scripts for vulnerabilities but…

  2. story
  3. story
  4. comment
    Comment #23230100

    To get graphs for this week and the last 3 weeks in the same panel you could use something like this: SELECT i::text as metric, l1.* FROM (SELECT g1 AS i, g1 * '1week'::interval AS…

  5. comment
    Comment #17960589

    There is a patch for telegraf to support writing to postgres ( https://github.com/influxdata/telegraf/pull/3428 ). Grafana 5.3 (currently in beta) has support for filling in previo…

  6. comment
    Comment #17257546

    I use stars as bookmarks, but i also use the watch feature to keep track of stuff i find interesting.

  7. comment
    Comment #16979909

    Does nuitka build a static executable or do you still need to supply shared libraries with the executable?