https://dev.to/0xkoji/quantizing-gemma-4-on-mac-with-llamacpp-54k7
- download a model to
modelsvia hf-cli
hf download google/gemma-4-12B-it --local-dir models/google--gemma-4-12B-it- run
quantize.sh
https://dev.to/0xkoji/quantizing-gemma-4-on-mac-with-llamacpp-54k7
models via hf-clihf download google/gemma-4-12B-it --local-dir models/google--gemma-4-12B-itquantize.shcompromised packages list
https://www.mend.io/blog/npm-supply-chain-attack-packages-compromised-by-self-spreading-malware/
the latest list
https://github.com/wiz-sec-public/wiz-research-iocs/blob/main/reports/shai-hulud-2-packages.csv
support yarn v1, npm, and pnpm
#!/bin/bash
set -euo pipefail
echo "=== Step 1: Go to opentrons folder ==="
cd "$HOME/Desktop/opentrons" || {
echo "ERROR: ~/Desktop/opentrons not found."
read -n 1 -s -r -p "Press any key to exit..."
exit 1
}Of course. Here is the list of blogs from the report, formatted as a markdown table with the requested columns.
| blog name | blog url | category | sub-category | tags |
|---|---|---|---|---|
| BAIR Blog (Berkeley AI Research) | https://bair.berkeley.edu/blog/ | AI & Machine Learning | Foundational Research & Academic Hubs | research, robotics, generative models, reinforcement learning |
| MIT News - Artificial Intelligence | https://news.mit.edu/topic/artificial-intelligence2 | AI & Machine Learning | Foundational Research & Academic Hubs | research, academic, AI applications |
| Stanford AI Lab Blog (SAIL) | https://ai.stanford.edu/blog/ | AI & Machine Learning | Foundational Research & Academic Hubs | research, NLP, computer vision |
| ML@CMU | https://blog.ml.cmu.edu/ | AI & Machine Learning | Foundational Research & Academic Hubs |
| Tool | Main Features & Models Supported | Usage Context / Notes | CLI Native? | Link |
|---|---|---|---|---|
| Claude Code | Agentic coding, autonomous edits, deep context, Anthropic models | Terminal-based, enterprise privacy, NPM install | Yes | Claude Code |
| Gemini CLI | Google Gemini models, free tier, IDE integration, web search | Term |
// 2Dの擬似乱数(ハッシュ)を生成する関数
float hash21(vec2 p) {
p = fract(p * vec2(123.34, 456.21));
p += dot(p, p + 45.32);
return fract(p.x * p.y);
}
// 2D Value Noise
float noise(vec2 p) {{
"subject": "blue glass dragon",
"style": "photorealistic 3D render",
"description": "A majestic dragon with a sleek, translucent body made of blue-tinted glass, featuring iridescent surfaces that shift between blue, green, and purple hues. It has smooth, polished scales, delicate wings with intricate patterns, and a tail with subtle reflective tips. The dragon's eyes are filled with a soft, glowing light.",
"material": "solid glass with transparent, iridescent, and refractive properties",
"surface_texture": "smooth, polished, and highly reflective with refractive light bending",
"lighting": {
"type": "studio HDRI",
"intensity": "very high",| Tool | URL |
|---|---|
| aiCoder | aicoderproject.com/ |
| Cline | github.com/cline/cline |
| Cursor | cursor.com |
| Gemini Code Assist | codeassist.google |
| GitHub Copilot | github.com/features/copilot |
| Kilo Code | kilocode.ai |
| PearAI | trypear.ai |
| qodo | qodo.ai |
#!/bin/bash
# Get full path to npx
FULL_PATH_TO_NPX=$(which npx)
# Extract ASDF shims directory (remove '/npx' from the path)
PATH_TO_ASDF_SHIMS_DIR=$(dirname "$FULL_PATH_TO_NPX")
# Get full path to asdf