Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tirumaraiselvan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Open Letter about the Mathathon
(proofsandprompts.com)
2 points
by
tirumaraiselvan
2d ago
|
1 comments
2.
▲
Thousands of students are attempting to march to India's parliament
(bbc.com)
7 points
by
tirumaraiselvan
2mo ago
|
0 comments
3.
▲
The semantic layer is dead. Long live the wiki
(promptql.io)
5 points
by
tirumaraiselvan
9mo ago
|
0 comments
4.
▲
by
tirumaraiselvan
11mo ago
Now we know why OpenAI told its investors to avoid Glean[1] [1]: https://www.reuters.com/technology/openai-tells-investor-not...
5.
▲
by
tirumaraiselvan
1y ago
This article is getting a lot of hate but honestly it does have good amount of useful content learned through practical experience, although at an abstract level. For example, this section: ``` The teams that succeed don’t just throw SQL sc
6.
▲
by
tirumaraiselvan
1y ago
A simple way is perhaps implement a text-to-metrics system where metrics could be defined as SQL functions.
7.
▲
Ask HN: Is Docker Compose service disrupted?
1 points
by
tirumaraiselvan
2y ago
|
1 comments
8.
▲
by
tirumaraiselvan
2y ago
Exactly! Midnights Children and Moors Last Sigh are so non-linear that one cannot expect to get the hang of it till they are atleast 50 pages through. It's usually on the second reading that the amazingness of those initial pages is fe
9.
▲
by
tirumaraiselvan
2y ago
Big Rushdie fan here. I used to think it could be because of a lack of cultural context especially for books like Midnights Children and Moors Last Sigh but now I also think that it could also be a matter of taste. Rushdie himself quotes Mi
10.
▲
by
tirumaraiselvan
2y ago
Hi HN PromptQL is a programmatic approach to LLM tool composition which has shown remarkable improvement in accuracy (~2x) and repeatability (~4x) when compared to traditional tool calling and chaining approaches. Fundamentally, PromptQL se
11.
▲
Show HN: PromptQL – Solving Context Size and Accuracy Issues in LLM Tool Calling
(promptql.hasura.io)
6 points
by
tirumaraiselvan
2y ago
|
1 comments
12.
▲
BreakTime: Brickbreaker Inside Google Calendar
(eieio.games)
1 points
by
tirumaraiselvan
2y ago
|
0 comments
13.
▲
by
tirumaraiselvan
2y ago
It was published in New Yorker https://www.newyorker.com/magazine/1946/08/31/hiroshima Fun fact the cover image if this edition was kind of a decoy (perhaps to accentuate the shock): https://w
14.
▲
Comparing Different "SQL over HTTP" APIs
(davidgomes.com)
1 points
by
tirumaraiselvan
2y ago
|
0 comments
15.
▲
Claude does artifacts using 8 few shot examples
(twitter.com)
2 points
by
tirumaraiselvan
2y ago
|
0 comments
16.
▲
by
tirumaraiselvan
2y ago
> RAG doesn't have to involve vector search. This. Not sure why RAG triggers vector search for everyone. Retrieval Augmented Generation is as generic as it can get.
17.
▲
by
tirumaraiselvan
2y ago
Why do you think that's more reasonable :) To me it seems a more risky use-case since you don't have control/observability over what an untrusted user is asking for?
18.
▲
Snowflake AI with University of Waterloo to Evolve RAG and Retrieval Benchmarks
(snowflake.com)
2 points
by
tirumaraiselvan
2y ago
|
0 comments
19.
▲
Snowflake Copilot: AI-powered SQL assistant
(snowflake.com)
1 points
by
tirumaraiselvan
2y ago
|
0 comments
20.
▲
by
tirumaraiselvan
3y ago
Hasura | Onsite, Remote Hybrid | India (Bengaluru) | Full-time | Software Engineer Hasura is a venture-backed open-source and Cloud technology company that makes your data instantly accessible over a real-time GraphQL and other API technolo
21.
▲
by
tirumaraiselvan
4y ago
It is given here: https://github.com/hasura/graphql-engine/blob/master/archite...
22.
▲
by
tirumaraiselvan
4y ago
I work at Hasura. You don't need an append-only table always. You may have to add a monotonic ID to your table which increments on DMLs (and use it as the cursor for streaming) and this can be done using a post-DML trigger in Postgres.
23.
▲
by
tirumaraiselvan
4y ago
I work at Hasura. We have 2 interfaces for real-time subscriptions: live queries and streaming. The former has been around for few years now. You can read more here: https://hasura.io/docs/latest/subscriptions/
24.
▲
by
tirumaraiselvan
5y ago
I work at Hasura. Hasura uses a novel way of batching similar parameterized subscriptions together and then polls under the hood. This means that if there are 1000 subscribers of similar type of query, then underneath Hasura will only make
25.
▲
Epic Games raises $1B funding
(epicgames.com)
1 points
by
tirumaraiselvan
5y ago
|
1 comments
26.
▲
by
tirumaraiselvan
6y ago
> Any reason you couldn't replace "Postgres" with "a database" You could! But you would need ideal concurrency semantics. > I didn't find anything Postgres specific other than maybe "SELECT FOR UPDAT
27.
▲
WTF JavaScript Quiz
(jsquiz.wtf)
2 points
by
tirumaraiselvan
6y ago
|
0 comments
28.
▲
WTF JavaScript Quiz
(jsquiz.wtf)
2 points
by
tirumaraiselvan
6y ago
|
0 comments
29.
▲
Discord Now Has Threads
(twitter.com)
2 points
by
tirumaraiselvan
6y ago
|
0 comments
30.
▲
by
tirumaraiselvan
6y ago
For those interested in similar chart but for linux processes: http://www.brendangregg.com/linuxperf.html Amazing stuff.
More ›