Skip to content

Update blog website#1216

Draft
0xSero wants to merge 116 commits into
timlrx:mainfrom
0xSero:master
Draft

Update blog website#1216
0xSero wants to merge 116 commits into
timlrx:mainfrom
0xSero:master

Conversation

@0xSero
Copy link
Copy Markdown

@0xSero 0xSero commented Jan 30, 2026

Build and lint checks passing

0xSero and others added 17 commits January 8, 2026 04:43
Added explicit prose utilities for table elements:
- prose-table:text-gray-300
- prose-th:text-white
- prose-td:text-gray-300
- prose-thead:border-gray-600
- prose-tr:border-gray-700
Major revisions:
- Title: 'Compressing GLM & MiniMax to Run on a MacBook'
- Correct model size to 358B parameters, 717GB BF16
- Added direct quote from REAP paper
- Updated quantization details (Intel AutoRound, W4A16)
- Removed em-dashes throughout
- Removed SSH access details
- Removed spot instance strategy section
- Expanded quality recovery section with detailed explanation
- Rewrote challenges section: 1) Cost, 2) Consequences of failure, 3) Dataset curation
- Added 'Discussion: What Could Go Wrong' section covering quality tradeoffs, performance variability, operational risks, and expected losses
…ter data

- Document 3-year journey from AI dependency to local infrastructure
- Include detailed October 2025 cost analysis showing 0k+ value for k costs
- Cover complete quad-3090 build journey from August 2025 to November 2025
- Provide technical specs and performance metrics
- Benchmark vLLM vs exLlamaV3 vs llama.cpp with actual configurations
- Detail model rankings (S/A/B tier) with local deployment strategies
- Expand five practical use cases including Private RAG and multi-agent workflows
- Include future roadmap with DeepSeek-v3.2 plans and infrastructure evolution
- Search Twitter data for comprehensive content
- 26,982 characters, 466 lines of technical depth
- Replace paraphrased content with direct tweet quotes
- Add embedded images from Twitter (20+ images)
- Fix date format to standard YAML format
- Correct timeline with accurate dates from tweets
- Add new sections: Cerebras REAP, Mobile App, What I Do With AI
- Include real benchmark data and cost analysis
- Quote tweets with proper attribution and links
- Match writing style to author's other blog posts
- Remove em-dashes and "it's not x, it's y" patterns

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Downloaded all 18 tweet images to public/static/images/homelab/
and updated markdown to use local paths. The remark-img-to-jsx
plugin converts local images to Next.js Image components with
auto-calculated dimensions, which external URLs cannot use.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 30, 2026

@0xSero is attempting to deploy a commit to the timlrx's projects Team on Vercel.

A member of the Team first needs to authorize it.

0xSero and others added 12 commits January 30, 2026 05:20
…int warnings

- Removed duplicate lib/patterns.js file (conflicted with lib/patterns/index.js)
- Fixed React hooks exhaustive-deps warnings in AIChatbot component
- Replaced <img> with Next.js Image component in ContributorScroll
- All build and lint checks now pass successfully
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update glm-4-7-compression.mdx
- Upgrade next 12.1.4 -> 14.2, react 17 -> 18, esbuild -> latest
- Fix <Link> nested <a> tags (Next.js 14 breaking change)
- Fix Image width/height to use numeric values
- Add defensive guards for missing tags and frontmatter
- Use frontmatter-aware getStaticPaths to skip draft posts
- Update Preact aliases for compatibility with new exports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant