@anshnanda@tannerlinsley I'm doing tanstack-start with solid.js on Claude Code with opus 4.5. I think it did one hickup with a non-layout route not being named .index.tsx, accidentally cathing what it shouldnt, but other than that, routing has not been one of my issues.
Last quarter I rolled out Microsoft Copilot to 4,000 employees.
$30 per seat per month.
$1.4 million annually.
I called it "digital transformation."
The board loved that phrase.
They approved it in eleven minutes.
No one asked what it would actually do.
Including me.
I told everyone it would "10x productivity."
That's not a real number.
But it sounds like one.
HR asked how we'd measure the 10x.
I said we'd "leverage analytics dashboards."
They stopped asking.
Three months later I checked the usage reports.
47 people had opened it.
12 had used it more than once.
One of them was me.
I used it to summarize an email I could have read in 30 seconds.
It took 45 seconds.
Plus the time it took to fix the hallucinations.
But I called it a "pilot success."
Success means the pilot didn't visibly fail.
The CFO asked about ROI.
I showed him a graph.
The graph went up and to the right.
It measured "AI enablement."
I made that metric up.
He nodded approvingly.
We're "AI-enabled" now.
I don't know what that means.
But it's in our investor deck.
A senior developer asked why we didn't use Claude or ChatGPT.
I said we needed "enterprise-grade security."
He asked what that meant.
I said "compliance."
He asked which compliance.
I said "all of them."
He looked skeptical.
I scheduled him for a "career development conversation."
He stopped asking questions.
Microsoft sent a case study team.
They wanted to feature us as a success story.
I told them we "saved 40,000 hours."
I calculated that number by multiplying employees by a number I made up.
They didn't verify it.
They never do.
Now we're on Microsoft's website.
"Global enterprise achieves 40,000 hours of productivity gains with Copilot."
The CEO shared it on LinkedIn.
He got 3,000 likes.
He's never used Copilot.
None of the executives have.
We have an exemption.
"Strategic focus requires minimal digital distraction."
I wrote that policy.
The licenses renew next month.
I'm requesting an expansion.
5,000 more seats.
We haven't used the first 4,000.
But this time we'll "drive adoption."
Adoption means mandatory training.
Training means a 45-minute webinar no one watches.
But completion will be tracked.
Completion is a metric.
Metrics go in dashboards.
Dashboards go in board presentations.
Board presentations get me promoted.
I'll be SVP by Q3.
I still don't know what Copilot does.
But I know what it's for.
It's for showing we're "investing in AI."
Investment means spending.
Spending means commitment.
Commitment means we're serious about the future.
The future is whatever I say it is.
As long as the graph goes up and to the right.
@debasishg@adamwarski Same here! Built a saas app for a single customer in lift around this time, launched it 2010 I think. Have been running more or less flawlessly for 15 years until sunset this spring.
@dhh@dcodev_ Tried to ditch chrome for ungoogled-chromium, but impossible to fully replace because basically all streaming services rely on widevine. As far as I can tell there is no foss chromium browser that is usable. I'd love to be corrected.
@owickstrom Ah, yeah, interesting. its a self-hosted ghost blog. I think many default themes do those excerpts on index so might be worth looking into.
@Baptouuuu @owickstrom Actually, first case TOC, second case if you can reliably id "next page/continue" in footer or such, that should also take precedence over inline links?
@Baptouuuu @owickstrom Yeah, maybe stating the obvious but for many cases I would use this for there might actually be a TOC and that would definitely be top prio no matter of any forward references in the content. Only when there's no identifiable toc, start with the heuristics.
@owickstrom Not the way you describe at least. Iirc it can work decently for single page docs but don't think it does any crawling. I think I used something else for that to html and then some calibre-cli to epub...?
@owickstrom For epub to e-reader I'd want styling mostly gone or highly simplified. But I guess its a non-trivial problem to get that right for even the typical docs with inline code samples and such?
@owickstrom Definitely useful. I've been struggling with this and think I've tried a few tools but was never satisfied. Positive you can do sth better. The context "send to Kindle" for afk reading. Talk to Amazon, heard they have some moneys... :)
@mitchellh Stoked about ghostty! But just made the switch from kitty to wezterm and kinda blew my "switch-terminal-emulator-budget" for now. Pretty happy with wezterm to be honest, but will give it a new shot later!
@mitchellh * Reloading config just doesn't do anything for me, need to restart
* Want to rid window decorations but tabs doesn't work then?
* ^ might be tiling window manager rectangle, but I need that: https://t.co/3ouoPGy9OJ
* real short for screen space: wez left, ghostty right:
I'll be looking for work soon! Starting early next year, remote from SE. Autonomous testing, distsyst, web, data eng, PL, and probably more areas are of interest.
(Retweets are highly appreciated. 🙌)
reminder that the bcrypt hash function ignores input above a certain length! so if you do bcrypt(username || password) for some reason, a sufficiently long username will make it accept any password. to fix this you can sha256 the input first.
A function a -> a only has one sensible implementation, a function Int -> Int has many—polymorphism is recessive. The implementation is constrained/clarified by the generality of the interface.
Programmers warn of "premature abstraction," but this is confused w.r.t. foundations