Readit News logoReadit News
penguinten commented on Bank Failures Visualized   observablehq.com/@mbostoc... · Posted by u/A_D_E_P_T
sam_goody · 2 years ago
And now that the fed said they will only "fully" back depositors in large banks that go under, there will be even more consolidation, so the next crash can consist of just one huge circle that acted gregariously and irresponsibly before its collapse, but no one could do anything because of its size.

What makes this even worse, is that Yellen would have lost nothing had she said they would back every bank and not just large banks - small bank failures are just not that common, and the risk is low, (and can be walked back in two years when the tension lowers).

Even worse, well over half of the SVB bailout went to <20 accounts.

IMO, they should have raised the amount that FDIC is insuring, which is unquestionably too low. [They still should do that.] They then should have insured everyone equally up to that point. And if Circle and Roku would lose 90% of their value from such a move, that beats the whole banking system consolidating into one or two massive players that can act with impunity.

OK, I am not an economist, and admit that I probably don't know what I am talking about, but HN is full of smart people with domain knowledge. Please (gently) broaden my perspective.

penguinten · 2 years ago
> Even worse, well over half of the SVB bailout went to <20 accounts.

Do you have a source for this?

penguinten commented on Show HN: GPTDuck – Ask questions about any GitHub repo   gptduck.com/... · Posted by u/penguinten
int_19h · 3 years ago
The sign-up form doesn't seem to allow passwords with non-alphanumeric characters in them. Ironically, when it sees one, it complains that "password must have at least one number and at least one letter" (even though it already does) - I suspect that's just a catch-all message for invalid passwords?

In any case, the restriction makes it incompatible with pretty much all password generators, including the built-in ones in modern browsers. To improve matters, I would suggest dropping all restrictions on what cannot be included altogether.

penguinten · 3 years ago
Had a broken validator - fixed!
penguinten commented on Show HN: GPTDuck – Ask questions about any GitHub repo   gptduck.com/... · Posted by u/penguinten
feklest · 3 years ago
Is it broken?

I tried adding https://github.com/torvalds/linux and asking it to write a simple kernel module for me, but it gave me this error:

"Something went wrong, please try again later. If the problem persists, please contact us."

Edit: looks like it is, I see it's making a POST request to https://gptduck-production.up.railway.app/query which responds with a 500 Internal Server Error when I use a URL that looks like a GitHub repository (whether it actually exists or not), and "invalid repo" otherwise.

penguinten · 3 years ago
Heya - sign up for an account and put in your personal access token, it will work then! Hitting GitHub rate limits atm!
penguinten commented on Show HN: GPTDuck – Ask questions about any GitHub repo   gptduck.com/... · Posted by u/penguinten
penguinten · 3 years ago
Hey guys - creator here. Have hit the Github rate limit and currently not working! Am trying to fix! Thanks for all the support!
penguinten · 3 years ago
Update: just shipped a fix for the rate limits - you will need to signup for an account and put your own personal access token in.
penguinten commented on Show HN: GPTDuck – Ask questions about any GitHub repo   gptduck.com/... · Posted by u/penguinten
wizeman · 3 years ago
This appears to be quite nice assuming it works, but I wonder: how does this work?

I thought ChatGPT could only process a very limited context (a few thousand words or so) and this claims to work for repositories <100 MB, which is gigantic in comparison.

The site says: "we will download [the repo] to the server and create embeddings against the code". What kind of embeddings are these?

penguinten · 3 years ago
It uses the OpenAI embedding models to get around the context window problem. You can compress large amounts of text/code into just a few tokens.
penguinten commented on Show HN: GPTDuck – Ask questions about any GitHub repo   gptduck.com/... · Posted by u/penguinten
freeqaz · 3 years ago
Might be worth asking users to "login with GitHub" to get past the rate limits (the anonymous rate limits are lowwww like 10 per hour).

Logging with GitHub is still lowish but like 1k per hour or so. (IIRC)

penguinten · 3 years ago
I didn't expect this many people to try it out haha - with hindsight, absolutely should have
penguinten commented on Show HN: GPTDuck – Ask questions about any GitHub repo   gptduck.com/... · Posted by u/penguinten
BugsJustFindMe · 3 years ago
Do the request from the browser and that won't happen because the request source will be distributed.
penguinten · 3 years ago
Need to download the files to the server to generate the embeddings!
penguinten commented on Show HN: GPTDuck – Ask questions about any GitHub repo   gptduck.com/... · Posted by u/penguinten
penguinten · 3 years ago
Hey guys - creator here. Have hit the Github rate limit and currently not working! Am trying to fix! Thanks for all the support!

u/penguinten

KarmaCake day120February 3, 2015
About
http://twitter.com/garywupx
View Original