Viewing profile — vedosity
vedosity
HN member- Joined
- Tue, Aug 06, 2013, 5:38 PM UTC
- HN karma
- 230
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About vedosity
Recent public activity
-
comment
Comment #40447981
Yes, particle velocity! I believe this clip is after I implemented metaballs too, so the particles blend together to make it feel more fluid-like.
-
comment
Comment #40443187
Hey this was also the first fluid sim paper I ever implemented! I haven't done any grid-based simulations (except maybe the classic "Real-Time Fluid Dynamics for Games" by Jos Stam…
-
comment
Comment #38914716
In skydiving, it isn't unheard of for someone to have their phone fall out of their pocket and survive impact without the screen shattering. That's from ~13000ft, but once the phon…
-
comment
Comment #38770245
I recently went this route. I didn’t want to set up or use Unity so I wrote my own 2D fluid simulator based on some of the same papers using Metal compute shaders (though I’d love …
-
comment
Comment #37909165
Written english is often only a second language for Deaf and hard-of-hearing people. Sign languages have their own idioms, culture, and identity; ASL isn’t signed English. I previo…
-
comment
Comment #35989921
The passcode fallback isn't available for passwords, just for unlocking the device. In fact, IIRC I don't think you can set up iCloud Keychain without FaceID being enabled...
-
comment
Comment #35691886
There's a conflicting forecast here[0], that says it's decaying. The graphic for the "decaying" forecast says it's a forecast for 10am EDT. The forecast linked in OP says it's for …
-
comment
Comment #35534982
One might be able to do this with peer to peer networking through WebRTC. You still need a way to send each phone an SDP offer/answer but maybe this could be done with QR codes.
-
comment
Comment #29619603
At my employer we use Objective-C++ to interface with some shared C++ code. Swift can use C directly but it can be useful to wrap a C library in an Obj-C interface to be easier to …
-
comment
Comment #29146679
At my local drop zone one of our pilots posted this video as a reminder of why we let the pilot know when we have large groups leaving the plane. Large groups outside like this can…
-
comment
Comment #28625666
The page seems to assume that semicolon's keyCode is 59 so the modifier key in the demo only works with Firefox according to this table on MDN[0]. The keyCode for semicolon varies …
-
comment
Comment #22991503
I was considering using lib-tex (the library implementing texlive 2019 for this shell) last week for an iOS app I’m working on that needs to generate basic LaTeX images. It’s reall…
-
comment
Comment #21382391
I don't think this is true... Apps below iOS 13 won't be able to use the new system-defined UIColors, yes, and users below iOS 13 can't change to the dark-mode using a switch in th…
- story
- story
-
comment
Comment #8867739
Phantom types aren't part of the language because they don't need to be. They're just empty types used as type parameters for structs, where the type parameter isn't actually used …
-
comment
Comment #8401843
I'm loving all the history of the atomic bomb and related articles, but I'm curious. Is this just a trend on HN right now or is something I'm not aware of going on?