Live data from Hacker News

Viewing profile — markusbk

markusbk

HN member
Joined
Fri, Feb 03, 2017, 2:51 PM UTC
HN karma
38
Public activity
12 items

About markusbk

No profile information was provided.

Recent public activity

  1. comment
    Comment #20994982

    Duplicate of https://news.ycombinator.com/item?id=20992991 .

  2. comment
    Comment #20736565

    Repost of https://news.ycombinator.com/item?id=10833278 .

  3. story
  4. comment
    Comment #19777501

    Steve Yegge, high profile developer previously at Google and Amazon, now head of engineering for Data Insights at Grab, wrote a nice blog post about why he quit his job at Google t…

  5. story
  6. comment
    Comment #18699143

    Seems AWS has added T3 RDS instances for MySQL in Stockholm now. Not for PostgreSQL yet, though.

  7. comment
  8. comment
    Comment #17391554

    One useful takeaway: > When Clean Code becomes a source of less boring work, I’m for it. When it becomes a source of frustration and guilt, I’m against it.

  9. story
  10. comment
    Comment #17311149

    Some useful background info in https://www.kartar.net/2017/10/prometheus/ on why Turnbull wrote the book, despite being one of the maintainers for a competing monitoring tool, Riem…

  11. story
  12. comment
    Comment #17186731

    If your input is already sorted (like this article assumes), you can use "sort -m", which is a lot faster. Also, to print only lines with duplicates, use "uniq -d" instead of "uniq…