Readit News logoReadit News
noajshu commented on Show HN: TensorDock Core GPU Cloud – GPU servers from $0.29/hr   tensordock.com/product-co... · Posted by u/jonathanlei
noajshu · 3 years ago
Is there any information available about the beehives? I saw the link to purchase tensordock honey at the bottom of your homepage.
noajshu commented on Google ML Compiler Inlining Achieves 3-7% Reduction in Size   ai.googleblog.com/2022/07... · Posted by u/palmm
noajshu · 3 years ago
I wonder how the performance improvements compare to PGO.
noajshu commented on Show HN: I made an iOS app recording RGBD videos and a web app playing them   telegie.com/v27/videos/GE... · Posted by u/hanseul
noajshu · 4 years ago
This is so cool! I’ve been playing around for a while now with different objects and types of lighting. Now I’m getting this error when I try to post: {"timestamp":"2022-02-23T05:57:19.930+00:00","status":500,"error":"Internal Server Error","path":"/record"}
noajshu commented on Show HN: A labelling tool to easily extract and label Wikipedia data    · Posted by u/mariarmestre
noajshu · 4 years ago
This is really cool and reminds me of the Microsoft tool PICL (https://www.microsoft.com/en-us/research/video/machine-teach...) I would love to see a video demo of the product.
noajshu commented on Show HN: Lavastone – C++ Containers Transparently Backed by Disk   github.com/campfireai/lav... · Posted by u/noajshu
ttymck · 4 years ago
As an engineer who has never had to write truly performant software, this sounds so cool.

My only question is: what does the query interface look like for something like this? I've only ever accessed indexed data via SQL (or, I suppose, key value data). The main tradeoff discussed is indexing time in psql, but you give up the flexibility of sql (WHERE, joins, etc).

noajshu · 4 years ago
Thanks! One of the creators here. Our main idea with Lavastone is that you just write “plain” c++ code that doesn’t call any special query interface. It’s transparently making your code run by performing some interactions with the database on your behalf. In this sense the query interface looks just like the standard language features of C++.

As you point out, there are definitely trade offs with choosing Lavastone instead of a SQL database. For instance you can’t easily share concurrent read/write access to the same Lavastone data with multiple processes. However, you can copy a fixed Lavastone data store (ie the underlying LevelDB store) and distribute it to multiple server nodes. That’s how we used it anyways!

noajshu commented on PaSh: Light-Touch Data-Parallel Shell Processing   arxiv.org/abs/2007.09436... · Posted by u/matt_d
noajshu · 5 years ago
The GitHub URL provided in the paper gives a 404: github.com/andromeda/pash Has anyone had luck finding an implementation?
noajshu commented on AI for generative design: Plain text to 3D Designs   blog.insightdatascience.c... · Posted by u/tf_12
noajshu · 6 years ago
Is anyone else getting ModuleNotFoundError: No module named 'plotly'?

u/noajshu

KarmaCake day101August 31, 2015View Original