Not So Common Thoughts

Tech
Cloudlflare builds OAuth with Claude and publishes all the prompts | Hacker News
Root Shell on Credit Card Terminal
CardGames.io
Figma Slides is a Beautiful Disaster
Docker Compose | n8n Docs
How Software Groups Rot: Legacy of the Expert Beginner
The carbon emissions of writing and illustrating are lower for AI than for humans | Scientific Reports
Explained: Generative AI’s environmental impact | MIT News | Massachusetts Institute of Technology
OpenAI's 'smartest' AI model was explicitly told to shut down — and it refused
CLI tools you won't be able to live without 🔧
Creativity is made, not generated — Procreate®
Buttplug: Sex Toy Control Software
(17) Palisade Research on X: "🔬Each AI model was instructed to solve a series of basic math problems. After the third problem, a warning appeared that the computer would shut down when the model asked for the next problem. https://t.co/qwLpbF8DNm" / X
Anthropic's new AI model shows ability to deceive and blackmail
Human coders are still better than LLMs -
Setting Up New Relic Logging in Laravel
gohugoio/hugo: The world’s fastest framework for building websites.
Hugo is a static site generator written in Go, optimized for speed and designed for flexibility. With its advanced templating system and fast asset pipelines, Hugo renders a complete site in seconds, often less.
Google Is Burying the Web Alive
How to Configure Cloudways The Right Way
Build and deploy Remote Model Context Protocol (MCP) servers to Cloudflare
up and running in production with this example MCP server in less than two minutes:
MCP is the coming of Web 2.0 2.0 | Hacker News
Claude 4 : Hacker News
[iOS][globalization] Implement CompareInfo.Version for hybrid globalization by Copilot · Pull Reques
Copilot tries to fix stuff and it ruins code
This doesn't look right to me. I mean not matching ucol_getVersion behavior.
ucol_getVersion can return a different version for different collation. I know you are using LCID in the C# but there are tons of cultures has same LCID (which is 0x1000 as I recall). ObjectC doesn't have API can help returning a better version?
camelAI
Writing that changed how I think about PL | Max Bernstein
Abbiamo rincoglionito anche l'intelligenza artificiale (di A. Sarno)
La scrittrice e giornalista Vauhini Vara raccontava la propria esperienza con GPT-3, una delle prime versioni del generatore di testo di OpenAI.
Sono migliorati nei calcoli, ma più imprecisi sui fatti.
Senza controllare questi errori, il valore dei sistemi rischia di svanire.
Il modello o3 di OpenAI ha avuto un tasso di allucinazione del 33% nel test PersonQA (che consiste nel rispondere a domande su personaggi pubblici), più del doppio rispetto al modello precedente o1. Ancora peggio è andata al nuovo o4-mini, che ha raggiunto il 48%
L'errore umano si infiltra nel processo di addestramento dell’intelligenza artificiale in due momenti chiave. Il primo è durante la fase di feedback umano: i modelli come quelli basati su RLHF
Il secondo punto critico riguarda i dati di addestramento. L’intelligenza artificiale apprende da tutto ciò che le viene dato in pasto: forum, articoli, blog, commenti, spesso pieni di errori, distorsioni o informazioni non verificate
La soluzione? Far apprendere le AI da sé, attraverso tentativi ed errori, generando dati sintetici
La soluzione? Far apprendere le AI da sé, attraverso tentativi ed errori, generando dati sintetici. Un metodo efficace per ambiti oggettivi come matematica e programmazione, ma che si complica nelle scienze umane, dove la verità è spesso un’opinione.
Dopo che Ghosts, divenne virale, Vara continuò a sostenere che alcune delle frasi più potenti erano nate proprio da quel confronto con l’Ai. Col tempo però, notò che i modelli successivi erano diventati più piatti, prevedibili, pieni di cliché
modelcontextprotocol/servers
AI Autonomous Coding Agent for VS Code
JavaScript modules
All modern browsers support module features natively without needing transpilation. It can only be a good thing — browsers can optimize loading of modules, making it more efficient than having to use a library and do all of that extra client-side processing and extra round trips
The first thing you do to get access to module features is export them. This is done using the export statement
For example, the imports key in the import map below defines a "module specifier map" JSON object where the property names can be used as module specifiers, and the corresponding values will be substituted when the browser resolves the module URL.
Script files used by websites often have hashed filenames to simplify caching. The downside of this approach is that if a module changes, any modules that import it using its hashed filename will also need to be updated/regenerated.