Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
talolard
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
talolard
5d ago
I work on inference at a neocloud, but opinions are my own . The economics and thus tools you can throw at inference change at various scales . As a “blunt” contrived example , on a gb300 the GPUs communicate super fast over nvlink, and the
2.
▲
Agent Skill to Use a Debugger
(github.com)
2 points
by
talolard
6mo ago
|
2 comments
3.
▲
by
talolard
6mo ago
I’ve been vibe coding so much I didn’t even remember how useful this could be
4.
▲
The AI-Powered 10-Minute Habit That Taught My Kid to Read
(talperry.com)
3 points
by
talolard
8mo ago
|
2 comments
5.
▲
by
talolard
8mo ago
I used DallE and Anki to teach my son to read. I'm not sure the HN crowd will be wowed by old tech, but this post leaves techs to the agents, and deals with the emotional aspects of learning I learned. Yes, I wrote the clickbaity titl
6.
▲
by
talolard
8mo ago
I haven’t had major issues with sccs yet. The linter enforces forward references so the cycle pain we do have is with dynamic/deffered imports, and it’s usually solved by splitting a module. If you look at the pyrefly repo (metas new
7.
▲
by
talolard
8mo ago
Not IAC, but I’ve been doing a similar trick to sequence adding type annotations to python code, Eg take the module graph, break the SCCs in a similar manner , then take a reverese topological sort of the imports (now a dag by constructio
8.
▲
Five Practical Lessons for Serving Models with Triton Inference Server
(talperry.com)
23 points
by
talolard
8mo ago
|
6 comments
9.
▲
by
talolard
8mo ago
Hi HN, I’m wrapping up a role where I spent a significant amount of time writing Triton kernels. It’s a fantastic tool, but the learning curve has some sharp edges. I wanted to share a few practical "notes from the field" for anyo
10.
▲
by
talolard
4y ago
You can do both ways but the latter is the more useful one. Duckdb is designed to read the data very fast and to operate on it fast. So you load a csv/json/parquet and then “create table” and Duckdb lays out the data in a way that
11.
▲
by
talolard
4y ago
Oh just took a look at the release notes, the new ability to write hive partitioned data with the partition by clause makes etl stuff much easier
12.
▲
by
talolard
4y ago
I use Duckdb as a data scientist / analyst. It’s amazing for working with large data locally, because it is very fast and there is almost 0 overhead for use. For example, I helped an Israeli ngo analyze retailer pricing data (supermark
13.
▲
by
talolard
4y ago
Postgres implements this[0] as well, and it's really wonderful. It doesn't give a human the search experience they are used to, but for the superhuman who can write regex , this becomes a very cheap way to search data at scale. [
14.
▲
by
talolard
4y ago
I'm a native Hebrew speaker, where we have wild word morphology, and also worked on NLP at a large bank where we trained models to anlyze Bloomberg chats (that are almost english but behave like a DSL). In both cases, "token-free&
15.
▲
by
talolard
4y ago
I used this channel and it was so frustrating it might not as well have existed . While the stripe team is always nice and the tech support is great, when I had a much less sever case of “stripe wants to destroy my business” I could get no
16.
▲
by
talolard
4y ago
I built LightTag and eventually sold it. In my experience , at lower price points (<100 month) it’s a none issue. If you can build a self serve funnel, get people in it and convert them no one will care if your 1 person or 100. Once you
17.
▲
by
talolard
4y ago
I came to the same conclusion on business models. I wish there was a way to know if that’s it, or is my imagination/knowledge restricted. I keep thinking of this quote I heard “When the car was invented someone could predict parking lo
18.
▲
by
talolard
4y ago
It’s been a long time since I touched c++, so pardon my naïveté. I’d have assumed that optimized thread pools were a done thing. What’s new here and why was there a gap ?
19.
▲
by
talolard
4y ago
I think you should clarify your goal. If you want to learn coding and specifically Django then this is a good project. If you just want a blog there are other tools that are easier like Jekyl and Hugo
20.
▲
Ayn Rand reviews children’s movies (2014)
(newyorker.com)
31 points
by
talolard
5y ago
|
54 comments
21.
▲
by
talolard
5y ago
My knee-jerk reaction is "cookie banners"
22.
▲
by
talolard
5y ago
I used to use redux-orm which offered a similar promise. This library looks seems more mature and thought out, kudos! My app is still alive and kicking and I ended up implementing many of the ideas here myself, in a less reusable fashion.
23.
▲
by
talolard
5y ago
Keeping with the theme of insider experience, you might want to reach out for companies doing auditing, fraud detection etc. A domain expert who knows ML is a hot find
24.
▲
by
talolard
5y ago
I remember windows 95 made a sound when it started. Maybe now that boots are fast there is no need to notify a user who may have focused on something else while waiting ?
25.
▲
by
talolard
5y ago
I worked at Citi for a while and this pain sounds familiar. It once took me 6 months of hounding an MD to get approval for my app to connect to a particular database. It sounds like you're very motivated and presumably talented, but th
26.
▲
by
talolard
5y ago
Could you elaborate, im interested in understanding your perspective but couldn’t follow it. In my mind , uptick in coal usage was directly caused by a decrease in wind power production. I understand that if Germany had chosen nuclear over
27.
▲
by
talolard
5y ago
This looks useful, I like the pricing of free/$9.99 a month. No one asked, but it's HN so I'll say it anyway. I think it's a questionable "vc business" but a great business for 1-2 people. The road from this to
28.
▲
by
talolard
5y ago
Add a user agent to the request See here: https://www.sec.gov/os/accessing-edgar-data
29.
▲
by
talolard
5y ago
There are two answers to this. First, empirically we see that the more parameters we add the better the model performs ==> Weights continue to contribute (and aren't dead) . Second, there is a very popular paper called "The lo
30.
▲
by
talolard
5y ago
I don’t know if it’s correct , but I often think of a classification model as learning the parameters of a dirchlet distribution with the final softmax layer being a sample from it
More ›