Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grandimam
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Ask HN: Where Is AGI?
6 points
by
grandimam
9d ago
|
8 comments
2.
▲
by
grandimam
13d ago
My heuristics is that the first 100 users are almost always a distribution problem. If you do not have 100 users using your product extensively, and you see a retention drop there is no way you can conclude anything else. The reason why I t
3.
▲
by
grandimam
25d ago
And would you share those recordings on YT or X itself?
4.
▲
Ask HN: How to build an audience as a software engineer?
1 points
by
grandimam
25d ago
|
4 comments
5.
▲
by
grandimam
26d ago
I had created something along the same lines - a platform for devs to understand Python deeply, and was trying to see if there was a market for such content. The thing that I realised is that even with AI, there has to be distribution avail
6.
▲
by
grandimam
26d ago
> each thread has non-trivial overhead. Agreed. But I am not proposing a thread-per request model. The model will most likely be a fixed pool of workers, potentially combined with multiple processes, an M x N model. I also agree that co-
7.
▲
Does Python still need to be async-first?
(blog.grandimam.com)
2 points
by
grandimam
26d ago
|
3 comments
8.
▲
by
grandimam
1mo ago
Suki - https://github.com/grandimam/suki It's something that i built for myself. I am interested in the topic of building expertise, and spend a lot of time reading books. After a certain I realised that I needed
9.
▲
Show HN: Personal AI tutor that builds and probes your understanding
(github.com)
1 points
by
grandimam
1mo ago
|
0 comments
10.
▲
by
grandimam
1mo ago
Thank you. I updated the title. Apologies, it was something I didn't realise.
11.
▲
Being a senior can get you fired early
(blog.grandimam.com)
4 points
by
grandimam
1mo ago
|
3 comments
12.
▲
by
grandimam
1mo ago
Why not build it on free-threaded python?
13.
▲
Ask HN: When did we go from agentic loops to graphs?
4 points
by
grandimam
2mo ago
|
2 comments
14.
▲
Ask HN: Stop Looking at Code?
3 points
by
grandimam
2mo ago
|
9 comments
15.
▲
Show HN: Opensource resume evaluation LLM agents
(github.com)
1 points
by
grandimam
2mo ago
|
0 comments
16.
▲
Show HN: Experimental freshness-first caching library for FastAPI
(github.com)
2 points
by
grandimam
2mo ago
|
0 comments
17.
▲
by
grandimam
2mo ago
Is there an opensource version of such a tool. I would really like a desktop app and use different models instead of a CLI.
18.
▲
by
grandimam
2mo ago
> But you can get the most benefit by structuring your code in a way that forces its correctness to be validated at compile-time Can you elaborate this more?
19.
▲
Ask HN: Are Rust migrations delivering any benefits?
4 points
by
grandimam
2mo ago
|
4 comments
20.
▲
by
grandimam
2mo ago
Interesting! I wonder how much of this improvement is actually due to Rust. I suspect implementing the same approach in C would produce similar results. The speedup seems hardware-level optimizations than the language itself.
21.
▲
HackerRank's LLM-Based Hiring Agent
(blog.grandimam.com)
1 points
by
grandimam
2mo ago
|
0 comments
22.
▲
Inside HackerRank's LLM-based Hiring Agent
(blog.grandimam.com)
1 points
by
grandimam
2mo ago
|
0 comments
23.
▲
by
grandimam
2mo ago
The rewrite itself is amazing, but I don't think folks realise the actual conditions that made it possible. It's not as simple as a company spending ~$160K on tokens. This was done by someone who has essentially already rewritten
24.
▲
The math that makes senior engineers look like a bad deal
(blog.grandimam.com)
2 points
by
grandimam
2mo ago
|
0 comments
25.
▲
by
grandimam
2mo ago
I have always found similarities between programming and filmmaking. Programmer being the director and the LLM being the entire apparatus upon which the film/software is built. This became evident to me while doing spec-driven developm
26.
▲
by
grandimam
3mo ago
Nice writeup. If I am reading it right, the core bug was that two independent paths each generated the per-invocation namespace, and the fix was to generate it once and propagate it to the workers. That reads more like an implementation sli
27.
▲
Repricing of Software Engineering Labor
(blog.grandimam.com)
5 points
by
grandimam
3mo ago
|
0 comments
28.
▲
by
grandimam
5mo ago
I agree with some of reasonings in the article especially around agents write behaviors. However, a large portion of this is a consequence of poorly-defined agent roles, and moving away from building deterministic systems. > An agent wor
29.
▲
Ask HN: Why hasn't automation testing been disrupted with LLMs?
1 points
by
grandimam
5mo ago
|
0 comments
30.
▲
Show HN: Building your first ASGI framework – step-by-step lessons
2 points
by
grandimam
6mo ago
|
0 comments
More ›