Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
talos_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
talos_
1y ago
Just want to comment that Litestar is awesome. Docs are great and the built-in caching feature is very convenient!
2.
▲
by
talos_
1y ago
I find it infuriating that navigation apps throw ads when I'm stopped at a red light. This is THE moment where I should glance away from the road and plan my routing
3.
▲
by
talos_
1y ago
This analogy doesn't map to the actual problem here. Perplexity is not visiting a website everytime a user asks about it. It's frequently crawling and indexing the web, thus redirecting traffic away from websites. This crawling re
4.
▲
by
talos_
1y ago
You should checkout the Python framework Litestar. It's an alternative to FastAPI that implements these ideas via their "Data Transfer Object" concept
5.
▲
by
talos_
1y ago
> That seems unavoidable given almost all English words related to government/law/administration (including "state") derive from French! Interesting. I always thought that Britain adopted parliamentary system earlier
6.
▲
by
talos_
1y ago
I like to joke that "Dominion of Canada" is actually a railroad company
7.
▲
by
talos_
1y ago
From the link you shared: > The English word province is attested since about 1330 and derives from the 13th-century Old French province, which itself comes from the Latin word provincia, which referred to the sphere of authority of a ma
8.
▲
by
talos_
1y ago
The reality in Montréal is that most people are bilingual. Outside older folks, unilingual French speakers are much rarer than unilingual English speakers, which are structurally preserved via the institutions you described. For instance, E
9.
▲
by
talos_
1y ago
The original post was focused on history and language, and I added some political spice. Not discussing the politics of language (as in OP) is a bit outrageous. You're right that French-Canadians are not guilt-free from discrimination
10.
▲
by
talos_
1y ago
Office Québécois de la Langue Française (OQLF) promotes the french language and adapt new English words (whereas France typically integrate English words in their vocab). The website Banque de dépannage linguistique (BDL) will have a lot of
11.
▲
by
talos_
1y ago
déjeuner is a literal translation though. "Breaking fast" -> "dé-jeuner" (undo fasting). French people typically say: - breakfast - petit-déjeuner (small breakfast) - lunch - déjeuner (breakfast) - diner - diner Québe
12.
▲
by
talos_
1y ago
This is a remnant of British colonization. French-speaking population didn't know any English, so you have a lot of these literal translations. I've heard "flour" uttered with the French pronounciation (fl-oo-r, instead
13.
▲
by
talos_
1y ago
Well, why not include the word "Canadian", which significantly predates the country, as the prime example? It's derived from Iroquois Nation words and used by French settlers to refer to Indigenous people. The word "Cana
14.
▲
by
talos_
1y ago
In French, the river and the animal are both "tigre"
15.
▲
by
talos_
1y ago
You're getting an arbirary string back though...
16.
▲
by
talos_
1y ago
The VSCode extension Continue provides similar capabilities and gives you full access to your interaction traces (local database and JSON traces)
17.
▲
by
talos_
1y ago
IMHO, the bigger name conflict is with Tigris Data. Tigris means tiger and despite no tiger logo, they did have tiger stickers at events
18.
▲
by
talos_
1y ago
Agreed on this view! Sharing some similar thoughts Paraphrasing a virtuous music band reflecting on their discography: "the first album was about what we could; the second one was about what we should" It also aligns with Gell
19.
▲
by
talos_
1y ago
I guess you would be paying for pushing all of these tokens to the LLM. Also, too much irrelevant context can "confuse" the model about the task at hand
20.
▲
by
talos_
1y ago
My main gripe with Cursor is that they put MCP usage behind a paywall and their support for the protocol is weaker than Continue's in meaningful ways[1]. Given the big community push on MCP development, I'm a bit annoyed that Curs
21.
▲
by
talos_
1y ago
Congrats on the launch HN! I've been following the IDE + LLM space. What's Continue's differentiator vs GitHub Copilot, Cursor, Cline, Claude Desktop, etc. ? What are you looking to build over the next year?
22.
▲
by
talos_
2y ago
dbt needs to play catch up against SQLMesh feature-wise, so they bought their other competitor SDF. SQLMesh seems to have more development velocity, and dbt will need to execute a smooth transition and integration to catch up. For context,
23.
▲
Mitigating LLM Hallucinations via Conformal Abstention
(arxiv.org)
2 points
by
talos_
2y ago
|
0 comments
24.
▲
by
talos_
2y ago
This looks like an interesting tool to log data pipeline runs. Is it closer to an Airflow ETL dashboard or a MLFlow experiment manager? Who's supposed to manage it?
25.
▲
by
talos_
2y ago
That makes sense. I'll look into it more! One project was to create a layer between external APIs (OpenAI, Gemini, Claude) and our team. This way we can manage the cost of API calls, try different providers, and log API usage to find o
26.
▲
by
talos_
2y ago
There's a LOT of LLM frameworks out there. The "bring your own framework" adds flexibility instead of endless integrations (like in ML libraries and MLOps tooling). If I'm getting started with LLMs or have 1-2 POC deploy