Live data from Hacker News

Viewing profile — Chickenosaurus

Chickenosaurus

HN member
Joined
Wed, Jul 15, 2015, 7:51 AM UTC
HN karma
158
Public activity
74 items

About Chickenosaurus

[ my public key: https://keybase.io/nicktr; my proof: https://keybase.io/nicktr/sigs/aWe5NsodFv1YkKuw33f6Wh95HCX7eTzPIWScVNFbamE ]

Recent public activity

  1. comment
    Comment #27874327

    Paying more can entice people to commute, but there is still no housing. The real solution is more housing.

  2. comment
    Comment #27830112

    Netcup was founded in my hometown in Germany. They have a very good reputation. However, they were aquired a while ago by Anexia. I am not sure if that changed anything.

  3. comment
  4. comment
    Comment #26888152

    Pulumi also allows storing state yourself in different backends [1]. The SaaS is a convenience. [1] https://www.pulumi.com/docs/intro/concepts/state/

  5. comment
    Comment #25895683

    There are more than 1 billion cars on earth. Cubesats are smaller than a car and can be distributed in an additional dimension (altitude). I think there is little risk of oversatur…

  6. comment
    Comment #25837582

    You can use the kubectl debug command to add ephemeral containers to a running Pod. It's an alpha feature introduced in v1.18. The ephemeral debug container can contain htop while …

  7. comment
    Comment #25651897

    This theory doesn't make sense to me. Banks could simply buy foreign currency to achieve the same without the additional risk of defaulting lenders.

  8. comment
    Comment #24894716

    I feel this says more about the mental stability of that specific person and has very little to do with giving feedback, no?

  9. comment
    Comment #24394723

    Yes, you are surely right. I was mostly wondering if the bot net is actually secure.

  10. comment
    Comment #24283113

    It seems to me this bot could be disabled. Every bot has a list of peers and their SSH credentials. This way, peers can reinfect machines that were restarted, thus allowing the bot…

  11. comment
    Comment #24143579

    Yes, for a second, I was very confused about the connection between active directory and advertising.

  12. comment
    Comment #24112033

    It's trivial to capture if there is a will. Send an agent who offers a bribe, fire the worker if the bribe is accepted.

  13. comment
    Comment #23952916

    If a cryptographic hash function is used, the security of this scheme doesn't rely on keeping the algorithm secret, though. Therefore, it's not security through obscurity. Of cours…

  14. comment
    Comment #23717814

    Yes, the laws don't care about who you bank with. If your "center of life" is in Germany, you are required to pay income taxes. Although "center of life" is not defined in detail i…

  15. comment
    Comment #23470329

    Maybe the person meant to say Visual Studio Code is preferable to Visual Studio.

  16. comment
    Comment #23367568

    I suspect his thought was to use something like "%UserProfile%/pycache/" on windows and "$HOME/.pycache/" on Linux.

  17. story
  18. story
  19. comment
    Comment #23055671

    That might work nicely for plain TCP traffic, but it's not very useful for TLS encrypted connections by itself. An attacker wants to decrypt the packets passed on as the man in the…

  20. comment
    Comment #22976896

    There are some downsides to that approach. The element has semantic meaning which is lost if it's missing. Screen readers for blind people, browser features such as form auto-fill …

  21. story
  22. story
  23. comment
    Comment #20796157

    I completely agree. Having used Manjaro (xfce and i3 variants) as main OS for half a year, it has been a good experience. To be fair, I can't compare with other distros as this was…

  24. comment
    Comment #20672381

    Right, the critique is evaluating algorithms based solely on asymptotic time / space characteristics is insufficient. Constants can be significant if they are big enough.

  25. comment
    Comment #20287793

    Seam carving is the second assignment of Algorithms Part II. I also highly recommend Princeton's Algorithms course on Coursera.