Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vpanyam
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
46 ms
·
1.
▲
by
vpanyam
1y ago
Yeah having traits for this in the stdlib would be nice. You might find Lunchbox [1] interesting. I needed an async virtual filesystem interface for a project a few years ago (and didn't find an existing library that fit my needs) so I
2.
▲
Wildcard Tables in BigQuery
(smallthingssql.com)
1 points
by
vpanyam
2y ago
|
0 comments
3.
▲
Spamming "Hi" at Every LLM
(twitter.com)
3 points
by
vpanyam
2y ago
|
0 comments
4.
▲
Photorealistic complex scenes with Midjourney V6
(old.reddit.com)
2 points
by
vpanyam
3y ago
|
0 comments
5.
▲
Parsing an Undocumented File Format
(blog.vivekpanyam.com)
143 points
by
vpanyam
3y ago
|
62 comments
6.
▲
Carton now supports running ML models from C and C++
(blog.vivekpanyam.com)
1 points
by
vpanyam
3y ago
|
0 comments
7.
▲
by
vpanyam
3y ago
I'm definitely open to it if there's interest (or if someone wants to help), but I don't have plans to implement Windows support myself at the moment. The currently supported platforms [1] were mostly driven by environments I
8.
▲
by
vpanyam
3y ago
That's a good question! There's an FAQ entry on the homepage that touches on this, but let me know if I can improve it: > ONNX converts models while Carton wraps them. Carton uses the underlying framework (e.g. PyTorch) to
9.
▲
by
vpanyam
3y ago
In addition to the benefits mentioned in the sibling comment, zip files let you seek to and access individual files in the archive without extracting all files (vs tar files for example). This lets us do things like fetch model metadata [1]
10.
▲
by
vpanyam
3y ago
Thanks :) It uses the NVIDIA drivers on your system, but it should be possible to make the rest of CUDA somewhat portable. I have a few thoughts on how to do this, but haven't gotten around to it yet. The current GPU enabled torch runn
11.
▲
by
vpanyam
3y ago
Yes, that's a use case Carton supports. For exmaple, if your model contains arbitrary Python code, you'd pack it using [1] and then you could load it from another language using [2]. In this case, Carton transparently spins up an
12.
▲
Show HN: Carton – Run any ML model from any programming language
(carton.run)
196 points
by
vpanyam
3y ago
|
53 comments
13.
▲
by
vpanyam
4y ago
I'm working on the second part of my Nerf Dart Missile Defense system project [0]. Building a robot that can track nerf darts and shoot them out of the air has a lot of interesting technical challenges so it's a fun project :) I a
14.
▲
My first time using Rust “for real” (Rust vs C++)
(blog.vivekpanyam.com)
9 points
by
vpanyam
4y ago
|
0 comments
15.
▲
Show HN: Octet Video – Ultra fast video transcoding, 50% cheaper than AWS
(octet.video)
3 points
by
vpanyam
4y ago
|
0 comments
16.
▲
by
vpanyam
4y ago
More details: https://help.twitch.tv/s/article/partner-exclusivity-faq
17.
▲
Twitch announces the end of exclusivity clauses in partner contracts
(twitter.com)
1 points
by
vpanyam
4y ago
|
1 comments
18.
▲
Having, a less understood SQL clause
(smallthingssql.com)
169 points
by
vpanyam
4y ago
|
81 comments
19.
▲
How the JWST positions mirrors with nanometer accuracy [video]
(youtube.com)
7 points
by
vpanyam
4y ago
|
0 comments
20.
▲
Tour of Intel Chip Fab [video]
(youtube.com)
7 points
by
vpanyam
4y ago
|
0 comments
21.
▲
by
vpanyam
4y ago
Wow, thank you! I’m glad you enjoyed it :)
22.
▲
by
vpanyam
4y ago
First off, thank you for taking the time to write this. I really appreciate the feedback. I agree with some of your points and in fact I was originally going to post the video with “[part 1]” in the title, but I decided to leave it out and
23.
▲
by
vpanyam
4y ago
Thank you so much!
24.
▲
by
vpanyam
4y ago
Thank you! I don’t have any particular outcomes in mind, but we’ll see what happens!
25.
▲
by
vpanyam
4y ago
Thank you!
26.
▲
by
vpanyam
4y ago
Thank you so much! Good luck starting a channel. I definitely learned a lot during the process of making this video. One thing I found helpful was to write out what I wanted to communicate and iterate on that before filming anything. Maybe
27.
▲
by
vpanyam
4y ago
That’s quite a compliment, thank you!
28.
▲
Show HN: I’m Building a Nerf Dart Missile Defense System [video]
(youtube.com)
175 points
by
vpanyam
4y ago
|
34 comments
29.
▲
by
vpanyam
5y ago
I’m building a robot that can track nerf darts and shoot them out of the air. I’ve worked on other projects in robotics and object tracking (perception for self driving cars), but this has a whole different set of challenges. Nerf rival rou
30.
▲
by
vpanyam
6y ago
Adding backends for TensorRT, ONNX, JAX, etc are on our TODO list (and we'd love to see PRs to add support for these and others)! We actually do use TensorRT with several of our models, but our approach is generally to do all TRT relat
More ›