Viewing profile — nigma1337
nigma1337
HN member- Joined
- Thu, Dec 09, 2021, 12:16 PM UTC
- HN karma
- 88
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About nigma1337
No profile information was provided.
Recent public activity
-
comment
Comment #37997839
> In the mild case, the common side effects are blunting of your emotions Isn't this the primary effect, more than a side effect? Atleast in my case, it's been super helpful, going…
-
comment
Comment #37737679
Distracted me from reading the article, I just started chasing other people around.
-
comment
Comment #37161033
Recently finished The DevOps Handbook[1]. Had a lot of nice insight into good ways of doing DevOps, and I found the examples from real companies incredibly helpful in understand ho…
-
comment
Comment #36489615
Reminds me of Bocker[0] [0]: https://github.com/p8952/bocker
-
comment
Comment #36489601
Lots of examples without the entire OS as other comments mention, an example would be Googles distroless[0] [0]: https://github.com/GoogleContainerTools/distroless
-
comment
Comment #36477415
I have such a fear for this, that things i invest time/energy into today will be obsolete in half a year, and my time would be essentially "wasted". As others say, learning the fun…
-
comment
Comment #35568557
I absolutely love how easy it was to capture requests through ADB with your tool, only solution i could find which just worked out of the box.
-
comment
Comment #33954818
Motivation is money, the proxy site is serving their own ads. According to OP, it ranks pretty well on bing.
-
comment
Comment #33865268
Does anyone have any experience running kubernetes on hetzner? We're currently using DOKS, but are strongly considering setting something up on bare metal servers, as digital ocean…
-
comment
Comment #33637405
I've been using SonarLint[0] for a while for this, as it not only finds code smells, but also if i do things in a weird way, like doing for(i=0;i>array.length-1;i++){console.log(ar…
-
comment
Comment #33530961
If nobody watches me play video games, what is the point? That i enjoy it. Some people enjoy doing art.
-
comment
Comment #33328584
Planned for 3.12 > Simple "JIT" compiler for small regions. Compile small regions of specialized code, using a relatively simple, fast compiler. https://github.com/markshannon/fast…
-
comment
Comment #33327697
I recently wrote my first PAM module, using pam-rs[1] so i could do it in rust. It was a learning experience, a rather enjoyable one though. While going down the rabbit hole, I fee…
-
comment
Comment #33259491
I've only had one experience with azure support, Back when i was first getting into cloud/playing around with servers, I had forgotten to shut down the VPC i rented there, and I en…
-
comment
Comment #33175090
> My credentials are deactivated when I'm not using them. This sounds rather interesting, mind elaborating how its done? How would they activate when you use them, but not if anyon…
-
comment
Comment #33163092
I've been using dnsmasq [1] instead of DHCPD, and it's been fairly easy for me (the built in TFTP server made PXE super easy)
-
comment
Comment #33160773
It does also seem like the reporter was extremely careful as to not accidentally access user data > After seeing the pings, I immediately turned off the replication by executing th…
-
comment
Comment #32809202
ofc it's real. They're saying "at this date, we wont update it anymore". The router still works, it just isn't updated anymore. If i had an old product, there's also some point whe…
-
comment
Comment #32808574
I totally agree, and stopped buying cisco a long time ago. 5 years is too short, i think i've had my current router for 10 already. The EOL sucks, but that's what people kinda sign…
-
comment
Comment #32808452
I mean, isn't it quite reasonable to not update something post-EOL ? (router EOL of 5 years seems a bit short though)
-
comment
Comment #32081057
When cryptopals is mentioned, i've also gotta mention "Cryptohack": https://cryptohack.org/ That's where i've learnt most of my crypto, although it might be more focussed on the br…
-
comment
Comment #32068555
I wouldn't really show off nemid/mitid as a shining example for digitalization in Denmark. Mitid came out already with security issues[1]. I do agree that the 20-30 years behind is…
-
comment
Comment #31929956
I know this happened a lot with Sonic Forces.
-
comment
Comment #31823558
At work we're running some self hosted service, issue is, the service is quite old, and the client only works with other old openjdk versions, so the vm runs the client. I'm also r…
-
comment
Comment #31774830
I've spent quite some time on things like cryptohack, and speaking to my cryptography friends, but ECC has never actually stuck as well as this does. Brilliantly done!