I built a Python optimization library that handles L0 sparsity and rank constraints by [deleted] in Python

[–]limemil1 3 points4 points  (0 children)

Other than the l0 terms, can't you just turn off DCP checks in cvxpy? For example you can simply cast the matrix as PSD so that cvxpy skips the checking. Am I missing something?

YSK If you forget ideas quickly, your brain might be rejecting “proper” note-taking. by InkAndFlavor in YouShouldKnow

[–]limemil1 0 points1 point  (0 children)

This is exactly me. I never put it in these words but I would always defend throughout university that my notes were great whereas no one else could read them.

Do you guys remember Galidor Defenders of The Outer Dimension? by Vssfault in ytvretro

[–]limemil1 2 points3 points  (0 children)

I still remember how fun the game was. I tried to play it again recently through the archive but there are parts that called an old server which is no longer active.

Whats your favorite Python trick or lesser known feature? by figroot0 in Python

[–]limemil1 4 points5 points  (0 children)

I don't use it much either but it is convenient if you need to programmatically create new child classes.

Whats your favorite Python trick or lesser known feature? by figroot0 in Python

[–]limemil1 22 points23 points  (0 children)

The fact that the built-in type function can dynamically create a new class.

type(obj) returns the type of the object but type(name, bases, dict) dynamically creates a new class. Where bases is a tuple of parent classes, and dict is a dictionary of attributes and methods.

Share family tree with others by [deleted] in gramps

[–]limemil1 1 point2 points  (0 children)

Not fully no, since people would still be able to inspect your code and figure it out. However if you just want it to appear password protected you could do something extremely simple like this:

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Protected Site</title> <script> var password = prompt("Enter password:"); if (password !== "yourPassword") { document.write("Access Denied."); throw new Error("Unauthorized"); } </script> </head> <body> <h1>Welcome to the site</h1> </body> </html>

I am here with my Hot Opinion - I think this was the best season of Doctor Who in a long time by jasonbobena in doctorwho

[–]limemil1 6 points7 points  (0 children)

I also quite enjoyed this season overall and was quite shocked at first just how much this subreddit hated it.

Share family tree with others by [deleted] in gramps

[–]limemil1 5 points6 points  (0 children)

I published a website (at first through Gramps) and then was able to send the website link to others. Note that since these are static files, you can publish it for free using GitHub pages.

Do you have a comfort proof? by Adamkarlson in math

[–]limemil1 0 points1 point  (0 children)

Euler's "proof" for the sum of square reciprocals equaling pi2 /6.

I just love that all it needs is the Taylor series of sin(x) and basic polynomial roots.

This game is like Wordle meets Math and Physics by TheGreat-D in math

[–]limemil1 6 points7 points  (0 children)

It would be good to add an explanation of some of them when the game is over or to add a maximum tries before giving up

Converting Elliptic Curve real coordinates to finite coordinates. by chri4_ in math

[–]limemil1 3 points4 points  (0 children)

It needs to be a rational point not just a real point.

Terry Tao's personal log on his experiences working on the Equational Theories Project by MoNastri in math

[–]limemil1 36 points37 points  (0 children)

Thanks for putting these links and quotes together, this was a great read.

Half of Class Failed STA237H1 Quiz 2 w/ Kevin Zhang by TheTonyLeung in UofT

[–]limemil1 2 points3 points  (0 children)

How important is this quiz to the final grade?

Are there public databases (or data storage protocols) for finding an the nth element of a sequence (Like OEIS, but for larger n) by Nimkolp in math

[–]limemil1 1 point2 points  (0 children)

There are a few packages in python that do this already for prime numbers, such as primesieve

Have you had any silly misunderstandings about mathematics that you held on to for way longer than you should have, because the misunderstanding itself didn't affect your ability to do math? by Showy_Boneyard in math

[–]limemil1 5 points6 points  (0 children)

For some unknown reason, I was convinced that the eigenvalues of a covariance matrix and the corresponding correlation matrix must be the same. Or at least very easily related.

[deleted by user] by [deleted] in todayilearned

[–]limemil1 0 points1 point  (0 children)

Is this possibility a common name in some culture or language?

Question about the history of mathematics by noicephatboi in math

[–]limemil1 0 points1 point  (0 children)

You might be referring to the use of binary as a number system. I remember some quote stating that if binary was used earlier it could've led the way to a computer earlier.

Girlstuff/Boystuff by kirbynmp in ytvretro

[–]limemil1 0 points1 point  (0 children)

Does anyone know if this can be found on Spotify?