HackerTrans
TopNewTrendsCommentsPastAskShowJobs

keheliya

no profile record

Submissions

Before You Score the Model, Score the Benchmark

centre-for-software-excellence.github.io
2 points·by keheliya·2 bulan yang lalu·0 comments

AI dev tools that I use in March 2025

keheliya.blogspot.com
4 points·by keheliya·tahun lalu·0 comments

comments

keheliya
·22 hari yang lalu·discuss
There are upcoming benchmarks aimed at measuring the ability to work with brownfield tasks. (Of course, benchmarks can be gamed, but they are still better than unrealistic toy tasks that earlier generations of benchmarks used. Frontier labs are yet to use them in their tech reports or marketing material, though.:-)

* SWE-EVO: Benchmarking Coding Agents in Long-Horizon Software Evolution Scenarios https://arxiv.org/abs/2512.18470 * SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via Continuous Integration https://arxiv.org/abs/2603.03823
keheliya
·3 bulan yang lalu·discuss
I've found [Plannotator]( https://github.com/backnotprop/plannotator) useful for this. It opens the plan on a minimal web page so I can highlight and add comments. This is then passed back to Claude code. Works well enough for now. But ideally this should be natively implemented in cc.
keheliya
·11 bulan yang lalu·discuss
Using LM-Studio as the frontend and Playwright-powered MCP tools for browser access. I've had success with one such MCP: https://github.com/instavm/coderunner It has a tool called navigate_and_get_all_visible_text, for example.

Here's a demo of this functionality: https://www.youtube.com/watch?v=9mLrGcuDifo
keheliya
·tahun lalu·discuss
Yes! Maybe even a koreader extension with these features will be nice!
keheliya
·tahun lalu·discuss
It has limited JavaScript support according to this: https://imgur.com/a/Ig8MyyH Should be enough to implement the claimed features at least.
keheliya
·tahun lalu·discuss
I wish this was supported by default in the Kindle browser. I wonder if there was a way to make it an extension or a wrapper and make it available in eink device browsers. But it seems that even this blog post page is not supported in the Kindle browser. (I don't see the eink mode icon.)

The requirements for me are simple, primarily to make consuming web content on my kindle scribe easier.

* Instead of scrolling by finger gestures (which is a pain to watch on slowly-refreshing eink), have two buttons on the side to do page up and down. * Disable animations * Ability to increase/decrease font size.

I attempted to make this happen for my mastodon feed [here](https://keheliya-slowdon.web.val.run/). source available [here](https://www.val.town/v/keheliya/slowdon). Then there's [Kindly RSS reader](https://github.com/nicoan/kindly-rss-reader)

The goal is to be able to access all the text content that I consume regularly without much pain on a kindle.
keheliya
·tahun lalu·discuss
If you have an android based eink device, try einkbro https://github.com/plateaukao/einkbro It supports mapping pageUp/down to touch gestures or physical buttons. You can avoid scrolling that way. I wish I had a way to install on a Kindle too