HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tidbeck

22 karmajoined vor 5 Jahren

Submissions

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

squidler.io
4 points·by tidbeck·vor 11 Tagen·0 comments

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

2 points·by tidbeck·vor 9 Monaten·0 comments

comments

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