Chris

212 posts

Chris banner
Chris

Chris

@_that_chris

Occasional computer user. I like ☕ and infrastructure. @[email protected] .

Germany เข้าร่วม Aralık 2008
837 กำลังติดตาม519 ผู้ติดตาม
ทวีตที่ปักหมุด
Chris
Chris@_that_chris·
my little project from last rainy weekend in today's @golangweekly golangweekly.com/issues/333 . Nice to see there's some interest in this niche topic.
Chris tweet media
English
1
3
4
0
Chris รีทวีตแล้ว
mattn
mattn@mattn_jp·
ghostty の Windows 移植、予定していた実装はほぼ終わった。
日本語
15
60
638
74.1K
Chris
Chris@_that_chris·
@bcherny @Wehbs what about third party tools that build on top of agent sdk / claude -p ? When I share my project on GitHub when does it get disallowed? When I make it public? When many users start using it and you notice load on your backend? What's the line?
English
0
0
0
103
Boris Cherny
Boris Cherny@bcherny·
@Wehbs No changes to Agent SDK at this time, working on improving clarity more
English
7
0
54
24.9K
Chris
Chris@_that_chris·
urgh ... @Medium is now adding Ads (banners) in the middle of articles, not even years old articles are safe from it. I procrastinated moving my poweruser.blog away from medium .com for a long time, but I think this is what will make me invest the time.
Chris tweet media
English
0
0
0
92
Chris รีทวีตแล้ว
Marc-André Moreau
Marc-André Moreau@awakecoding·
If you deal with Windows protocols, install my new 'windows-protocols' agent skill *now*👇 npx skills add awakecoding/openspecs --skill windows-protocols -y -g It includes 400+ Microsoft Open Specifications, converted to Markdown and optimized for AI agents 🤖🚀
English
3
11
58
8.1K
Chris รีทวีตแล้ว
Nikola
Nikola@metulev·
📢 Announcing winapp, the Windows App Development CLI! For workflow across frameworks like Electron, Rust, C++, and .NET. 🛠️ One-command setup 🔑 Easy Package Identity for debugging 📦 Simplified MSIX packaging ⚛️ Electron integration Learn more👇 blogs.windows.com/windowsdevelop…
English
2
16
90
12.5K
Chris
Chris@_that_chris·
TIL that it's actually safe to use example<.com|.net|.org> in templates, examples, docs. I've intentionally avoided that for years.
Chris tweet media
English
0
0
0
43
Chris รีทวีตแล้ว
Jaana Dogan ヤナ ドガン
The idea of everyone building software intimidates people. For me, growing up in 80s and early 90s was unique because we used to program our own personal computers. Programming was an activity for everyone who had a computer.
English
49
75
1.1K
89.3K
Chris รีทวีตแล้ว
Anton Zhiyanov
Anton Zhiyanov@ohmypy·
Go 1.26 seems to be the "faster everything" release. Besides GreenTea GC and faster memory allocations, there's also a 20–30% improvement in cgo calls. Here are some details. In the Go runtime, a *processor* (often referred to as a P) is a resource required to run user code or the scheduler. For a thread to execute a goroutine, it must first have a processor attached to it. Processors move through different states. They can be "running" (executing code), "idle" (waiting for work), or "gcstop" (paused because of the garbage collection). Previously, processors had a state called "syscall" used when a goroutine is making a system or cgo call. Now, this state has been removed. Instead of using a separate processor state, the system now checks the status of the goroutine assigned to the processor to see if it's involved in a system call. This reduces internal runtime overhead and simplifies code paths for cgo and syscalls. Neat!
Anton Zhiyanov tweet media
English
15
70
553
67.3K
Chris รีทวีตแล้ว
Go
Go@golang·
“Go’s Sweet 16” by Austin Clements, for the Go team — go.dev/blog/16years #golang
English
10
68
373
50.2K