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.