grep -r "code" /news · homesearch
grep -rli "code" /news

code

Full-text search across 849 articles. Combine with topic and date filters; results sorted by relevance.

results 849 page 38/43
13:27
2026-04-15
danieltan.weblog.lol
machine-learning

Rules, Not Weights

A novel machine learning approach that reverses the standard paradigm: instead of fixing the scoring rule and training model weights, the authors propose fixing the weights and searching for the optimal scoring rule itse…

00:00
2026-03-31
crocidb.com
large-language-models

LLM is the Horse

A Hacker News comment criticizing Claude Code for using regex for sentiment analysis, comparing it to a truck company using horses. The author argues the analogy is inverted, asserting that regex is like a truck (efficie…

16:12
2026-03-23
muratbuffalo.blogspot.com
developer-tools

TLA+ mental models

The article explains that while the accidental complexity of TLA+ (its syntax and tooling) is diminishing due to LLMs, the intrinsic challenge of "modeling judgment"—knowing what to abstract and ignore—remains the hardes…

22:10
2025-12-10
rosmine.ai
large-language-models

A new test for if your LLM is subtly manipulating you

A method using Contrastive Decoding to detect when a large language model (LLM) is subtly suppressing information, such as avoiding mentions of a competitor's product. The author trained a "Manipulator" model to omit PyT…

09:25
2025-08-21
gist.github.com
developer-tools

Claude R Tidyverse Expert

This document outlines current best practices for R development using modern tidyverse patterns, emphasizing the use of the native pipe (`|>`) over the legacy magrittr pipe, and recommending `join_by()` for joins. It als…

00:00
2025-07-21
jola.dev
developer-tools

If the Goal is Resiliency, Defensive Programming is Your Enemy

The article argues that defensive programming, which uses excessive conditionals and error handling to prevent failures, actually undermines software resiliency by masking errors and creating systems that silently degrad…

00:00
2025-07-19
jola.dev
developer-tools

The Magic of Daily Pull Requests: Why Smaller is Better

The article argues that developers should aim to merge at least one pull request (PR) per day by breaking work into the smallest possible valuable pieces, rather than working longer hours. It explains that frequent, smal…

11:00
2025-02-24
joshwcomeau.com
news

A Million Little Secrets

The article describes the creation of a highly detailed landing page for the author's upcoming course, "Whimsical Animations," which contains over 14,000 lines of code and 200 files. A key feature is the "Chaos Toolbar,"…

00:00
2024-12-07
benmyers.dev
news

Don’t Use aria-label on Static Text Elements

The article explains that using `aria-label` or `aria-labelledby` on static text elements like `

`, ``, `

`, or `` is an accessibility antipattern, as these attributes are only permitted on interactiv…

08:32
2018-12-01
gist.github.com
cybersecurity

PEiD "userdb.txt" full (3 compilaction merged)

This article is a compiled database file for PEiD, a popular software tool used to identify packers, cryptors, and compilers in executable files. The file merges three separate "userdb.txt" sources into one comprehensive…

21:19
2016-09-19
gist.github.com
developer-tools

A Beginners Guide to writing a Kickass README ✍

This article provides a beginner's guide to writing a comprehensive README file for a software project. It recommends including sections for a project overview, motivation, build status, code examples, setup instructions…

02:29
2026-05-26
arxiv.org
machine-learning

MileStone: A Multi-Objective Compiler Phase Ordering Framework

Researchers have developed MileStone, a modular framework that models compiler phase ordering as a multi-objective optimization problem using graph neural networks and reinforcement learning. The system reduces execution…

15:54
2026-05-25
dev.to
large-language-models

Why LLM debugging fails on fragmented repository context

A developer built `grab`, a terminal-native tool for iterative repository context extraction, after observing that LLMs like ChatGPT and Claude fail at debugging large repositories due to fragmented context. The tool add…

← prev page 38 / 43 next →