HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tidbeck

22 karmajoined 5 ปีที่แล้ว

Submissions

Mistral vs. Claude on our onboarding: 4× faster, 30% cheaper

squidler.io
4 points·by tidbeck·11 วันที่ผ่านมา·0 comments

Ask HN: Should we include our tech stack when talking about AI coding tools?

2 points·by tidbeck·9 เดือนที่ผ่านมา·0 comments

comments

tidbeck
·5 วันที่ผ่านมา·discuss
Guess it is efficient for attention.
tidbeck
·7 วันที่ผ่านมา·discuss
Related to this, for our use case, setting thinking to high instead of low made tasks complete faster and cheaper (Gemini 3.0 flash).

Other aspects are caching, often at 0.1X cost, where providers really differ in how efficient they are (Anthropic really good, Google not so much) and how chatty a model is (costing output tokens).
tidbeck
·12 วันที่ผ่านมา·discuss
I really like this but feels like it does not really work on a Swedish keyboard layout (macOS), cannot input '$'. Tried both Alt+4 (how you actually input '$') which works in vim and Shift+4 (US layout).
tidbeck
·2 เดือนที่ผ่านมา·discuss
While the accessibility tree is great in many aspects it has its own limitations for example when it comes to stacked views or lazy loading outside the viewport.
tidbeck
·8 เดือนที่ผ่านมา·discuss
Looking at the examples on the front page it reminds me even more about Parse.
tidbeck
·8 เดือนที่ผ่านมา·discuss
The Reuters article title is "Fabric made of Stone" (as it is made of coal and limestone), that is why it came to mind.
tidbeck
·8 เดือนที่ผ่านมา·discuss
This makes me think about Vinylon[1] and this article from Reuters[2]

[1] https://en.wikipedia.org/wiki/Vinylon [2] https://www.reuters.com/investigates/special-report/northkor...
tidbeck
·8 เดือนที่ผ่านมา·discuss
Got a https://en.wikipedia.org/wiki/Leisure_Suit_Larry#Leisure_Sui... vibe from it.
tidbeck
·9 เดือนที่ผ่านมา·discuss
What kind of tasks do you use it for?
tidbeck
·9 เดือนที่ผ่านมา·discuss
How does this compare to https://huggingface.co/ibm-granite/granite-docling-258M in performance and how they work?
tidbeck
·9 เดือนที่ผ่านมา·discuss
That is why I like the idea of having as much of the documentation as possible in code. Tests that describe how things are supposed to work, infrastructure as code the describes the parts of the system and so on. Then you are forced to keep them up to date.
tidbeck
·9 เดือนที่ผ่านมา·discuss
Still seem to be down, a link for status updates: https://status.claude.com/incidents/6xlfx3mrb8ct
tidbeck
·10 เดือนที่ผ่านมา·discuss
I have (Firefox on macOS), still easy to miss.
tidbeck
·ปีที่แล้ว·discuss
This is different from the Minimum Deployment, which I current have set to iOS 12.0 in Xcode 16.2.
tidbeck
·ปีที่แล้ว·discuss
Could you maybe make use of Simon Willsons [LLM lib/app](https://github.com/simonw/llm)? It has great LLM support (just pass in the model to use) and records everything by default.