Live data from Hacker News

Viewing profile — katnegermis

katnegermis

HN member
Joined
Thu, Jan 15, 2015, 6:41 PM UTC
HN karma
93
Public activity
18 items

About katnegermis

No profile information was provided.

Recent public activity

  1. comment
    Comment #26118335

    I really love using dbeaver[1] as a Postgres IDE. It requires a small bit of configuration for me to use it (why are the defaults to automatically lowercase all of my SQL?!). Other…

  2. comment
    Comment #25357217

    Ha, initially misread your question as its opposite (~"would reading technical/non-work related books in my spare time be a waste of time") and immediately thought no, of course no…

  3. comment
    Comment #24068136

    Not pc, but they did an episode of "How I built this" that: https://www.npr.org/2020/03/06/812853591/stripe-patrick-and-... I don't remember if they answered exactly what you are a…

  4. comment
    Comment #23821459

    Not OP, but I've recently worked with AWS Parameter Store a lot, and I've been very happy with it so far. We store all configuration (including secrets) using it. We started by usi…

  5. comment
    Comment #22727876

    I think this is what https://tailscale.com/ is trying to solve :) (I'm in no way affiliated, but stumbled upon it on twitter a few weeks ago)

  6. comment
    Comment #22540492

    At noesis.gg we made a small, not-at-all scientific comparison of our JSON and flatbuffers implementations: https://www.noesis.gg/news/player-movement-speedup.html . The somewhat s…

  7. comment
    Comment #21905281

    I think it is a joke-attempt at getting him to reveal his wifi password :)

  8. story
    Show HN: Visual, interactive analytics for esports (CS:GO)

    I'm working on a visual, interactive suite of analytics tools for Counter-Strike Global Offensive called https://www.noesis.gg . We're bootstrapped and have been working on the pro…

  9. story
    Show HN: Counter-Strike analytics for all skill levels

    I'm working on the Counter-Strike Global Offensive analytics site https://www.noesis.gg with my partner. We're bootstrapped and have been working on the project for a bit less than…

  10. comment
    Comment #19252605

    I think he's referring to the fact that maps are iterated in random order. Now if you print them directly, you may be lead to believe that the order is _not_ random.

  11. comment
    Comment #17603118

    One of my friends came up with a tongue-in-cheek name for your "default to many"-advice: https://theharemrule.com After being given the advice couple years ago, I found it to be ap…

  12. comment
    Comment #17225792

    I can't think of a worse way to get your point across.

  13. comment
    Comment #16438277

    This is very impressive. I would love to see an implementation of this that is on par with the UX of the Nike plus sensor-thingy which can be inserted into the soles of certain mod…

  14. comment
    Comment #15641556

    _Please_ let it be intentional that you wrote punished! It conveys the feeling of publishing so well.

  15. comment
    Comment #15631025

    I just finished it a few days ago. Read it for the exact same reason. I can really recommend it!

  16. comment
  17. comment
    Comment #15412403

    I would _love_ to get me an x320/x330. But I can't for the life of me find a place that actually sells them. The one place that I found is a facebook group where it seems that they…

  18. comment
    Comment #12580167

    I was wondering the exact same thing -- how can CPU-parallelism improve on a task which (to me at least) seems to be disk-IO bound? I'm guessing that my assumption of the task bein…