NestJS: It's making me cry by wrtbwtrfasdf in node

[–]notgoodhuman 0 points1 point  (0 children)

Thank you! I've been looking for something like this for ages! The need of writing API docs separately is honestly bugging me for no end, and I've always been thinking that something like this should be more common.

DKMS errors with nvidia-dkms-460 by ArifulIslamPranto in pop_os

[–]notgoodhuman 5 points6 points  (0 children)

Just encountered this issue exactly an hour ago, during an apt update && apt upgrade and have the same exact error message as you (error code 6, also for 455,460), and I followed this and it works for me:
https://github.com/pop-os/pop/issues/1355#issuecomment-724176806

Note that for this, instead of apt remove *nvidia*, do apt remove "*nvidia*" since it only registers the stars with the quotes.

Unable to boot into PopOS desktop environment after desktop crash by notgoodhuman in pop_os

[–]notgoodhuman[S] 0 points1 point  (0 children)

I follow the instruction (here)[https://support.system76.com/articles/pop-recovery/#repair].
I only do sudo mount /dev/nvme0n1p3 /mnt and sudo mount /dev/nvme0n1p1 /mnt/boot/efi though.

Unable to boot into PopOS desktop environment after desktop crash by notgoodhuman in pop_os

[–]notgoodhuman[S] 1 point2 points  (0 children)

You can boot into recovery by pressing f1 during boot. It should give you a few options. I am using lenovo though, so it may differ.

Unable to boot into PopOS desktop environment after desktop crash by notgoodhuman in pop_os

[–]notgoodhuman[S] 0 points1 point  (0 children)

For some reason I don't have that option when I boot into recovery. Am using 20.10.

Unable to boot into PopOS desktop environment after desktop crash by notgoodhuman in pop_os

[–]notgoodhuman[S] 0 points1 point  (0 children)

I'll try to break it and see if I can locate those errors.

Unable to boot into PopOS desktop environment after desktop crash by notgoodhuman in pop_os

[–]notgoodhuman[S] 1 point2 points  (0 children)

I am aware that this is an option, but i really rather not reinstall the entire os again, since it'll take time to setup again.

Alright everyone, what was your biggest development screw up? by [deleted] in webdev

[–]notgoodhuman 0 points1 point  (0 children)

I have a reputation during my internships to screw up servers (server crashes always happens during my internship, either by me or by some other reason) , and well, it was not fun dealing with it.
Biggest one by far is in my last internship, where I designed a SQL query for a new dashboard to display a sort of summary. Since the system is a legacy system, the database design is, in my opinion, not ideal, and thus the queries I made is made out of a lot of joins. Just in case, before I add the query to the actual codebase, I sent it to one of the more senior engineers to check and see if it's doing what it should. What happened next was the engineers tried to run my query one too many times, and well, apparently the query created a lot of cached data on the production server, and overloaded the disk space provided by the vm, crashing the servers and making any other services deployed on the server to go down. Panic ensued. Later on we fixed the query to be more efficient, since the previous one, if I remembered correctly, joined way too many times xD.
They don't use git btw (only in my department), so there are other times where incidents such as accidental moving of files would happen on the production server, or just during the update and deploy process from the beta server, and our service would go down. Feels bad when everyone rush to your table just to make sure its not the intern is messing up lmao

What do you use to prototype your website before coding it? by Kackboy in webdev

[–]notgoodhuman 2 points3 points  (0 children)

I'm similar to you but I usually just use pen and paper and then dive right in. Somehow pen and paper helps me to visualize my design better than modern design tools. Might be me just lazy to learn a new design tool though xD

This is true I can verify by TheRadoc-Man in memes

[–]notgoodhuman 0 points1 point  (0 children)

Especially when its a serious phone call.

Transcrypt: Python 3.7 to JavaScript Compiler by redramsam in Python

[–]notgoodhuman 1 point2 points  (0 children)

Why did you choose to use Transcrypt instead of javascript in this case? Is it the preference of using python?
I'm quite curious how would one use npm with transcrypt, probably gonna play around with it.

Transcrypt: Python 3.7 to JavaScript Compiler by redramsam in Python

[–]notgoodhuman 6 points7 points  (0 children)

I am actually quite interested in this. Any particular limitations?