ContentPosts from @naoki914..
 Activity
@edersonbrilhante started using tool ForgeMT , 2 days, 19 hours ago.
 Activity
@edersonbrilhante started using tool Visual Studio Code , 2 days, 20 hours ago.
 Activity
@edersonbrilhante started using tool GitHub Actions , 2 days, 20 hours ago.
 Activity
@edersonbrilhante added a new tool ForgeMT , 2 days, 20 hours ago.
Link
@faun shared a link, 2 days, 21 hours ago

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..

You can’t UPDATE what you can’t find: vs PostgreSQL
Link
@faun shared a link, 2 days, 21 hours ago

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..

GitHub folds into Microsoft following CEO resignation — once independent programming site now part of 'CoreAI' team
Link
@faun shared a link, 2 days, 21 hours ago

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..

Link
@faun shared a link, 2 days, 21 hours ago

Is GPT-5 really worse than GPT-4o? Ars puts them to the test.

OpenAI walked back its latest release after users flaggedGPT-5for sounding flat, hallucinating more, and losing creative spark. The fix? Rolling back to the friendlierGPT-4o. Head-to-head tests told a nuanced story:GPT-5nailed accuracy and structure across most prompts. But when the task called for..

Is GPT-5 really worse than GPT-4o? Ars puts them to the test.
Link
@faun shared a link, 2 days, 21 hours ago

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..

Node.js v22.18.0 (LTS) is out
Link
@faun shared a link, 2 days, 21 hours ago

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..