Live data from Hacker News

Viewing profile — ashtuchkin

ashtuchkin

HN member
Joined
Wed, Aug 31, 2011, 5:35 AM UTC
HN karma
192
Public activity
41 items

About ashtuchkin

[ my public key: https://keybase.io/as; my proof: https://keybase.io/as/sigs/jwmEio8ejQuSIO12VWmKu0wPJm1fw-4QFH6cG1EIT_8 ]

Recent public activity

  1. comment
    Comment #48351222

    Just wanted to say thank you! Very relevant to our use cases. I'll report if I find any issues.

  2. story
  3. 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)

  4. 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…

  5. story
  6. 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 …

  7. comment
    Comment #32477769

    It's the reverse - it can only be decrypted after a threshold timestamp, not before.

  8. story
  9. comment
    Comment #30377338

    Amazing how simple it is! Kudos to the author, subscribed.

  10. 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…

  11. comment
    Comment #30370303

    It would be interesting to calculate the probability here. 1/32000 shutter speed is impressive!

  12. comment
    Comment #30370284

    This would heavily depend on the language. Rust IDE will need different features from Web/JS IDE.

  13. 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…

  14. comment
    Comment #29997482

    json is used only for manifests; actual layers are .tar.gz.

  15. 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…

  16. comment
    Comment #22932167

    Updated, thanks!

  17. 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…

  18. comment
    Comment #13188971

    AFAIK write_idx Power of 2 requirement stands, though.

  19. 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!

  20. comment
    Comment #13055742

    That's crazy :)

  21. 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…

  22. 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…

  23. 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…

  24. comment
    Comment #13055623

    Yes you're right, only position. I'm using acc/gyro/compass on the drone.

  25. 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.