frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How to get back into programming without AI?

4•coolcoder613•1h ago•8 comments

Ask HN: Why didn't the C64 come with Simons' BASIC in the box from 1983 onward?

11•amichail•12h ago•11 comments

Ask HN: Best worldwide / classic phone games?

4•bix6•16h ago•6 comments

Ask HN: Did Messages get removed from Google Takeout?

20•MollyRealized•1d ago•1 comments

Is a Claw driven Hacker News user a problem?

6•delichon•17h ago•11 comments

Are Tech Meetups Dead?

10•mlinhares•19h ago•10 comments

$100 to upgrade Fresh IDE for ePub TUI reading

3•jph•20h ago•4 comments

Ask HN: Does anyone what a "RiotCache.dat" file was doing in my EFI partition?

5•kromerless•1d ago•7 comments

Ask HN: Is $300/HR too low these days for custom full stack?

15•noduerme•2d ago•11 comments

Ask HN: Shouldn't Google need to give a public statement about Railway incident?

178•srameshc•4d ago•105 comments

The solution the supply chain problems is removing your deps from .gitignore

9•SchizoDuckie•1d ago•3 comments

Ask HN: How to learn how to develop real time applications?

5•creatorcoder•1d ago•6 comments

Alternatives to HN for "tech outside of AI" discussion?

61•summonerOS•5d ago•35 comments

Using games/cards to learn new skills

5•dominikz•1d ago•0 comments

Ask HN: Are there any serious efforts to organize tech labor now?

37•0rganize•4d ago•28 comments

Ask HN: Failing interviews for mid-level SWE in UK, advice please

19•mjb8086•3d ago•12 comments

Ask HN: How much AI is in your writing?

9•js98•2d ago•32 comments

Ask HN: Do you have a colophon for your personal website?

8•susam•1d ago•6 comments

We were building infra for OpenClaw, and today I just tried Hermes and holy shit

5•Stanlyya•1d ago•1 comments

Tell HN: I went to Alaska's northernmost town and this was the GeoIP location

5•ironmagma•3d ago•0 comments

Ask HN: OpenAI, SpaceX/xAI, Anthropic all to IPO, is this a sign of the peak?

9•virgildotcodes•2d ago•11 comments

Tell HN: Google banned Railway's account. Everything down

32•sergiotapia•5d ago•18 comments

Valgrind-3.27.1 Is Available

12•paulf38•3d ago•1 comments

Ask HN: How to increase depth instead of breadth as 10 yoe as swe?

8•Cheesebh•2d ago•6 comments

Ask HN: What to learn and do, that makes me least affected by AI in STEM?

7•s3arch•2d ago•6 comments

Ask HN: What's New in Crypto?

5•kaycebasques•2d ago•11 comments

You've reached the end!

Open in hackernews

Ask HN: How to get back into programming without AI?

4•coolcoder613•1h ago
It's been a long time since I've written code without AI, and I miss it. How can I get back into it without ending up reaching for AI?

Comments

grasbergerm•1h ago
This is a genuine question, to get more context:

What's stopping you from programming without AI?

coolcoder613•1h ago
The conflict between wanting the result versus wanting to program. The result tends to win out. Instant gratification, in short. If I want something enough to not lose interest when programming it myself, I usually want it enough to forego programming it myself in favour of having it earlier.
grasbergerm•58m ago
It sounds like you just don't want to write code by hand then. You prefer instant gratification over writing code yourself. You said you miss programming without AI, my read here is that you do not have a strong desire to program without AI. Both things can be true, there's no dichotomy here.
coolcoder613•51m ago
Not exactly, that's more due to the projects. Let's say I want a music player with scrolling lyrics, I have a greater desire to have and use that music player than I do to build it. If there was a music player that already did exactly what I wanted I would use that. I think that might be a good way to put it: What I may be looking for is a project that I would build even if it already existed.
delis-thumbs-7e•1h ago
- Remove AI from your editor completely. - Start a project which is easy and fun for you,something you did when first learning to code. Text-based adventure game, or some silly little app that is just for fun. - Or take a new language or some aspect of coding, that you have only brushed over, but want to learn better, and learn it properly by doing coding exercises or some silly project that teaches you the syntax etc. - Most importantly relearn how fun coding is

I use Claude only to ask questions (in separate virtual desktop, no chat inside the editor) if I can’t grokk the doc’s or find the answer online. This keeps the LLM input valuable, but not using it as a crutch, and me honest and learning constantly.

coolcoder613•1h ago

  1. I don't have AI in my editor in the first place, mostly use web chat with a bit of gemini CLI
  2. Good ideas; worth considering
  3. I'll pass
  4. That is my goal
I think the last time I really tried to code by hand was a temporal clock. I thought it would be simple but I bit off more than I could chew math-wise. The last time I was sucessful (as far as I can remember) was a small PR to a game mod manager.
yashnitro•42m ago
I don’t think the goal should necessarily be “without AI,” but more “without depending on AI before thinking through the problem yourself.”

One thing that helped me was forcing myself to: - design architecture first - debug manually for a while - read docs before prompting - use AI more like a reviewer than an autopilot

The fun part of programming for me was always the problem-solving loop, and it’s easy to accidentally skip that now.

LogicCraft678•10m ago
Start by setting a timer or a limit