Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. When did Google get so weird? (sancho.bearblog.dev)
    21comments
  2. Ember-1 (fireworks.ai)
    116comments
  3. Alan Kay's answer to "Did the ENIAC have a BIOS"? (quora.com)
    10comments
  4. The state of SIMD in Rust in 2026 (shnatsel.github.io)
    6comments
  5. Show HN: Lofi Cities – Pixel-art city nights with browser-generated lofi (loficities.com)
    21comments
  6. In an $80 motel room, a discovery to shed light on the origins of life (nytimes.com)
    66comments
  7. Imp is a full port of DSPy to the BEAM (github.com/deepfates)
    4comments
  8. Oral history of John Chowning, inventor of FM synthesis [video] (youtube.com)
    3comments
  9. Don't couple your Go code to GitHub (iain.rocks)
    24comments
  10. Writing Efficient C++ Code (2013) (asawicki.info)
    65comments
  11. Replacing the old battery on rechargeable bike lights (jvns.ca)
    56comments
  12. Show HN: TinyAIArena watch AI agents battle it out (tinyaiarena.com)
    36comments
  13. What I did at Recurse Center (thill.me)
    2comments
  14. Fragment of oldest known peace treaty found in Turkey (livescience.com)
    5comments
  15. The Cartesian Hand: In-Hand Manipulation with All-Linear Fingers (generalroboticslab.com)
    6comments
  16. The Normalization of Inexplicable Failures (ihatethefuture.com)
    82comments
  17. John Coltrane Centenary's – Impulse Records Release the Legendary Tiberi Tapes (jazzwise.com)
    6comments
  18. Allegations of US interference in Quebec election (globalnews.ca)
    5comments
  19. Flip Fluid on Flip Dots (mitxela.com)
    22comments
  20. On caring for user data: NeoVim caused Vim undo files to be deleted (aresluna.org)
    275comments
  21. Fakecloud: Local AWS cloud emulator for integration tests (fakecloud.dev)
    44comments
  22. Kicki: A DECsystem1060 – Interim Computer Museum (icm.museum)
    2comments
  23. Video CDs Break Windows Explorer (clydesnotes.blogspot.com)
    22comments
  24. Faster prompt lookup drafting in llama.cpp (jadidbourbaki.github.io)
    7comments
  25. Wiki Deep dive into Standard diving dress (wikipedia.org)
    1comments
  26. Show HN: Building a Markdown editor for Mac, iOS and web (markdown.beauty)
    38comments
  27. Improving site performance by shipping more CSS (github.blog)
    59comments
  28. C's Flexible Integer Sizes Were Not a Design Mistake (pikuma.com)
    94comments
  29. PostmarketOS is rebranding as Nura (nura.eco)
    25comments
  30. Go Concurrency Distilled (antonz.org)
    159comments

The Cartesian Hand: In-Hand Manipulation with All-Linear Fingers

29 pointsby 1d agogeneralroboticslab.com
6 comments
2h agoHN ↗

It works best on problems which are strongly Cartesian. The chopsticks demo shows the limitations of this. The gripper can pick up two chopsticks, but it can't do much with them, because it can't rotate them to bring them together at the points. But it seems to be good for lab equipment with simple geometry.

Also, where are the motors? Inside the gripper, or at the other end of cables?

1h agoHN ↗

Rotational screw-on caps are not Cartesian, and this excels at dealing with them.

I'm very impressed with this.

Re: chopsticks, oh but it can! It can roll one chopstick between one pair of grippers. Do that while holding the tip against a fixed object and you'll tilt the chopstick. Once you get the tips touching, it can use them.

The motors are inside those chonky things just outside the fingertips. I'm guessing hobby servos, which are tiny cheap and strong.

32m agoHN ↗

Still there are fundamental limitations. Holding a bowl full of liquid, a heavy jug with a rounded handle etc.

1h agoHN ↗

One of the challenging parts of imitating human hands is that our hands sense through the same surface which deforms as we bend our fingers. We don't have good robotic devices that can do that.

This sidesteps the problem: the surface that contacts the object is flat and never bends, so you can apply a huge variety of very detailed grid sensors to it.

The "rolling between the fingers" trick is ultimately what eliminates the need for deformation.