HackerTrans
TopNewTrendsCommentsPastAskShowJobs

LampCharger

no profile record

Submissions

Seeking Guidance: Advising Data Science Students Amidst Tech Industry Layoffs

1 points·by LampCharger·2 yıl önce·0 comments

comments

LampCharger
·2 yıl önce·discuss
Ha. Do people understand time for humanity to save itself is running out. What is the point of having a super human AGI if there's no human civilization for which it can help?
LampCharger
·2 yıl önce·discuss
No, a true quantum computer will not necessarily solve NP-complete (NPC) problems efficiently. Quantum algorithms like Grover’s provide quadratic speedups, but this is insufficient to turn exponential-time solutions into polynomial-time ones. While quantum computers excel in specific tasks (e.g., Shor’s algorithm for factoring), there’s no evidence they can solve all NP-complete problems efficiently.

Current complexity theory suggests that , the class of problems solvable by quantum computers, does not encompass . Quantum computers may aid in approximations or heuristics for NPC problems but won’t fundamentally resolve them in polynomial time unless , which remains unlikely.
LampCharger
·2 yıl önce·discuss
[flagged]
LampCharger
·2 yıl önce·discuss
[flagged]
LampCharger
·3 yıl önce·discuss
The installation steps include the following instructions. Are these safe?

``` sudo wget -O /usr/bin/ape https://cosmo.zip/pub/cosmos/bin/ape-$(uname -m).elf sudo chmod +x /usr/bin/ape sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register" sudo sh -c "echo ':APE-jart:M::jartsr::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register" ```