Weerasak

22.6K posts

Weerasak

Weerasak

@iporsut

Bangkok Thailand Katılım Ocak 2008
1.6K Takip Edilen1K Takipçiler
Weerasak retweetledi
Mitchell Hashimoto
Mitchell Hashimoto@mitchellh·
Ghostty 1.3.1 is now out, most importantly fixing the phantom mouse drag/select/scroll events on macOS. This release also includes improvements to AppleScript support and a couple dozen bug fixes. ghostty.org/docs/install/r…
English
58
75
1.3K
54.8K
Weerasak retweetledi
Go
Go@golang·
“//go:fix inline and the source-level inliner” by Alan Donovan — go.dev/blog/inliner #golang
English
1
35
214
15.4K
Weerasak retweetledi
Go
Go@golang·
🌟 Go 1.26.1 and 1.25.8 are released! 🔐 Security: Includes security fixes for the standard library (CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27139, CVE-2026-27142). 🗣 Announcement: groups.google.com/g/golang-annou… ⬇️ Download: #go1.26.1" target="_blank" rel="nofollow noopener">go.dev/dl/#go1.26.1 #golang
Go tweet media
English
5
111
605
62.8K
Weerasak retweetledi
Go
Go@golang·
🌟 Go 1.26.0 is released! 📝 Release notes: go.dev/doc/go1.26 ⬇️ Download: #go1.26.0" target="_blank" rel="nofollow noopener">go.dev/dl/#go1.26.0 #golang
Go tweet media
English
29
405
2.1K
176.1K
Weerasak retweetledi
Go
Go@golang·
“Go 1.26 is released” by Carlos Amedee, on behalf of the Go team — go.dev/blog/go1.26 #golang
English
6
102
553
32.1K
Weerasak retweetledi
José Valim
José Valim@josevalim·
Very suspicious that OpenAI and Anthropic both dropped major announcements within hours of me publishing this: dashbit.co/blog/why-elixi… They want to silence it. Don't let them. Read it twice. Share it with your colleagues and friends.
English
41
80
633
77.2K
Weerasak retweetledi
José Valim
José Valim@josevalim·
Here is my take on why Elixir is the best language for AI: immutability, documentation, stability, and tooling for coding agents. It builds on the recent study in which Elixir had the highest completion rate across models among 20 different languages. Link in the thread below.
José Valim tweet media
English
17
98
397
33.4K
Weerasak retweetledi
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
I had a bad day vibe coding with OCaml in Claude Code using Opus 4.5 today. I have a thin Unix wrapper function to read from stdin asynchronously, blocking when no input is provided. In one place I needed a short timeout, like ~50ms. So I asked Claude to refactor. And it’s so bad. It just does the wrong thing and doesn’t understand my prompts, no matter how specific and explicit I am. I wasted 30 minutes, and I realised it’s just 15 lines. I could’ve just written the code myself, and save a lot of time. The problem with AI is that it’s highly unpredictable. You can’t forecast the quality of the output. One day you’re having a blast. Next day you’re having the most miserable experience. Once you’re in this prompt loop, your brain suddenly thinks, “Bro, just one more prompt, I promise, this time it’ll work.”
Dmitrii Kovanikov@ChShersh

After vibe-coding in anger, I have a theory that languages like OCaml and Go are better suited for vibe-coding. 1. Statically typed. You have an extra validation step for free. 2. The compiler is blazing fast. Agent loops are faster. 3. The errors are short. You don't waste tokens on context. 4. AI hates ambiguity. But these languages are simple. Not many ways to do things. So AI is having a better time. And you can keep vibe-coding for longer before hitting a blocker. I wonder how the limitations of coding agents will influence the landscape of programming languages long-term.

English
81
21
351
40.8K
Weerasak retweetledi
Eric S. Raymond
Eric S. Raymond@esrtweet·
Using AI assistance for programming is an education in what I actually like about programming. Long ago, when asked to explain why I liked programming I used to answer "Because it's the only way I know of to get paid for being an experimental epistemologist." It was a funny line to anybody who knows what an epistemologist is, it was true, and for some reason I forgot it for a long time. Now I'm doing most of my programming with LLMs, no longer writing vast volumes of code by hand and...I don't miss that part. Because I still get to be an experimental epistemologist. That is: every program embodies a set of assertions about what kinds of knowledge and what kinds of reasoning you need to engage with to solve a particular problem. To me, that's the interesting part - the level where you're forming theories about what kinds of knowledge and knowledge representations will support what you want to do. Then you're testing the theory by seeing whether the program fulfills its acceptance conditions. I did not see LLMs coming. I did not foresee the part where the actual coding is rapidly dwindling because you have robots to do most of it for you, but the experimental epistemology part is still here. And you know what? I'm completely okay with that. The part I like is the part that hasn't gone away. And probably never will, because however good your tools are, somebody is going to have to do that philosophical impedance match between what the mind desires and what the tools can express.
English
30
45
503
16.6K
Weerasak retweetledi
Eric S. Raymond
Eric S. Raymond@esrtweet·
I've been coding for 50 years. I'm very very good at it. I've probably written more code than most people have read. And I have no idea why I should mourn coding by hand. Code is just a way to get from the thoughts in your head to a running program. The reward isn't the glyphs on your screen, it's realizing a design idea. If I can use LLMs to realize my design ideas more accurately and faster, that is entirely good and entirely to be welcomed.
English
40
54
811
21.2K
Weerasak retweetledi
Robert Laszczak
Robert Laszczak@roblaszczak·
60,000+ Go developers downloaded this free DDD ebook. Here's why.
English
0
3
29
116.2K
Weerasak
Weerasak@iporsut·
@github @github Do you have this suggestion thread in the web post format?
English
0
0
0
39
Weerasak retweetledi
GitHub
GitHub@github·
👀 Most devs use Copilot like autocomplete. But senior devs use it like a delegated engineer. Here’s your 1-week workflow to stress test Copilot where it actually matters ⬇️
English
30
68
831
107.2K
Weerasak retweetledi
Go
Go@golang·
🎊 Go 1.25.6 and 1.24.12 are released! 🔐 Security: Includes security fixes for archive/zip (CVE-2025-61728), net/http (CVE-2025-61726), crypto/tls (CVE-2025-68121, CVE-2025-61730), cmd/go (CVE-2025-61731, CVE-2025-68119). 📣 Announcement: groups.google.com/g/golang-annou… 📦 Download: #go1.25.6" target="_blank" rel="nofollow noopener">go.dev/dl/#go1.25.6 #golang
Go tweet media
English
4
60
341
20.8K
Weerasak retweetledi
Phuong Le
Phuong Le@func25·
This repository has many Go challenges to help you write idiomatic Go. It looks very promising: github.com/MedUnes/go-kata
Phuong Le tweet media
English
7
104
929
39K