Research

Here I’ll have some articles and other resources from where I derive information when making design and content choices. For now it’s more of a repository, but soon I’ll use this page as a home for citations linked throughout the site. Rad.

Dev.To

  • Optimizing LLM Costs: Meet OmniRoute AI coding agents are boosting developer productivity, but they consume a massive amount of tokens. For developers running coding assistants like Claude Code, Cursor, or Copilot all day, API subscription fees and token costs can scale quickly. OmniRoute is an open-source AI gateway designed to tackle this problem. By combining […]
  • Artificial Intelligence applications are rapidly moving beyond simple question-answering systems. Modern enterprise AI assistants need to understand internal documents, retrieve accurate information, and provide reliable answers based on company knowledge. I started building agentic AI systems from scratch — not to theorize about them, but to actually write the code, break it, and understand it […]
  • Magento stores that sell to EU customers need a withdrawal flow that is secure, auditable, and clear for both customers and support teams. The module is built to support merchants implementing the consumer right of withdrawal under Directive 2011/83/EU (CELEX 32011L0083). The directive establishes the 14-day withdrawal period and allows withdrawal by an unequivocal statement, […]
  • In the early days of mobile machine learning, the developer's journey was simple, if a bit primitive. You would bundle a TensorFlow Lite model into your APK, target the CPU, perhaps throw in a bit of NNAPI delegation, and pray that your user's device didn't turn into a pocket heater. It was a monolithic approach: […]
  • The year was 1990, and inside the high-security halls of the Institute of Cybernetics in Moscow, the air was thick with the scent of ozone and the dry, sterile heat of thousands of vacuum tubes and transistors. The ES EVM-47k mainframes were running at maximum thermal capacity, their cooling fans producing a relentless, low-frequency drone […]

WordPress

The Hacker News

  • SAP has rolled out updates to address multiple vulnerabilities as part of its July 2026 security updates, including a critical flaw in SAP NetWeaver Application Server ABAP. The vulnerability in question is CVE-2026-44747 (CVSS score: 9.9), an out-of-bounds write flaw that allows an authenticated attacker to leverage logical errors in memory management to cause a […]
  • Any other browser extension that can run a script on claude.ai can still trigger Claude for Chrome tasks aimed at your Gmail, your latest Google Doc and its comments, and your Calendar. Both this and ClaudeBleed need a rogue extension that can already run a script on claude.ai; the difference is scope. Anthropic restricted the […]
  • Cybersecurity researchers have flagged a previously undocumented Rust-based remote access trojan (RAT) codenamed LabubaRAT that masquerades as NVIDIA software to blend into target environments. "LabubaRAT creates a reusable foothold for hands-on activity," Blackpoint Cyber researchers Sam Decker and Nevan Beal said in an analysis published today. "Once deployed, it can profile the host,
  • Cybersecurity researchers have disclosed details of two access control-related flaws impacting the RabbitMQ message broker service that could allow attackers to leak OAuth client secrets, expose enterprise messaging infrastructure to takeover risks, and bypass tenant boundaries. Miggo's security team, which discovered and reported the flaws, said one "leaks the broker's confidential OAuth
  • Cybersecurity researchers have discovered 11 old, Microsoft-signed, Unified Extensible Firmware Interface (UEFI) applications that could be abused to bypass Secure Boot on most systems using the modern firmware standard. "An attacker exploiting one of these vulnerable applications can execute untrusted code during system boot, enabling deployment of malicious UEFI bootkits or other malware,"

jQuery News

  • On January 14, 2006, John Resig introduced a JavaScript library called jQuery at BarCamp in New York City. Now, 20 years later, the jQuery team is happy to announce the final release of jQuery 4.0.0. After a long development cycle and several pre-releases, jQuery 4.0.0 brings many improvements and modernizations. It is the first major […]
  • It's here! Almost. jQuery 4.0.0-rc.1 is now available. It's our way of saying, "we think this is ready; now poke it with many sticks". If nothing is found that requires a second release candidate, jQuery 4.0.0 final will follow. Please try out this release and let us know if you encounter any issues. A 4.0 […]
  • Last February, we released the first beta of jQuery 4.0.0. We're now ready to release a second, and we expect a release candidate to come soon™. This release comes with a major rewrite to jQuery's testing infrastructure, which removed all deprecated or under-supported dependencies. But the main change that warranted a second beta was a […]
  • jQuery's influence on the web will always be evident. When it was first introduced in 2006, jQuery became a fundamental tool for web developers almost immediately. It simplified JavaScript programming, making it easier to manipulate HTML documents, handle events, perform animations, and much more. Since then, it has played and continues to play a major […]
  • jQuery 4.0.0 has been in the works for a long time, but it is now ready for a beta release! There's a lot to cover, and the team is excited to see it released. We've got bug fixes, performance improvements, and some breaking changes. We removed support for IE