HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tidbeck

22 karmajoined 5 tahun yang lalu

Submissions

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

squidler.io
4 points·by tidbeck·11 hari yang lalu·0 comments

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

2 points·by tidbeck·9 bulan yang lalu·0 comments

comments

tidbeck
·5 hari yang lalu·discuss
Guess it is efficient for attention.
tidbeck
·7 hari yang lalu·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 hari yang lalu·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 bulan yang lalu·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 bulan yang lalu·discuss
Looking at the examples on the front page it reminds me even more about Parse.
tidbeck
·8 bulan yang lalu·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 bulan yang lalu·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 bulan yang lalu·discuss
Got a https://en.wikipedia.org/wiki/Leisure_Suit_Larry#Leisure_Sui... vibe from it.
tidbeck
·9 bulan yang lalu·discuss
What kind of tasks do you use it for?
tidbeck
·9 bulan yang lalu·discuss
How does this compare to https://huggingface.co/ibm-granite/granite-docling-258M in performance and how they work?
tidbeck
·9 bulan yang lalu·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 bulan yang lalu·discuss
Still seem to be down, a link for status updates: https://status.claude.com/incidents/6xlfx3mrb8ct
tidbeck
·10 bulan yang lalu·discuss
I have (Firefox on macOS), still easy to miss.
tidbeck
·tahun lalu·discuss
This is different from the Minimum Deployment, which I current have set to iOS 12.0 in Xcode 16.2.
tidbeck
·tahun lalu·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.