Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
camuel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
camuel
20d ago
It's the exact opposite. The bitter lesson is that simply scaling training on more games—including self-play—trumps any hand-crafted human input, whether that's fine-tuning on human commentary or clever engineering tricks. Current
2.
▲
VibeSQL – A query engine 100% AI-generated
(github.com)
3 points
by
camuel
8mo ago
|
0 comments
3.
▲
by
camuel
1y ago
Will be super cool to see SlateDB instead RocksDB
4.
▲
by
camuel
2y ago
Perhaps we just need an S3 implementation specifically built from the ground up for the data-intensive workloads? Such implementation might use conventional S3 underneath for cost and reliability advantages. Such implementation can also del
5.
▲
by
camuel
4y ago
I wonder why no one mentions bitonic sort? If you want to do anything in SIMD you better avoid branching as much as possible... and ideally altogether. Here is an implementation I co-authored some 10 years ago: https://github.com
6.
▲
by
camuel
7y ago
So what is exactly Azure or Amazon offering for "AutoML Tables" or for "End-to-end AI Platform that runs ALSO on premises"?
7.
▲
by
camuel
8y ago
How does this compare to KubeFlow?
8.
▲
by
camuel
9y ago
It is claimed to be also an open-source project and meritocracy is common with open-source projects and github has the required automatic infrastructure for this "keeping track".
9.
▲
by
camuel
9y ago
I think by "something" he means "phenomenon" and by "re-creating" he means "observing". So I think he is saying: if it is claimed that phenomenon X exists but there is no way to ever observe it for en
10.
▲
by
camuel
10y ago
Google is very different from Intel on these fronts at least: 1. Google's open framework TensorFlow is exploding in popularity effectively moving the common interface up from CUDA. 2. Google has a huge need for internal AI/DeepLe
11.
▲
by
camuel
14y ago
we are heads down coding and haven't got time yet to update ZeroVM website. If you want to contribute contact us now please, if you to use ZeroVM hypervisor stay tuned...
12.
▲
by
camuel
14y ago
but instance store is transient! You may argue if you do triple replicated in different availability zones then you are ok. Well, in this case it would be very costly as you will end up with constantly spinning EC2 cluster. Even if you don'
13.
▲
by
camuel
14y ago
If all is that simple & rosy why no hosting/cloud service uses it? Why entire shared hosting industry custom-patches their kernel constantly with OpenVZ and stuff? Why shared hosting has such a bad reputation for being insecure (despite
14.
▲
by
camuel
14y ago
Every system might have weaknesses. What matters is: 1. Small surface for attack. With NaCl it is all concentrated in single tiny validator module. The model is also simple and mathematically proven to be secure. 2. Prior testing. It is es
15.
▲
by
camuel
14y ago
1) there is $100K bounty on each Chrome/NaCl exploit and we have only one ZeroVM 'syscall' that we allow with a lot of attention put how to make it easily secure. The situation is not same on Linux. First of all kernel exploits by process a
16.
▲
by
camuel
14y ago
Well... this echoes ZeroVM ideas but so is PiCloud and a few others mentioned here. I think it goes without doubt that current OSes and VMs are not best suited for cloud technologies. How they can be? The were designed to completely differe
17.
▲
by
camuel
14y ago
I assume by VM you mean ZeroVM. Well, ZeroVM currently doesn't allow self modifying code at all. Nice try.... We haven't touched Google's provided validator in order not to break anything security-related. And if you think you have a good i
18.
▲
by
camuel
14y ago
you got (2) wrong, the reason is running code on S3 is insecure and would not be allowed and spawning VM inside S3 for some local calculation would be cumbersome at best as it is too bulky for such acrobatics.
19.
▲
by
camuel
14y ago
If you use EMR or just roll your own Hadoop in EC2 then: 1. Hadoop runs on EC2 2. Data is stored on S3 3. Intermediary results stored in EC2 4. Hadoop loads the data from S3 to EC2 5. EC2<->S3 bandwidth is not that fast or efficient
20.
▲
by
camuel
14y ago
What if I DoS attack some syscall? Or create zillions of files with 1 byte size driving crazy file-system or anything else. Kernel is such vast area vulnerable for an attack that it is scary even to think about securing all of it and not le
21.
▲
by
camuel
14y ago
Constructive criticism is always welcome. The answer is that multi-tenant is different from multi-user on so many aspects. Multi-user: 1. Usually closed institution or even single group within single institution where all know each other. 2
22.
▲
by
camuel
14y ago
There are two techniques for resources isolation: 1. Filtering all resources accesses, letting some pass and others denied. 2. Enforcing different abstraction and then unwanted resources accesses become impossible as they are not even addre
23.
▲
by
camuel
14y ago
ZeroVM is not a lightweight container so all the above doesn't hold. ZeroVM doesn't use any "syscall firewalling" techniques. ZeroVM efficiently emulates new hardware platform just as XEN/KVM. Now let me address your concerns one by one: 1.
24.
▲
by
camuel
14y ago
Thanks for that, I feel the same way for process isolation. In theory that should be a solution but in practice doesn't work for historic reasons. Just one comment. ZEROVM IS NOT NACL. It uses NaCl, moreover we explicitly refrained to touch
25.
▲
by
camuel
14y ago
1. ZeroVM abstraction is C including full support for native inline assembly/intristics. Make your own conclusions about portability with regards to platform. OS portability could/will be provided and it is piece-of-cake (for geeky overopt
26.
▲
by
camuel
14y ago
Thanks for this. I'm indeed not a native English speaker. And I apologies for not having diagrams, in fact I was working on this part right now... And planned HN exposure little later after more diagrams are added to website, VirtualBox ima
27.
▲
by
camuel
14y ago
ZeroVM uses both. Well, not now, but one contributor took the clustering thing on himself and implementing it right now with zeromq while another is developing a client library with collection of serdeses verified to compile and work on zer
28.
▲
by
camuel
14y ago
In most cases within distributed computing you need either move the data or move the code. It could also be something in between with the case of "request" and "query", if they simple they are surely data, if they are complex they look more
29.
▲
by
camuel
14y ago
Correct! I wonder how I missed this on zerovm site. For the folks not familiar with the issue, it is not about mobile phones :) With the emergence of large immobile datasets, software mobile agents may have a renaissance era... especially w
30.
▲
by
camuel
14y ago
exactly! Further from being a different abstraction, container technologies (at-least in their current implementations of 'chroot on nukes') are not completely sealed or 'secure'. OpenVZ seems to be the most secured one over-there, requires
More ›