name: refactor description: >- Goal-driven, multi-agent repo refactoring. Grades a codebase against an anchored 1-10 best-practice rubric using fresh, blind grader subagents per module so the orchestrator never drowns in file contents and prior grades cannot leak into new grading runs, synthesizes a phased refactor plan with binary acceptance criteria grounded in real repo baselines, then executes each theme TEST-FIRST in parallel git worktrees as one reviewable MR per theme, and re-grades with fresh blind graders to confirm the target. Includes backend, frontend, UI design-system, CSS/theme-token, visual-regression, and shared
After seeing https://x.com/WEschenbach/status/2075720590984708529
The tweet reply rests on a false distinction: that he presented sourced facts while his critics merely “handwaved.” The problem is not that his post contains no facts. It is that many of those facts do not support the conclusions he draws from them.
Eschenbach repeatedly treats declining disaster mortality as evidence that climate risk is not increasing. But mortality depends on far more than the physical hazard. Forecasting, healthcare, infrastructure, building standards, and emergency response have all reduced vulnerability. Deaths can therefore fall even while climatic hazards intensify. The IPCC synthesis report concludes that human-caused climate change is already affecting weather and climate extremes worldwide and causing widespread losses and damage.
He also relies on selective indicators and mismatched
| // basically https://stackoverflow.com/a/4774081/32164693 | |
| function createRingBuffer(length){ | |
| let pointer = 0; | |
| const buffer = []; | |
| return { | |
| get(key){return buffer[key];}, | |
| push(item){ | |
| buffer[pointer] = item; |
https://try-management-app.vercel.app/ai-dev-day?v=4
Pictures from the presentations
There might actually be a video at some point I can link to instead
Better to delete a Claude.md than to pollute your context with outdated info.
| class Strange: | |
| foo = 10 | |
| def inc(self): | |
| self.foo += 1 | |
| a = Strange() | |
| b = Strange() |
| from PIL import Image | |
| # Create a 1x1 pixel image | |
| # img = Image.new('1', (5, 5), 1) # '1' for 1-bit pixels, (1, 1) is the size, and 1 is the color (white) | |
| img = Image.new('1', (5, 5), 0) # '1' for 1-bit pixels, (1, 1) is the size, and 1 is the color (white) | |
| # Save the image with maximum compression | |
| img.save('minimal.png', 'PNG', optimize=True, compression_level=9) |
| import java.util.List; | |
| /* | |
| * ❯ java ./SealedSwitch.java | |
| * SHIZZLES FOR MY NIZZLES!!! | |
| * Whooof! | |
| * Whooof! | |
| * Whooof! | |
| */ | |
| public class SealedSwitch { |
Your concerns about wealth tax implications for BoldBooks Norge and the potential benefits of Swedish relocation are well-founded. Based on current Norwegian tax regulations and available investment structures, there are indeed strategies using SAFE/SLIP instruments that can help defer wealth tax exposure, though they come with specific requirements and limitations.
Dette oppsettet fant jeg opprinnelig på i 2021. Søk etter Teltonika i loggen for å finne det.
- Ruter bygget inn i antennehus for minimal tap av signal
- 200 m CAT5-kabel ned til hytte med forsterkning etter 100 m (Power-over-Ethernet)
- Kan fore med egenmekket 24V/48V strømforsyning fra 12V
- Sette opp stang på fot oppe på fjellet der det er dekning
- ca kostnad 7-8000 kr?
