Hacker News new | past | comments | ask | show | jobs | submit | rochoa's comments login

It is available at https://chat.qwenlm.ai/, under the model selector.


From the documentation (https://cloud.google.com/datastream/docs/behavior-overview#p...):

> When using the default stream settings, the latency from reading the data in the source to streaming it into the destination is between 10 and 120 seconds.


There is also https://github.com/kevinlawler/kerf

> Kerf2 is designed for full concurrency. It also adds transparent type promotion, a C++ instead of C basis, and more.

Which goes unlicensed right now and was created just a bit before the license change in Kerf1. I wonder if Kerf1 will get any more attention or the focus is now at Kerf2.


The issue with the discussion about the license change: https://github.com/kevinlawler/kerf1/issues/10


The timeLeft -= 1000 approach is not the best one because setTimeout doesn't guarantee when the next tick is gonna happen.

Just open the JS console and type:

  for (var i = 0; i < 1e7; i++) {}
You will block the JS execution and your next tick will happen when the loop finishes. Using new Date().getTime() should do the job.

Edited for formatting.


Scrolling in iOS also stops setTimeout being called.


I fixed that, thanks :)


For instance the golang.org website is running on Go: http://golang.org/doc/go_faq.html#Is_Google_using_go_interna...

Google open sourced vitess for scaling out and coordinating (sharding + replication, schema rollouts) mysql databases, it seems they use it internally: http://code.google.com/p/vitess/

P.S. Other organizations using Go: http://go-lang.cat-v.org/organizations-using-go


Good to hear that. Vitess seems quite large. I think, maybe, they use it for other large internal stuff too.

PS your ps is a great link... Is it complete?


First: thanks a lot for coming with all this.

Now, some comments around navigation:

* Keep the left menu open for the section I'm currently viewing so I can easily go to the next subsection.

* Without JavaScript the drop down menu doesn't work.

* It would be nice to be able to have all items in navigation always displayed.

Edited for list presentation.


Top Gear guys did something similar in its Top Gear at the Movies special a few months ago: http://youtu.be/cZBqq-UaK98?t=34s


A previous related discussion cited in the article: A Short Rant About Hosting http://news.ycombinator.com/item?id=2926825


inconsolata is a good alternative: http://levien.com/type/myfonts/inconsolata.html


Thank you rochoa. Inconsolata is good. Btw, to answer other comment am using OS X 10.6


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: