HN user

tritiy

46 karma
Posts1
Comments22
View on HN
Cloudflare Drop 14 days ago

It states more than just display: 'to use, incorporate, exploit, display, perform, reproduce, distribute, and prepare derivative works'

My guess is the following: Every time you talk with the LLM it starts with random 'state' (working weights) and then it reads the input tokens and predicts the followup. If you were to save the 'state' (intermediate weights) after inputing the prompt but before inputing user input your would be getting the same output of the network which might have a bias or similar which you have now just 'baked in' into the model. In addition, reading the input prompts should be a quick thing ... you are not asking the model to predict the next character until all the input is done ... at which point you do not gain much by saving the state.

My take on this is that the developers are costly. A working hour of single developer costs a lot of money. The organization will always try to get the maximum out of that one hour. Spending more money so that the developers are 'better' is not efficient. They just need to be good enough.

1D Pac-Man 3 years ago

It does not seem to work on my side. I get a blank canvas with 0 on top left and HI 0 on the top right. Everything else is blank. In developer tools I've noticed that one of the GET on the main.js script is returning 404 so maybe that is the problem?

While the article is technically correct it avoids the most common issue with 'pure' typescript libraries in that you still need a bundler if you have multiple .ts files. Once you enter that territory you realize how much more complex everything becomes.

Is this an AI generated piece? I get tripped when I see sentences like this 'To see this word list more clearly, this is illuminating:'

Number 6 was really surprising:

SELECT max(salary), first_name, last_name FROM employee;

This returns one row! AFAIK all other databases would return one row per record in the table where first_name, last_name would be from the row while max(salary) would be the value from the row with max salary. Is this SQL ANSI compatible?

I've always considered that you pay extra for the cloud for scalability and security. First one you may not need but the second one is a must.

Against SQL 5 years ago

Was this written by a nnet? I found it so hard to read as if it author has written it in another language and then used some weird translation engine.

Well, my questions are pretty basic but since you offered :) 1. In text note I make a code block and I do not know how to 'exit it'. How can I 'finish' it and make another paragraph? 2. Is there a shortcut to insert a checkbox (like Evernote does with Ctrl+Shift+C 3. Is there a way to change the font? I like Mono fonts for notes. 4. Can I reduce the margin between paragraphs in text notes?

Thats all for now, thanks.

So much stuff. The difficult thing is to figure out which one to use. With programming you are (somewhat) aware of the limitations and difficulty. Here you have to pick one tool, invest time to figure out how it works, how hard it is to use, what are the limitations etc.

I wish there was a review site for such software :(