https://simonwillison.net/2026/Mar/21/profiling-hacker-news-users/ #HackerNews #Career #TechBros #CodeAnalysis #TabsVsSpaces #Dissertation #HackerNews #ngated
Finally have been trying out https://github.com/boyter/scc for counting (unique) lines of code, comments, DRYness and complexity and getting a better and more aggregated overview of the scale of my https://thi.ng/umbrella monorepo. SCC is really much better and faster than what I've been using previously (cloc) and also provides more meaningful results, including COCOMO project stats.
So selected current data points for this mega repo (incl. 214 projects and 185 example projects):
Estimated Cost to Develop (organic) $10,032,312
Estimated Schedule Effort (organic) 33.03 months
Estimated People Required (organic) 26.98
(This is equivalent of 74 years for one person and an assumed salary of $56k/year... Considering the repo in this form is only 8+ years old, that literally makes me a 9.25x developer π)
#TypeScript
Files: 5,439
Lines of code: 323,816 (unique 161,337)
Comment lines: 85,303
#Zig
Files: 46
Lines of code: 4,828
Comment lines: 2,332
Markdown (aka #Documentation)
Files: 423
Lines: 66,370 (unique 31,330)

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go - boyter/scc
I've just released version 1.4.3 of the PMD Extension for bld
#bld #buildsystem #buildtool #codeanalysis #github #java #pmd
π 2026-02-24 00:00 UTC
π° γ³γΌγγηθ§£γγθΆ θ»½ιMCPγδ½γ£γ β γγΌγ―γ³70%εζΈγ1εγ§γ»γγγ’γγ (π 155)
π¬π§ Built cocoindex-code: AST-based lightweight MCP that cuts token usage by 70% and setup takes just 1 min for AI code workflows
π°π· cocoindex-code κ°λ°: AST κΈ°λ° κ²½λ MCPλ‘ ν ν° 70% μ κ°, 1λΆ μ€μ μΌλ‘ AI μ½λ μν¬νλ‘μ° μ΅μ ν
π 2026-02-23 18:00 UTC
π° γ³γΌγγηθ§£γγθΆ θ»½ιMCPγδ½γ£γ β γγΌγ―γ³70%εζΈγ1εγ§γ»γγγ’γγ (π 143)
π¬π§ Built cocoindex-code: AST-based MCP reducing AI tokens by 70% for large codebases. 1-min setup, works with Claude/Cursor.
π°π· λκ·λͺ¨ μ½λλ² μ΄μ€μ© AST κΈ°λ° MCP 'cocoindex-code' κ°λ°. AI ν ν° 70% μ κ°, 1λΆ μ€μΉ, Claude/Cursor νΈν.
π 2026-02-23 12:00 UTC
π° γ³γΌγγηθ§£γγθΆ θ»½ιMCPγδ½γ£γ β γγΌγ―γ³70%εζΈγ1εγ§γ»γγγ’γγ (π 110)
π¬π§ Built cocoindex-code: AST-based lightweight MCP that reduces token usage by 70% and speeds up AI code analysis in large repos
π°π· λκ·λͺ¨ μ½λλ² μ΄μ€μμ ν ν° μ¬μ©λμ 70% μ€μ΄λ AST κΈ°λ° κ²½λ MCP λꡬ cocoindex-code κ°λ°
[Anthropic, Claude Codeμ 보μ μ·¨μ½μ μ€μΊ κΈ°λ₯ μΆμ (리μμΉ ν리뷰)
Anthropicμ Claude Codeμ 보μ νΉν κΈ°λ₯μΈ Claude Code Securityλ₯Ό μΆμνμ΅λλ€. μ΄ κΈ°λ₯μ μ½λ μ 체 λ§₯λ½μ μ΄ν΄νκ³ , μ λμ κ²μ¦ λ°©μμΌλ‘ μ€νμ μ΅μννλ©°, μ½λ μ€νμΌμ μ μ§ν ν¨μΉ μ μμ μ 곡ν©λλ€. νμ¬ Enterprise λ° Team κ³ κ° λμ 리μμΉ ν리뷰 λ¨κ³μ΄λ©°, κΈ°μ‘΄ 보μ μν¬νλ‘μ μ°λμ΄ κ°λ₯ν©λλ€.
Claude (@claudeai)
Anthropicμ΄ μλ‘μ΄ AI κΈ°λ° λ³΄μ λꡬ 'Claude Code Security'λ₯Ό νμ λ μ°κ΅¬ 미리보기 ννλ‘ κ³΅κ°νμ΅λλ€. μ΄ λꡬλ μ½λλ² μ΄μ€λ₯Ό μλμΌλ‘ μ€μΊνμ¬ μ·¨μ½μ μ μ°Ύμλ΄κ³ , μΈκ° κ²ν λ₯Ό μν μννΈμ¨μ΄ ν¨μΉλ₯Ό μ μν©λλ€. κΈ°μ‘΄ 보μ λΆμ λꡬλ€μ΄ λμΉλ λ¬Έμ λ₯Ό 보μν μ μλλ‘ μ€κ³λμ΄ μμΌλ©°, κ°λ°μ νμ 보μ ν¨μ¨μ±μ λμ΄λ κ²μ λͺ©νλ‘ ν©λλ€.
https://x.com/claudeai/status/2024907535145468326
#anthropic #claude #aisecurity #codeanalysis #researchpreview

Introducing Claude Code Security, now in limited research preview. It scans codebases for vulnerabilities and suggests targeted software patches for human review, allowing teams to find and fix issues that traditional tools often miss. Learn more: https://t.co/n4SZ9EIklG
I've just released version 1.4.2 of the PMD Extension for bld
#bld #buildsystem #buildtool #codeanalysis #github #java #pmd