HN user

DrStartup

75 karma
Posts0
Comments55
View on HN
No posts found.

Setup a quick CDP connection. Have Claude Code attach and inject JS into Page.addScriptToEvaluateOnNewDocument. Loads before the page.

Typical early hooks: • fetch wrapper • XMLHttpRequest.prototype.open/send wrapper • WebSocket constructor wrapper • history.pushState/replaceState wrapper • EventTarget.addEventListener wrapper (optional, heavy) • MutationObserver for DOM diffs • Error + unhandledrejection capture

Ghostty 1.2.0 10 months ago

lower is better

https://github.com/frarees/typometer

Typometer

Typometer is a tool to measure and analyze the visual latency of text editors.

Editor latency is the delay between an input event and a corresponding screen update — in particular, the delay between keystroke and character appearance. While there are many kinds of delays (caret movement, line editing, etc.), typing latency is a major predictor of editor usability.

Check the article typing with pleasure to learn more about editor latency and its effects on typing performance.

entity resolution is the killer feature. context engineering is the problem with this benchmark attempt. The agent plan seemed to one shot, and the fact that the LLMs could write their own tools without validation or specific multi shot examples is worrisome. To me way to much left to the whims of the llms - with out proper context.

XMLUI 1 year ago

XUL! why not just use htmx and the platform?

Knowledge / property graphs provide truths that can guide the retrieval. LLMs lack a truth function, ie causality. The KPG provides this as sorta a lace across the llm vector space. A KPG can either be used as a filter or a router of sorts. I expect we’ll see kpgs colocated with vector data of the llm and a tuned router layer uses it to guide retrieval and course correct the output. Kind of like MoE.

MLX on silicon rocks, now imagine tuned neural engines to transformer or mamba architectures. Yes it’s just matrix multiplication, but they can optimize the chips for their level of precision, memory bandwidth and unified memory. Not to mention the future of ai is an electric power battle, who outperforms everyone on performance per watt?

The ads are so bad. These sites are in their own doom spiral. We need more revenue due to falling readership. I know more ads!

I can’t wait to filter the entire internet with on device AI.

The universal site & ad blocker.

Inb4, iOS safari blockers suck or I haven’t found a good one. Biggest benefit of side loading is compile your own Firefox and run unlock origin.

I think we’re going to see a greatly increased use of FPGAs in AI applications. They can be very good at matrix multiplication. Think about an AI layer that tunes the FPGA based on incoming model requirements? Need an LPU like groq? Done. I would bet Apple Silicon gets some sort of FPGA in the neural engine.