Viewing profile — Chickenosaurus
Chickenosaurus
HN member- Joined
- Wed, Jul 15, 2015, 7:51 AM UTC
- HN karma
- 158
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About Chickenosaurus
Recent public activity
-
comment
Comment #27874327
Paying more can entice people to commute, but there is still no housing. The real solution is more housing.
-
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.
- comment
-
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/
-
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…
-
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 …
-
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.
-
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?
-
comment
Comment #24394723
Yes, you are surely right. I was mostly wondering if the bot net is actually secure.
-
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…
-
comment
Comment #24143579
Yes, for a second, I was very confused about the connection between active directory and advertising.
-
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.
-
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…
-
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…
-
comment
Comment #23470329
Maybe the person meant to say Visual Studio Code is preferable to Visual Studio.
-
comment
Comment #23367568
I suspect his thought was to use something like "%UserProfile%/pycache/" on windows and "$HOME/.pycache/" on Linux.
- story
- story
-
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…
-
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 …
- story
- story
-
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…
-
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.
-
comment
Comment #20287793
Seam carving is the second assignment of Algorithms Part II. I also highly recommend Princeton's Algorithms course on Coursera.