Update blog website#1216
Draft
0xSero wants to merge 116 commits into
Draft
Conversation
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>
|
@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. |
…ference pattern animations
…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
…et browser-harnesses blog to draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Build and lint checks passing