I did not meet this error while debugging a crash. I met it while writing a
calculator.
llama_context: quantized V cache requires flash_attn to be enabled
There is a second wording, thrown as an exception a little later in startup and
surfacing as failed to initia...
Here's something I've been thinking about while building AI systems:
Developers are obsessed with testing code.
We write unit tests.
Integration tests.
End-to-end tests.
CI pipelines.
Code reviews.
Linting.
Type checking.
But then we build an AI feature and suddenly the testing strategy becomes:
"I trie...
Hi. I'm Dogan.
I build software, mostly full stack and mostly the unglamorous middle of it: TypeScript and Express on one side, React on the other, Postgres underneath, and a long tail of background jobs, queues and migrations holding the whole thing together. A lot of my time goes to a messaging and community platform I work on, and a fair amount goes to the specific archaeology of mov...
In today's digital landscape, securing user identities and managing access control are critical challenges for organizations of all sizes. As businesses expand their digital services, they require a seamless, secure, and scalable solution to manage user logins, permissions, and security policies. This is where WSO2 Identity Server (WSO2 IS) plays a pivotal role.
What is WSO2 Identity Serv...
I don't own a Mac. When I built my last iOS app (Citolex, a speed reading app with a couple of native Swift plugins), I didn't want to buy one or pay $20 to $100+/month for a rented cloud Mac just to run Xcode long enough to sign and upload a build.
Turns out GitHub gives away free macOS build minutes on public repos, usually used for CI/test runs. I pointed them at the whole release pi...