akash_rawal

joined 1 year ago
[–] [email protected] 1 points 2 months ago
  1. It might be a card grabber.
  2. Don't put real card details of course.
[–] [email protected] 1 points 2 months ago

It wants you to put dummy details as fast as you can.

[–] [email protected] 1 points 2 months ago

It is a game, but it might also be a card grabber.

[–] [email protected] 1 points 2 months ago

I did not make this, and you're supposed to put dummy details there. Don't put actual credit card information.

[–] [email protected] 6 points 3 months ago

For me the value of podman is how easily it works without root. Just install and run, no need for sudo or adding myself to docker group.

I use it for testing and dev work, not for running any services.

[–] [email protected] 3 points 3 months ago

No... too hard.

[–] [email protected] 1 points 3 months ago

npm ruin dev running shittier could be a nice prank... depending on how often it gets typed.

[–] [email protected] 7 points 6 months ago (1 children)

I didn't know the answer either, but usually you can compose solution from solutions of smaller problems.

solution(0): There are no disks. Nothing to do. solution(n): Let's see if I can use solution(n-1) here. I'll use solution(n-1) to move all but last disk A->B, just need to rename the pins. Then move the largest disk A->C. Then use solution(n-1) to move disks B->C by renaming the pins. There we go, we have a stack based solution running in exponential time.

It's one of the easiest problem in algorithm design, but running the solution by hand would give you a PTSD.

[–] [email protected] 19 points 6 months ago (3 children)

Replacing "Programmers:" with "Program:" is more accurate.

spoilerTower of Hanoi is actually easy to write program for. Executing it on the other hand...

[–] [email protected] 5 points 10 months ago

TPM stores the encryption key against secure boot. That way, if attacker disables/alters secure boot then TPM won't unseal the key. I use clevis to decrypt the drive.

[–] [email protected] 1 points 10 months ago

Thank you... I had to learn kubernetes for work and it was around 2 weeks of time investment and then I figured out I could use it to fix my docker-compose pains at home.

If you run a lot of services, I can attest that kubernetes is definitely not overkill, it is a good tool for managing complexity. I have 8 services on a single-node kubernetes and I like how I can manage configuration for each service independent of each other and also the underlying infrastructure.

 

I am building my personal private cloud. I am considering using second hand dell optiplexes as worker nodes, but they only have 1 NIC and I'd need a contraption like this for my redundant network.

Then this wish came to my mind. Theoretically, such a one box solution could be faster than gigabit too.

 
view more: next ›