Viewing profile — ashtuchkin
ashtuchkin
HN member- Joined
- Wed, Aug 31, 2011, 5:35 AM UTC
- HN karma
- 192
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About ashtuchkin
Recent public activity
-
comment
Comment #48351222
Just wanted to say thank you! Very relevant to our use cases. I'll report if I find any issues.
- story
-
comment
Comment #43723370
python does this pretty elegantly: def my_func(a: int, b: int): print(a+b) # both of these can be used my_func(1, 2) my_func(a=1, b=2)
-
comment
Comment #38510190
Haven't been able to make them consistently work on my moonlander. Too many mistypes when quickly writing code. Ultimately removed everything time-related and stateful and only kep…
- story
-
comment
Comment #32512031
Privacy. If someone owns two servers you're logging into, they can associate your logins if you use the same key. Another case is associating you with your GitHub account (as your …
-
comment
Comment #32477769
It's the reverse - it can only be decrypted after a threshold timestamp, not before.
- story
-
comment
Comment #30377338
Amazing how simple it is! Kudos to the author, subscribed.
-
comment
Comment #30370349
Reddit does have its own search engine, it's just bad. The premise in the author's post is that as soon as it becomes "good", the SEO optimizators will ruin it in the same way they…
-
comment
Comment #30370303
It would be interesting to calculate the probability here. 1/32000 shutter speed is impressive!
-
comment
Comment #30370284
This would heavily depend on the language. Rust IDE will need different features from Web/JS IDE.
-
comment
Comment #30370261
It would be interesting to see this implemented as an experiment. On the one hand, I'm not expecting high signal from this because it's not standardized - too many external variabl…
-
comment
Comment #29997482
json is used only for manifests; actual layers are .tar.gz.
-
comment
Comment #27626105
I'm wondering if we can use Pub/Sub to push revocation data to all servers. Presumably revocations are rare, plus we only need to store them only for the JWT validity period, so ad…
-
comment
Comment #22932167
Updated, thanks!
-
comment
Comment #22931919
I'm pretty sure the Russian trail in this article is a red herring. I looked up "Валентина Сынах" Skype user and, as expected, their full phone number is +7904xxxxxxx (see full num…
-
comment
Comment #13188971
AFAIK write_idx Power of 2 requirement stands, though.
-
comment
Comment #13055769
That's so cool :) let me know if I got anything wrong with the device or geometry calculation! Also I would be happy to get any feedback from Steam VR people!
-
comment
Comment #13055742
That's crazy :)
-
comment
Comment #13055738
I was really inspired by that too! The tracking is comparable, but not on par yet - you need multiple sensors and IMU fusion to achieve the smoothness of Vive. This is only a first…
-
comment
Comment #13055719
I needed to make some adjustments and fix some bugs there to make it work. It has the code, but it didn't work great indoor. I'll try to send these changes upstream when I have tim…
-
comment
Comment #13055695
The geometry calculation is currently approximate, not taking into account that the laser planes have ~3cm offset from center, that's one. Timing precision is probably the next one…
-
comment
Comment #13055623
Yes you're right, only position. I'm using acc/gyro/compass on the drone.
-
comment
Comment #13055610
Thanks, yeah I need to tune it more, just wanted to share sooner :) I do have a blackbox there, that should help.