Viewing profile — avital
avital
HN member- Joined
- Mon, Jan 04, 2010, 12:02 PM UTC
- HN karma
- 203
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About avital
Recent public activity
-
comment
Comment #44046371
I think the Pro plan is $200/mo for everyone? (But honestly I don't know the GPU cost and I'm interested in this question)
-
comment
Comment #44044824
Easily 5-10x or even more in certain special cases (when it'd take me a lot of upfront effort to get context on some problem domain). And it can do all the "P2"s that I'd realistic…
-
comment
Comment #44044535
Not to downplay the issue you raise but I haven't noticed this. Every iteration I make on the prompts only make the request more specified and narrow and it's always gotten me clos…
-
comment
Comment #44043717
I work at OpenAI (not on Codex) and have used it successfully for multiple projects so far. Here's my flow: - Always run more than one rollout of the same prompt -- they will turn …
-
comment
Comment #38331855
Greg had been writing deep systems code every day for many many house for the past few years.
-
comment
Comment #37279604
For those who are interested in getting involved with online math circles (as parents or potential instructors), check out https://theglobalmathcircle.org (Jeremy, the author of th…
-
comment
Comment #35362977
This isn't accurate. The bottleneck in very-large-scale-training BY FAR is communication between devices. If you have a million CPUs, the communication cost will be significantly h…
-
comment
Comment #35231190
OP here. I help run the Global Math Circle. Happy to answer any questions. Here's a short blurb about our approach and history: --- The GMC approach Our approach is to treat math e…
- story
-
comment
Comment #21956459
The Netherlands has a digital government sign-in ("DigID") which works very well, secured using text messaging or 2 factor auth. With it you view all of your official documents acr…
-
comment
Comment #13865590
That explains LIME, an older paper that's not the one being discussed here (but is referenced)
-
comment
Comment #11858669
I believe this is solved by Mongo's "snapshot" method on cursors: https://docs.mongodb.com/v3.0/faq/developers/#faq-developers...
-
comment
Comment #11716124
(Former Meteor core dev here) This is cool! Does Horizon also solve "optimistic updates"? If so I'd love to learn more details. For comparison, Meteor keeps a local datastore that …
-
comment
Comment #9820896
Hi, I wrote this blog post. We were trying to keep our API surface area small with one way to load data into components, but you're right -- we should probably /also/ add a ES6 bas…
-
comment
Comment #9301891
Some people use Angular in Meteor and seem to prefer it over a MEAN stack. http://angularjs.meteor.com
-
comment
Comment #9244136
At Meteor, we're building a complete open-source platform for easily building best-of-class, fast, web and mobile apps. If you've never heard about Meteor, check out the original s…
-
comment
Comment #8238600
From https://github.com/meteor/meteor/pull/516#issuecomment-12919... : "If you think about it, if we tried to build all of the above on top of npm, it would be npm in name only. Ev…
-
comment
Comment #7680415
Hi, I work at Meteor. Our office is in San Francisco, CA but remote is ok for some positions. We're hiring engineers, designers, community organizers, recruiters, and more. Interns…
-
comment
Comment #7487404
Blaze will support server-side rendering.
-
comment
Comment #7485353
Hi, I work on Blaze. HTMLBars is an excellent project and indeed does share many design principles with Blaze. They also differ in a few ways. For example, HTMLBars plans to never …
-
comment
Comment #7485324
Hi, I work on Blaze. React and Blaze both compile templates or components into an intermediate representation for their HTML structure (React's JSDOM; Blaze's HTMLJS). A lot of the…
- story
- story
-
comment
Comment #6382398
OP here. I love getting to work on these problems every day. If building these kinds of systems is your thing, drop me a line at avital@meteor.com.
- story