> 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 from jumping between a 1 to 7 in mood,…
Distracted me from reading the article, I just started chasing other people around.
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 how the concepts help in the real world.
Reminds me of Bocker[0] [0]: https://github.com/p8952/bocker
Lots of examples without the entire OS as other comments mention, an example would be Googles distroless[0] [0]: https://github.com/GoogleContainerTools/distroless
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 fundamentals will, and trying to get some…
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.
Motivation is money, the proxy site is serving their own ads. According to OP, it ranks pretty well on bing.
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 are rather expensive (compared to…
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(arrray[i]} instead of just doing…
If nobody watches me play video games, what is the point? That i enjoy it. Some people enjoy doing art.
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/faster-cpython/blob/master/pl...
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 feel even deeper when my module kept…
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 ended up with a bill of ~100$, which is a…
> 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 anyone else does?
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)
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 the redis command REPLICAOF no one\n\n.…
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 where i'd say "I wont be updating this…
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 signed up for with Cisco.
I mean, isn't it quite reasonable to not update something post-EOL ? (router EOL of 5 years seems a bit short though)
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 breaking than the making part.
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 a gross overestimation, but acting…
I know this happened a lot with Sonic Forces.
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 running android-x86[1], for a single…
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!
> 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 from jumping between a 1 to 7 in mood,…
Distracted me from reading the article, I just started chasing other people around.
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 how the concepts help in the real world.
Reminds me of Bocker[0] [0]: https://github.com/p8952/bocker
Lots of examples without the entire OS as other comments mention, an example would be Googles distroless[0] [0]: https://github.com/GoogleContainerTools/distroless
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 fundamentals will, and trying to get some…
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.
Motivation is money, the proxy site is serving their own ads. According to OP, it ranks pretty well on bing.
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 are rather expensive (compared to…
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(arrray[i]} instead of just doing…
If nobody watches me play video games, what is the point? That i enjoy it. Some people enjoy doing art.
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/faster-cpython/blob/master/pl...
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 feel even deeper when my module kept…
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 ended up with a bill of ~100$, which is a…
> 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 anyone else does?
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)
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 the redis command REPLICAOF no one\n\n.…
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 where i'd say "I wont be updating this…
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 signed up for with Cisco.
I mean, isn't it quite reasonable to not update something post-EOL ? (router EOL of 5 years seems a bit short though)
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 breaking than the making part.
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 a gross overestimation, but acting…
I know this happened a lot with Sonic Forces.
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 running android-x86[1], for a single…
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!