Viewing profile — looklookatme
looklookatme
HN member- Joined
- Tue, Oct 18, 2011, 8:32 AM UTC
- HN karma
- 32
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About looklookatme
No profile information was provided.
Recent public activity
-
comment
Comment #35647754
Thanks for those insights! I think some of the things you mention (non-uniform scaling, concave meshes) are getting easier these days, thanks to tooling around things like convex d…
-
comment
Comment #35647497
I haven't come across Bevy before, but it certainly looks very neat from the example demos. If there's a WASM runtime for Rust, I _imagine_ it's possible to take the HavokPhysics.w…
-
comment
Comment #35647280
> Although, physics engines are inherently difficult to work with in the first place. Do you have any insights into why this is the case? What areas of simulation or tooling are di…
-
comment
Comment #33135203
Not OP, but I've been using vim for 20+ years and I get enormous utility out of the mouse wheel for scrolling - especially with a trackpoint. I spend an enormous amount of time _re…
-
comment
Comment #31060247
I think I see what you're asking, but I'm not sure I can give a satisfactory (and correct) answer, here but I think you're on the right track: > Why can't the W-'s kinetic energy b…
-
comment
Comment #31059802
This is a massive oversimplification and anthropomorphizes elementary particles, but hopefully satisfies your curiosity. The reason for the worsening stability is because a free ne…
-
comment
Comment #23471346
> Once you start playing around in GNU Radio and decoding more exotic stuff Do you have any tips or resources on how to get to a competency level where you get to decode arbitrary …
-
comment
Comment #8630081
Would you mind elaborating on this? I'm in the same boat as return0 -- I just can't imagine what utility I'd get out of a touchscreen on my wrist.
-
comment
Comment #5928038
Thanks for highlighting this; I took it out for a spin and wow it's fast. I normally find myself working on projects with tens of thousands of files and I've never really been happ…
-
comment
Comment #3129405
Not to rain on your parade here, but eighty percent accuracy would require every sixth keypress to be backspace. Likely promoting it to the most pressed key. Obviously, auto-correc…
-
comment
Comment #3124414
I've got something similar in mine; The use-case is to allow indented comments (in languages where '#' is the comment delimiter) Normally, when using auto-indent/smart-indent, pres…