Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: OrbitalNote – A modern desktop orgmode editor with calendar and agenda (orbitalnote.org)
    —discuss
  2. C64 MERCENARY (1985): a novel exploit bug at the start of the game (gamesexplained.com)
    1comments
  3. I built my daughter a custom alarm clock because everything on Amazon sucked (reclaimtheday.substack.com)
    1comments
  4. A4 paper format / International standard paper sizes (2025) (cam.ac.uk)
    —discuss
  5. Creating applications using the drag-and-drop is a pleasure (nimoxi.com)
    1comments
  6. ThePrimeagen Joins Omarchy (omarchy.org)
    —discuss
  7. You don't need Jev for good emoji search (maxleiter.com)
    —discuss
  8. How Accurate Have AI Progress Forecasts Been So Far? (forecastingresearch.substack.com)
    —discuss
  9. Show HN: Rig, a small operating system for your agent (tryrig.ai)
    —discuss
  10. Playing with the language modeling abilities of gzip (dreamstation.systems)
    —discuss
  11. Talon – hands-free computer control (talonvoice.com)
    —discuss
  12. HomeBody: A Humanoid That Explores, Remembers, and Acts on Its Own (stanford.edu)
    —discuss
  13. Tell-Tale (Sailing) (wikipedia.org)
    —discuss
  14. Bitget blames North Korea for $387.5M crypto wallet raid (theregister.com)
    —discuss
  15. Scientists burned their own scrolls to unlock a 2k-year-old myster (sciencedaily.com)
    —discuss
  16. Coltrane's Shadow (tabletmag.com)
    —discuss
  17. Japan Suddenly Paused All Social Rules [video] (youtube.com)
    1comments
  18. Making Oneself Obsolete with Slop (techrights.org)
    —discuss
  19. AI can solve math. But can it verify the answer? (lanzar.me)
    —discuss
  20. Cash Is King in San Francisco Real Estate. All-Cash Buyer Market at 20 Year High (sfstandard.com)
    5comments
  21. Nspawn.org: a Docker-like alternative for containers (nspawn.org)
    1comments
  22. Wild Buffalo Make a Comeback on the Canadian Plains (thewalrus.ca)
    —discuss
  23. "I didn't know about this shortcut until recently." (aresluna.org)
    —discuss
  24. Making a Pokémon fan trailer in 2 hours with Opus 5.5 (gist.github.com)
    1comments
  25. So yeah it was written using AI (berthub.eu)
    —discuss
  26. Can't Publish Link
    —discuss
  27. Don't Worry About AI Making You Dumber, Nvidia CEO Says It Doesn't Matter (thegamer.com)
    2comments
  28. Become Worthless (To Tech Companies) (coryd.dev)
    1comments
  29. Why is website chat still a bubble? (github.com/standchat)
    2comments
  30. FreePascal WebAssembly (WASM) (freepascal.org)
    —discuss

Show HN: Blender Copilot

2 pointsby 57m agogithub.com
0 comments
Deepseek generated Blender harness in 7USD.

I wanted to remake my 6DoF spaceship flying prototype.

What I did not want to do was model the spaceship. Manually. In Blender.

So instead of spending a month learning to model, I built a Copilot inside Blender in a day. Which is the same thing, except I still cannot model.

A chat panel in the 3D viewport sidebar. I type a sentence. The model writes Python, and it runs against my actual scene, the file open on screen, not a copy that some other process has to keep in sync.

Then I sat down and had a conversation with my own addon. Five sentences:

1. Make a scifi looking spaceship. It should look scifi-y 2. Add RCS thrusters to get 6DoF flight 3. Make the RCS thrusters match the scifi look. And also position them properly. 4. Give the entire Spaceship a nice flying animation. Make it smooth. Roll and sway. 5. Add exhaust flames to main thrusters as well as RCS thrusters. animate the RCS thrusters to fire in sync with the animated motion. they should fire the correct ones so that expected motion should happen.

15 minutes. 52 tool calls. A ship with swept wings, a tail fin and a glass canopy. Four sets of steering thrusters, 22 exhaust flames. A full flight animation.

The bit I did not expect.

It checked every one of its own thrusters to make sure nothing was in the way. Found the rear ones were firing straight into the side of the ship. So it rebuilt them, angled them outward, moved them to the wingtips, and checked them all again.

Nobody asked it to do that. It decided exhaust should not be firing into the ship it just built.

Total bill for building the tool: $7.18. 3,833 requests, 613M tokens, 97% served from cache. One spaceship: about a seventh of a cent.

Now the uncomfortable part.

I didn't model a single vertex. I didn't read Blender's addon dev docs. I didn't learn its Python API, or how to draw a panel in it. Everything the tool needed to know, it asked the running Blender instead. I didn't learn how to build an agent harness either. I built one anyway. I didn't become a Blender artist. I became the person who gave hands to a model.

Recently I read someone who described his new job: every spec, ticket and fix written by an AI, nobody reading any of it, twelve-hour days spent pressing enter. No sense of victory.

I know exactly what he means. I just did the same. I am not proud of the prototype. Gamedevs were known to spend time making game engines before they started making the games. Its different now. No joy.

A quiet thread, for now.Start the conversation on HN ↗