ContentPosts from @naren..
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

You canโ€™t UPDATE what you canโ€™t find: vs PostgreSQL

ClickHouse just leveled up. Its new SQL-standardUPDATEis fastโ€”PostgreSQL-fast on single-row changes, and up to4,000ร—faster on bulk updates. Thatโ€™s pure columnar speed plus parallelism in the driverโ€™s seat. Yes, both use MVCC. But unlike Postgres, ClickHouse dodges transaction bloat by default. That.. read more ย 

You canโ€™t UPDATE what you canโ€™t find: vs PostgreSQL
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

The decline of high-tech manufacturing in the United States

High-tech manufacturing used to employ 2.8% of U.S. workers back in 1990. Now itโ€™s down to 1.3%. The sharpest losses hitcomputers, electronics, and aerospaceโ€”industries that once defined the future. Onlypharma and med devicesmanaged to buck the trend, adding 189,000 jobs while the rest bled over a .. read more ย 

The decline of high-tech manufacturing in the United States
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Faster Index I/O with NVMe SSDs

A search service (Marginalia Search) gutted its old index internals and dropped memory-mapped B-trees. In their place: adeterministic, block-aligned skip listtuned fordirect reads on NVMe SSDs. It runs on128KB block sizes, usescustom buffer pools, and leans hard onio_uringfor async position lookups.. read more ย 

Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

GitHub folds into Microsoft following CEO resignation โ€” once independent programming site now part of 'CoreAI' team

GitHub just lost its autonomy. Microsoft is folding it into theCoreAIdivision, where itโ€™ll now march in step with Redmondโ€™s broader AI play. CEO Thomas Dohmke is out. No replacement named. Bigger picture:Why now? Copilot hit general availability, and GitHubโ€™s becoming less a platform, more a provin.. read more ย 

GitHub folds into Microsoft following CEO resignation โ€” once independent programming site now part of 'CoreAI' team
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Building a web search engine from scratch in two months with 3 billion neural embeddings

An indie dev just went full mad scientist and built a full-stack, transformer-powered search engineโ€”solo. They indexed 280 million pages from scratch with hundreds of crawlers, a fully sharded backend, and serious metal:64 RocksDB nodes,200 CPU cores, and82 TB of SSD. Under the hood: custom HTML pa.. read more ย 

Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Node.js v22.18.0 (LTS) is out

Node.js just got spicier. You can now runTypeScript files out of the boxโ€”no transpile step, no weird configs. Itโ€™s experimental, and only supports a trimmed-down syntax, but still: big move. Elsewhere, itโ€™s tacklingburst fs eventswith AsyncIterator support, tightening upCJS/ESM cycle resolution, an.. read more ย 

Node.js v22.18.0 (LTS) is out
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

Using AWS ECR as a universal OCI repository

AWS ECR is an OCI repository supporting different types of artifacts, from Docker images to machine learning models, allowing for simplified management and unified access. Users can interact with ECR using CLI tools like ORAS, Helm, and Terraform, providing integration with CI/CD pipelines for effic.. read more ย 

Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

No, AI is not Making Engineers 10x as Productive

Claims of 10โ€“100x dev speed from AI tools skip the hard partsโ€”code reviews, bug queues, flaky tests. In practice, AI helps with the small stuff: one-off scripts, throwaway glue code, basic scaffolds. But scaling that help across big, messy codebases? Still a pipe dream. Too much context lost. Too ma.. read more ย 

Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

LLM Evaluation: Practical Tips at Booking.com

A new LLM evaluation framework taps into an"LLM-as-judge"setupโ€”think strong model playing human annotator. It gets prompted (or fine-tuned) to mimic human scores and rate outputs from other LLMs. It runs on a tightly labeledgolden dataset, handles both pointwise and head-to-head comparisons, and sh.. read more ย 

LLM Evaluation: Practical Tips at Booking.com
Link
@faun shared a link, 4ย months, 2ย weeks ago
FAUN.dev()

When Did AI Take Over Hacker News?

A fresh dive into 24,910 top Hacker News posts since 2019 shows that AI chatter didnโ€™t blow up with ChatGPTโ€”it took off afterGPT-4 landed in early 2023. The study used OpenAIโ€™s Batch API and a lean GPT-5-mini to crunch the numbers. Turns out,52% of the AI talk was positive, and the busiest stretch?.. read more ย 

When Did AI Take Over Hacker News?