HackerTrans
TopNewTrendsCommentsPastAskShowJobs

perpetua

no profile record

Submissions

You're Not Going to Lose Your Job to AI

softwarecrafter.substack.com
5 points·by perpetua·tháng trước·5 comments

Revisiting "No Silver Bullets" in the Age of AI

newsletter.pragmaticengineer.com
2 points·by perpetua·2 tháng trước·1 comments

Old wisdom from StackOverflow (2021): Code quality is a competitive advantage

stackoverflow.blog
7 points·by perpetua·3 tháng trước·3 comments

The Claude Code Source Leak

latent.space
4 points·by perpetua·3 tháng trước·1 comments

Executable Specs for Reliable Systems

quint-lang.org
1 points·by perpetua·4 tháng trước·1 comments

comments

perpetua
·tháng trước·discuss
The temporal transition pain is real.
perpetua
·2 tháng trước·discuss
If by coding speed, AI is definitely faster than human. If by coding quality, I believe there's "No Silver Bullets".
perpetua
·3 tháng trước·discuss
title changed, as suggested
perpetua
·3 tháng trước·discuss
It's an old article from StackOverflow in 2021 talking about code quality. But it's key points still hold under today's AI vibe coding age: "Code quality is a competitive advantage".

Vibe coding can give you fast code and help you go fast to market, but it may not be your long-term competitive advantage.
perpetua
·4 tháng trước·discuss
Lambda has first-class type support. Type can be constructed like data at runtime under Lambda, which is more powerful than most programming languages.
perpetua
·4 tháng trước·discuss
I agree that Nushell is close to a full programming language.
perpetua
·4 tháng trước·discuss
thanks for pointing out. I did not notice that nushell has pattern matching. for schema support, I mean something like RelaxNG, or XML Schema.
perpetua
·4 tháng trước·discuss
Thanks for bringing up Nushell. I don't have working experience with Nushell. Just by looking at the documentation, I think the obvious differences are: 1. Nushell is a simple shell script. Lambda is a full functional language. Nushell does not have class support. 2. Nushell does not have built-in markup data support. 3. Nushell does not have rich type, pattern matching and schema support. 4. Nushell is CLI. Lambda supports both CLI and GUI.