HackerTrans
トップ新着トレンドコメント過去質問紹介求人

JayStavis

no profile record

コメント

JayStavis
·先月·議論
> must break even

Understand the spirit of this, but probably not true. I don't think Xiaomi, or any big tech company, needs to break even on their new model releases.
JayStavis
·3 か月前·議論
you raise a good point that nvidia support on apple silicon via egpu is probably in much higher demand due to openclaw

nvidia employees: please fwd!
JayStavis
·6 か月前·議論
The founder recently went on invest like the best and explained it top to bottom, they started as a broke agency and grew from there quite fast. I forget the details but I would imagine they are financed quite heavily by LP's

https://colossus.com/episode/luca-ferrari-building-bending-s...
JayStavis
·6 か月前·議論
It's the lower third at [0:28](https://vp.nyt.com/video/2025/11/07/154186_1_07vid-spider-we...) in the video.
JayStavis
·8 か月前·議論
this is really neat. going to try it out with a creative coding tool I've been playing with.

are there any performance considerations to consider here relative to standard three cameras (either perspective or orthographic) ?
JayStavis
·10 か月前·議論
> any chance that you ever get a new sexual parter, get a vaccine.

Not only that - I learned recently that you can contract certain strains from a shower floor [1]

[1] https://dermnetnz.org/topics/non-sexually-acquired-human-pap...
JayStavis
·4 年前·議論
Yeah, I think exporting a scene from blender as glft/glb, and then using these tools to bring your exported 3D file to the web, is one of the more approachable abstractions.

The reason you'd use gltfjsx (which that example doesn't) is to have fine grained controls for every node in the scene graph. In the case of the watch, this would map to having a component for each mesh or gear, which can be controlled with mechanics/physics.
JayStavis
·4 年前·議論
Depending on one's skillset, you could use a dcc tool like Blender + three.js to make creation of these visuals and interactions much simpler. Have a look at gltfjsx + react-three-fiber [1] combination, which themselves are abstractions over vanilla three.js.

With that said, the raw webGL approach here is arguably more educational, so goal achieved I think!

[1] https://docs.pmnd.rs/react-three-fiber/getting-started/examp...

Edit: there's actually a 50 LOC watch example with r3f: https://codesandbox.io/s/bouncy-watch-qyz5r