Glenn 'devalias' Grant
Glenn 'devalias' Grant
Currently the lookup API endpoint allows specifying a hex-encoded sha256 hash to be looked up: - https://www.jsdelivr.com/docs/data.jsdelivr.com#tag--Lookup But looking at some of the other API endpoints, in their responses they...
I was trying to use path globs to simplify my input paths: - https://github.com/pkolaczk/fclones#path-globbing Yet I got the following error when doing so: ```shell # fclones group --isolate --hidden --min...
### Describe the bug I'm fairly new to TailwindCSS, so I believe this is a bug, but may be wrong. It seems that `SidebarGroupLabel`'s `className` should use `transition-[margin,opacity]` instead of...
In skimming through the docs in the guide: - https://github.com/j4k0xb/webcrack/tree/master/apps/docs/src/guide I noticed that they seem to be using VitePress specific custom containers for info/tip/warning/etc blocks: - https://vitepress.dev/guide/markdown#custom-containers That render fine...
- https://arxiv.org/abs/2506.20170 - > JsDeObsBench: Measuring and Benchmarking LLMs for JavaScript Deobfuscation - > Deobfuscating JavaScript (JS) code poses a significant challenge in web security, particularly as obfuscation techniques are...
- https://arxiv.org/abs/2506.20170 - > JsDeObsBench: Measuring and Benchmarking LLMs for JavaScript Deobfuscation - > Deobfuscating JavaScript (JS) code poses a significant challenge in web security, particularly as obfuscation techniques are...
This is a hacky GitHub Copilot Agent based Proof-of-Concept that: - fixes https://github.com/pionxzh/wakaru/issues/142 It's currently overly verbose and re-implements a lot of logic that I don't think it needs to.....
Using this as a bit of a collective meta-issue to bring together some of the other disparate issues related to essentially better integrations with an Agentic AI tool such as...
- https://openai.com/open-models/ - > Open models by OpenAI - > `gpt-oss-120b` > A large open model designed to run in data centers and on high-end desktops and laptops. - >...
> Interesting anecdote, llama.cpp has support for the rust-based version of guidance built in now, and is also what is used by the OpenAI API for their JSON Schemas now...