HackerTrans
TopNewTrendsCommentsPastAskShowJobs

erwincoumans

no profile record

comments

erwincoumans
·10 giorni fa·discuss
Makes me feel old, as original Bullet creator.
erwincoumans
·10 giorni fa·discuss
Great to finally see Box3D released! Glad to see some healthy physics simulation options, next to Jolt, PhysX and https://github.com/newton-physics/newton (using MuJoCo Warp, which I've been pushing at NVIDIA).

Bullet Physics author.
erwincoumans
·mese scorso·discuss
I got bifocal monthly contact lenses (-7, +2 and correction for astigmatism). It has been such a relief to read screen/phone without needing to wear reading glasses while still seeing far away). The daily soft lenses didn't correct as well as the firmer monthly ones.
erwincoumans
·2 mesi fa·discuss
Agreed Gemini maybe not the best, but it is still pretty good. And their research was the foundation of others (Attention is all you need paper).
erwincoumans
·2 mesi fa·discuss
Gemini is pretty good.
erwincoumans
·2 mesi fa·discuss
and active suspension, now attach wheels.
erwincoumans
·2 mesi fa·discuss
Just a matter of time until they add wheels to its feet, and the legs will act as active suspension. See also https://youtube.com/watch?v=srPz8TRpZ_8 and https://youtube.com/watch?v=iI8UUu9g8iI (at around 1:36 a human rides that Unitree quadruped)
erwincoumans
·2 mesi fa·discuss
>> I am curious what you mean by rework tweezers. Link please!

Hakko FM2023-05 Mini Hot Tweezers Kit or Hakko FX8804-02 Hot Tweezer for Hakko FX-888 for example.

>> I wish there was some way to switch tips that didn't involve letting it cool down

I replace tips while hot: the sleeve is not hot.
erwincoumans
·2 mesi fa·discuss
Agreed on stereo microscope, also suggest flux and a good iron with exchangeable tips and hot tweezers (I enjoy the Hakko).
erwincoumans
·2 mesi fa·discuss
Very nice project. If you like this, the Pupper quadruped robot project by Stanford University is also interesting, with RL training pipeline as well and well-documented open source instructions for 3d printing etc. https://pupper-v3-documentation.readthedocs.io/en/latest/gui...
erwincoumans
·3 mesi fa·discuss
Green Beret and Rambo: First Blood Part 2 tunes are still amazing, Martin is a wizard.
erwincoumans
·3 mesi fa·discuss
There is a 122TB nvme PCIe SSD: https://www.solidigm.com/products/data-center/d5/p5336.html
erwincoumans
·5 mesi fa·discuss
CentralComputers is worth visiting, if you were into Frys.
erwincoumans
·5 mesi fa·discuss
It is common for header-only libraries: you need to include this header in one c++ using the macro for linking (don't use that macro in other c++ files to avoid duplicate symbols). In C++, you can declare a function as many times as you want, but you can only define it (write the actual body) once in the entire project.
erwincoumans
·5 mesi fa·discuss
I highly recommend starting with the very affordable and well documented Lerobot SO101 arms. You can 3d print or buy parts and actuators, camera. Lots of tutorials and training policies, data collection and simulations. https://huggingface.co/docs/lerobot/en/so101
erwincoumans
·6 mesi fa·discuss
Indeed, magic. How about the Commodore 64, there was a game (Eindeloos, Radarsoft, 1985) within 64kb that has a huge map. Someone recently (after 40 years!) extracted the map (500 screens) and the png alone is 800kb. See the story an zoom in and try finding the little heart in the map! https://adayinthelifeof.nl/2025/03/07/endless.html
erwincoumans
·6 mesi fa·discuss
If only exfat had symbolic links.
erwincoumans
·7 mesi fa·discuss
Nice shots, would fit well in the Baraka (or Samara) movie.
erwincoumans
·7 mesi fa·discuss
Yes, an amazing and detailed post, enjoyed all of it. In AI, it is common to use jit compilers (pytorch, jax, warp, triton, taichi, ...) that compile to cuda (or rocm, cpu, tpu, ...). You could write renderers like that, rasterizers or raytracers.

For example: https://github.com/StafaH/mujoco_warp/blob/render_context/mu...

(A new simple raytracer that compiles to cuda, used for robotics reinforcement learning, renders at up to 1 million fps at low resolution, 64x64, with textures, shadows)
erwincoumans
·7 mesi fa·discuss
Pretty complex project, brings up C64 assembly programming memories (with some freeze cartridge with monitor to enter asm OP codes). It would be interesting to see all the actual LLM queries to get those results.