frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

We're in the wrong moment

https://ezrichards.github.io/posts/were-in-the-wrong-moment/
39•chilipepperhott•2h ago

Comments

Ericson2314•1h ago
I have 2000s web nostalgia, but I think the modern dot com and onward software SV was, frankly, mostly up to stupid shit. Not something to romanticize

Good things to look forward to are:

- Lean and mathlib revolutionizing math

- Typst replacing latex and maybe some adobe prosuc

- Fuschia/Redox/wasi replacing Unix

- non-professional-programmers finally learning programming en mass

I think the latter is maybe the most profound. Tech may not grow at a break-neck pace, but erasing the programmer vs computer illiterate dichotomy will mean software can way the world in much less Kafkaesque ways.

Pamar•1h ago
I think that what erased "programmer vs computer illiterate" dichotomy was BASIC in the 80s.

I've met lots of "digital natives" and they seem to use technology as a black box and click/touch stuff at random until it sorta works but they do not very good at creating at mental model of why something is behaving in a way which is not what was expected and verify their own hypothesis (i.e. "debugging").

maegul•1h ago
Agreed. And I feel it fair to argue that this is the intended interface between proprietary software and its users, categorically.

And more so with AI software/tools, and IMO frighteningly so.

I don’t know where the open models people are up to, but as a response to this I’d wager they’ll end up playing the Linux desktop game all over again.

All of which strikes at one of the essential AI questions for me: do you want humans to understand the world we live in or not?

Doesn’t have to be individually, as groups of people can be good at understanding something beyond an individual. But a productivity gain isn’t on it’s a sufficient response to this question.

Interestingly, it really wasn’t long ago that “understanding the full computing stack” was a topic around here (IIRC).

It’d be interesting to see if some “based” “vinyl player programming” movement evolved in response to AI in which using and developing tech stacks designed to be comprehensively comprehensible is the core motivation. I’d be down.

righthand•1h ago
> non-professional-programmers finally learning programming en mass

I don’t think this is what you think it is. It’s more like non-professional-programmers hacking together all the applications they wanted to hack together before. The Llm is just the glue.

IMO, they are NOT learning programming.

MiiMe19•43m ago
this exactly. No one is getting smarter or learning anything, the bar to make something just no longer requires you to be competent.
safety1st•1h ago
It's always about what you choose to focus on. I'm a guy who came of age in the middle of the PC revolution and has been daily driving Linux for over a decade.

In the last few years we've seen first Valve with SteamOS, and now 37signals with Omarchy, release Linux distros which are absolutely great for their target audience and function as a general purpose operating system just fine. Once might just be a fluke... Twice is a pattern starting to emerge.

Are we witnessing the beginning of a new operating system ecosystem where you only have to be a billion dollar company to produce a viable operating system instead of a trillion dollar one?

How many of our assumptions about computing are based on the fact that for 30+ years, only Microsoft, Apple and Google got to do a consumer OS?

And a preponderance of the little components that make up this "new" OS ecosystem were developed by some of the most radical software freedom fighters we've got.

Is this a long shot I'm thinking about, you bet. But the last time I was this excited about the future I was a teenager and most homes still didn't have a PC.

trenchpilgrim•36m ago
Isn't Fuchsia a dead project?
TheDong•1h ago
I identify with this, though I'm further along the path.

Coding was incredibly fun until working in capitalist companies got involved. It was then still fairy fun, but tinged by some amount of "the company is just trying to make money, it doesn't care that the pricing sucks and it's inefficient, it's more profitable to make mediocre software with more features than really nail and polish any one part"

Adding on AI impacts how fun coding is for me exactly how they say, and that compounds with company's misaligned incentives.

... I do sometimes think maybe I'm just burned out though, and I'm looking for ways to rationalize it, rather than doing the healthy thing and quitting my job to join a cult-like anti-technology commune.

maegul•1h ago
I resonate.

For me I’m vaguely but persistently thinking about a career change, wondering if I can find something of more tangible “real world” value. An essential basis of which being the question of whether any given tech job just doesn’t hold much apparent “real world value”.

zkmon•1h ago
It may not be that hard to see where this is all going. At least with some precision. Think of global arms race, or industrialization. Humans and this planet did not need any of that. Planet did not need it, because when you look at these cities from a flight, they look exactly like wounds that disrupt the continuity of greenery and terrain. Cities and industries don't belong to this planet. And no need to say much about the silly arms race and business-driven tech that humans have.

AI is just one of those arms races that we imposed on ourselves, with desire to dominate others, or to protect ourselves from such domination. It is irreversible, just like the other things. It survives by using the same tactic of a cheap salesman - tell the first buyer that they can dominate the world, and then tell next buyers that they need to protect themselves from the first one.

We transformed our lifestyles to live with those unnecessary, business/politics driven "advancements". The saga continues.

BTW, electronic calculators, when they came up, did a similar thing, erasing the fun out of calculations by hand.

snayan•1h ago
Having gone through a bit of a crisis of meaning personally lately, this article resonates deeply. I would encourage the author to look inward and question the beliefs that got them here.

I'd argue you didn't lose the joy of coding, you lost the illusion that coding made you real, that it made you you.

uhhhd•59m ago
This is wise
anonzzzies•11m ago
I came to the same conclusion after 40+ years of programming: better if you come to that realisation earlier. Still love coding though, but I leave the paid work to my colleagues and llms: I just code for fun these days. I also write for fun and find it pretty similar, feeling and satisfaction wise.
doug_durham•1h ago
This seems to romanticize the past. I've been doing this for 40 years and I don't see that much has changed. I would code even if I didn't get paid for it. That said I've always seen writing code as a means to an end. I use GenAI every day to write code, and it brings pure joy when there's boiler plate that I don't need to write so I can focus on the fun stuff. There is zero value in me writing yet another Python argparse routine. I've done it and I've learn everything I'm ever going to learn about it. Let me get on to the stuff that I don't know how to do.
spockz•11m ago
Okay I get the desire of not wanting to do repetitive stuff. It appears doing this with an llm scratches your itch. Before the same - focusing on the intrinsic complexity instead of the accidental - could be achieved by using libraries, toolkits, frameworks, better compiler (plugins), or “better” languages.

What plagues me about LLMs is that all that generated code is still around in the project making reviews harder as well s understanding the whole program source. What is in there that makes you prefer this mechanism instead of the abstractions that have been increasingly available since forever?

analog31•1h ago
>>> The joy of coding for me was literally the process of coding.

Maybe I was lucky. For me, the joy was the power of coding. Granted, I'm not employed as a coder. I'm a scientist, and I use coding as a problem solving tool. Nothing I write goes directly into production.

What's gone is the feeling that coding is a special elite skill.

With that said, I still admire and respect the real software developers, because good software is more than code.

weavejester•1h ago
"I’m not sure if anyone else feels this way, but with the introduction of generative AI, I don’t find coding fun anymore. It’s hard to motivate myself to code knowing that a model can do it much quicker. The joy of coding for me was literally the process of coding."

I experimented with GPT-5 recently and found its capabilities to be significantly inferior to that of a human, at least when it came to coding.

I was trying to give it an optimal environment, so I set it to work on a small JavaScript/HTML web application, and I divided the task into small steps, as I'd heard it did best under those circumstances.

I was impressed overall by how far the technology has come, but it produced a number of elementary errors, such as putting JavaScript outside the script tags. As the code grew, there was also no sense that it had a good idea of how to structure the codebase, even when I suggested it analyze and refactor.

So unless there are far more capable models out there, we're not at the stage where generative AI can match a human.

In general I find current model to have broad but shallow thinking. They can draw on many sources, which is extremely useful, but seem to have problems reasoning things through in depth.

All this is to say that I don't find the joy of coding to have gone at all. In fact, there's been a number of really thorny problems I've had to deal with recently that I'd love to have side-stepped, but due to the currently limitations of LLMs I had to solve them the old-fashioned way.

CamperBob2•1h ago
I experimented with GPT-5 recently

GPT-5 what? The GPT-5 models range from goofily stupid to brilliant. If you let it select the model automatically, which is the case by default, it will tend to lean towards the former.

weavejester•44m ago
I was using GitHub Copilot Pro with VS Code, and the agent was labelled "GPT-5". Is this a particularly poor version of the model?

I also briefly tried out some of the other paid-for models, but mostly worked with GPT-5.

spenczar5•11m ago
Frankly, yes.

The models are one part of the story. But the software around it matters at least as much: what tools does the model have access to, like bash or just file reading or (as in your example!) just a cache of files visited by the IDE (!). How does the software decide what extra context to provide to the model, how does it record past learnings from conversations and failed test runs (if at all!) and how are those fed in. And of course, what are the system prompts.

None of this is about the model; its all "plain old" software, and is the stuff around the model. Increasingly, that's where the quality differences lie.

I am sorry to say but Copilot is just sort of shoddy in this regard. I like Claude, some people like Codex, there are a bunch of options.

But my main point is - its probably not about the model, but about the products built on the models, which can vary wildly in quality.

wseqyrku•42m ago
> and found its capabilities to be significantly inferior to that of a human, at least when it came to coding.

I think we should step back and ask: do we really want that? What does that imply? Until recently nobody would use a tool and think, yuck, that was inferior of a human.

Finbel•22m ago
It's so strange. I do all the things you mention and it works brilliantly well 10 times out of 11.
EagnaIonat•5m ago
You are probably doing something others have done before frequently.

I find the LLMs struggle constantly with languages there is little documentation or out of date. RAG, LoRA and multiple agents help, but they have their own issues as well.

beej71•1h ago
The fun is still there. I'm relearning Rust and generative AI is really useful to help with understanding concepts and improving code. But I'm still the one understanding and improving.

Still an infinite amount to learn and do. It's still not hard to have more skill than an AI. Of course AI can solve all the dumbbell problems you get in school. They're just there to build muscle. Robots can lift weights better than you, too, but that doesn't mean there's no value in you doing it.

MiiMe19•47m ago
I relate to this on a level that I have felt before. I went from wanting to program for literally any company just as long as I could write code to just wanting to finish my degree and make enough money to live in the middle of nowhere with no internet access for the rest of my life.
vydra•10m ago
Its definitely much harder to get into the industry than it was a few years ago and if its coding you were after, you may indeed be disappointed. But give Software Engineering a try! We need to rewrite many of our critical systems and we are afraid to do so primarily to the lack of truly skilled software engineers. IMHO, the AI agents are creating time for us to study what really matters. I would start with Modern Software Engineering by Dave Farley. DM me directly if you want to chat on this topic. https://www.linkedin.com/in/dvydra/
jandrewrogers•8m ago
I still enjoy coding. AI mostly doesn’t produce adequate quality or correctness for the type of code I enjoy writing. There are several domains where AI is worse than useless because training data doesn’t exist. Obviously my experience doesn’t generalize but writing software is a vast, unbounded domain.

If you find coding boring, explore the frontiers. You will find a lot of coding wilderness where no AI has trod.

tonyhart7•6m ago
"If you find coding boring, explore the frontiers. You will find a lot of coding wilderness where no AI has trod."

this, AI is nothing without data set

so if you working in bleeding edge technology where your tools is only have 3 contributor and a way to access them via IRC channel once a day, things get interesting

Silicon Valley called – the 1990s are back

https://www.ft.com/content/834487ce-2357-40c4-bf45-34562e522755
1•zerosizedweasle•1m ago•1 comments

CS Agoda Layanan Refund 08388331612

1•batikairinfo•5m ago•0 comments

Layanan Agoda 24jam Call Center 08388331612

1•batikairinfo•6m ago•0 comments

Emulating the Impossible: Inside RPCS3 with One of Its Developers

https://gardinerbryant.com/emulating-the-impossible-inside-rpcs3-with-one-of-its-developers/
2•manzokubuffer•9m ago•0 comments

Hess Triangle

https://en.wikipedia.org/wiki/Hess_triangle
2•mudil•11m ago•0 comments

Russia Fires First Nuke-Powered Cruise Missile, Burevestnik

https://www.eurasiantimes.com/russia-fires-worlds-1st-nuke-powered-cruise-missile-burevestnik/
3•methuselah_in•14m ago•1 comments

Venezuela's Autocrat Uses Crypto to Fight Trump's Sanctions

https://www.nytimes.com/2025/10/26/world/americas/trump-maduro-venezuela-economy.html
1•mmooss•19m ago•0 comments

Institutions, memes, and macro turned crypto's glory cycle into a grind

https://cryptoslate.com/the-worst-bull-run-ever-how-institutions-memes-and-macro-turned-cryptos-g...
1•salkahfi•20m ago•0 comments

CaDoodle CAD, free and offline TinkerCAD alternative

https://cadoodlecad.com/
1•guardienaveugle•20m ago•0 comments

How to tackle private credit's 'cockroaches' as contagion fears build

https://www.cnbc.com/2025/10/24/how-to-tackle-private-credits-cockroaches-as-contagion-fears-buil...
1•zerosizedweasle•21m ago•0 comments

Show HN: TSK – agent sandbox, delegation, and parallelization tool

https://github.com/dtormoen/tsk
1•dtormoen•24m ago•0 comments

Stop Caring So Much About Your People

https://avivbenyosef.com/stop-caring-so-much-about-your-people/
1•kylegalbraith•31m ago•1 comments

OpenWetWare

https://openwetware.org/
1•timcobb•36m ago•0 comments

Show HN: Write Go code in JavaScript files

https://www.npmjs.com/package/vite-plugin-use-golang
3•yar-kravtsov•37m ago•0 comments

Encryption using SSH Keys with age in Linux

https://ittavern.com/encryption-using-ssh-keys-with-age-in-linux/
1•signa11•37m ago•0 comments

Ahead of Trump-Xi meeting, China says bombers flew near Taiwan

https://www.reuters.com/business/aerospace-defense/ahead-trump-xi-meeting-china-says-bombers-flew...
1•zerosizedweasle•46m ago•0 comments

Show HN: HN reader with "Page Down" for mobile and other QoL tweaks

https://hn.leftium.com
1•Leftium•49m ago•0 comments

Navy loses two aircraft from USS Nimitz aircraft carrier within 30 minutes

https://apnews.com/article/navy-nimitz-aircraft-carrier-crashes-8afee8488bd39371350fe0a1dd55374d
2•bandrami•57m ago•0 comments

It Is Trump's Casino Economy Now. You'll Probably Lose

https://www.nytimes.com/2025/10/26/opinion/trump-economy-casino.html
4•measurablefunc•58m ago•3 comments

AI Art Tool Is Changing Everything (Goodbye Midjourney?)

1•PraiseAsuquo•1h ago•2 comments

Google: The AI Company (Fall 2025)

https://www.acquired.fm/episodes/google-the-ai-company
1•vismit2000•1h ago•0 comments

MiniMax-M2

https://github.com/MiniMax-AI/MiniMax-M2
2•vinhnx•1h ago•0 comments

TARmageddon Strikes: High Profile Security Vulnerability in Popular Rust Library

https://www.phoronix.com/news/Rust-TARmageddon
1•Khaine•1h ago•1 comments

Diphtheria, a once vanquished killer of children, is resurgent

https://www.nytimes.com/2025/10/27/health/diptheria-somalia-vaccines.html
16•Peacefulz•1h ago•5 comments

UN Cybercrime Treaty wins signatories, to go with its many critics

https://www.theregister.com/2025/10/27/un_cybercrime_convention_signed/
1•angst•1h ago•0 comments

Margin debt is at a record high. Here's what that means for the stock market

https://www.marketwatch.com/story/margin-debt-is-at-a-record-high-heres-what-that-means-for-the-s...
3•zerosizedweasle•1h ago•3 comments

The Hogg Notes on Special Relativity

https://cosmo.nyu.edu/hogg/sr/
4•pykello•1h ago•0 comments

Reasoning with Sampling: Your Base Model Is Smarter Than You Think

https://arxiv.org/abs/2510.14901
1•oldfuture•1h ago•0 comments

Training for the final decade of life with Dr. Peter Attia [video]

https://www.youtube.com/watch?v=sAWnYi4xf5g
3•mgh2•1h ago•1 comments

The striking Swedish workers taking on carmaker Tesla

https://www.bbc.com/news/articles/c5y9082q0jjo
6•1659447091•1h ago•0 comments