frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Music of Destruction

https://thebaffler.com/latest/the-music-of-destruction-fuelling
1•lermontov•36s ago•0 comments

Intel's 18A node is officially space-grade

https://www.techpowerup.com/350713/intel-18a-silicon-goes-to-space-with-starfire-processors
1•hereme888•1m ago•0 comments

Show HN: DevQuest – live GitHub profile cards and a daily repository battle

https://github.com/yiaany/devquest
1•hizyyo•2m ago•1 comments

Understanding the Cost of Coding Agents

https://pub.towardsai.net/understanding-the-cost-of-coding-agents-9f4dc0f1e25e
1•allessa•2m ago•0 comments

Australian Government Establishes Office of AI

https://www.abc.net.au/news/2026-07-14/albanese-maps-out-ai-future-introducing-national-framework...
1•hulahoof•4m ago•0 comments

Improving Windows Search Box, with less clutter and more control

https://blogs.windows.com/windows-insider/2026/07/13/improving-windows-search-box-with-less-clutt...
2•quyleanh•7m ago•0 comments

Australia to become the first country to introduce landmark AI framework

https://www.sbs.com.au/news/article/australia-set-to-become-first-country-to-introduce-national-a...
1•defrost•8m ago•0 comments

Show HN: Mechacraft.io – Browser Vehicle Builder

https://mechacraft.io/
1•nickyvanurk•8m ago•0 comments

Immune Cells Get Transformed into Fungus-Fighting Nanoparticles

https://today.ucsd.edu/story/immune-cells-get-transformed-into-fungus-fighting-nanoparticles
1•gmays•8m ago•0 comments

OpenAI's first hardware device will be a portable desktop robot

https://www.machinesociety.ai/p/open-ais-first-hardware-device-will
2•mikelgan•9m ago•2 comments

Can humans hibernate their way to Mars?

https://www.theguardian.com/science/ng-interactive/2026/jul/14/human-hibernation-space-mars
1•howard941•9m ago•1 comments

Planning: A minimal Neovim planning calendar plugin

https://github.com/duguyue100/planning.nvim
1•duguyue100•13m ago•1 comments

Meontology

https://meontology.com/
1•cts-i-cts-d•13m ago•1 comments

The Last of the Three Amigos

https://www.theatlantic.com/ideas/2026/07/lindsey-graham-ukraine-russia/687898/
1•mpweiher•14m ago•0 comments

Satd: Bitcoin Streaming Event Consumption API

https://epochbtc.github.io/satd/streaming.html
1•epochbtc•15m ago•1 comments

Probably check on your smart appliances

https://xeiaso.net/notes/2026/check-your-smart-tv/
1•xena•17m ago•0 comments

L-Cysteine Vitamin Supplement Prevents or Alleviates Hangover Symptoms

https://pubmed.ncbi.nlm.nih.gov/32808029/
1•MrJagil•19m ago•0 comments

Financing the AI boom: from cash flows to debt [pdf]

https://www.bis.org/publ/bisbull120.pdf
2•1vuio0pswjnm7•19m ago•0 comments

The 3-degree limit could be exceeded as early as 2050

https://www.dpg-physik.de/veroeffentlichungen/publikationen/stellungnahmen-der-dpg/klima-energie/...
1•simmerup•24m ago•0 comments

Juicy Canvas UI Framework in TypeScript

https://github.com/ara3d/gratify
1•d166e8•27m ago•1 comments

"Piss Christ" Became a Culture-War Bomb

https://www.newyorker.com/magazine/2026/07/20/the-perfect-moment-isaac-butler-book-review
1•tintinnabula•28m ago•0 comments

Online vs. Offline AI Evals: When to Use Each

https://www.inngest.com/blog/online-vs-offline-ai-evals-when-to-use-each
6•aldersondev•30m ago•1 comments

US Census Population by County 1790 – 2020

https://app.honeycombmaps.com/shared/8VERAg0CP2LFMy4dMcG_jV_bgKC7mPQ8
1•gmays•32m ago•0 comments

Show HN: Pupul, portable and revocable memory you carry into any AI

https://pupulcorp.com/revoke-demo
1•coleaalkire•34m ago•0 comments

Wtdev – deterministic dev-server ports for parallel Git worktrees

https://github.com/Dave-56/wtdev
1•pemakenemi56•35m ago•0 comments

Performing Live Migrations of VMs

https://www.sailresearch.com/blog/performing-live-migrations-of-massive-vms-at-scale
3•blintz•36m ago•0 comments

Change-Stack.com – Database and newsletter for opportunities to change the world

https://www.change-stack.com/
1•mikeymikemik•37m ago•1 comments

House passes bill to enact year-round Daylight Saving Time across the country

https://www.cnn.com/2026/07/14/politics/house-vote-daylight-savings-time
12•pseudolus•39m ago•3 comments

"You don't need a storefront's permission to play what you bought."

https://xcancel.com/GOGcom/status/2077037131751432515
2•HelloUsername•41m ago•0 comments

Microsoft Deletes User's 25-Year-Old Account with Thousands Spent on Games

https://xcancel.com/JoshuaKhane/status/2076918699248803977
11•HelloUsername•42m ago•2 comments
Open in hackernews

Ask HN: What percentage of your coding is now vibe coding?

2•mbm•1y ago
As a rough estimate...

Comments

90s_dev•1y ago
Proudly zero. I just wrote and posted an article explaining why. The short version: genuine engineering is an abandoned skill I want to revive.
leakycap•1y ago
Zero.

But there wasn't this much hate for people who copied random Javascript off whatever site LYCOS linked you to back in the day. Vibe coding for non-critical applications doesn't seem all that different to me.

JohnFen•1y ago
Zero
latexr•1y ago
Zero. I care about the code I write and value doing things well and building knowledge through deep understanding. Over the years I’ve proven to myself (and others) that approach improves both speed and accuracy, as well as reduce the need for rewrites because experience increases the chance I’ll get it right early on and design in a way that I don’t paint myself into corners.

I’ve noticed that coding with an LLM leads to severely diminished knowledge retention and learning (not to mention it’s less fun), and I suspect overuse would lead to a degree of dependency I don’t wish for myself.

joeismailyan•1y ago
Depends on the task. I use AI for planning/figuring out how to implement stuff. Probably 80% is with AI to bounce ideas off and figure things out.

Writing the code, probably 30% is with AI. Our product requires a lot of context for AI to get stuff right so it's challenging to get it to write good, working code. If it's a small thing that doesn't require a lot of context then I use AI.

I use various tools for this, let me know your needs and I can provide recommendations.

chrisrickard•1y ago
Vibe coding in the traditional sense (coined by Karpathy back in Feb): 20%

Vibe coding using detailed, structured requirements (from tools like Userdoc): 65%

khedoros1•1y ago
Very little. It's directly forbidden for my day job, and if I'm programming anything in my off hours, it's for my own enjoyment.

All of the code that I've generated by LLM has backed itself into a corner very early on, so I tend to use that as a starting point, then fix and refactor. I've made some toy-sized programs that way (but hours quicker than I would've looking up library documentation on my own).

I've had good luck refining my understanding of some concepts, talking through design of pieces of code, and basically generating snippets of example code on demand. Even in those limited cases, I end up relying on my own experience to determine what's helpful and what's crap. They're usually intertwined.

codeqihan•1y ago
Partly. Mostly I write it myself, and only ask the LLM when I encounter problems.
apothegm•1y ago
I almost never tell it to just write me a thing (what I think of as vibe coding). (2%)

I sometimes write a pretty detailed doc or spec; have the AI draft an implementation; then review and fix it myself. I try to keep this to “reasonable PR” size, a few hundred lines (a module or two) max, and will do a few rounds per hour. (~25%)

I will often stub out modules or classes (sometimes with docstrings) and tab-complete big chunks of them. (And then turn tab completion off and rage-code the rest by hand because the AI is so far off base.) (~25%)

I will often tell the AI to write tests for stubbed methods prior to implementation. I then double check the tests before moving on to manual or AI-assisted implementation. This is usually in increments of a single AI request/response. (~35%)

I will occasionally ask the AI to change existing code and tests, usually in a single request/response. I’ve had very mixed results with this. (~10%)

I have been finding myself writing code in smaller standalone libraries and then assembling those into larger and larger composites so that each library is a size a model can more realistically reason about; and for the layers on top of it the AI wont fill its context up reading all that source instead of just the public API docs.

rstuart4133•1y ago
Zero.

I've now convinced myself current LLM's are much closer to a "stochastic parrot" than an AGI in all areas other than natural language processing. In natural language they are super-human, meaning they can wordsmith better than most humans and are far faster at it than all humans.

That means it you are writing something it's seen a lot of before in it's training data in a language that's somewhat forgiving (so, not C), vibe coding might have 1/2 a chance. I don't do that. But if you're building UI's in javascript using a common framework it might work for you.